Csound Csound-dev Csound-tekno Search About

[Csnd] CsoundVST?

Date2021-11-20 18:34
FromForrest Curo
Subject[Csnd] CsoundVST?
I gather that CsoundVST is dead(?)

I would like to be able to run csound from lmms; but the only [potential] way I see so far would be via one lmms plugin that accepts vst.

Other ways to do this?

Forrest Curo
San Diego

Csound mailing list Csound@listserv.heanet.ie https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports to https://github.com/csound/csound/issues Discussions of bugs and features can be posted here

Date2021-11-20 18:59
FromRory Walsh
SubjectRe: [Csnd] CsoundVST?
You can run Cabbage plugins in LMMS using their Vestige VST bridge. 

On Sat, 20 Nov 2021 at 18:35, Forrest Curo <treegestalt@gmail.com> wrote:
I gather that CsoundVST is dead(?)

I would like to be able to run csound from lmms; but the only [potential] way I see so far would be via one lmms plugin that accepts vst.

Other ways to do this?

Forrest Curo
San Diego

Csound mailing list Csound@listserv.heanet.ie https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports to https://github.com/csound/csound/issues Discussions of bugs and features can be posted here
Csound mailing list Csound@listserv.heanet.ie https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports to https://github.com/csound/csound/issues Discussions of bugs and features can be posted here

Date2021-11-20 18:59
FromMichael Gogins
SubjectRe: [Csnd] CsoundVST?
For VST 2, CsoundVST and vst4cs are not quite dead, but at this time live only on Linux. You can get it here: https://drive.google.com/file/d/1mYHyjoD7RUrPpST3ISa9CsxIg5wTspXc/view. But it sounds like that is what you are on, correct?

Another option is to write an LMMS plugin for Csound. That would mean developing a Csound plugin for LMMS that implements the LMMS Instrument.h interface. I have never tried this, so I don't know how hard that is. The required tools are a C++ compiler, the version of the Qt SDK that LMMS uses, and of course the Csound library and header file.

I glanced at the sources, and it seems not exactly beginner level, but not too bad. I'd start with some existing LMMS plugin, copy it, pull out the guts, and replace them with Csound.

Best,
Mike


-----------------------------------------------------
Michael Gogins
Irreducible Productions
http://michaelgogins.tumblr.com
Michael dot Gogins at gmail dot com


On Sat, Nov 20, 2021 at 1:35 PM Forrest Curo <treegestalt@gmail.com> wrote:
I gather that CsoundVST is dead(?)

I would like to be able to run csound from lmms; but the only [potential] way I see so far would be via one lmms plugin that accepts vst.

Other ways to do this?

Forrest Curo
San Diego

Csound mailing list Csound@listserv.heanet.ie https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports to https://github.com/csound/csound/issues Discussions of bugs and features can be posted here
Csound mailing list Csound@listserv.heanet.ie https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports to https://github.com/csound/csound/issues Discussions of bugs and features can be posted here

Date2021-11-20 19:06
FromMichael Gogins
SubjectRe: [Csnd] CsoundVST?
Thanks Rory, I was going to mention Cabbage too but forgot. 

The situation is, Cabbage is GPL, and CsoundVST and vst4cs are closed source freeware. That's the reason for this schizophrenia.

If you have ever used Cabbage before, I would go with that route and see if it works for you.

Best,
Mike



-----------------------------------------------------
Michael Gogins
Irreducible Productions
http://michaelgogins.tumblr.com
Michael dot Gogins at gmail dot com


On Sat, Nov 20, 2021 at 1:59 PM Rory Walsh <rorywalsh@ear.ie> wrote:
You can run Cabbage plugins in LMMS using their Vestige VST bridge. 

On Sat, 20 Nov 2021 at 18:35, Forrest Curo <treegestalt@gmail.com> wrote:
I gather that CsoundVST is dead(?)

I would like to be able to run csound from lmms; but the only [potential] way I see so far would be via one lmms plugin that accepts vst.

Other ways to do this?

Forrest Curo
San Diego

Csound mailing list Csound@listserv.heanet.ie https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports to https://github.com/csound/csound/issues Discussions of bugs and features can be posted here
Csound mailing list Csound@listserv.heanet.ie https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports to https://github.com/csound/csound/issues Discussions of bugs and features can be posted here
Csound mailing list Csound@listserv.heanet.ie https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports to https://github.com/csound/csound/issues Discussions of bugs and features can be posted here

