Fix custom MIDI instruments sounding incorrect; add two more microphone instrument options (#39210)
* Custom instruments update * Update the soundfont file to bank 100 and add a readme to its comments section * Update the various instruments to use bank 100.
This commit is contained in:
parent
993b65ed5d
commit
e9ff240f84
6 changed files with 7 additions and 5 deletions
Binary file not shown.
|
|
@ -1009,8 +1009,8 @@
|
|||
- type: Instrument
|
||||
allowPercussion: false
|
||||
handheld: true
|
||||
bank: 1
|
||||
program: 2
|
||||
bank: 100 # Defined in space-station-14.sf2
|
||||
|
||||
- type: entity
|
||||
parent: MusicianPDA
|
||||
|
|
|
|||
|
|
@ -52,6 +52,6 @@
|
|||
components:
|
||||
- type: Instrument
|
||||
program: 3
|
||||
bank: 1
|
||||
bank: 100 # Defined in space-station-14.sf2
|
||||
- type: Sprite
|
||||
sprite: Objects/Fun/Instruments/euphonium.rsi
|
||||
|
|
|
|||
|
|
@ -131,7 +131,7 @@
|
|||
components:
|
||||
- type: Instrument
|
||||
program: 1
|
||||
bank: 1
|
||||
bank: 100 # Defined in space-station-14.sf2
|
||||
- type: Sprite
|
||||
sprite: Objects/Fun/Instruments/bike_horn.rsi
|
||||
- type: Tag
|
||||
|
|
|
|||
|
|
@ -54,7 +54,9 @@
|
|||
instrumentList:
|
||||
"Aah": {52: 0}
|
||||
"Ooh": {53: 0}
|
||||
"Kweh": {4: 1}
|
||||
"Kweh": {4: 100} # Defined in space-station-14.sf2
|
||||
"Waa": {5: 100} # Defined in space-station-14.sf2
|
||||
"Wah": {6: 100} # Defined in space-station-14.sf2
|
||||
- type: Sprite
|
||||
sprite: Objects/Fun/Instruments/microphone.rsi
|
||||
- type: Item
|
||||
|
|
|
|||
|
|
@ -9,8 +9,8 @@
|
|||
- type: Instrument
|
||||
allowPercussion: false
|
||||
handheld: false
|
||||
bank: 1
|
||||
program: 2
|
||||
bank: 100 # Defined in space-station-14.sf2
|
||||
- type: UserInterface
|
||||
interfaces:
|
||||
enum.StoreUiKey.Key:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue