[Csnd-dev] OT: Tracktion now open source
Date | 2018-11-17 08:13 |
From | Anders Genell |
Subject | [Csnd-dev] OT: Tracktion now open source |
I just saw this and thought it might be useful for some on this list, perhaps. Maybe something for Rory as Cabbage is very JUCEy if i remember correctly? Regards, Anders |
Date | 2018-11-18 09:41 |
From | Rory Walsh |
Subject | Re: [Csnd-dev] OT: Tracktion now open source |
I saw that. Nice to see it open sourced! On Sat 17 Nov 2018, 08:13 Anders Genell <anders.genell@gmail.com wrote:
|
Date | 2018-11-18 09:52 |
From | Anders Genell |
Subject | Re: [Csnd-dev] OT: Tracktion now open source |
I do not mean to say Cabbage is in any way lacking in functionality of performance, of course, but the Cabbage Studio concept might perhaps benefit from an existing engine? Though I suppose the Studio is now all included in the “ordinary” Cabbage... I haven’t played around with Cabbage much lately, so I’m not up to date with what’s available. I would personally love a DAW with traditional midi/audio track workflow, but with Csound as main audio engine, connected via API rather than VST or “internal” midi routing. Maybe this is already available? Regards, Anders
|
Date | 2018-11-18 16:14 |
From | Rory Walsh |
Subject | Re: [Csnd-dev] OT: Tracktion now open source |
I've often been tempted to build a Csound DAW, but it would be so hard to make anything that would compete with what's already out there. And being able to use Csound in most DAWs kind of makes them all Csound DAWs in a way ;) On Sun, 18 Nov 2018 at 09:52, Anders Genell <anders.genell@gmail.com> wrote:
|
Date | 2018-11-24 14:28 |
From | Mauro Giubileo |
Subject | Re: [Csnd-dev] OT: Tracktion now open source |
I think that Cabbage was born mainly to let developers make synths/fx (using the Csound engine) plugins and to let them make a nice GUI in an easy way. And in this regard, in my opinion, it already does a good job, but there is so much room to improve it, so I think it's better to focus on making it better and better as a development tool, instead of dispersing the efforts in too many different areas. There are already some good opensource DAW like Ardour and LMMS. We can make Cabbage synths/fx plugins and load them in those software (or in commercial DAW too)! :-) Regards, Il 2018-11-18 17:14 Rory Walsh ha scritto:
|
Date | 2018-11-24 16:30 |
From | Michael Gogins |
Subject | Re: [Csnd-dev] OT: Tracktion now open source |
What I would like to see is a program that works as a score editor, a MIDI sequencer, a looper, and can run code in various languages such as Common Lisp, Csound, and HTML/JavaScript. You should be be able to see the score for algorithmically generated as well as performed or manually entered parts. This would be very challenging. Current software does not have modular enough designs. One can imagine starting with MuseScore and replacing its JavaScript engine with the Chromium Embedded Framework, adding the Traktion engine, adding a builtin Csound, and adding Embeddable Common Lisp. One could similarly extend an open source DAW such as Ardour. On Sat, Nov 24, 2018, 09:28 Mauro Giubileo <mgiubileo@computeraltafed.it wrote:
|
Date | 2018-11-24 18:30 |
From | Mauro Giubileo |
Subject | Re: [Csnd-dev] OT: Tracktion now open source |
Not an easy task! :) I know that REAPER has a scripting system that allows the user to extend the daw fuctionalities. Actually in Reaper you can use 3 different languages for the scripts: Eel2 (the original scripting language made by Reaper developers), Lua and Python. If Python can connect to Csound, then maybe Reaper could be used to make algorithmic sounds too? I don't know if Ardour, LMMS or Tracktion can do something like that but it would be nice. Regards, Il 2018-11-24 17:30 Michael Gogins ha scritto:
|
Date | 2018-11-24 18:34 |
From | Anders Genell |
Subject | Re: [Csnd-dev] OT: Tracktion now open source |
Well, it seems Ardour support scripting with Lua at least. Regards, Anders
|
Date | 2018-11-25 15:47 |
From | Menno Knevel |
Subject | Re: [Csnd-dev] OT: Tracktion now open source |
Blue by Steven Yi (https://blue.kunstmusik.com/) has a lot of modules, for instance the module JMask that allows a visual presentation of the score generation program CMask. It also has a module that allows notation of notes like sequencers Reaper, Cubase etc. in any scale you want as it uses the Scala scales. This module can also be used to send midi notes to other (soft or hard)ware synths. Audiofiles can be imported, different fade ins/outs are present. Automation Lines can be drawn like the Automation in other sequencers, but Blue does *not* have the possibility to link those Automation Lines to Midi or OSC yet. I've always hoped that Blue would be adopted as /the/ Csound sequencer by other Csounders. This could have sped up the development of the program a lot, but alas... -- |
Date | 2018-11-25 18:26 |
From | Michael Gogins |
Subject | Re: [Csnd-dev] OT: Tracktion now open source |
I agree that blue is very cool. The main reason I don't use it myself is I'm normally just writing and running code, a simple text editor with a few custom commands has worked fine so far. On Sun, Nov 25, 2018, 10:48 Menno Knevel <magknevel@gmail.com wrote: Blue by Steven Yi (https://blue.kunstmusik.com/) has a lot of modules, for |
Date | 2018-11-25 19:21 |
From | Anders Genell |
Subject | Re: [Csnd-dev] OT: Tracktion now open source |
Yes, I really should get acquainted with blue, but I tend to get overwhelmed whenever I try... /A > 25 nov. 2018 kl. 16:47 skrev Menno Knevel |