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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user