Instruments have a property for enabling/disabling MIDI limits.

- Added unlimited super synth that doesn't respect MIDI limits! Adminbuse it to your heart's content and blast your epic MIDIs, fellow badmins.
This commit is contained in:
Vera Aguilera Puerto
2020-12-20 01:43:29 +01:00
parent c0a0547b39
commit c9e9d9f4dd
4 changed files with 54 additions and 16 deletions

View File

@@ -223,3 +223,15 @@
- type: Item
size: 24
sprite: Objects/Fun/Instruments/h_synthesizer.rsi
- type: entity
name: super synthesizer
suffix: no MIDI limits
description: Blasting the ghetto with Touhou MIDIs since 2020.
id: SuperSynthesizerUnlimitedInstrument
parent: SuperSynthesizerInstrument
components:
- type: Instrument
allowPercussion: true
allowProgramChange: true
respectMidiLimits: false