OSC not running

classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

OSC not running

stephane boussuge-4

Hi list,
I'm currently trying to drive sound with Iannix with OSC message, but i 've make a small test csd but the console report IINIT ERROR in instr 1: OSC not running.

here my csd what wrong ? thanks.
stf


<CsoundSynthesizer>
<CsOptions>
</CsOptions>
<CsInstruments>
sr = 44100
ksmps = 128
nchnls = 2
0dbfs = 1
giosc init 57120
instr 1
ifn1 = 1
kcps init 0
kfq OSClisten giosc, "/cps", "f", kcps
aosc oscili 0.5, kcps, ifn1
outs aosc, aosc
endin
</CsInstruments>
<CsScore>
f1 0 8192 10 1
i1 0 300
e
</CsScore>
</CsoundSynthesizer>



Send bugs reports to the Sourceforge bug tracker
            https://sourceforge.net/tracker/?group_id=81968&atid=564599
Discussions of bugs and features can be posted here
To unsubscribe, send email [hidden email] with body "unsubscribe csound"

Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

Re: OSC not running

jpff
You havr not called OSCinit

>
> Hi list,
> I'm currently trying to drive sound with Iannix with OSC message, but i
> 've make a small test csd but the console report IINIT ERROR in instr 1:
> OSC not running.
>
> here my csd what wrong ? thanks.
> stf
>
>
> <CsoundSynthesizer>
> <CsOptions>
> </CsOptions>
> <CsInstruments>
> sr = 44100
> ksmps = 128
> nchnls = 2
> 0dbfs = 1
> giosc init 57120
> instr 1
> ifn1 = 1
> kcps init 0
> kfq OSClisten giosc, "/cps", "f", kcps
> aosc oscili 0.5, kcps, ifn1
> outs aosc, aosc
> endin
> </CsInstruments>
> <CsScore>
> f1 0 8192 10 1
> i1 0 300
> e
> </CsScore>
> </CsoundSynthesizer>
>
>
>
> Send bugs reports to the Sourceforge bug tracker
>             https://sourceforge.net/tracker/?group_id=81968&atid=564599
> Discussions of bugs and features can be posted here
> To unsubscribe, send email [hidden email] with body "unsubscribe
> csound"
>
>
>
>




Send bugs reports to the Sourceforge bug tracker
            https://sourceforge.net/tracker/?group_id=81968&atid=564599
Discussions of bugs and features can be posted here
To unsubscribe, send email [hidden email] with body "unsubscribe csound"

Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

Re: OSC not running

stephane boussuge-4
Oh ! Sorry !

Thank you.

stf

Le 31 janv. 2012 à 11:26, [hidden email] a écrit :

> You havr not called OSCinit
>
>>
>> Hi list,
>> I'm currently trying to drive sound with Iannix with OSC message, but i
>> 've make a small test csd but the console report IINIT ERROR in instr 1:
>> OSC not running.
>>
>> here my csd what wrong ? thanks.
>> stf
>>
>>
>> <CsoundSynthesizer>
>> <CsOptions>
>> </CsOptions>
>> <CsInstruments>
>> sr = 44100
>> ksmps = 128
>> nchnls = 2
>> 0dbfs = 1
>> giosc init 57120
>> instr 1
>> ifn1 = 1
>> kcps init 0
>> kfq OSClisten giosc, "/cps", "f", kcps
>> aosc oscili 0.5, kcps, ifn1
>> outs aosc, aosc
>> endin
>> </CsInstruments>
>> <CsScore>
>> f1 0 8192 10 1
>> i1 0 300
>> e
>> </CsScore>
>> </CsoundSynthesizer>
>>
>>
>>
>> Send bugs reports to the Sourceforge bug tracker
>>            https://sourceforge.net/tracker/?group_id=81968&atid=564599
>> Discussions of bugs and features can be posted here
>> To unsubscribe, send email [hidden email] with body "unsubscribe
>> csound"
>>
>>
>>
>>
>
>
>
>
> Send bugs reports to the Sourceforge bug tracker
>            https://sourceforge.net/tracker/?group_id=81968&atid=564599
> Discussions of bugs and features can be posted here
> To unsubscribe, send email [hidden email] with body "unsubscribe csound"
>



Send bugs reports to the Sourceforge bug tracker
            https://sourceforge.net/tracker/?group_id=81968&atid=564599
Discussions of bugs and features can be posted here
To unsubscribe, send email [hidden email] with body "unsubscribe csound"

Loading...