The midi option works well. Just an idea, if we set a button color for the sound buttons, it will also appear as a colored button on a midi controller with rgb buttons, for example when using the akai APC Mini mk2.
Thanks for your work.
MIDI Output for controllers
Re: MIDI Output for controllers
Hi,
I slpitted the topic
I already though about this but it's here a lot of work to integrate: any controllers have a different MIDI chart, I can not design something like 3 faders (for RGB colors) to set the button color to light. The only way would be the user manually set the MIDI code to send at press and release.
I slpitted the topic
I already though about this but it's here a lot of work to integrate: any controllers have a different MIDI chart, I can not design something like 3 faders (for RGB colors) to set the button color to light. The only way would be the user manually set the MIDI code to send at press and release.
1 hour vinyl mix live on Eurodance90.fr each sunday 10:00 PM (French Timezone)
Re: MIDI Output for controllers
I think it would be a perfect solution if the user could set the rgb code or even to light up a midi button if a sound is assigned to it. For me, the buttons on my Behringer controller only light up yellow, but for example, in the Sonic Pi I programmed the buttons to light up to which sounds are assigned, so it's a good feedback to the user as to which buttons can be used.
Re: MIDI Output for controllers
Lighting a controller button when user click on jingle button is a thing, lighting the button if a jingle is assigned is another. Also, it exposes another point : jingle is assigned, so we light the button, but when jingle plays, keep the same color ? Light with anither color ?
In all case, if there is a feature like that one day, it's not for the next version. I want to sort out a pre-release soon, of 5.7 .
In all case, if there is a feature like that one day, it's not for the next version. I want to sort out a pre-release soon, of 5.7 .
1 hour vinyl mix live on Eurodance90.fr each sunday 10:00 PM (French Timezone)
Re: MIDI Output for controllers
Hmmm, I managed so programming to see what I can do and finally it's for the moment, on a good way.
For the moment, it's not linked to controller's buttons events yet, only to JP jingle buttons, but it's to show the idea.
https://www.youtube.com/watch?v=eqynky7d5gU
I can only test with my Novation LaunchPad S, I found its MIDI programming chart, but I don't know how other controllers works.
For each jingle buttons, are available 4 MIDI messages for different status:
- Jingle is present (available)
- Jingle is missing (button not assigned or file is missing/bad format)
- Press jingle button
- Jingle is playing
In the video example:
- Dark green is for available jingle
- Dark red is for no jingle assigned/file missing
- Bright yellow is when I press (and maintain pressed) the jingle button
- Bright green is when the jingle is playing (with the button has been release)
For the moment, it's not linked to controller's buttons events yet, only to JP jingle buttons, but it's to show the idea.
https://www.youtube.com/watch?v=eqynky7d5gU
I can only test with my Novation LaunchPad S, I found its MIDI programming chart, but I don't know how other controllers works.
For each jingle buttons, are available 4 MIDI messages for different status:
- Jingle is present (available)
- Jingle is missing (button not assigned or file is missing/bad format)
- Press jingle button
- Jingle is playing
In the video example:
- Dark green is for available jingle
- Dark red is for no jingle assigned/file missing
- Bright yellow is when I press (and maintain pressed) the jingle button
- Bright green is when the jingle is playing (with the button has been release)
1 hour vinyl mix live on Eurodance90.fr each sunday 10:00 PM (French Timezone)
Re: MIDI Output for controllers
Hi!
I just had to use the program again! I bought a Novation LaunchPad and it works great with it!! Thank you! It works well with the behringer x-touch mini, although I can't use the color of the buttons with it, but the midi control is perfect!
Thank you for the development!!
I just had to use the program again! I bought a Novation LaunchPad and it works great with it!! Thank you! It works well with the behringer x-touch mini, although I can't use the color of the buttons with it, but the midi control is perfect!
Thank you for the development!!
Re: MIDI Output for controllers
Hi,
https://www.woodbrass.com/images/woodbr ... H+MINI.PDF
Check at the last row of the table, "Buttons LED Remote Control ", I think you can control each button LED, first row , from 00 to 07, second row, from 08 to 0F (so 08, 09, 0A, 0B... 0F). Standard MIDI messages should be structured as Note, Channel, Velocity.
I d'ont exactly know if the "RX Value" of the table is channel or velocity, I thingk it's velocity, so you can, for example, to turn the LED ON the last button of the second row, try to set this MIDI message:
0A 00 01
And to tturn the LED OFF:
0A 00 00
Or try (if the RX value matches to the Channel part of the MIDI message):
ON: 0A 01 00
OFF: 0A 00 00
You can also assign 0A 00 02 (or 0A 02 00) for "playing jingle" status.
Otherwise, I don't know how to help you more, I have not this controller
https://www.woodbrass.com/images/woodbr ... H+MINI.PDF
Check at the last row of the table, "Buttons LED Remote Control ", I think you can control each button LED, first row , from 00 to 07, second row, from 08 to 0F (so 08, 09, 0A, 0B... 0F). Standard MIDI messages should be structured as Note, Channel, Velocity.
I d'ont exactly know if the "RX Value" of the table is channel or velocity, I thingk it's velocity, so you can, for example, to turn the LED ON the last button of the second row, try to set this MIDI message:
0A 00 01
And to tturn the LED OFF:
0A 00 00
Or try (if the RX value matches to the Channel part of the MIDI message):
ON: 0A 01 00
OFF: 0A 00 00
You can also assign 0A 00 02 (or 0A 02 00) for "playing jingle" status.
Otherwise, I don't know how to help you more, I have not this controller
1 hour vinyl mix live on Eurodance90.fr each sunday 10:00 PM (French Timezone)