MikeMorenoDSP / LIRA-8

Virtual Lyra 8 in VST3, VST2, AUi, LV2 (Camomile) and Standalone (Pure Data) format.
Other
236 stars 16 forks source link

Midi CC control? #5

Open nseymoursmith opened 2 years ago

nseymoursmith commented 2 years ago

Hi, I'm just wondering if I missed any documentation that shows if you can control the parameters from midi CC.

I know you can control operator on/off from midi note on/off, but I'm wondering about whether all the other parameters have a mapping to midi CC.

I realise it's not a feature of the hardware Lyra-8 but it would help to be able to have some physical interface.

MikeMorenoDSP commented 2 years ago

Hello, There's no midi CC implementation, you would need to map the parameters in your DAW. Here's how to do it on REAPER: https://wiki.cockos.com/wiki/index.php/How_to_use_Midi_Learn Or in Ableton: https://help.ableton.com/hc/en-us/articles/360000038859-Making-custom-MIDI-Mappings

The other possibility would be to edit the LIRA-8.pd file and add [ctlin] objects to assign CCs to any parameter. Let me know if this worked out for you.

farvardin commented 2 years ago

@nseymoursmith

If you have a midi controller, you can have a look at what I did for the Akai Midimix, which should be able to map almost all the LIRA-8 parameters:

https://github.com/farvardin/LIRA-8/blob/master/LIRA-8_Pd_Standalone/abs/akai_midimix_lira8.pd

There is even a cheatsheet you can stick on the physical controller: https://github.com/farvardin/LIRA-8/blob/master/LIRA-8_Pd_Standalone/controllers/midimix_sheet.pdf

nseymoursmith commented 2 years ago

@farvardin oh nice that's a perfect template for me to work off! Yes I've got a different midi controller to that but similar style.

Thanks both!