[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [sc-users] more newbie help: realtime processing
- To: sc-users@xxxxxxxxxxxxxxxx
- Subject: Re: [sc-users] more newbie help: realtime processing
- From: "James Harkins" <jamshark70@xxxxxxxxx>
- Date: Fri, 26 Dec 2008 14:44:05 -0500
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:reply-to :to:subject:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references; bh=e+nULNLBXT1gBVGpiAUYQtlCpPXaspVZSGtCo98sHtA=; b=MW7p2pDmZDCpTjzi/vOyKYhgr2lEzHR+O/Q8NbeDbxth5M0y+e89LEECgNt5xrJfbU PWIz6O6F4za1jPyxHbNRyo3s0sfsCJFnfbDH4i254Pdd6ClvkPU0ICenkjRMKkC1kSj9 hhWbYxZznrkfDeNZA7AKma5pp7uo39XNcOrVI=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:reply-to:to:subject:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references; b=Eg9lecouN+4WtbxLWb+CZn/r2l7G2lWrDXPh4ZFb1JRHSq16v7mKHfGI/lS3QbB8lq SFgQTvlncrifmqxkJDaj4mQnS/IW7z2OeK+s63XmUsRO8k+yVl+JBJVQAtc9ePwTnnwX HLGlDiJ41OZLSer5T6WcLM9YUyrDE1JmxrtbE=
- In-reply-to: <49553108.4020806@xxxxxxxxxxxxxxxx>
- List-id: SuperCollider users mailing list <sc-users.create.ucsb.edu>
- References: <49553108.4020806@xxxxxxxxxxxxxxxx>
- Reply-to: sc-users@xxxxxxxxxxxxxxxx
- Sender: owner-sc-users@xxxxxxxxxxxxxxxx
In.ar(0, 2) is trying to read from the hardware outputs -- IIRC that's
always silent.
Use AudioIn or SoundIn to get the hardware inputs.
Or, pass the right bus number to In -- In.ar(s.numOutputBusChannels, 2)
hjh
On Fri, Dec 26, 2008 at 2:31 PM, Dave Seidel <dave@xxxxxxxxxxxxxxxx> wrote:
> Hi all,
>
> I am trying to route my new Stylophone (an Xmas present) into my PreSonus
> Firebox, through PsyCollider (WinXP), and back out through the PreSonus, and
> I need some help figuring it out.
> (
> SynthDef("stylophone", {
> Out.ar(0, Klank.ar(`[[800, 1071, 1153, 1723], nil, [1, 1, 1, 1]],
> In.ar(0, 2)));
> }).send(s);
> )
--
James Harkins /// dewdrop world
jamshark70@xxxxxxxxxxxxxxxxx
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 (subscription, etc.): http://www.beast.bham.ac.uk/research/sc_mailing_lists.shtml
archive: https://listarc.bham.ac.uk/marchives/sc-users/
search: https://listarc.bham.ac.uk/lists/sc-users/search/