Nice one! I haven't got past setting the DSSI_PATH / LADSPA_PATH
variables yet, so I couldn't comment on that at this point :D
I'm guessing there's a good reason for not setting up the dssiinit
opcodes to take a full path like the vstinit o0ne does. Is that
something to do with how the dssi host works?
On Thu, Nov 9, 2017 at 6:21 PM, Tarmo Johannes <[log in to unmask]> wrote:
> Hi,
>
> DSSI opcodes are buggy, John is at it but the code is vague and fix not
> there yet.
>
> Tarmo
>
> 09.11.2017 18:30 kirjutas kuupäeval "Peter Burgess"
> <[log in to unmask]>:
>
> Ah wait sorry, I misunderstood. I have to use DSSi instead of vst on
> linux... I'm too used to the fact that bitwig studio on linux can run
> VSTs... I'll check if I have DSSi or LADSPA synths instead
>
> On Thu, Nov 9, 2017 at 4:26 PM, Victor Lazzarini <[log in to unmask]>
> wrote:
>> I guess you need the DSSi headers, but others might know more.
>> ========================
>> Prof. Victor Lazzarini
>> Dean of Arts, Celtic Studies, and Philosophy,
>> Maynooth University,
>> Maynooth, Co Kildare, Ireland
>> Tel: 00 353 7086936
>> Fax: 00 353 1 7086952
>>
>>> On 9 Nov 2017, at 16:23, Peter Burgess <[log in to unmask]>
>>> wrote:
>>>
>>> Hmmm, how do I build with them? I'm on linux
>>>
>>> On 9 Nov 2017 4:21 p.m., "Victor Lazzarini" <[log in to unmask]>
>>> wrote:
>>> This just means that you don’t have the DSSi opcodes, which are a
>>> Linux-only thing (I think).
>>> ========================
>>> Prof. Victor Lazzarini
>>> Dean of Arts, Celtic Studies, and Philosophy,
>>> Maynooth University,
>>> Maynooth, Co Kildare, Ireland
>>> Tel: 00 353 7086936
>>> Fax: 00 353 1 7086952
>>>
>>> > On 9 Nov 2017, at 16:04, Peter Burgess <[log in to unmask]>
>>> > wrote:
>>> >
>>> > Anyone know why the very simple .csd I've posted at the bottom of the
>>> > email doesn't work on Csound 6.10? It doesn't seem to like vstinit for
>>> > some reason, giving this error message:
>>> >
>>> > error: syntax error, unexpected T_IDENT (token "vstinit") from file
>>> > /home/pete/Documents/AlgoSynthModular/TestCsd.csd (1)
>>> > line 26:
>>> >>>> giHiveVST vstinit <<<
>>> > Unexpected untyped word giHiveVST when expecting a variable
>>> >
>>> >
>>> >
>>> > Here's the .csd:
>>> >
>>> > <CsoundSynthesizer>
>>> >
>>> > <CsOptions>
>>> >
>>> > -m0 --displays -odac
>>> >
>>> > </CsOptions>
>>> >
>>> > <CsInstruments>
>>> >
>>> >
>>> > sr = 44100
>>> >
>>> > ksmps = 128
>>> >
>>> > nchnls = 2
>>> >
>>> > 0dbfs = 1.0
>>> >
>>> >
>>> > giHiveVST vstinit "/home/pete/Music/VSTs/Hive-3965/Hive/Hive.64.so", 1
>>> >
>>> >
>>> > </CsInstruments>
>>> >
>>> > <CsScore>
>>> >
>>> >
>>> > </CsScore>
>>> >
>>> > </CsoundSynthesizer>
>>> >
>>> >
>>> >
>>> > --
>>> > http://algorythmradio.com
>>> > https://soundcloud.com/algorythmradio
>>> >
>>> > Csound mailing list
>>> > [log in to unmask]
>>> > 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
>>> [log in to unmask]
>>> 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 [log in to unmask]
>>> 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
>> [log in to unmask]
>> 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
>
>
>
> --
> http://algorythmradio.com
> https://soundcloud.com/algorythmradio
>
> Csound mailing list
> [log in to unmask]
> 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 [log in to unmask]
> 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
--
http://algorythmradio.com
https://soundcloud.com/algorythmradio
Csound mailing list
[log in to unmask]
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
|