2
0
Fork 0
OB-Xd/Source
Shane Dunne d5cf54e76e Default voice count is 8
To ensure backward-compatibility with older banks, the program format has been updated to include a new "voiceCount" attribute (with value 32). When loading patches, the patch XML is checked, and if it does not include the "voiceCount" attribute, the value of the VOICE_COUNT parameter is scaled by 0.25, i.e., to the range 0-8, instead of the new range 0-32. Newly-saved patches will have the new attribute, and the parameter value will not be scaled when the patch is read in.
2019-09-01 15:01:24 -04:00
..
Engine Increase max voice count to 32 2019-03-06 10:16:23 -05:00
Gui First commit 2017-01-23 11:15:08 +01:00
Images 1.5.0 2019-09-01 18:23:00 +02:00
PluginEditor.cpp Default voice count is 8 2019-09-01 15:01:24 -04:00
PluginEditor.h First commit 2017-01-23 11:15:08 +01:00
PluginProcessor.cpp Default voice count is 8 2019-09-01 15:01:24 -04:00
PluginProcessor.h First commit 2017-01-23 11:15:08 +01:00