We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3682fce commit e82f571Copy full SHA for e82f571
1 file changed
plugin/Source/PluginProcessor.cpp
@@ -510,9 +510,8 @@ void extractWavetables()
510
//==============================================================================
511
static gin::ProcessorOptions createProcessorOptions()
512
{
513
- gin::ProcessorOptions opts;
514
- opts.hasMidiLearn = true;
515
- return opts;
+ return gin::ProcessorOptions()
+ .withMidiLearn();
516
}
517
518
WavetableAudioProcessor::WavetableAudioProcessor()
0 commit comments