Csound + Bitwig + Linux, any reviews?
Date | 2015-04-19 12:51 |
From | Anton Kholomiov |
Subject | Csound + Bitwig + Linux, any reviews? |
Attachments | None None |
Has anyone used it? It's interesting to know.
|
Date | 2015-04-19 13:19 |
From | Rory Walsh |
Subject | Re: Csound + Bitwig + Linux, any reviews? |
I've been using it regularly since it was released. I've been using it to run Csound VST plugins and have not had any issues with it. It's wonderful to have this piece of software available on Linux. One less reason for me to boot into another OS. On 19 April 2015 at 12:51, Anton Kholomiov |
Date | 2015-04-19 14:29 |
From | Anton Kholomiov |
Subject | Re: Csound + Bitwig + Linux, any reviews? |
Attachments | None None |
It's cool! How do you run Csound as VST? Is there a guide? 2015-04-19 15:19 GMT+03:00 Rory Walsh <rorywalsh@ear.ie>: I've been using it regularly since it was released. I've been using it |
Date | 2015-04-19 14:35 |
From | Rory Walsh |
Subject | Re: Csound + Bitwig + Linux, any reviews? |
Using Cabbage: https://github.com/cabbageaudio/cabbage Although I don't use Haskell, I've been following your current experiments with interest. It would be nice to see some of those Haskell/Csound instruments turned into VSTs :) On 19 April 2015 at 14:29, Anton Kholomiov |
Date | 2015-04-19 14:42 |
From | Anton Kholomiov |
Subject | Re: Csound + Bitwig + Linux, any reviews? |
Attachments | None None |
It's interesting, right now I can create FLTK widgets, maybe I will consider making another GUI-renderer for Cabbage. Anton 2015-04-19 16:35 GMT+03:00 Rory Walsh <rorywalsh@ear.ie>: Using Cabbage: |
Date | 2015-04-19 14:44 |
From | Anton Kholomiov |
Subject | Re: Csound + Bitwig + Linux, any reviews? |
Attachments | None None |
Bitwig is so good. It's the best DAW to look at. Way better then ableton or ardour by appearance. 2015-04-19 16:42 GMT+03:00 Anton Kholomiov <anton.kholomiov@gmail.com>:
|
Date | 2015-04-19 15:45 |
From | Anton Kholomiov |
Subject | Re: Csound + Bitwig + Linux, any reviews? |
Attachments | None None |
I've tried to build cabbage: but got this error: Compiling CabbagePropertiesDialog.cpp In file included from ../../Source/./Plugin/CabbagePluginProcessor.h:28:0, from ../../Source/CabbagePropertiesDialog.h:26, from ../../Source/CabbagePropertiesDialog.cpp:21: ../../Source/./Plugin/../CabbageMessageSystem.h:30:26: fatal error: csound.hpp: No such file or directory #include <csound.hpp> Here is the line to build: ./buildCabbage -j4 CSOUND_INCLUDE=/usr/include/csound VST_INCLUDE=~/SDK/public.sdk/source/vst2.x/ Though the folder /usr/include/csound does include csound.hpp 2015-04-19 16:44 GMT+03:00 Anton Kholomiov <anton.kholomiov@gmail.com>:
|
Date | 2015-04-19 15:50 |
From | Anton Kholomiov |
Subject | Re: Csound + Bitwig + Linux, any reviews? |
Attachments | None None |
Also I've downloaded the VST SDK but what folder should I mention in the command line? 2015-04-19 17:45 GMT+03:00 Anton Kholomiov <anton.kholomiov@gmail.com>:
|
Date | 2015-04-19 15:51 |
From | Rory Walsh |
Subject | Re: Csound + Bitwig + Linux, any reviews? |
Can you try changing the paths directly in the makefiles MakefileStandalone, MakefilePluginEffect and MakefilePluginSynth? On 19 April 2015 at 15:45, Anton Kholomiov |
Date | 2015-04-19 15:51 |
From | Anton Kholomiov |
Subject | Re: Csound + Bitwig + Linux, any reviews? |
Attachments | None None |
It has subdirs: base bin doc index.html pluginterfaces public.sdk vstgui4 vstgui.sf 2015-04-19 17:50 GMT+03:00 Anton Kholomiov <anton.kholomiov@gmail.com>:
|
Date | 2015-04-19 15:54 |
From | Rory Walsh |
Subject | Re: Csound + Bitwig + Linux, any reviews? |
It's hardcoded into the make files as being located at: ~/SDKs/vstsdk2.4 I should update the makefile to allow users to set this themselves. On 19 April 2015 at 15:51, Anton Kholomiov |
Date | 2015-04-19 16:12 |
From | Anton Kholomiov |
Subject | Re: Csound + Bitwig + Linux, any reviews? |
Attachments | None None |
I've donloaded it from the site http://www.steinberg.net/en/company/developers.html It contains the archive with many directories. What directory should I rename to ~/SDKs/vstsdk2.4 to get it working? 2015-04-19 17:54 GMT+03:00 Rory Walsh <rorywalsh@ear.ie>: It's hardcoded into the make files as being located at: |
Date | 2015-04-19 16:23 |
From | Anton Kholomiov |
Subject | Re: Csound + Bitwig + Linux, any reviews? |
Attachments | None None |
The next error I've got is In file included from ../../Source/CabbagePropertiesDialog.h:26:0, from ../../Source/CabbagePropertiesDialog.cpp:21: ../../Source/./Plugin/CabbagePluginProcessor.h:69:21: fatal error: csdebug.h: No such file or directory #include <csdebug.h> 2015-04-19 18:12 GMT+03:00 Anton Kholomiov <anton.kholomiov@gmail.com>:
|
Date | 2015-04-19 16:45 |
From | Anton Kholomiov |
Subject | Re: Csound + Bitwig + Linux, any reviews? |
Attachments | None None |
It was the only message the last line of the build is: What's next? Where to find the actual program? 2015-04-19 18:23 GMT+03:00 Anton Kholomiov <anton.kholomiov@gmail.com>:
|
Date | 2015-04-20 16:39 |
From | Michael Gogins |
Subject | Re: Csound + Bitwig + Linux, any reviews? |
Attachments | None None |
About Bitwig, the web site says that the application is scriptable using JavaScript. I think this is very interesting and is in line with what I have done with the CsHtml5 element in the csd file, supported on Android and soon to be supported on the desktop. The current version of MuseScore also is scriptable using JavaScript and I have established that this can be used to do algorithmic composition in this score editor. Regards, Mike ----------------------------------------------------- Michael GoginsIrreducible Productions http://michaelgogins.tumblr.com Michael dot Gogins at gmail dot com On Sun, Apr 19, 2015 at 11:45 AM, Anton Kholomiov <anton.kholomiov@gmail.com> wrote:
|
Date | 2015-04-20 18:12 |
From | Dave Phillips |
Subject | Re: Csound + Bitwig + Linux, any reviews? |
On 04/20/2015 11:39 AM, Michael Gogins wrote: > About Bitwig, the web site says that the application is scriptable > using JavaScript. As far as I know only the controller API is scriptable at this time. Best, dp ------------------------------------------------------------------------------ BPM Camp - Free Virtual Workshop May 6th at 10am PDT/1PM EDT Develop your own process in accordance with the BPMN 2 standard Learn Process modeling best practices with Bonita BPM through live exercises http://www.bonitasoft.com/be-part-of-it/events/bpm-camp-virtual- event?utm_ source=Sourceforge_BPM_Camp_5_6_15&utm_medium=email&utm_campaign=VA_SF _______________________________________________ Csound-users mailing list Csound-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/csound-users Send bugs reports to https://github.com/csound/csound/issues Discussions of bugs and features can be posted here |