2
0
Fork 0
Commit Graph

216 Commits

Author SHA1 Message Date
reales a57360d261
Merge pull request #8 from getdunne/master
Default voice count is 8
2019-09-01 21:17:26 +02:00
reales 2d882ec6f8
Merge branch 'master' into master 2019-09-01 21:17:12 +02:00
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
George Reales 6d0fe258a1 Fixes
Adding 32 voices broke compatibility with previous release banks and presets. Code had to be reverted back to 8 voice handling. Projucer project is now correctly configured for Linux and Windows
2019-09-01 20:33:06 +02:00
George Reales 7ea0993dfb Code cleanup 2019-09-01 19:08:34 +02:00
George Reales 1ceefd9d13 Fixed unsorted bank files. 2019-09-01 19:02:11 +02:00
reales 503df59b48
Merge pull request #7 from getdunne/master
Ensure menu items are sorted on newer macOS versions
2019-09-01 18:51:12 +02:00
reales b851517b85
Merge branch 'master' into master 2019-09-01 18:50:50 +02:00
Shane Dunne 599ef00031 Ensure menu items are sorted on newer macOS versions
With the new file system introduced in macOS High Sierra,  juce::DirectoryIterator will usually not return items in alphabetical order. The fact that it ever did was only luck. See https://forum.juce.com/t/directoryiterator-possibly-broken-in-high-sierra-solved-not-juce-bug/24627/2
2019-09-01 12:45:12 -04:00
George Reales 08ad057149 1.5.0
Updated jucer file (VST3, standalone support).
Default GUI set to Blue.
Updated to be compiled with JUCE 5.4.3
Skins menu drop down list displays sorted.
2019-09-01 18:23:00 +02:00
reales f3660234df
Merge pull request #6 from getdunne/master
Increase max voice count to 32
2019-09-01 13:03:46 +02:00
Shane Dunne 19d4350ac8 JUCE 5.4.4 compatibility (preliminary)
I have only changed things which prevented compilation entirely. There are still many deprecations to deal with.
2019-08-31 11:23:31 -04:00
Shane Dunne a1fd960949 Increase max voice count to 32
There are still only 8 pannings, because there are only 8 variation knobs in the GUI, so these are reused in cyclic fashion.
2019-03-06 10:16:23 -05:00
Shane Dunne bb328d882c Add .gitignore 2019-03-06 10:08:40 -05:00
reales 72e9684446 Create README.md 2017-01-23 11:17:32 +01:00
reales 56df0ac2d5 First commit 2017-01-23 11:15:08 +01:00