Using the audio board with a midi controller. The controller is to change the values of various effect parameters.
In the code snippet below, I am reading the midi channel data in the loop and changing the flanger...
Hi. Followed the setup here - https://www.pjrc.com/teensy/td_libs_LiquidCrystal.html connected to teensy 3.6. I am powering the LCD display from the +3.3v output on the teensy board. Test "hello world" is working,...
Actually I was mistaken. My axiom49 controller does have traditional midi in/out. So I got a breakout board to connect - https://www.amazon.com/gp/product/B00YDLVLVO/ref=ppx_od_dt_b_asin_title_o00_s00?ie=UTF8&psc=1
I want to interface a cheap midi controller such at this - https://www.amazon.com/ammoon-EasyControl-9-Portable-Slim-Line-Controller/dp/B01DKQZFSC to a teensy 3.6 with the teensy audio shield.
The control message...
From existing examples below, If I turn the encoder in either direction, position is always being incremented. Encoder has connection to ground, and the two output pins. Any suggestions?
#include <Encoder.h>
...
Have a teensy 3.6. Using both platformIO and teensyduino. Trying to compile the program - https://github.com/PaulStoffregen/Audio/blob/master/synth_sine.cpp
In teensyduino, I am getting the following errors:
...
Hello, Trying to get an effect to work (flanger) based on sample code. I generate a tone out on Pin 33. It is turned on/off through a button. The square wave then gets fed back in to the i2s input. I had it simply...
I am using teensy 3.6 + audio shield, and LOVE the capabilities. What I don't love so much, is the Arduino IDE. In fact, I hate it. There are several IDE arduino plugin, for exampel for Eclipse c++ ide. Has anyone...