Re: VSTPlugin on Linux

[email protected] Fri, 9 Apr 2021 09:11:32 -0400
Newsgroups gmane.comp.audio.supercollider.user
Message-ID <CAH8W2VWObZp47L+VoCUjsatkq=9PT5djwp2UvLr9Y2YA4CjP=Q@mail.gmail.com>
Hi,

Thanks a lot to you all Christof, hjh and  Glen, the combination of all
your responses was the definitive answer to my main blockers.

All the best,

@.

Le ven. 9 avr. 2021 à 02:46, <[email protected]> a écrit :

> Also, probably goes without saying, but just in case... Be sure to set
> maxLogins before booting the Server and before your program tries to
> register. The default is 1 (allowing sclang to register) and if not
> changed, no other clients will be allowed to register for notifications:
>
> s.options.maxLogins = 2;
> s.reboot;
>
> Glen.
>
> On Fri., Apr. 9, 2021, 03:29 <[email protected]> wrote:
>
>> On Thu, Apr 8, 2021 at 11:22 PM <[email protected]> wrote:
>> > To give you an example, when the plugin is loaded and I send the /getn
>> message, scsynth receives it correctly but sends back the /vst_setn answer
>> to sclang (port 57110) and not back to my application.
>> >
>> > VSTPlugin uses Node replies to send data back to the Client. Node
>> replies are always sent to *all* registered Clients.
>>
>> The key word here might be "registered."
>>
>> @artheist -- does your client login to the server using a "/notify, 1"
>> message? This is how a client registers to receive notifications.
>> (Gmail is showing no occurrences of the word "notify" in this thread,
>> except where I just wrote it -- so I suppose it's plausible that your
>> client isn't registering.)
>>
>> hjh
>>
>> _______________________________________________
>> sc-users mailing list
>>
>> info (subscription, etc.):
>> http://www.birmingham.ac.uk/facilities/ea-studios/research/supercollider/mailinglist.aspx
>> archive: http://www.listarc.bham.ac.uk/marchives/sc-users/
>> search: http://www.listarc.bham.ac.uk/lists/sc-users/search/
>>
>