Schlagwort: Arduino MIDI Controller

  • Old RC transmitter becomes new MIDI controller

    Old RC transmitter becomes new MIDI controller

    Reading Time: 2 minutes

    If you’re going to produce electronic music on a PC, you need some sort of input tool. That can be your keyboard and mouse, but most producers prefer to use a dedicated MIDI (Musical Instrument Digital Interface) controller. That will provide a more intuitive and efficient experience. Instead of buying something new, HYPRREAL turned a ’70s Futaba RC transmitter into a MIDI controller.

    RC transmitters, like the vintage Futaba model used for this project, are controllers for RC vehicles like planes and cars. While cheap toy RC vehicles tend to come with dedicated transmitters, high-end vehicles work with universal transmitters like this one. They’re of a higher quality and can be used with all the vehicles in a hobbyist’s collection. Being an older model, this unit was quite simple. It only had two potentiometer joysticks and a few sliders. To expand its capability, HYPRREAL added several additional potentiometers.

    An Arduino board monitors all of the potentiometers via multiplexers. It runs a MIDI controller library, so it can send MIDI messages to a computer connected through a USB cable. As far as the computer is concerned, the connected device is just a standard MIDI controller. That means that it will work with any MIDI software and HYPRREAL only had to configure the different controls within that software. The result is a useful MIDI controller in a very attractive retro package.

    [youtube https://www.youtube.com/watch?v=dityCHaksus?feature=oembed&w=500&h=281]

    The post Old RC transmitter becomes new MIDI controller appeared first on Arduino Blog.

    Website: LINK

  • Stryde is an Arduino Nano Every-powered MIDI preset loader

    Stryde is an Arduino Nano Every-powered MIDI preset loader

    Reading Time: 2 minutes

    Arduino TeamMay 23rd, 2021

    MIDI-controlled instruments are awesome, as custom sounds can be loaded and dynamically changed while you play. However, accessing these effects often requires an external controller that can get expensive and complicated. That is why music enthusiast Joe King created the Stryde, which is a fully integrated MIDI preset loader within a small enclosure. Stryde uses an Arduino Nano Every at its core to store presets, display information, and select effects.

    As seen in King’s video below, the Nano Every has room for up to 128 total presets that can be scroll through with the help of a pair of buttons. There is also the ability to use a MIDI pedal as an input to switch which presets are currently active. The back of the Stryde contains a single port for MIDI IN and two ports for MIDI OUT with DIN connectors. Even though the device has plenty of connectivity, the best feature is probably the fact that it is open source, therefore letting users completely rewrite the firmware if they want. 

    To learn more about or back the Stryde for yourself, check out its Kickstarter campaign.

    [youtube https://www.youtube.com/watch?v=qS3BdUcAOvU?feature=oembed&w=500&h=281]

    Website: LINK

  • theMIDInator is a marvelous MIDI controller

    theMIDInator is a marvelous MIDI controller

    Reading Time: 2 minutes

    theMIDInator is a marvelous MIDI controller

    Arduino TeamDecember 9th, 2019

    While you may know on some level that an Arduino can help you make music, you probably haven’t seen as good an implementation as this MIDI controller by Switch & Lever. 

    The device features a numeric pad for note input, which can also be used as a drum pad, and a variety of knobs and even a joystick for modifying the beats. Controls are housed inside a beautiful laser-cut, glued, and finished wooden enclosure.

    An Arduino Mega (with its 54 digital IO and 16 analog pins) is used to accommodate the inputs, and data is passed on to a digital audio workstation, or DAW, to produce actual sound. 

    Code and circuit diagrams are available here if you want to build one, though your setup can be customized however you like!

    [youtube https://www.youtube.com/watch?v=JZ5yPdoPooU?feature=oembed&w=500&h=281]

    Website: LINK

  • Traktorino is an open-source DIY MIDI controller for DJs

    Traktorino is an open-source DIY MIDI controller for DJs

    Reading Time: 2 minutes

    Traktorino is an open-source DIY MIDI controller for DJs

    Arduino TeamApril 3rd, 2018

    A keyboard and mouse is a great user interface system for general computing tasks, but in other situations custom knobs, sliders, and lights would certainly be more fun. If you enjoy making digital music, then you should check out this low-cost, Arduino-based MIDI controller by Músico Nerd

    The Traktorino gives you access to a plethora of knobs and sliders, as well as LEDs for custom feedback in a laser-cut package. Internally, the device acts as an Arduino Uno shield, and is designed to control Traktor DJ software by default. It also supports other MIDI programs, and perhaps could even be adapted to work with other applications as well.

    The Traktorino is a MIDI class compliant device, designed for controlling Traktor. It has several features and custom made mappings, so you can take the most of the software. However, it can do much more than that. The Traktorino can control any software that accepts MIDI, like Ableton Live, Serato, FL Studio, Logic, etc.

    More information and build files can be found here and on GitHub. You can see it in action in the video below!

    [youtube https://www.youtube.com/watch?v=eT9N1NJRlqc?feature=oembed&w=500&h=281]



    Website: LINK