-
Notifications
You must be signed in to change notification settings - Fork 30
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
Pls help me to add pitchbend and modulation wheel code #13
Comments
im working in the same thing. |
void send_midi_eventcc(byte status_byte, byte key_index, unsigned long time) byte cc = 1; //* O mais baixo MIDI CC a ser usado void loop
} |
try this its working for me |
for pitch bend change to this |
Thank you very very much for your help!!!!...I will try it soon and I will respense to you!!!...one last thing...the code you send me in which place of the original code i must add...I mean at wich line i must insert the code...Sorry for bothering you but i dont know much about programming...que tenga un lindo día...Gracias por tu ayuda |
Check my fork, there you can see the code |
Perfect!!!!!....Thanks you very much for your fast response and your help....I will try it all together and I will tell you the results.... |
Hi. Do I need to use hairless midi and loop midi with this?
I tried this and I get nothing... Without using hairless midi...
Is there a way to use this code with a teensy lc instead?
…On Mon, Mar 8, 2021, 6:58 AM dimitrios73gr ***@***.***> wrote:
Hello
,I made a midi velocity sensitive keyboard from an old casio ctk-691..The
code is awesome and working 100%.
I want to add a pitch bend and a modulation wheel but i dont know the code
to do that...
Please help me if you know..thanks in advance...
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#13>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AKN773ZWXFXKWVDVE2WEZSLTCS3WVANCNFSM4YZIUGIA>
.
|
yes you need use hairless and loop mid because my arduino dont have native usb port... |
about the pedal just delete this error line |
also theres a better way to use the pedal. |
Hello,sorry for bothering you again...Pedal is not working at all....(MEGA 2560,DIO2 1.5.1I... connect one wire from button to pin21 (SCL) and the other button cable to arduino gnd without any resistor...is this correct?...Do I need any wire from switch to 5V? |
try the new code: |
THANKS THANKS!!!!...Its working!!!!...Now I can start my project..A mini atx pc inside my broken casio ctk-651 with usb audio midi soundcard so I can create a synth and sampler with vsti etc...thenks alo for your help... |
hi anderson can you help me ... i have a roland em 20 keyboard ... i want to convert it to a midi controller ... i have tried to make it but it doesn't work, the problem is roland em 20 has 2 16x16 bands,, i have succeeded in making the first ribbon but when i try for the 2nd ribbon it makes everything random.. can you help me |
hi... |
I have a broken Roland 61 key keyboard, I want to make it a midi controller, can I use the code shared on this page??? |
The code shared in this page if for making pitch bend and modulation wheel work in the respective repository's code. |
Anderson, você tem alguma dica para mim adicionar 8 faders e 8 potenciometros e 8 botoes para controlar as layers da daw? |
Hello,
your code is perfect and helped me to convert a velocity sensitive keyboard from an old casio ctk-691 to midi..The code is awesome and working 100%.
I want to add a pitch bend and a modulation wheel but i dont know the code to do that...
Please help me if you know..thanks in advance...
The text was updated successfully, but these errors were encountered: