| What I've often done is to use an always-on instr 1 (with massign 0, 1), to
receive all the MIDI data (midiin).
Then with trigger processing the data, followed by either event or
schedkwhen (more reliable and flexible than schedule), "real" notes are sent
to the other instruments.
With care the incoming data can also be made to control note offs - as long
as the "real" notes are given indefinate duration (p3 = -1). Simultaneous or
overlapping pitches on the same instrument can be handled by decimal
notation (i.e., i1.1). Of course, with either event or schedkwhen, the
generated i statements may also be given fixed or random durations.
Art Hunkins
----- Original Message -----
From: "Charles Gran"
To:
Sent: Friday, July 17, 2009 12:35 PM
Subject: [Csnd] Re: Triggering instruments using
I guess what I'm basically wondering is if you can hit a note on a
keyboard controlling one instrument and have that trigger another
instrument without having to hold the note down.
On Thu, Jul 16, 2009 at 3:06 PM, Charles Gran wrote:
> I've been playing around with the orchestras in this thread
>
> http://www.nabble.com/how-to-map-different-midi-events-to-different-instruments--tt13899469.html#a14009022
>
> and was wondering how you would go about creating an orchestra where
> the first instrument triggers the others, each instrument staying on
> until the next one is triggered. Would you use midiin (144 note on)
> and schedule for this?
>
> Charles
>
Send bugs reports to this list.
To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe
csound"=
|