Posts

Showing posts with the label Standards_wk4

MIDI Instrument

Image
                 Using the Arduino Uno to make music along with SynthEdit To achieve this you will need the following items; Arduino Uno USB lead LDR Switch  10K resistor 220r resistor Midi to USB interface Plug your Uno board into the PC and check that the correct serial port and board is selected in the Tools tab. Before you connecting the midi to your board, open up the appropriate code under File > Examples > 4. Communication > Midi  and upload the file. Also, open up SynthEdit create a new file and drop in Synth PD303 . In Edit open preferences > audio & midi , change Midi in and out to USB2.0-MIDI. After plugging in the Midi connect the r esistor in 5V and wire in TX >1. This will create a sound going up in scale to ensure that the code was uploaded successfully. Within the Midi code in the for loop note is denoted with hexadecimal. 20 start   < 72 condition   ++ (add one to it)...