Sound – Audio Projects

Arduino Sketch Music Sequence Demo

Arduino Sketch Music Sequence Demo

This sketch is used by Exercise: Music Sequencer. Full Source Code The full code is all in one file MusicSequenceDemo.ino. // MusicSequenceDemo.ino : demonstrate generation of two simultaneous tones at different rates and patterns // The example program generates audio-frequency square waves at different // pitches and patterns on pins 4 and 5 to demonstrate an event-loop […]

Arduino Sketch Music Sequence Demo Continue Reading

Arduino Audio Sound Level Meter

Arduino Audio Sound Level Meter

This is add-on of the audio amplifier project result which is introduced in other instructable. (https://www.instructables.com/PC-Speaker-Amplifier/) Usually many types of sound level meters are directly connected with input (or rarely output) signal lines of amplifier. But personally I’m thinking any electrical connections with amplifier circuit may surely degrade music playback quality by inserting some noises

Arduino Audio Sound Level Meter Continue Reading

Touch Sensitive Interactive Music Instrument DIY Windows Version

Touch Sensitive Interactive Music Instrument DIY / Windows Version

“Sensor Retouch” touch sensitive interactive instrument which allows to play Water, Fruit, Plants and Conductive surfaces as a musical instrument by your touch. All you need is Arduino and few upgraded touch sensitive sensors, i’ll teach you how to put together everything and let start playing with your new interactive instrument ! A project by Giuseppe Sicurella 2015 Check out the Project and my websites Dharma

Touch Sensitive Interactive Music Instrument DIY / Windows Version Continue Reading

MIDI Note Player using Arduino

MIDI Note Player using Arduino

This tutorial shows how to play MIDI notes from an Arduino. MIDI, the Musical Instrument Digital Interface, is a useful protocol for controlling synthesizers, sequencers, and other musical devices. MIDI devices are generally grouped in to two broad classes: controllers (i.e. devices that generate MIDI signals based on human actions) and synthesizers (including samplers, sequencers,

MIDI Note Player using Arduino Continue Reading

Scroll to Top