[ENH] MidiEnhancements

gaelli at emergent.de gaelli at emergent.de
Thu Sep 30 23:58:48 UTC 2004


from preamble:

"Change Set:		MidiEnhancements
Date:			1 October 2004
Author:			Markus Gaelli
Some enhancements for MIDI.
Now you can write code like:

|aPort|
aPort:= self openOnPortNumber: 0.
[aPort useInstrument: 'Woodblock' onChannel: 0.
aPort playNoteNamed: 'c4' onChannel: 0.
(Delay forMilliseconds: 250) wait.
aPort stopNoteNamed: 'c4' onChannel: 0] ensure: [aPort close]"!
-------------- next part --------------
A non-text attachment was scrubbed...
Name: MidiEnhancements.cs.gz
Type: application/octet-stream
Size: 1643 bytes
Desc: not available
Url : http://lists.squeakfoundation.org/pipermail/squeak-dev/attachments/20041001/bf16ceab/MidiEnhancements.cs.obj


More information about the Squeak-dev mailing list