linuxsampler cryptic err message despite working!

What other apps and distros do you use to round out your studio?

Moderators: MattKingUSA, khz

Post Reply
Гага́рин
Established Member
Posts: 48
Joined: Tue Jan 01, 2013 3:12 pm

linuxsampler cryptic err message despite working!

Post by Гага́рин »

hi,

linuxsampler throws this message in the logs and got no clue at to what it means:

Code: Select all

18:37:49.326 lscp_client_subscribe(MIDI_INPUT_DEVICE_COUNT): (errno=0)
18:37:49.329 lscp_client_subscribe(MIDI_INPUT_DEVICE_INFO): (errno=0)
18:37:49.330 lscp_client_subscribe(AUDIO_OUTPUT_DEVICE_COUNT): (errno=0)
18:37:49.332 lscp_client_subscribe(AUDIO_OUTPUT_DEVICE_INFO): (errno=0)
thanks
User avatar
autostatic
Established Member
Posts: 1994
Joined: Wed Dec 09, 2009 5:26 pm
Location: Beverwijk, The Netherlands
Has thanked: 32 times
Been thanked: 104 times
Contact:

Re: linuxsampler cryptic err message despite working!

Post by autostatic »

LinuxSampler uses a client-server model and these are some harmless messages from the client about what kind of MIDI and audio devices are available.
SR
Established Member
Posts: 218
Joined: Wed May 07, 2008 6:01 pm
Location: Houston, Tx

Re: linuxsampler cryptic err message despite working!

Post by SR »

18:37:49.326 lscp_client_subscribe(MIDI_INPUT_DEVICE_COUNT): (errno=0)
Generally speaking, when anything returns an error number of "0" that means the operation completed successfully.
Post Reply