[Csnd-dev] Manual issue
Date | 2016-04-16 17:45 |
From | jpff |
Subject | [Csnd-dev] Manual issue |
Section on using MIDI does not reference -+rtmidi=jack |
Date | 2016-04-16 17:47 |
From | Rory Walsh |
Subject | Re: [Csnd-dev] Manual issue |
And I'm not sure the copya2ftab syntax is right? It looks like the .csd file has the parameters the other way around? On 16 April 2016 at 17:45, jpff <jpff@codemist.co.uk> wrote: Section on using MIDI does not reference -+rtmidi=jack |
Date | 2016-04-16 18:04 |
From | Victor Lazzarini |
Subject | Re: [Csnd-dev] Manual issue |
It should be in git, I wrote it a month ago Victor Lazzarini Dean of Arts, Celtic Studies, and Philosophy Maynooth University Ireland > On 16 Apr 2016, at 17:45, jpff |
Date | 2016-04-16 18:08 |
From | Victor Lazzarini |
Subject | Re: [Csnd-dev] Manual issue |
It is in this file: https://github.com/csound/manual/blob/master/overview/realtimelinux.xml Victor Lazzarini Dean of Arts, Celtic Studies, and Philosophy Maynooth University Ireland
|
Date | 2016-04-16 19:41 |
From | Menno Knevel |
Subject | Re: [Csnd-dev] Manual issue |
for sure Jack is being used mostly on the Linux platform, but it exist on the Mac and even on Windows: http://www.jackaudio.org/faq/jack_on_windows.html I have never heard of someone using Jack on Windows, so i guess for now the realtimelinux section is OK. Is there a way, you think, that for example -+rtmidi=jack together with -Q999 could give the names of Jack Midi ports? On 4/16/16, Victor Lazzarini |
Date | 2016-04-16 19:47 |
From | Victor Lazzarini |
Subject | Re: [Csnd-dev] Manual issue |
No, I don't think so. You get the ports from the jack ctl. I don't see jack anywhere else in the manual. So that is where I put the info. I don't have time to edit and maintain the manual as a document. Victor Lazzarini Dean of Arts, Celtic Studies, and Philosophy Maynooth University Ireland > On 16 Apr 2016, at 19:41, Menno Knevel |
Date | 2016-04-16 19:57 |
From | jpff |
Subject | Re: [Csnd-dev] Manual issue |
Date | 2016-04-16 20:07 |
From | jpff |
Subject | Re: [Csnd-dev] Manual issue |
I added a line to midi/top.xml wich I hope is correct. Committed just now On Sat, 16 Apr 2016, Victor Lazzarini wrote: > It is in this file: > > https://github.com/csound/manual/blob/master/overview/realtimelinux.xml > > Victor LazzariniDean of Arts, Celtic Studies, and Philosophy > Maynooth University > Ireland > > On 16 Apr 2016, at 18:04, Victor Lazzarini |
Date | 2016-04-16 20:09 |
From | Menno Knevel |
Subject | Re: [Csnd-dev] Manual issue |
it is the most logical place if you need information on Jack: one probably uses Linux. Perhaps in the future the Mac page and the Windows page can have their own Jack section. On 4/16/16, jpff |
Date | 2016-04-16 20:58 |
From | jpff |
Subject | Re: [Csnd-dev] Manual issue |
You are indeed right reading the code. Will fix -- thanks ==John On Sat, 16 Apr 2016, Rory Walsh wrote: > And I'm not sure the copya2ftab syntax is right? It looks like the .csd file > has the parameters the other way around? > > On 16 April 2016 at 17:45, jpff |
Date | 2016-05-03 15:01 |
From | Menno Knevel |
Subject | Re: [Csnd-dev] Manual issue |
i just tried out the jack midi driver, and it works just fine. I noticed that -M and -Q needed another argument and tried to find out what name or number i should use. As it turns out, the following works perfectly :) : -+rtmidi=jack -Mrock -Qroll as it turns out, it doesn't really matter what name or number you give to -M or -Q, as long as there is one it just creates a Jack Midi in named "csound6-midi_in" and "csound6-midi_out". -- View this message in context: http://csound.1045644.n5.nabble.com/Csnd-dev-Manual-issue-tp5749010p5749446.html |