makeinstrument

Create a handle for the CHAIN instrument.


Synopsis

inst_handle = makeinstrument(“INSTRUMENT_NAME”, inst_arg0, inst_arg1, …);


Description

makeinstrument is used to create handles for instruments that will become the arguments to the CHAIN instrument. These are functionally identical to instruments created in the normal fashion.


Arguments


Examples

Example: Create a TRANS instrument handle:

    outskip = 0;
    inskip = 0;
    dur = 2;
    amp = 100;
    transposition = -0.09;

    trans = makeinstrument("TRANS", outskip, inskip, dur, amp, transposition);

See Also

CHAIN