-
Notifications
You must be signed in to change notification settings - Fork 244
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature Request: LV2 version for Raspberry Pi #45
Comments
Hexter seems to be a "fast" alternative - DSSI plugin, not LV2, it runs on Raspberry Pi, I guess. But I love Dexed too and it will be good to see Dexed running as a LV2 plugin. |
Check this thread for this : http://www.juce.com/forum/topic/juce-lv2-plugin-wrapper. Once you can compile LV2 on JUCE, Dexed should be trivial. We are all waiting for JUCE to officially support LV2. :| Btw, Dexed should be an excellent plugin on the Pi since it almost do all the dsp stuff with integers. |
Since Dexed is based on JUCE, it will be difficult to support all platforms (VST/AU/LV2/OSX/WIN/LNX) at the same time. I suggest to look at https://github.com/dcoredump/dexed/tree/native-lv2 ; from @dcoredump that actually port dexed to LV2. |
1. pb up/down ranges 2. MPE channel handling for non-mpe devices corrected 3. extend PB range upper and lower 4. Upgrade tuning library to latest matching TWS
I'd love to build a standalone Dexed host based on a Raspberry Pi, but I don't know where to start building for LV2 on ARM. Anyone willing to help?
The text was updated successfully, but these errors were encountered: