I'm new and i have problems with AudioIn.ar

View: New views
6 Messages — Rating Filter:   Alert me  

I'm new and i have problems with AudioIn.ar

by almoka :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


Hi!!! I'm new using AudioIn.ar, my internal mic don't respond in my SC3 i read the others messages and i did all the things, I configure my MIDI setup adding a new device call Built-in Audio and i create a folder call scwork and a file call startup with this lines:

 
Server.local.options.device = "SC3";
Server.internal.options.device = "SC3";

the last week this synth not failed and all the SC3 run ok but today not respond, this is my Synth


(
SynthDef(\violin,{|out=0|
                        Out.ar(out,AudioIn.ar(1))
                        }).send(s)
);
a=Synth(\violin)
(
SynthDef(\limpio,{|gate=1|
    var sen,env;
       sen=In.ar(0);
       12.do{ sen=AllpassN.ar(sen,0.2,0.09.rand,1.2)};
       sen;
           env=EnvGen.kr(Env.asr(1,0.4,2),gate,doneAction:2);
              Out.ar(0,sen*env)
              }).send(s)
);          
b=Synth.after(s,\limpio)

and this is my post window:

Using vector unit: no
Number of Devices: 5
   0 : "Built-in Microphone"
   1 : "Built-in Input"
   2 : "Built-in Output"
   3 : "MOTU 828mk3"
   4 : "SC3"

"MOTU 828mk3" Input Device
   Streams: 7
      0  channels 2
      1  channels 8
      2  channels 2
      3  channels 2
      4  channels 2
      5  channels 8
      6  channels 8

"Built-in Output" Output Device
   Streams: 1
      0  channels 2

mSafetyOffset 24
mNumberBuffers 7
  mDataByteSize 0 4096
  mDataByteSize 1 16384
  mDataByteSize 2 4096
  mDataByteSize 3 4096
  mDataByteSize 4 4096
  mDataByteSize 5 16384
  mDataByteSize 6 16384
<-SC_CoreAudioDriver::Setup world 0E670360
SC_AudioDriver: numSamples=512, sampleRate=44100.000000
->SC_CoreAudioDriver::DriverStart
start   UseSeparateIO?: 1
<-SC_CoreAudioDriver::DriverStart
notification is on


also i have a motu 828mk3 conected, please if somebody help me.

Thanks

Re: I'm new and i have problems with AudioIn.ar

by Josh Parmenter :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

It looks like your options aren't being read (since the Motu shows up  
as the input).

where did you put scwork?

Josh

On Jun 30, 2008, at 1:03 PM, almoka wrote:

>
>
> Hi!!! I'm new using AudioIn.ar, my internal mic don't respond in my  
> SC3 i
> read the others messages and i did all the things, I configure my  
> MIDI setup
> adding a new device call Built-in Audio and i create a folder call  
> scwork
> and a file call startup with this lines:
>
> Server.local.options.device = "Built-in Audio";
> Server.internal.options.device = "Built-in Audio";
>
> the last week this synth not failed and all the SC3 run ok but today  
> not
> respond, this is my Synth
>
> (
> SynthDef(\violin,{|out=0|
> Out.ar(out,AudioIn.ar(1))
> }).send(s)
> );
> a=Synth(\violin)
> (
> SynthDef(\limpio,{|gate=1|
>    var sen,env;
>       sen=In.ar(0);
>       12.do{ sen=AllpassN.ar(sen,0.2,0.09.rand,1.2)};
>       sen;
>           env=EnvGen.kr(Env.asr(1,0.4,2),gate,doneAction:2);
>              Out.ar(0,sen*env)
>              }).send(s)
> );
> b=Synth.after(s,\limpio)
>
> and this is my post window:
>
> Using vector unit: no
> Number of Devices: 5
>   0 : "Built-in Microphone"
>   1 : "Built-in Input"
>   2 : "Built-in Output"
>   3 : "MOTU 828mk3"
>   4 : "SC3"
>
> "MOTU 828mk3" Input Device
>   Streams: 7
>      0  channels 2
>      1  channels 8
>      2  channels 2
>      3  channels 2
>      4  channels 2
>      5  channels 8
>      6  channels 8
>
> "Built-in Output" Output Device
>   Streams: 1
>      0  channels 2
>
> mSafetyOffset 24
> mNumberBuffers 7
>  mDataByteSize 0 4096
>  mDataByteSize 1 16384
>  mDataByteSize 2 4096
>  mDataByteSize 3 4096
>  mDataByteSize 4 4096
>  mDataByteSize 5 16384
>  mDataByteSize 6 16384
> <-SC_CoreAudioDriver::Setup world 0E670360
> SC_AudioDriver: numSamples=512, sampleRate=44100.000000
> ->SC_CoreAudioDriver::DriverStart
> start   UseSeparateIO?: 1
> <-SC_CoreAudioDriver::DriverStart
> notification is on
>
>
> also i have a motu 828mk3 conected, please if somebody help me.
>
> Thanks
>
> --
> View this message in context: http://www.nabble.com/I%27m-new-and-i-have-problems-with-AudioIn.ar-tp18203262p18203262.html
> Sent from the Supercollider - User mailing list archive at Nabble.com.
>
>
> _______________________________________________
> sc-users mailing list
>
>
> info (subscribe and unsubscribe): http://swiki.hfbk-hamburg.de:8888/MusicTechnology/880
> archive: http://www.listarc.bham.ac.uk/marchives/sc-users/
> search: http://www.listarc.bham.ac.uk/lists/sc-users/search/

