DOM-E515301 - Introduction to Workshops and Studio Facilities, Lecture, 14.9.2021-19.10.2021
This course space end date is set to 19.10.2021 Search Courses: DOM-E515301
Topic outline
-
Programming your controller
Part 1: Setup the Arduino IDE
- Arduino IDE: https://www.arduino.cc/en/Main/Software
- Teensyduino: https://www.pjrc.com/teensy/td_download.html
The following videos show you in detail how to upload the code and how they work, you can also just download the code, upload it to your Teensy, and it should just work. The videos are provided to give you more information if you have trouble getting things to work or want to understand better what is going on.
How to make your Teensy into a USB keyboard
- Make sure your Teensy's USB Mode is in the Keyboard + Mouse + Joystick mode.
- Upload the code called itwasf_keyboard to your Teensy
- More information: https://www.pjrc.com/teensy/td_keyboard.html
How to make your Teensy into a USB mouse (a very awkward one)
- Make sure your Teensy's USB Mode is in the Keyboard + Mouse + Joystick mode.
- Upload the code called itwasf_mouse to your Teensy
- More information: https://www.pjrc.com/teensy/td_mouse.html
How to make your Teensy into a MIDI controller
- Make sure your Teensy's USB Mode is in the MIDI mode.
- Upload the code called itwasf_midi to your Teensy
- More information: https://www.pjrc.com/teensy/td_midi.html
Here are some browser based synths that you can try out with your controller. Use Chrome, they don't work with other browsers.
- Arduino IDE: https://www.arduino.cc/en/Main/Software