Preset MIDI Learn doesn't load in compiled plugin
-
Yeah it‘s more likely that I fix the midi mapping and let you set a default preset as file just for displaying.
-
@Christoph-Hart said in Preset MIDI Learn doesn't load in compiled plugin:
Yeah it‘s more likely that I fix the midi mapping and let you set a default preset as file just for displaying.
That would be awesome! When would you say we can expect this?
-
@tomekslesicki said in Preset MIDI Learn doesn't load in compiled plugin:
That would be awesome! When would you say we can expect this?
Wasn't too hard :)
- fixed MIDI mappings not being initialised in the compiled plugin · christophhart/HISE@060a887
The open source framework for sample based instruments - - fixed MIDI mappings not being initialised in the compiled plugin · christophhart/HISE@060a887
GitHub (github.com)
-
Awesome stuff! Thank you!
-
Hey @Christoph-Hart, I'm working on AAX versions of the plugins now and it seems like there's a problem with loading the initial preset in ProTools. All slider values look kind of random on init:
When I load the preset again, they load just fine:
These are not default slider values either.
Help!
-
Here's a lead: if the sliders are not set to be plugin parameters, the instrument loads fine.
-
@tomekslesicki Could it be that the DAW overrides the default?
-
@d-healey that would be my guess, too. @Christoph-Hart ?
-
Ah yes, I think I remember that was a Protools special:
Initial loading values of GUI elements in aax when plugin is opened....
There is an issue with AAX fx plugin initial loading settings. Normally initial loading settings of GUI elements in the exported VST and AU plugins (in host)...
Forum (forum.hise.audio)
TLDR: Make sure that the
defaultValue
property match the value in your initial preset. -
Ok, I experimented with this further and it seems like the only thing that helps is to disable 'is plugin parameter' for the sliders on AAX plugins. defaultValue doesn't help much.