******************************************
/* Joshua D. Parmenter
http://www.realizedsound.net/josh/

“Every composer – at all times and in all cases – gives his own  
interpretation of how modern society is structured: whether actively  
or passively, consciously or unconsciously, he makes choices in this  
regard. He may be conservative or he may subject himself to continual  
renewal; or he may strive for a revolutionary, historical or social  
palingenesis." - Luigi Nono
*/


_______________________________________________
sc-users mailing list


info (subscribe and unsubscribe): http://swiki.hfbk-hamburg.de:8888/MusicTechnology/880
archive: http://www.listarc.bham.ac.uk/marchives/sc-users/
search: http://www.listarc.bham.ac.uk/lists/sc-users/search/

Re: I'm new and i have problems with AudioIn.ar

by James Harkins-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

startup.rtf should not go in scwork - it should go in the user
application support directory. SC will tell you the right path if you
run:

thisProcess.platform.userAppSupportDir;

hjh

On Mon, Jun 30, 2008 at 4:25 PM, Josh Parmenter <josh@...> wrote:

> It looks like your options aren't being read (since the Motu shows up as the
> input).
>
> where did you put scwork?
>
> Josh
>
> On Jun 30, 2008, at 1:03 PM, almoka wrote:
>
>>
>>
>> Hi!!! I'm new using AudioIn.ar, my internal mic don't respond in my SC3 i
>> read the others messages and i did all the things, I configure my MIDI
>> setup
>> adding a new device call Built-in Audio and i create a folder call scwork
>> and a file call startup with this lines:


--
James Harkins /// dewdrop world
jamshark70@...
http://www.dewdrop-world.net

"Come said the Muse,
Sing me a song no poet has yet chanted,
Sing me the universal." -- Whitman

_______________________________________________
sc-users mailing list


info (subscribe and unsubscribe): http://swiki.hfbk-hamburg.de:8888/MusicTechnology/880
archive: http://www.listarc.bham.ac.uk/marchives/sc-users/
search: http://www.listarc.bham.ac.uk/lists/sc-users/search/

Re: I'm new and i have problems with AudioIn.ar

by andrea valle-3 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Also, maybe it's better if you use SoundIn (easier) instead of AudioIn. Check the help files

Best


-a-

On 30 Jun 2008, at 22:25, Josh Parmenter wrote:

It looks like your options aren't being read (since the Motu shows up as the input).

where did you put scwork?

Josh

On Jun 30, 2008, at 1:03 PM, almoka wrote:



Hi!!! I'm new using AudioIn.ar, my internal mic don't respond in my SC3 i
read the others messages and i did all the things, I configure my MIDI setup
adding a new device call Built-in Audio and i create a folder call scwork
and a file call startup with this lines:

Server.local.options.device = "Built-in Audio";
Server.internal.options.device = "Built-in Audio";

the last week this synth not failed and all the SC3 run ok but today not
respond, this is my Synth

(
SynthDef(\violin,{|out=0|
Out.ar(out,AudioIn.ar(1))
}).send(s)
);
a=Synth(\violin)
(
SynthDef(\limpio,{|gate=1|
   var sen,env;
      sen=In.ar(0);
      12.do{ sen=AllpassN.ar(sen,0.2,0.09.rand,1.2)};
      sen;
          env=EnvGen.kr(Env.asr(1,0.4,2),gate,doneAction:2);
             Out.ar(0,sen*env)
             }).send(s)
);
b=Synth.after(s,\limpio)

and this is my post window:

Using vector unit: no
Number of Devices: 5
  0 : "Built-in Microphone"
  1 : "Built-in Input"
  2 : "Built-in Output"
  3 : "MOTU 828mk3"
  4 : "SC3"

"MOTU 828mk3" Input Device
  Streams: 7
     0  channels 2
     1  channels 8
     2  channels 2
     3  channels 2
     4  channels 2
     5  channels 8
     6  channels 8

"Built-in Output" Output Device
  Streams: 1
     0  channels 2

