-
Notifications
You must be signed in to change notification settings - Fork 36
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
Need a cc-mapping for leslie stop #79
Comments
By default the Modwheel (CC1) is mapped to There is an un-mapped |
I have used my sustain pedal to toggle the Leslie from slow to fast and from fast to slow from the get-go without any problems and without doing any additional configurations. I have tried it only on the GUI version though. |
Me too. I was looking for a better way to stop the leslie. Toggling speed
is fine.
…On Tue, May 18, 2021, 17:59 Boris-Dimov ***@***.***> wrote:
I have used my sustain pedal to toggle the Leslie from slow to fast and
from fast to slow from the get-go without any problems and without doing
any additional configurations. I have tried it only on the GUI version
though.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#79 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ACGG6L4FBL632LNJPFG6CRTTOKFEZANCNFSM4ZKWHANA>
.
|
Oh you want to stop the Leslie completely! Sorry, my bad. Perhaps you could set the "slow" speed to 0 or something of the sorts? |
I want to be able to switch between fast and slow like now but bind a
button to stop for rare occasions where the Leslie should be completely
stopped.
…On Tue, May 18, 2021, 18:42 Boris-Dimov ***@***.***> wrote:
Oh you want to stop the Leslie completely! Sorry, my bad. Perhaps you
could set the "slow" speed to 0 or something of the sorts?
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#79 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ACGG6L4TTPJWQU5EUTW4IGLTOKKGFANCNFSM4ZKWHANA>
.
|
I did some digging, and found out that the "default.pgm" file contains a 'stop leslie' control at MIDI Program Change №52. So all you need to do is configure a button on your keyboard to send a program change message with the value 52 (how you do that depends on your keyboard) and you should be good to go (not exactly - see the note below). If you're using a custom .pgm file, you can add this line to it using a text editor: [program_number] { rotaryspeed=stop } and it should work. Replace [program_number] with 52 or whichever program change value you like and configure the keyboard to send it. (Note: I just tested it, and it works. Mind one thing though: setBfree counts the Program change values from 1 to 128, while MIDI sends them as 0-127, so you will probably have to configure your keyboard to send Program Change 51, not 52.) |
Thanks for the tip!
I have seen the program change mappings a long time ago so I'm glad you
brought it up. Will set up my quite versatile keyboard for this and give it
a try.
Thanks
…On Wed, May 19, 2021, 15:08 Boris-Dimov ***@***.***> wrote:
I did some digging, and found out that the "default.pgm" file contains a
'stop leslie' control at MIDI Program Change №52. So all you need to do is
configure a button on your keyboard to send a program change message with
the value 52 (how you do that depends on your keyboard) and you should be
good to go. If you're using a custom .pgm file, you can add this line to it
using a text editor:
[program_number] { rotaryspeed=stop }
and it should work. Replace [program_number] with 52 or whichever program
change value you like and configure the keyboard to send it.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#79 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ACGG6LZC2OPPK5F4PNR6X7LTOOZ55ANCNFSM4ZKWHANA>
.
|
Most midi controllers have toggle switches and personally I use my sustain pedal to switch leslie from low to fast.
I have found no clever way to stop the leslie except leaning over to the computer and open the gui to stop the leslie.
That is very inconvenient during for example a live performance.
Could this be implemented somehow ?
The text was updated successfully, but these errors were encountered: