Managing Stereo files with Zak
Date | 2017-02-11 15:24 |
From | chronopolis |
Subject | Managing Stereo files with Zak |
Hi, Is there an easier way to manage stereo signals with Zak other than doubling up on the channels like this? zaw a1, 0 zaw a2, 1 -- View this message in context: http://csound.1045644.n5.nabble.com/Managing-Stereo-files-with-Zak-tp5754466.html Sent from the Csound - General mailing list archive at Nabble.com. Csound mailing list Csound@listserv.heanet.ie https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports to https://github.com/csound/csound/issues Discussions of bugs and features can be posted here |
Date | 2017-02-11 19:01 |
From | Michael Gogins |
Subject | Re: Managing Stereo files with Zak |
For globally routing signals you can: -- Use double Zak variables. -- Use global array variables. -- Use array variables with the signal flow graph opcodes "outletv" and "inletv". Regards, Mike ----------------------------------------------------- Michael Gogins Irreducible Productions http://michaelgogins.tumblr.com Michael dot Gogins at gmail dot com On Sat, Feb 11, 2017 at 10:24 AM, chronopolis |
Date | 2017-02-11 19:07 |
From | Rory Walsh |
Subject | Re: Managing Stereo files with Zak |
I find the most robust way of routing anything in Csound is using channels, i.e. chnget/chnset. You can always write stereo UDOs to interface to them. On 11 February 2017 at 19:01, Michael Gogins <michael.gogins@gmail.com> wrote: For globally routing signals you can: |
Date | 2017-02-15 20:23 |
From | chronopolis |
Subject | Re: Managing Stereo files with Zak |
Hey, thanks for the response. I can't figure this out though. In the examples in the docs chnget/chnset work between instruments. But in mine there is no audio out of instr 2. If I take lines 3-5 and paste them in instr 1 I do hear audio out. a1, a2 diskgrain "sample.aif", kenv, kfreq, kpitch, kgrsize, kstr, 1, iolaps On Sat, Feb 11, 2017 at 2:08 PM, rorywalsh [via Csound] <[hidden email]> wrote:
View this message in context: Re: [Csnd] Managing Stereo files with Zak Sent from the Csound - General mailing list archive at Nabble.com. Csound mailing list Csound@listserv.heanet.ie https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports to https://github.com/csound/csound/issues Discussions of bugs and features can be posted here |
Date | 2017-02-15 20:52 |
From | Rory Walsh |
Subject | Re: Managing Stereo files with Zak |
Looks fine to me. Is diskgrain in instrument 1? On 15 Feb 2017 8:23 pm, "chronopolis" <micah.frank@gmail.com> wrote:
|
Date | 2017-02-16 06:41 |
From | Oeyvind Brandtsegg |
Subject | Re: Managing Stereo files with Zak |
Just to check, is instrument 2 running? (all the time) 2017-02-15 12:52 GMT-08:00 Rory Walsh |
Date | 2017-02-17 00:37 |
From | chronopolis |
Subject | Re: Managing Stereo files with Zak |
Ah - this same mistake always happens to me. I never initialized instr 2 with any score events. Thanks guys. -- View this message in context: http://csound.1045644.n5.nabble.com/Managing-Stereo-files-with-Zak-tp5754466p5754632.html Sent from the Csound - General mailing list archive at Nabble.com. Csound mailing list Csound@listserv.heanet.ie https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports to https://github.com/csound/csound/issues Discussions of bugs and features can be posted here |