jpcima / ADLplug

FM Chip Synthesizer — OPL & OPN — VST/LV2/Standalone
Boost Software License 1.0
425 stars 22 forks source link

Live parameter edition and bank loading #1

Closed jpcima closed 5 years ago

jpcima commented 6 years ago

The synthesizer should be able to receive parameters by either GUI or MIDI interaction. When the synth changes its parameters, or current program, it should notify GUI so it updates its display.

Juce has its mechanism to achieve it, which I should check out in detail. AudioProcessorValueTreeState

jpcima commented 5 years ago

It's done!