[Csnd] recording, midi
Date | 2012-01-02 15:24 |
From | Stefan Thomas |
Subject | [Csnd] recording, midi |
Dear community, I think I've asked a similar quetion a longer time ago but maybee things have changed. I wanted to ask You which sequencer-program can be used in conjunction with csound. Is it possible to create ladspa-plugins with csound that I can use in rosegarden or muse? I think Cabbage writes only vst-instruments and those can't be used on a linux-sequencer, or am I wrong? Or are they other possibilities to use csound in sequencer program? Looking forward to another exciting year with csound Stefan |
Date | 2012-01-02 15:34 |
From | Rory Walsh |
Subject | Re: [Csnd] recording, midi |
Cabbage will create linux plugins too but I'm not quite ready yet to release the linux package just yet. You can create LADSPA plugins on all platforms using csLADSPA. Alternatively you can use jack to route audio/midi from a sequencer to Csound. On 2 January 2012 16:24, Stefan Thomas |
Date | 2012-01-02 18:29 |
From | Tarmo Johannes |
Subject | Re: [Csnd] recording, midi |
Hello! csLADSPA is a great concept. I have tried it once but did not understand it completely, but now the post was good reason to go it thorough once again. What I needed to do was: 1) write a plugin in a csound editor CsoundQt has a nice feature "Insert/update CsLADSPA text" and it will create all the fields necessary for writing a plugin. For example I wrote a very simple bandpass filter: |
Date | 2012-01-02 21:25 |
From | Stefan Thomas |
Subject | Re: [Csnd] recording, midi |
Dear Tarmo, thanks very much for Your detailed explanations! But nevertheless, I wasn't able to try Your bandpassfilter. I saved it as bandpassfilter.csd in /home/stefan/computermusik/ladspa Before I followed Your instructions. Unfortunately I couldn't find the file libcsladspa.so I thought ./usr/lib/ladspa/csladspa.so could be the right one ( on my ubuntu machine). I linked this file to /home/stefan/computermusik/ladspa and then I started audacity. Unfortunately I couldn't find there a effect bandpassfilter qutecsound and csladspa 2012/1/2 Tarmo Johannes <tarmo@otsakool.edu.ee> Hello! |
Date | 2012-01-03 11:20 |
From | Tarmo Johannes |
Subject | Re: [Csnd] recording, midi |
Hello, can you check if LADSPA_PATH was set correctly. Type echo $LADSPA_PATH in a terminal and it should report /home/stefan/computermusik/ladspa (if you set it) if you did not or it does not try once again export LADSPA_PATH=/home/stefan/computermusik/ladspa and try to start audacity in the same terminal audacity should report something like in the terminal attempting to load plugin index: 1 cSLADSPA plugin found: |
Date | 2012-01-03 13:56 |
From | Stefan Thomas |
Subject | Re: [Csnd] recording, midi |
Dear Tarmo, thanks very much (again!) for Your explanation. It must have been a mistake with path. I've corrected it now. Is it also possible to generate instruments, that can be played with midi, like the hexter plugins in rosegarden? 2012/1/3 Tarmo Johannes <tarmo@otsakool.edu.ee> Hello, |
Date | 2012-01-03 17:53 |
From | Rory Walsh |
Subject | Re: [Csnd] recording, midi |
This is not possible with csLADSPA. For this you would need a DSSI interface for Csound. I will be back at work in a few weeks, then I can prepare you a beta version of Cabbage for Linux. On 3 January 2012 14:56, Stefan Thomas |
Date | 2012-01-03 18:08 |
From | Victor Lazzarini |
Subject | Re: [Csnd] recording, midi |
I know of a guy who has written a DSSI version of csladspa. He has a blog here: http://metelliuscode.wordpress.com/ Not sure if he discussed this there. But it's a place where you can find him. Victor On 3 Jan 2012, at 17:53, Rory Walsh wrote: > This is not possible with csLADSPA. For this you would need a DSSI > interface for Csound. I will be back at work in a few weeks, then I > can prepare you a beta version of Cabbage for Linux. > > On 3 January 2012 14:56, Stefan Thomas |