Re: make-music function question

2009-01-12 Thread Carl D. Sorensen
On 1/12/09 2:07 AM, "Gilles THIBAULT" wrote: > > >> >> Please, help me with my own music function creation. >> How can I modify music object or create a new one with >> existing music data and add sustain event to it? >> >> If I understand correct, I must use make-music function and then

Re: make-music function question

2009-01-12 Thread Gilles THIBAULT
Please, help me with my own music function creation. How can I modify music object or create a new one with existing music data and add sustain event to it? If I understand correct, I must use make-music function and then use (make-span-event 'SustainEvent START) call to generate sustain even

make-music function question

2009-01-11 Thread Michael Pozhidaev
Hello! Please, help me with my own music function creation. How can I modify music object or create a new one with existing music data and add sustain event to it? If I understand correct, I must use make-music function and then use (make-span-event 'SustainEvent START) call to generate sustain