Birch-san / juicysfplugin

Audio plugin (e.g. VST, AU) to play soundfonts on macOS, Windows, Linux
GNU General Public License v3.0
209 stars 27 forks source link

Suggestion: Make the instrument change and ADSR directly react from MIDI messages #36

Closed brickblock369 closed 2 years ago

brickblock369 commented 2 years ago

Basically, I think it would be useful if the plugin was able to be used like another MIDI synth from multiple MIDI channels, with the capabilities I mentioned in the subject.

Birch-san commented 2 years ago

Do you want something different than the MIDI event handling that's already implemented?

Supports the following MIDI events:

  • 192 program change (this changes soundfont preset)
  • CC 73 Attack time
  • CC 75 Decay Time
  • CC 79 undefined (being used as Sustain time)
  • CC 72 Release time
brickblock369 commented 2 years ago

Nevermind. I'm testing the CCs out as you mentioned, and I don't think there's anything that I can think of to suggest.