Stazed
Stazed
I assumed Guitarix would be doing the same thing for internal plugins as it does for ladspa and LV2. It does not seem possible to be loading all those externals...
I am not even going to guess at it this time, especially after my lazy guess about Guitarix. I'd be surprised if it was libsamplerate though, 1m30s is way, way,...
@Rippert any progress on this? I want to clear up as much as possible before the coming release. I suppose there is always the last resort to try, the dreaded...
Might want to update the main README.md for this :-). ``` make config FEATURES='ui lv2 vst2 doc' ``` ``` Available modules are: * ui - Build custom user interface; ```
Actually the above does not seem right either, though it might work if (system::get_time_millis() - time) is always less than 40u. Maybe: ``` const system::time_millis_t delay = (system::get_time_millis() - time)...
Changing the typo breaks MIDI pass-through of the Sampler plugins. Kind of strange, but this is because pass-through worked accidentally because of the typo by calling queue->clear() on pEventsIn port....
Yes that fixes it. Thanks.