Csound Csound-dev Csound-tekno Search About

[Csnd] OSC not running

Date2012-01-31 10:20
FromGmail
Subject[Csnd] OSC not running
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






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


f1 0 8192 10 1
i1 0 300
e





Date2012-01-31 10:26
Fromjpff@cs.bath.ac.uk
SubjectRe: [Csnd] OSC not running
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
>
>
> 
> 
> 
> 
> 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
> 
> 
> f1 0 8192 10 1
> i1 0 300
> e
> 
> 
>
>
>
> 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 sympa@lists.bath.ac.uk with body "unsubscribe
> csound"
>
>
>
>



Date2012-01-31 10:41
FromGmail
SubjectRe: [Csnd] OSC not running
Oh ! Sorry !

Thank you.

stf

Le 31 janv. 2012 à 11:26, jpff@cs.bath.ac.uk 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
>> 
>> 
>> 
>> 
>> 
>> 
>> 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
>> 
>> 
>> f1 0 8192 10 1
>> i1 0 300
>> e
>> 
>> 
>> 
>> 
>> 
>> 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 sympa@lists.bath.ac.uk 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 sympa@lists.bath.ac.uk with body "unsubscribe csound"
>