[Cs-dev] rtmidi=jack ?
Date | 2015-09-15 14:10 |
From | Anders Genell |
Subject | [Cs-dev] rtmidi=jack ? |
Attachments | None None |
Dear developers!
I have recently been playing around with different sequencers and synthesizers available in most standard linux distribution repositories (seq24, dino, rosegarden, amSynth, bristol, synthv1, ...), and I have come to realize that some use jack midi and some use alsa midi. I don't really know if there are any pros or cons with using both, but I've found myself returning more often to sequencers using jack midi, so I just wanted to know if there is any support for jack midi in csound, or if there might be in the future? Regards, Anders |
Date | 2015-09-15 14:23 |
From | Michael Gogins |
Subject | Re: [Cs-dev] rtmidi=jack ? |
There is with the jacko opcodes. I created these opcodes and have used them successfully, but I have not used them for several years. If you try them, please let us know what happens. Regards, Mike ----------------------------------------------------- Michael Gogins Irreducible Productions http://michaelgogins.tumblr.com Michael dot Gogins at gmail dot com On Tue, Sep 15, 2015 at 9:10 AM, Anders Genell |
Date | 2015-09-15 14:43 |
From | Anders Genell |
Subject | Re: [Cs-dev] rtmidi=jack ? |
Attachments | None None |
Ah, brilliant! I will see what I can manage. Thanks! Regards, Anders On Tue, Sep 15, 2015 at 3:23 PM, Michael Gogins <michael.gogins@gmail.com> wrote: There is with the jacko opcodes. |
Date | 2015-09-15 18:19 |
From | Menno Knevel |
Subject | Re: [Cs-dev] rtmidi=jack ? |
as it happens, i just had success with the JackTransport opcode. I work with blue (which in turn uses Csound). JackTransport takes over the control over, well, the jacktransport. So it is possible to control for example Ardour/Rosegarden with it from Csound/blue. -- View this message in context: http://csound.1045644.n5.nabble.com/rtmidi-jack-tp5743648p5743657.html Sent from the Csound - Dev mailing list archive at Nabble.com. ------------------------------------------------------------------------------ _______________________________________________ Csound-devel mailing list Csound-devel@lists.sourceforge.net |
Date | 2015-09-16 06:09 |
From | Anders Genell |
Subject | Re: [Cs-dev] rtmidi=jack ? |
Ah, yes, I remember someone (Michael Gogins?) writing about implementing sync to jack transport to allow rewinding and jumping forward in the csound score from the jack transport controls, or something like that. That is worth investigating too - thanks for reminding me! Regards, Anders > 15 sep 2015 kl. 19:19 skrev Menno Knevel |