[CM] text-events on midifiles

Johannes Quint johannes.quint@web.de
Sun, 25 Jan 2004 14:52:52 +0100


is it possible to write text-events on midifiles as in:

(new seq comments
	(loop 	for comm in '("x" "y" "z")
	   	with tme = 0
		collect (new midimsg time tme msg (text-msg comm))
		do (incf tme)))

thanks for hints

j.quint