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

Start stop record LMMS from midi controller #7657

Open
1 task done
Sanderr303 opened this issue Jan 21, 2025 · 4 comments
Open
1 task done

Start stop record LMMS from midi controller #7657

Sanderr303 opened this issue Jan 21, 2025 · 4 comments

Comments

@Sanderr303
Copy link

Enhancement Summary

The play and stop song buttons can not be assigned to a midi controller. I have a mid controller with a start and stop (and record) button and like to assign it. Record would also be nice.

Implementation Details / Mockup

Add optiom, to ight click on play, stop and recocord and be able to assign a controller

Please search the issue tracker for existing feature requests before submitting your own.

  • I have searched all existing issues and confirmed that this is not a duplicate.
@regulus79
Copy link
Contributor

Is #7649 related?

@Sanderr303
Copy link
Author

Hi, it is related indeed, but my request seems to be more easy to add. The assign controller fuctionality is allready built in for a lot of functions, so this might can be added to these three functions aswell.

@altrouge
Copy link

altrouge commented Jan 23, 2025

Yes, I agree it's slightly different. The MCU part does not directly connect to buttons but to functionalities that may not have 1:1 mapping with buttons.
@Sanderr303 , for reference, do you have an example of another midi control that works similarly to what you want ?
I had a look at the related code previously, and MidiController seems to correspond more to knobs/faders and does seem too adapted for binary buttons (especially if you want an event to happen when you press and nothing when you release), but I'm not too familiar with the code/software.

@Sanderr303
Copy link
Author

@altrouge Hi, what do works is assiging a knob to a mute button. So one click on, and again off

Image

But if I try to assign a knob to a fuction which can have a value instead of on/off it does not work. For example with the range an channel option as on the following screen shot.

Image

So I think, if you would configure the start/stop/record as the mute assign configuration it might just work.

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

No branches or pull requests

3 participants