[Csnd-dev] Alogical problem
| Date | 2018-03-10 14:48 |
| From | John |
| Subject | [Csnd-dev] Alogical problem |
How does one turn a named instrument off via schedule? With a numbered instrument one uses schedule(-100, ...); or one could use the d opcode except that schedule uses i always. Also in the same area, what should happen after a schedule of a non-existent instrument? At present it is rather quiet |
| Date | 2018-03-10 15:32 |
| From | Tarmo Johannes |
| Subject | Re: [Csnd-dev] Alogical problem |
Hi,
schedule -nstrnum("your_instrument"), 0, 0
- works also with live evaluation and UDP messages
tarmo
On laupäev, 10. märts 2018 16:48.48 EET you wrote:
> How does one turn a named instrument off via schedule? With a numbered
> instrument one uses schedule(-100, ...); or one could use the d opcode
> except that schedule uses i always.
>
> Also in the same area, what should happen after a schedule of a
> non-existent instrument? At present it is rather quiet
> |