[Cs-dev] CsoundQt live coding
Date | 2013-06-24 16:47 |
From | Andres Cabrera |
Subject | [Cs-dev] CsoundQt live coding |
Attachments | None None |
Hi everyone, In the spirit of the recent live coding videos for Csound, here's live coding within CsoundQt (not released yet, but hopefully soon):http://www.youtube.com/watch?v=Vf-wpIBp8Xw |
Date | 2013-06-24 16:52 |
From | Rory Walsh |
Subject | Re: [Cs-dev] CsoundQt live coding |
Hi Andres, how long are you thinking of supporting Csound5? I'm tempted to just move on to Csound6 and let users use older versions of Cabbage if they need to use Csound5? I'm interested to hear your thoughts on this, maintaining release for all major platforms is a task unto itself, add in multiple versions of Csound and things get even more complicated! On 24 June 2013 17:47, Andres Cabrera |
Date | 2013-06-24 17:47 |
From | Andres Cabrera |
Subject | Re: [Cs-dev] CsoundQt live coding |
Attachments | None None |
Hi Rory, I'm currently supporting both using macros. So I expect a transition period, but I hope it's as short as possible. I might not even release more than one more version supporting Csound5 (even though the sources might support it).Cheers, Andrés On Mon, Jun 24, 2013 at 8:52 AM, Rory Walsh <rorywalsh@ear.ie> wrote: Hi Andres, how long are you thinking of supporting Csound5? I'm |
Date | 2013-06-24 19:40 |
From | Rory Walsh |
Subject | Re: [Cs-dev] CsoundQt live coding |
Attachments | None None |
same for me I think. It's easy to build for either but I think I'll move to prodding binaries for 6 only quite soon. I've yet to even try 6 for windows yet! sent from a mobile device... On 24 Jun 2013 18:48, "Andres Cabrera" <mantaraya36@gmail.com> wrote:
|
Date | 2013-06-24 23:48 |
From | peiman khosravi |
Subject | Re: [Cs-dev] CsoundQt live coding |
Attachments | None None |
This is nice! Looking forward to the release. P www.peimankhosravi.co.uk || Subscribe to RSS Feed To receive emails about upcoming concerts visit this page & enter your email address in the 'follow' section. On 24 June 2013 19:40, Rory Walsh <rorywalsh@ear.ie> wrote:
|
Date | 2013-06-25 20:08 |
From | Steven Yi |
Subject | Re: [Cs-dev] CsoundQt live coding |
Nice Andres! I'd love to see a shortcut key to eval out from the selection/cursor to the beginning and end of enclosing blocks (i.e. match to beginning of file, instr, opcode, or EOF, endin, endop). I had hoped to add something similar to VIM whenever I got a chance to look at that again. Thanks! steven On Mon, Jun 24, 2013 at 3:48 PM, peiman khosravi |
Date | 2013-06-25 20:42 |
From | joachim heintz |
Subject | Re: [Cs-dev] CsoundQt live coding |
hi andrés - thanks -- looks promising! how do you recompile the instrument? you select the text, and then ...? looking very much forward to the CsoundQt version which supports Csound6. should it already work when i build from git, without conflicts between cs5 and cs6? all best - joachim Am 24.06.2013 17:47, schrieb Andres Cabrera: > Hi everyone, > > In the spirit of the recent live coding videos for Csound, here's live > coding within CsoundQt (not released yet, but hopefully soon): > > http://www.youtube.com/watch?v=Vf-wpIBp8Xw > > Cheers, > Andrés > > > ------------------------------------------------------------------------------ > This SF.net email is sponsored by Windows: > > Build for Windows Store. > > http://p.sf.net/sfu/windows-dev2dev > > > > _______________________________________________ > Csound-devel mailing list > Csound-devel@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/csound-devel > ------------------------------------------------------------------------------ This SF.net email is sponsored by Windows: Build for Windows Store. http://p.sf.net/sfu/windows-dev2dev _______________________________________________ Csound-devel mailing list Csound-devel@lists.sourceforge.net https:// |
Date | 2013-06-25 23:23 |
From | Andres Cabrera |
Subject | Re: [Cs-dev] CsoundQt live coding |
Attachments | None None |
Hi Joachim, I pressed Alt-E which is the shortcut for "Evaluate selection". This wasn't very evident... but I'll surely make a better video when things are more finished. This is just a teaser for now.Andrés On Tue, Jun 25, 2013 at 12:42 PM, joachim heintz <jh@joachimheintz.de> wrote: hi andrés - |
Date | 2013-06-26 00:40 |
From | peiman khosravi |
Subject | Re: [Cs-dev] CsoundQt live coding |
Attachments | None None |
I've got that working in VIM. With an interactive terminal. P www.peimankhosravi.co.uk || Subscribe to RSS Feed
To receive emails about upcoming concerts visit this page & enter your email address in the 'follow' section. On 25 June 2013 20:08, Steven Yi <stevenyi@gmail.com> wrote: Nice Andres! |
Date | 2013-06-26 02:39 |
From | Andres Cabrera |
Subject | Re: [Cs-dev] CsoundQt live coding |
Attachments | None None |
Hi Steven, That's a good idea. Right now it's a bit quick and dirty to detect whether it's Python, Orc or Sco, but it would be nice as you say to evaluate easily whole blocks.Cheers, Andrés On Tue, Jun 25, 2013 at 12:08 PM, Steven Yi <stevenyi@gmail.com> wrote: Nice Andres! |