mSafetyOffset 24
mNumberBuffers 7
 mDataByteSize 0 4096
 mDataByteSize 1 16384
 mDataByteSize 2 4096
 mDataByteSize 3 4096
 mDataByteSize 4 4096
 mDataByteSize 5 16384
 mDataByteSize 6 16384
<-SC_CoreAudioDriver::Setup world 0E670360
SC_AudioDriver: numSamples=512, sampleRate=44100.000000
->SC_CoreAudioDriver::DriverStart
start   UseSeparateIO?: 1
<-SC_CoreAudioDriver::DriverStart
notification is on


also i have a motu 828mk3 conected, please if somebody help me.

Thanks

-- 
Sent from the Supercollider - User mailing list archive at Nabble.com.


_______________________________________________
sc-users mailing list



******************************************
/* Joshua D. Parmenter

“Every composer – at all times and in all cases – gives his own interpretation of how modern society is structured: whether actively or passively, consciously or unconsciously, he makes choices in this regard. He may be conservative or he may subject himself to continual renewal; or he may strive for a revolutionary, historical or social palingenesis." - Luigi Nono
*/


_______________________________________________
sc-users mailing list



--------------------------------------------------
Andrea Valle
--------------------------------------------------
CIRMA - DAMS
Università degli Studi di Torino
--------------------------------------------------


"
Think of it as seasoning
. noise [salt] is boring
. F(blah) [food without salt] can be boring
. F(noise, blah) can be really tasty
"
(Ken Perlin on noise)






Re: I'm new and i have problems with AudioIn.ar

by Dan Stowell :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi -

You say that you created a device named "Built-in Audio", but when I
read this bit of output I don't see it:

> Number of Devices: 5
>   0 : "Built-in Microphone"
>   1 : "Built-in Input"
>   2 : "Built-in Output"
>   3 : "MOTU 828mk3"
>   4 : "SC3"

This is the list of devices that SC detects on your system. The first
three are the "real" built-in things that the Mac provides, and then
there's the MOTU. The last one, named "SC3", is probably the one you
created? If so then you need to use these lines of code instead:

 Server.local.options.device = "SC3";
 Server.internal.options.device = "SC3";

I've just noticed (while writing this) that you've already got a few
replies. I hope you can combine all our answers!

Dan


2008/6/30 almoka <kalvarezunam@...>:

>
>
> Hi!!! I'm new using AudioIn.ar, my internal mic don't respond in my SC3 i
> read the others messages and i did all the things, I configure my MIDI setup
> adding a new device call Built-in Audio and i create a folder call scwork
> and a file call startup with this lines:
>
> Server.local.options.device = "Built-in Audio";
> Server.internal.options.device = "Built-in Audio";
>
> the last week this synth not failed and all the SC3 run ok but today not
> respond, this is my Synth
>
> (
> SynthDef(\violin,{|out=0|
>                        Out.ar(out,AudioIn.ar(1))
>                        }).send(s)
> );
> a=Synth(\violin)
> (
> SynthDef(\limpio,{|gate=1|
>    var sen,env;
>       sen=In.ar(0);
>       12.do{ sen=AllpassN.ar(sen,0.2,0.09.rand,1.2)};
>       sen;
>           env=EnvGen.kr(Env.asr(1,0.4,2),gate,doneAction:2);
>              Out.ar(0,sen*env)
>              }).send(s)
> );
> b=Synth.after(s,\limpio)
>
> and this is my post window:
>
> Using vector unit: no
> Number of Devices: 5
>   0 : "Built-in Microphone"
>   1 : "Built-in Input"
>   2 : "Built-in Output"
>   3 : "MOTU 828mk3"
>   4 : "SC3"
>
> "MOTU 828mk3" Input Device
>   Streams: 7
>      0  channels 2
>      1  channels 8
>      2  channels 2
>      3  channels 2
>      4  channels 2
>      5  channels 8
>      6  channels 8
>
> "Built-in Output" Output Device
>   Streams: 1
>      0  channels 2
>
> mSafetyOffset 24
> mNumberBuffers 7
>  mDataByteSize 0 4096
>  mDataByteSize 1 16384
>  mDataByteSize 2 4096
>  mDataByteSize 3 4096
>  mDataByteSize 4 4096
>  mDataByteSize 5 16384
>  mDataByteSize 6 16384
> <-SC_CoreAudioDriver::Setup world 0E670360
> SC_AudioDriver: numSamples=512, sampleRate=44100.000000
> ->SC_CoreAudioDriver::DriverStart
> start   UseSeparateIO?: 1
> <-SC_CoreAudioDriver::DriverStart
> notification is on
>
>
> also i have a motu 828mk3 conected, please if somebody help me.
>
> Thanks
>
> --
> View this message in context: http://www.nabble.com/I%27m-new-and-i-have-problems-with-AudioIn.ar-tp18203262p18203262.html
> Sent from the Supercollider - User mailing list archive at Nabble.com.
>
>
> _______________________________________________
> sc-users mailing list
>
>
> info (subscribe and unsubscribe): http://swiki.hfbk-hamburg.de:8888/MusicTechnology/880
> archive: http://www.listarc.bham.ac.uk/marchives/sc-users/
> search: http://www.listarc.bham.ac.uk/lists/sc-users/search/
>



