kallaballa / MidiPatch

MidiPatch is a scriptable and modular real-time software synthesizer using the PatchScript API
GNU Affero General Public License v3.0
12 stars 2 forks source link

ControlParameters without a displayName defined are labeled with prefix in the rack #139

Closed kallaballa closed 4 years ago

kallaballa commented 4 years ago

e.g.: local volume = synth:addParameter("Global.Volume", 0.5)

is labeled "Global.Volume" in the rack while it should be labeled just "Volume"

kallaballa commented 4 years ago

Fixed: 96e62fa84e0c534d6a84231abb2b8b9d4539dde6