Re: VSTPlugin on Linux

[email protected] Fri, 9 Apr 2021 08:45:01 +0200
Newsgroups gmane.comp.audio.supercollider.user
Message-ID <CAEiRw5J3Zy0w89kq1LZR8WpbspmLGq_om-HPo0xVZVCbkNba7g@mail.gmail.com>
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/
>