Mac Presets Missing
-
Waooo, Amazing Hise but need feedback and help about presets in a plugin,
-
Just finish a simple basic synth with 2 presets , "Bass 1" and "Bass 2", with the standalone HISE working perfect i can change between this 2 presets.
-
After export instrument Audio unit, i can load and play in Ableton , but no presets!, they are nothing inside the selector .
Here the script:
include("UserPresetWidgets.js");const var presetDecButton = UserPresetWidgets.createPresetButton("presetDecButton", 379, 8, false);
const var presetIncButton = UserPresetWidgets.createPresetButton("presetIncButton", 575, 9, true);
const var presetDisplayPanel = UserPresetWidgets.createPresetDisplay("presetDisplayPanel", 405, 6);
UserPresetWidgets.setPresetBrowserLookAndFeel(presetDisplayPanel, "Digital-7 Mono", 15, "0xFFAAAAAA");and i also add this file in project script folder:
UserPresetWidgets.jsThanks for your help!
-
-
Ok working well , thanks very much Staiff for your feedback, you re the best;)
1- Go to setting.
2- Embed audio file in Plugin = Yes
3- Export.