Csound Csound-dev Csound-tekno Search About

[Csnd] Free plugins..

Date2019-03-19 22:42
FromRory Walsh
Subject[Csnd] Free plugins..
Micah Frank at Puremagnetik posted links to some free Cabbage plugins (AU/VST) on the Cabbage forum today. Check em out. His stuff is pretty cool. Links 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

Date2019-03-20 10:23
FromRichard van Bemmelen
SubjectRe: [Csnd] Free plugins..
Wow! Can't wait to try them out!

Richard

Op di 19 mrt. 2019 om 23:42 schreef Rory Walsh <rorywalsh@ear.ie>:
Micah Frank at Puremagnetik posted links to some free Cabbage plugins (AU/VST) on the Cabbage forum today. Check em out. His stuff is pretty cool. Links 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

Date2019-03-20 10:51
FromTarmo Johannes
SubjectRe: [Csnd] Free plugins..
Hi,

I have not have chance to try them out on Windows or Mac yet but I see that 
here everything is packages as one single dll file for Windows or pkg for OSX. 
This seems to include also Csound linbrary, the plugin and csd file. This 
seems terrific in some situations since then the user does not need to worry 
about installing Csound (but if one has it, it may cause problems... )

Does anyone know how to do it? Ie pacakge everything Cabbage needs as one 
single dll on Windows?

tarmo

On Wednesday, March 20, 2019 12:42:14 AM EET you wrote:
> Micah Frank at Puremagnetik posted links to some free Cabbage plugins
> (AU/VST) on the Cabbage forum today. Check em out. His stuff is pretty
> cool. Links here:
> http://forum.cabbageaudio.com/t/invite-to-test-2-free-plugins-from-puremagne
> tik/1351
> 
> 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

Date2019-03-20 11:06
FromRory Walsh
SubjectRe: [Csnd] Free plugins..
If you look closer you'll see some files get installed into ProgramData. I guess a .csd file could be embedded into the dll too. Cabbage used to do, back in 2006(!) but it was too much of a pain to maintain, although it would be easier nowadays with the advancements made in the API. We had to link Csound statically on Windows now because of the hardship we were having with certain hosts not wanting to load dlls. We really exhausted a lot of time trying to get that sorted. It would work for some users, and not for others. Ableton Live was particularly fuzzy for some users. In the end the only way to do it was to link statically. The current Csound MSVC project generates a static lib which can be used. Note that Cabbage itself still links dynamically to Csound.  

On Wed, 20 Mar 2019 at 10:51, Tarmo Johannes <trmjhnns@gmail.com> wrote:
Hi,

I have not have chance to try them out on Windows or Mac yet but I see that
here everything is packages as one single dll file for Windows or pkg for OSX.
This seems to include also Csound linbrary, the plugin and csd file. This
seems terrific in some situations since then the user does not need to worry
about installing Csound (but if one has it, it may cause problems... )

Does anyone know how to do it? Ie pacakge everything Cabbage needs as one
single dll on Windows?

tarmo

On Wednesday, March 20, 2019 12:42:14 AM EET you wrote:
> Micah Frank at Puremagnetik posted links to some free Cabbage plugins
> (AU/VST) on the Cabbage forum today. Check em out. His stuff is pretty
> cool. Links here:
> http://forum.cabbageaudio.com/t/invite-to-test-2-free-plugins-from-puremagne
> tik/1351
>
> 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

Date2019-03-20 11:14
FromRory Walsh
SubjectRe: [Csnd] Free plugins..
Btw, on OSX the situation is different because we can tell the plugin lib which version of Csound it should use, i.e., the one that's included in the app bundle.

On Wed, 20 Mar 2019 at 11:06, Rory Walsh <rorywalsh@ear.ie> wrote:
If you look closer you'll see some files get installed into ProgramData. I guess a .csd file could be embedded into the dll too. Cabbage used to do, back in 2006(!) but it was too much of a pain to maintain, although it would be easier nowadays with the advancements made in the API. We had to link Csound statically on Windows now because of the hardship we were having with certain hosts not wanting to load dlls. We really exhausted a lot of time trying to get that sorted. It would work for some users, and not for others. Ableton Live was particularly fuzzy for some users. In the end the only way to do it was to link statically. The current Csound MSVC project generates a static lib which can be used. Note that Cabbage itself still links dynamically to Csound.  

On Wed, 20 Mar 2019 at 10:51, Tarmo Johannes <trmjhnns@gmail.com> wrote:
Hi,

I have not have chance to try them out on Windows or Mac yet but I see that
here everything is packages as one single dll file for Windows or pkg for OSX.
This seems to include also Csound linbrary, the plugin and csd file. This
seems terrific in some situations since then the user does not need to worry
about installing Csound (but if one has it, it may cause problems... )

Does anyone know how to do it? Ie pacakge everything Cabbage needs as one
single dll on Windows?

tarmo

On Wednesday, March 20, 2019 12:42:14 AM EET you wrote:
> Micah Frank at Puremagnetik posted links to some free Cabbage plugins
> (AU/VST) on the Cabbage forum today. Check em out. His stuff is pretty
> cool. Links here:
> http://forum.cabbageaudio.com/t/invite-to-test-2-free-plugins-from-puremagne
> tik/1351
>
> 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