-
Notifications
You must be signed in to change notification settings - Fork 779
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
Hotone Ampero 2 Stomp USB MIDI Control #814
Comments
Please run USB_MIDI_desc. |
21:04:16.000 -> Start |
When I connect the USB cable the Arduino reboots, the only way to get this message if I restart the pedalboard wth the ON/OFF button |
It is probably only compatible with Hi-Speed. |
Yes, have 2 MIDI port, IN and OUT, but the DIN conector are so big, In addition to the fact that I already had the controller and it was only reprogram the MIDI messages. I go with MIDI messages trought MIDI serial with DIN connectors. TThe problem is that I can't receive messages to check if the effect is on or off. |
Hi, I was use a Arduino Nano with a duinofun USB Host Shield and program it to send Midi System Message to a Boss Pedalboard GT-1 with succefull, I could send and receive message from the pedalboard what I receive information of the effects are ON or OFF. I bought a new Pedalboard Hotone Ampero 2 Stomp, and the System message are so complex to descifer, then I think I can use Midi.SendData with the struct of a Midi Control Change #CC, for 4 days I'm trying with no results. Then I look into the response of the SendData, with anything connected I receive an error number 0x0E that the device is disconected, but with this pedalboard connected I receive an Erro number 0x0D that represents an JSTATE issue May I think what the problem is the speed of the Data, what do you think?
The text was updated successfully, but these errors were encountered: