Author |
Message |
kijjaz

Joined: Sep 20, 2004 Posts: 765 Location: bangkok, thailand
Audio files: 4
|
Posted: Thu Sep 07, 2006 8:42 pm Post subject:
testing: running miniAudicle on Mac OS X Subject description: this is my first time (i'm shy).. |
 |
|
hello all again.
i'm using Mac OS for the first time (it's OS 10.4.7)
and you all know i'm so excited and wanna chuck it real fast.
i've downloaded miniAudicle, executable..
and try running..
but.. after starting Virtual Machine.. the log says..
Code: | [chuck]:(2:SYSTEM): starting chuck virtual machine...
[chuck]:(2:SYSTEM): | initializing virtual machine...
[chuck]:(2:SYSTEM): | | behavior: LOOP
[chuck]:(2:SYSTEM): | | allocating shreduler...
[chuck]:(2:SYSTEM): | | allocating messaging buffers...
[chuck]:(2:SYSTEM): | | real-time audio: YES
[chuck]:(2:SYSTEM): | | mode: CALLBACK
[chuck]:(2:SYSTEM): | | sample rate: 44100
[chuck]:(2:SYSTEM): | | buffer size: 256
[chuck]:(2:SYSTEM): | | num buffers: 8
[chuck]:(2:SYSTEM): | | devices adc: 1 dac: 1 (default 0)
[chuck]:(2:SYSTEM): | | channels in: 2 out: 0
[chuck]:(2:SYSTEM): | initializing compiler...
[chuck]:(2:SYSTEM): | type dependency resolution: MANUAL
[chuck]:(2:SYSTEM): | initializing synthesis engine...
[chuck]:(2:SYSTEM): | | initializing 'real-time' audio...
[chuck]:(2:SYSTEM): running virtual machine... |
i try printing with <<< >>> or looping
and all calculations.. it works fine. defining ugens works fine.
but chucking to dac? ... miniAudicle's dead.
how should i configure? is it about audio interface driver selection?
other softwares can play sounds correctly now..
or should i try chucking some other external audio interfaces also?
thank you |
|
Back to top
|
|
 |
spencer

Joined: Aug 16, 2006 Posts: 53 Location: northern california
|
Posted: Fri Sep 08, 2006 9:17 am Post subject:
|
 |
|
hey there,
can you copy and paste the output of chuck --probe? Also, one thing that might help if you havent tried already is to go into Preferences (Apple menu or cmd+,) and explicitly set "Output channels" to 2 (or anything else). it looks like for some reason miniAudicle is choosing 0 output channels by default.
spencer |
|
Back to top
|
|
 |
kijjaz

Joined: Sep 20, 2004 Posts: 765 Location: bangkok, thailand
Audio files: 4
|
Posted: Sun Sep 10, 2006 2:37 pm Post subject:
|
 |
|
it works now .. i don't know how it changed.
but maybe it has something to do with Mac OS update... ??
after updating all, it suddenly works..
Code: | [chuck]:(2:SYSTEM): | | sample rate: 44100
[chuck]:(2:SYSTEM): | | buffer size: 256
[chuck]:(2:SYSTEM): | | num buffers: 8
[chuck]:(2:SYSTEM): | | devices adc: 1 dac: 3 (default 0)
[chuck]:(2:SYSTEM): | | channels in: 2 out: 2 |
thanks thanks! |
|
Back to top
|
|
 |
elektro80
Site Admin

Joined: Mar 25, 2003 Posts: 21959 Location: Norway
Audio files: 14
|
Posted: Sun Sep 10, 2006 4:01 pm Post subject:
|
 |
|
kijjaz wrote: | it works now .. i don't know how it changed.
but maybe it has something to do with Mac OS update... ??
after updating all, it suddenly works..
|
Your OS version was 10.4.7 and unless you have a 10.4.8 beta or the WWDC leopard preview installed, your OS version is still 10.4.7. Did you update something else? QT perhaps? Or did you run a permissions repair?
 _________________ A Charity Pantomime in aid of Paranoid Schizophrenics descended into chaos yesterday when someone shouted, "He's behind you!"
MySpace
SoundCloud
Flickr |
|
Back to top
|
|
 |
kijjaz

Joined: Sep 20, 2004 Posts: 765 Location: bangkok, thailand
Audio files: 4
|
Posted: Mon Sep 11, 2006 5:21 am Post subject:
|
 |
|
QT .. you mean .. quicktime? yes. |
|
Back to top
|
|
 |
|