-
-
midi
plays midi files on the pc speaker!
-
CS1006-P4-Midi
MIDI program created for CS1006, my first year projects module.
-
MIDI-Examples
... If you are building your own circuit, you can build a MIDI interface
circuit based on this schematic:
http://www.midi.org/ ... the above with this:
https://github.com/vinmarshall/Radio-Shack-MIDI-Lights/blob/master/schematic/1_MIDI.bmp
The Sparkfun MIDI ...
-
midi-utils
... note translation
- - - - - - - - - - - - - - - - -
Separator: ':'
If you have some device producing MIDI notes that does not confirm to some
other ... have a hardware mixer which sends a specific
MIDI Continuous Control for a channel strip potentiometer but ...
-
Edirol-MIDI-Tally-Interface
... based project to receive MIDI from an Edirol V4 or V8 mixer and use the data to turn on/off LEDs for Tally Lights.
Edirol-MIDI-Tally-Interface
www.dargs.com.au
This is my first attempt at quite a few things, Eagle, PCB fab, Git-hub posting!
Posting the ...
-
midi
supa dupa snazzy midi utilz
-
MIDI-Stylo
Use "reissue" stylophone as a MIDI controller with tilt sensor for pitchbend/modwheel
-
-
MIDI.js
... // then do what you want with the information!
});
```
### Effects available for WebAudioContext via Tuna.js
```javascript
MIDI.setEffects([
{
type: "MoogFilter",
bufferSize: 4096,
bypass: false,
cutoff: 0.065,
resonance: 3.5
},
{ ...
-
midi-to-beep
Take a midi and play it back on the pcspkr
Thanks to John Walker for midicsv - a utility to convert midi files into csv files.
This is in the public domain, and honestly why would you do anything with it...
In order to use this software, install the ...
-