Schlagwort: Arduino MIDI

  • Custom weather station enhances and modifies electronic music

    Custom weather station enhances and modifies electronic music

    Reading Time: 2 minutes

    Custom weather station enhances and modifies electronic music

    Arduino TeamOctober 25th, 2018

    While the environment is important for any musical performance, generally it’s not an active part of the show. Adrien Kaeser, though, has come up with a device called the “Weather Thingy that integrates climate-related events directly into electronic music performances. It’s able to sense wind direction and speed, light intensity, and rain, translating this data into MIDI inputs.

    The system, which was created at ECAL, consists of two parts: a compact weather station on top of a portable stand, as well as a small console with buttons and knobs to select and modify environmental effects on the music. 

    Hardware for the project includes an Arduino Mega and Leonardo, a TFT screen to display the element under control and its characteristics, an ESP32 module, a SparkFun ESP32 Thing Environment Sensor Shield, a SparkFun MIDI Shield, high speed optocouplers, rotary encoder knobs, and some buttons.

    Be sure to see the demo in the video below, preferably with the sound on!

    [embedded content]

    Website: LINK

  • Turn an Atari 2600 into a MIDI drum machine

    Turn an Atari 2600 into a MIDI drum machine

    Reading Time: 2 minutes

    Turn an Atari 2600 into a MIDI drum machine

    Arduino TeamOctober 24th, 2018

    While not known for its musical prowess, John Sutley decided to turn an Atari 2600 into a simple four-note drum machine dubbed “SYNDRUM.”

    While an interesting exercise in creating a custom cartridge out of repurposed components, pushing buttons to activate four tones and an onscreen VU meter can only keep one’s attention for so long.

    To turn this project’s musical entertainment level up to 11, he programmed an Arduino Nano to take MIDI signals and translate them into the equivalent electrical signals that would normally come from a controller. 

    The results, as seen in the video below, are spectacular. If you’d like to try something similar yourself, code for the SYNDRUM can be found here.

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

    Website: LINK

  • Neon skulls illuminate to the MIDI beat

    Neon skulls illuminate to the MIDI beat

    Reading Time: 2 minutes

    Neon skulls illuminate to the MIDI beat

    Arduino TeamOctober 15th, 2018

    LEDs, whether single-color or programmable, have enabled makers to create a wide variety of vibrant projects at a reasonable price. Neon sign projects, which require sophisticated glass making techniques as well as high voltage for control aren’t as common, but do still have their adherents. Some have even experimented with making them sound reactive.

    Up until now, sound control meant using a microphone to detect audio signals and flash accordingly. David Garges, however, is using an Arduino Leonardo equipped with an Olimex MIDI shield to individually activate three neon skulls, crafted by artist Dani Bonnet. 

    His setup can be programmed via MIDI directly, or can use beat analysis software to activate the proper lights depending on audio output. 

    There has been much desire in the Neon Art community for clean and responsive musical interaction with high-voltage Neon Signs. Currently, the existing infrastructure uses a microphone to detect audio and flash accordingly. Unfortunately, due to this method of processing the Neon always responds with a small delay. Clapping and shouting can also disrupt the interaction when using an on-board microphone.

    This project solves that problem by transmitting musical data via MIDI protocol to a controller which activates then activates Neon Tubes accordingly. I have designed and built a system that takes a slightly different approach but accomplishes what the Neon Art community desires.

    This project offers two performance modes: one that allows for electronic artists to perform seamlessly using MIDI instruments, and one that allows DJs to feed BPM analysis to the system to synchronize the Neon flashing with actual recorded music which enables Real-Time Audio-Controlled Neon.

    Be sure to check out the demo in the video below!

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

    Website: LINK