[CM] Really quick question! (SET-MIDI-FILE-VERSIONS!)

Rick Taube taube@uiuc.edu
Thu, 3 May 2007 16:49:58 -0500


you can do it in the events call itself:

	(events (foo 1 2) "foo.mid" :versioning t )

in sal use the open command:

	open "foo.mid", versioning: #t
	sprout foo(1,2)

On May 3, 2007, at 3:56 PM, Landspeedrecord wrote:

> Hi... I am trying to use SET-MIDI-FILE-VERSIONS! but it isn't working.
>
> The error I get is:
>
> EVAL: undefined function SET-MIDI-FILE-VERSIONS!
>   [Condition of type SYSTEM::SIMPLE-UNDEFINED-FUNCTION]
>
> The call to the function that fails looks like this:
> (set-midi-file-versions! t)
>
> Any ideas?  I am on XP using cm 2.10 on CLISP and XEmacs
>
> Thanks.
>
> _______________________________________________
> Cmdist mailing list
> Cmdist@ccrma.stanford.edu
> http://ccrma-mail.stanford.edu/mailman/listinfo/cmdist