--
http://www.mcld.co.uk

_______________________________________________
sc-users mailing list


info (subscribe and unsubscribe): http://swiki.hfbk-hamburg.de:8888/MusicTechnology/880
archive: http://www.listarc.bham.ac.uk/marchives/sc-users/
search: http://www.listarc.bham.ac.uk/lists/sc-users/search/

Re: I'm new and i have problems with AudioIn.ar

by almoka :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

i put my scwork in /user/home/scwork
 and i have desconected my motu because i only want to use my internal mic.

Katya


2008/6/30 Josh Parmenter <josh@...>:
It looks like your options aren't being read (since the Motu shows up as the input).

where did you put scwork?

Josh


On Jun 30, 2008, at 1:03 PM, almoka wrote:



Hi!!! I'm new using AudioIn.ar, my internal mic don't respond in my SC3 i
read the others messages and i did all the things, I configure my MIDI setup
adding a new device call Built-in Audio and i create a folder call scwork
and a file call startup with this lines:

Server.local.options.device = "Built-in Audio";
Server.internal.options.device = "Built-in Audio";

the last week this synth not failed and all the SC3 run ok but today not
respond, this is my Synth

(
SynthDef(\violin,{|out=0|
                       Out.ar(out,AudioIn.ar(1))
                       }).send(s)
);              
a=Synth(\violin)
(
SynthDef(\limpio,{|gate=1|
  var sen,env;
     sen=In.ar(0);
     12.do{ sen=AllpassN.ar(sen,0.2,0.09.rand,1.2)};
     sen;
         env=EnvGen.kr(Env.asr(1,0.4,2),gate,doneAction:2);
            Out.ar(0,sen*env)
            }).send(s)
);
b=Synth.after(s,\limpio)

and this is my post window:

Using vector unit: no
Number of Devices: 5
 0 : "Built-in Microphone"
 1 : "Built-in Input"
 2 : "Built-in Output"
 3 : "MOTU 828mk3"
 4 : "SC3"

"MOTU 828mk3" Input Device
 Streams: 7
    0  channels 2
    1  channels 8
    2  channels 2
    3  channels 2
    4  channels 2
    5  channels 8
    6  channels 8

"Built-in Output" Output Device
 Streams: 1
    0  channels 2

mSafetyOffset 24
mNumberBuffers 7
 mDataByteSize 0 4096
 mDataByteSize 1 16384
 mDataByteSize 2 4096
 mDataByteSize 3 4096
 mDataByteSize 4 4096
 mDataByteSize 5 16384
 mDataByteSize 6 16384
<-SC_CoreAudioDriver::Setup world 0E670360
SC_AudioDriver: numSamples=512, sampleRate=44100.000000
->SC_CoreAudioDriver::DriverStart
start   UseSeparateIO?: 1
<-SC_CoreAudioDriver::DriverStart
notification is on


also i have a motu 828mk3 conected, please if somebody help me.

Thanks

--
View this message in context: http://www.nabble.com/I%27m-new-and-i-have-problems-with-AudioIn.ar-tp18203262p18203262.html
Sent from the Supercollider - User mailing list archive at Nabble.com.


_______________________________________________
sc-users mailing list


info (subscribe and unsubscribe): http://swiki.hfbk-hamburg.de:8888/MusicTechnology/880
archive: http://www.listarc.bham.ac.uk/marchives/sc-users/
search: http://www.listarc.bham.ac.uk/lists/sc-users/search/

******************************************
/* Joshua D. Parmenter
http://www.realizedsound.net/josh/

"Every composer – at all times and in all cases – gives his own interpretation of how modern society is structured: whether actively or passively, consciously or unconsciously, he makes choices in this regard. He may be conservative or he may subject himself to continual renewal; or he may strive for a revolutionary, historical or social palingenesis." - Luigi Nono
*/



_______________________________________________
sc-users mailing list


info (subscribe and unsubscribe): http://swiki.hfbk-hamburg.de:8888/MusicTechnology/880
archive: http://www.listarc.bham.ac.uk/marchives/sc-users/
search: http://www.listarc.bham.ac.uk/lists/sc-users/search/



--
Katya A. Alvarez Molina
Centro Multimedia CENART
LightInTheBox - Buy quality products at wholesale price