Csound Csound-dev Csound-tekno Search About

[Csnd-dev] turnon/turnoff problem

Date2016-03-05 10:16
FromPeter Burgess
Subject[Csnd-dev] turnon/turnoff problem
Attachmentsturnoff2.csd  
Hi all! Having a funny issue using turnon and turnoff2. If I simply
turn on my instrument and never turn it off, everything works fine.
However, if I turn off the current instanceof the instrument before
turning off the next instance, my instrument sounds like it's being
filtered.

I've attached a .csd to illistrate

-- 
http://algorythmradio.com
https://soundcloud.com/algorythmradio

Date2016-03-05 10:17
FromPeter Burgess
SubjectRe: [Csnd-dev] turnon/turnoff problem
AttachmentsMKC_Dynamic Kick_98_FA.wav  
Sorry, also here's the sample I used in my example

On Sat, Mar 5, 2016 at 10:16 AM, Peter Burgess
 wrote:
> Hi all! Having a funny issue using turnon and turnoff2. If I simply
> turn on my instrument and never turn it off, everything works fine.
> However, if I turn off the current instanceof the instrument before
> turning off the next instance, my instrument sounds like it's being
> filtered.
>
> I've attached a .csd to illistrate
>
> --
> http://algorythmradio.com
> https://soundcloud.com/algorythmradio



-- 
http://algorythmradio.com
https://soundcloud.com/algorythmradio

Date2016-03-08 08:45
FromPeter Burgess
SubjectRe: [Csnd-dev] turnon/turnoff problem
anyone know why this might be happening? I've tried it on my android
phone as well to see if it happened there, and I get the same results

On Sat, Mar 5, 2016 at 10:17 AM, Peter Burgess
 wrote:
> Sorry, also here's the sample I used in my example
>
> On Sat, Mar 5, 2016 at 10:16 AM, Peter Burgess
>  wrote:
>> Hi all! Having a funny issue using turnon and turnoff2. If I simply
>> turn on my instrument and never turn it off, everything works fine.
>> However, if I turn off the current instanceof the instrument before
>> turning off the next instance, my instrument sounds like it's being
>> filtered.
>>
>> I've attached a .csd to illistrate
>>
>> --
>> http://algorythmradio.com
>> https://soundcloud.com/algorythmradio
>
>
>
> --
> http://algorythmradio.com
> https://soundcloud.com/algorythmradio



-- 
http://algorythmradio.com

Date2016-03-08 11:01
FromPeter Burgess
SubjectRe: [Csnd-dev] turnon/turnoff problem
I've just tried this instead:

    giHandle init 0

    instr 4
        turnoff giHandle104
        iP2 = p2
        iP3 = 16
        giHandle104 nstance 104, iP2, iP3
        print giHandle104
    endin

That doesn't seem to work as I would expect either. The note get's
turned on, but is never turned off, and giHandle seems to remain as
"0".

Am I trying to use these opcodes wrong?


On Tue, Mar 8, 2016 at 8:45 AM, Peter Burgess
 wrote:
> anyone know why this might be happening? I've tried it on my android
> phone as well to see if it happened there, and I get the same results
>
> On Sat, Mar 5, 2016 at 10:17 AM, Peter Burgess
>  wrote:
>> Sorry, also here's the sample I used in my example
>>
>> On Sat, Mar 5, 2016 at 10:16 AM, Peter Burgess
>>  wrote:
>>> Hi all! Having a funny issue using turnon and turnoff2. If I simply
>>> turn on my instrument and never turn it off, everything works fine.
>>> However, if I turn off the current instanceof the instrument before
>>> turning off the next instance, my instrument sounds like it's being
>>> filtered.
>>>
>>> I've attached a .csd to illistrate
>>>
>>> --
>>> http://algorythmradio.com
>>> https://soundcloud.com/algorythmradio
>>
>>
>>
>> --
>> http://algorythmradio.com
>> https://soundcloud.com/algorythmradio
>
>
>
> --
> http://algorythmradio.com
> https://soundcloud.com/algorythmradio



-- 
http://algorythmradio.com