Behringer FX2000 Delay Control By Arduino Nano with MIDI Messages

Hello, I am new to Arduino programming and I need some help. I want to control Behringer FX2000 Delay and reverb effects by Arduino with some switches. can some one provide me sample code? I need basic idea how to make that working.

Try the examples of the MIDI.h library. They should provide you with some basic idea. You will need to add some simple electronics. I recommend you use hwSerial, which may be unpractical during development, because you will not have Serial debug available. I guess you could develop using swSerial and switch to hwSerial once you have a more solid idea and something working. hwSerial is more reliable and requires a lot less processing power.

I recommend you get a copy of the Arduino Cookbook and go through it cover to cover and study any project that looks interesting. By the time you get to the end of it you should have most of the answers you need. I went through it in an evening, but I am fast at skimming.

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.