Sync two csound programs by tempo
Date | 2017-03-21 10:07 |
From | Anton Kholomiov |
Subject | Sync two csound programs by tempo |
I'd like to be able to sync two Csound programs. Typical usage: The one program generates the drum beatsand maybe later launch the drums agai in tempo. Is there some way to launch them in tempo?But I'd like to createa set of small modules that route audio with JACK and can be controlled with OSC. So I'd like to have a bass module that is independent of drums. Things like that. Cheers, Anton |
Date | 2017-03-21 10:10 |
From | Michael Gogins |
Subject | Re: Sync two csound programs by tempo |
You can now do this with the Ableton Link opcodes. Only tested on Linux at this time but build and runs on Windows. Best, Mike On Mar 21, 2017 9:07 PM, "Anton Kholomiov" <anton.kholomiov@gmail.com> wrote:
|
Date | 2017-03-21 10:17 |
From | Anton Kholomiov |
Subject | Re: Sync two csound programs by tempo |
Is there a doc page on those opcodes? 2017-03-21 13:10 GMT+03:00 Michael Gogins <michael.gogins@gmail.com>:
|
Date | 2017-03-21 11:52 |
From | Guillermo Senna |
Subject | Re: Sync two csound programs by tempo |
Hi Anton, If it's just the tempo then the Ableton Link Opcodes might be the easiest. But (I think) you can't do Transport stuff with those (start, stop, reposition, etc). I've been working in a similar problem for a while now. If you can afford to use -+rtaudio=jack then I can give you the source file for an opcode that outputs Jack Transport frames/time at k-rate. That would be your shared metro. As I'm working with Cabbage-produced VSTs that approach didn't work for me because -+rtaudio=jack seems to block the audio thread of the VST host. I think I've now found a working solution, but I'm currently out of free time to try it out. So, if you can't make it work with the Ableton Link opcodes, please send me an email next month or so and ask me again. My plan is to present this solution in Montevideo. Cheers. On 21/03/17 07:17, Anton Kholomiov wrote: > Is there a doc page on those opcodes? > > 2017-03-21 13:10 GMT+03:00 Michael Gogins |
Date | 2017-03-21 11:58 |
From | Anton Kholomiov |
Subject | Re: Sync two csound programs by tempo |
Hi! -+rtaudio=jack is ok for me. So I guess that ableton link opcodes are not a part of the stable release at the moment.. and there is no docs. ok maybe when they are going to be released I'll try it out. 2017-03-21 14:52 GMT+03:00 Guillermo Senna <gsenna@gmail.com>: Hi Anton, |
Date | 2017-03-21 13:29 |
From | Anton Kholomiov |
Subject | Re: Sync two csound programs by tempo |
The ableton link seems to be exactly what I was looking for. Thanks Michael, for putting it all together. Hope to try it out as it comes out. By the way it gives a way to "fake" a livecoding. As with example I've proposed. We can start drums, 2017-03-21 14:58 GMT+03:00 Anton Kholomiov <anton.kholomiov@gmail.com>:
|