Skip to content
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

Midi CC control? #5

Open
nseymoursmith opened this issue Mar 6, 2022 · 3 comments
Open

Midi CC control? #5

nseymoursmith opened this issue Mar 6, 2022 · 3 comments

Comments

@nseymoursmith
Copy link

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
Copy link
Owner

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
Copy link

@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
Copy link
Author

@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!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants