psycollider 3.2 questions

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

psycollider 3.2 questions

by Igor Medeiros :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

hi all

psycollider 3.2 is so easy to install, in secs i had it running here.
but i have some questions:

1. i don't know how to change the DIR from Recordings.

2. i don't know how to change the sound output and its sampling rate to 96k-
i have an Echo Indigo pcmcia card that i want to work with in ASIO mode, but sc goes MME:

Device options:
  - MME : Microsoft Sound Mapper - Input   (device #0 with 2 ins 0 outs)
  - MME : Indigo   (device #1 with 2 ins 0 outs)
  - MME : Conexant HD Audio input   (device #2 with 2 ins 0 outs)
  - MME : Microsoft Sound Mapper - Output   (device #3 with 0 ins 2 outs)
  - MME : Indigo 1-2 Virtual Out   (device #4 with 0 ins 2 outs)
  - MME : Conexant HD Audio output   (device #5 with 0 ins 2 outs)
  - MME : Indigo 3-4 Virtual Out   (device #6 with 0 ins 2 outs)
  - MME : Indigo 5-6 Virtual Out   (device #7 with 0 ins 2 outs)
  - MME : Indigo 7-8 Virtual Out   (device #8 with 0 ins 2 outs)
  - ASIO : ASIO Echo PCI   (device #9 with 2 ins 8 outs)

Booting with:
 In: MME : Indigo
 Out: MME : Indigo 1-2 Virtual Out
suggestedLatency used: 0.200
SuperCollider 3 server ready..
notification is on


i understood that sc connects with the soundsystem' soundcard to work, but i can't use ASIO on the soundsystem...
can i ajust the latency also? how?

3. which libraries are missing and how can i install them? i am really interested in bbcut & ixiquarks, and to test quarks also...


thx in advance
igor

_______________________________________________
sc-users mailing list
sc-users@...
http://lists.create.ucsb.edu/mailman/listinfo/sc-users

Re: psycollider 3.2 questions

by altern :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


> psycollider 3.2 is so easy to install, in secs i had it running here.
> but i have some questions:
>
> 1. i don't know how to change the DIR from Recordings.
>
> 2. i don't know how to change the sound output and its sampling rate to 96k-
> i have an Echo Indigo pcmcia card that i want to work with in ASIO mode,
> but sc goes MME:
>
> Device options:
>   - MME : Microsoft Sound Mapper - Input   (device #0 with 2 ins 0 outs)
>   - MME : Indigo   (device #1 with 2 ins 0 outs)
>   - MME : Conexant HD Audio input   (device #2 with 2 ins 0 outs)
>   - MME : Microsoft Sound Mapper - Output   (device #3 with 0 ins 2 outs)
>   - MME : Indigo 1-2 Virtual Out   (device #4 with 0 ins 2 outs)
>   - MME : Conexant HD Audio output   (device #5 with 0 ins 2 outs)
>   - MME : Indigo 3-4 Virtual Out   (device #6 with 0 ins 2 outs)
>   - MME : Indigo 5-6 Virtual Out   (device #7 with 0 ins 2 outs)
>   - MME : Indigo 7-8 Virtual Out   (device #8 with 0 ins 2 outs)
>   - ASIO : ASIO Echo PCI   (device #9 with 2 ins 8 outs)
>
> Booting with:
>  In: MME : Indigo
>  Out: MME : Indigo 1-2 Virtual Out
> suggestedLatency used: 0.200
> SuperCollider 3 server ready..
> notification is on
>
>
> i understood that sc connects with the soundsystem' soundcard to work,
> but i can't use ASIO on the soundsystem...
> can i ajust the latency also? how?

i think you need to edit the starup.sc file to add a line so that
scsynth knows which sound card to use. Something like this

s.options.device_("ASIO : ASIO Echo PCI"),

Not sure about the rate since this is an option for scsynth process.
Probably you can specify it in the same file?

> 3. which libraries are missing and how can i install them? i am really
> interested in bbcut & ixiquarks, and to test quarks also...

ixiquarks is not ready for windows yet. we have an alpha version which
is quite buggy at the moment. still testing and fixing small problems.
maybe in a few weeks.

_______________________________________________
sc-users mailing list
sc-users@...
http://lists.create.ucsb.edu/mailman/listinfo/sc-users

Re: psycollider 3.2 questions

by John Glover-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

to change the recording directory, run:
thisProcess.platform.recordingsDir = "path to new directory" (or add
to startup.sc).


John

2008/5/8 Igor Medeiros <igormpc@...>:

> hi all
>
> psycollider 3.2 is so easy to install, in secs i had it running here.
> but i have some questions:
>
> 1. i don't know how to change the DIR from Recordings.
>
> 2. i don't know how to change the sound output and its sampling rate to 96k-
>  i have an Echo Indigo pcmcia card that i want to work with in ASIO mode,
> but sc goes MME:
>
> Device options:
>   - MME : Microsoft Sound Mapper - Input   (device #0 with 2 ins 0 outs)
>   - MME : Indigo   (device #1 with 2 ins 0 outs)
>    - MME : Conexant HD Audio input   (device #2 with 2 ins 0 outs)
>   - MME : Microsoft Sound Mapper - Output   (device #3 with 0 ins 2 outs)
>   - MME : Indigo 1-2 Virtual Out   (device #4 with 0 ins 2 outs)
>   - MME : Conexant HD Audio output   (device #5 with 0 ins 2 outs)
>    - MME : Indigo 3-4 Virtual Out   (device #6 with 0 ins 2 outs)
>   - MME : Indigo 5-6 Virtual Out   (device #7 with 0 ins 2 outs)
>   - MME : Indigo 7-8 Virtual Out   (device #8 with 0 ins 2 outs)
>   - ASIO : ASIO Echo PCI   (device #9 with 2 ins 8 outs)
>
> Booting with:
>  In: MME : Indigo
>  Out: MME : Indigo 1-2 Virtual Out
> suggestedLatency used: 0.200
> SuperCollider 3 server ready..
> notification is on
>
>
> i understood that sc connects with the soundsystem' soundcard to work, but i
> can't use ASIO on the soundsystem...
>  can i ajust the latency also? how?
>
> 3. which libraries are missing and how can i install them? i am really
> interested in bbcut & ixiquarks, and to test quarks also...
>
>
> thx in advance
> igor
>
> _______________________________________________
>  sc-users mailing list
>  sc-users@...
>  http://lists.create.ucsb.edu/mailman/listinfo/sc-users
>
>
_______________________________________________
sc-users mailing list
sc-users@...
http://lists.create.ucsb.edu/mailman/listinfo/sc-users

Re: psycollider 3.2 questions

by Martin Victory :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


can i ajust the latency also? how?

s.latency = 0.2; // pretty sure this is the default;

..and to test quarks also...

First you need svn from subversion.tigris.org/.

Unfortunately, you can't install quarks from Psycollider lang. So at the command line:

[yourPathTo]/svn.exe co https://quarks.svn.sourceforge.net/svnroot/quarks/ c:\\PsyCollider-3.2\\quarks [or your psycollider folder]

Download them to a new folder, because not all quarks are windows friendly. Afterwards you can copy the ones you want to use to the 'SCClassLibrary' folder.

Hope that helps,
Martin


_______________________________________________
sc-users mailing list
sc-users@...
http://lists.create.ucsb.edu/mailman/listinfo/sc-users