[CM] midi-import

Orm Finnendahl finnendahl@folkwang-hochschule.de
Wed, 28 Feb 2007 14:44:47 +0100


Hi,

I'm trying to import midi-events from a midi-file, collecting them
into a list of numbers. The syntax seems to have changed. I previously
used "map-subobjects" with a ":type midi" keyword argument as a
filter.

It seems that I have to use "map-objects" now, but the :type keyword
isn't there. How is it possible to filter out the midi-messages? 

I tried :test #'midi-p, but this function doesn't seem to exist.

Yours,
Orm