Date2021-11-20 19:49
FromForrest Curo
SubjectRe: [Csnd] CsoundVST?
Okay, yes, I am on Linux -- and now have Michael's download, thanks!

And Cabbage... was impressive when I tried it; but was still crashing a lot back then. Another possibility, though I was mainly wanting to throw in diskin for live audio.

On Sat, Nov 20, 2021 at 11:06 AM Michael Gogins <michael.gogins@gmail.com> wrote:
Thanks Rory, I was going to mention Cabbage too but forgot. 

The situation is, Cabbage is GPL, and CsoundVST and vst4cs are closed source freeware. That's the reason for this schizophrenia.

If you have ever used Cabbage before, I would go with that route and see if it works for you.

Best,
Mike



-----------------------------------------------------
Michael Gogins
Irreducible Productions
http://michaelgogins.tumblr.com
Michael dot Gogins at gmail dot com


On Sat, Nov 20, 2021 at 1:59 PM Rory Walsh <rorywalsh@ear.ie> wrote:
You can run Cabbage plugins in LMMS using their Vestige VST bridge. 

On Sat, 20 Nov 2021 at 18:35, Forrest Curo <treegestalt@gmail.com> wrote:
I gather that CsoundVST is dead(?)

I would like to be able to run csound from lmms; but the only [potential] way I see so far would be via one lmms plugin that accepts vst.

Other ways to do this?

Forrest Curo
San Diego

Csound mailing list Csound@listserv.heanet.ie https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports to https://github.com/csound/csound/issues Discussions of bugs and features can be posted here
Csound mailing list Csound@listserv.heanet.ie https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports to https://github.com/csound/csound/issues Discussions of bugs and features can be posted here
Csound mailing list Csound@listserv.heanet.ie https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports to https://github.com/csound/csound/issues Discussions of bugs and features can be posted here
Csound mailing list Csound@listserv.heanet.ie https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports to https://github.com/csound/csound/issues Discussions of bugs and features can be posted here

Date2021-11-20 20:13
From"Dr. Richard Boulanger"
SubjectRe: [Csnd] CsoundVST?
Cabbage is more and more amazing every single day.
- it is a game-changer for all my Csound teaching at Berklee

Why learn Csound? - you can make and share apps, plugins, and more.

- Dr.B


Dr. Richard Boulanger

Professor

Electronic Production and Design

Berklee College of Music

Professional Writing & Technology Division



On Sat, Nov 20, 2021 at 2:50 PM Forrest Curo <treegestalt@gmail.com> wrote:
Okay, yes, I am on Linux -- and now have Michael's download, thanks!

And Cabbage... was impressive when I tried it; but was still crashing a lot back then. Another possibility, though I was mainly wanting to throw in diskin for live audio.

On Sat, Nov 20, 2021 at 11:06 AM Michael Gogins <michael.gogins@gmail.com> wrote:
Thanks Rory, I was going to mention Cabbage too but forgot. 

The situation is, Cabbage is GPL, and CsoundVST and vst4cs are closed source freeware. That's the reason for this schizophrenia.

If you have ever used Cabbage before, I would go with that route and see if it works for you.

Best,
Mike



-----------------------------------------------------
Michael Gogins
Irreducible Productions
http://michaelgogins.tumblr.com
Michael dot Gogins at gmail dot com


On Sat, Nov 20, 2021 at 1:59 PM Rory Walsh <rorywalsh@ear.ie> wrote:
You can run Cabbage plugins in LMMS using their Vestige VST bridge. 

On Sat, 20 Nov 2021 at 18:35, Forrest Curo <treegestalt@gmail.com> wrote:
I gather that CsoundVST is dead(?)

I would like to be able to run csound from lmms; but the only [potential] way I see so far would be via one lmms plugin that accepts vst.

Other ways to do this?

Forrest Curo
San Diego

Csound mailing list Csound@listserv.heanet.ie https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports to https://github.com/csound/csound/issues Discussions of bugs and features can be posted here
Csound mailing list Csound@listserv.heanet.ie https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports to https://github.com/csound/csound/issues Discussions of bugs and features can be posted here
Csound mailing list Csound@listserv.heanet.ie https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports to https://github.com/csound/csound/issues Discussions of bugs and features can be posted here
Csound mailing list Csound@listserv.heanet.ie https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports to https://github.com/csound/csound/issues Discussions of bugs and features can be posted here
Csound mailing list Csound@listserv.heanet.ie https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports to https://github.com/csound/csound/issues Discussions of bugs and features can be posted here