Carla and NSM

Programming applications for making music on Linux.

Moderators: MattKingUSA, khz

Post Reply
studio32

Carla and NSM

Post by studio32 »

Thread continued from: http://linuxmusicians.com/viewtopic.php?f=19&t=7986

Ok works, but not perfect yet. When I close the session, carla hangs and doesn't close. Only when I made some setting changes in the plugin GUI afaik.

Code: Select all

[nsmd] src/nsmd.C:1871 osc_reply(): Client "JACKPatch" replied with: OK in 4.867000ms
.[nsmd] src/nsmd.C:1871 osc_reply(): Client "Carla" replied with: OK in 101.564000ms
....[nsmd] src/nsmd.C:1619 osc_close(): Commanding attached clients to quit.
[nsmd] src/nsmd.C:999 command_client_to_quit(): Commanding JACKPatch to quit
[nsmd] src/nsmd.C:999 command_client_to_quit(): Commanding patchage to quit
[nsmd] src/nsmd.C:999 command_client_to_quit(): Commanding Carla to quit
[nsmd] src/nsmd.C:999 command_client_to_quit(): Commanding NSM Proxy to quit
[nsmd] src/nsmd.C:942 wait_for_killed_clients_to_die(): Waiting for killed clients to die.
[nsmd] src/nsmd.C:946 wait_for_killed_clients_to_die(): Loop 0
Successfully registered. NSM says: Howdy, what took you so long?[nsmd] src/nsmd.C:946 wait_for_killed_clients_to_die(): Loop 1
[nsmd] src/nsmd.C:305 handle_client_process_death(): Client patchage died.
[nsmd] src/nsmd.C:305 handle_client_process_death(): Client NSM Proxy died.
[nsmd] src/nsmd.C:946 wait_for_killed_clients_to_die(): Loop 2
[nsmd] src/nsmd.C:305 handle_client_process_death(): Client JACKPatch died.
[nsmd] src/nsmd.C:946 wait_for_killed_clients_to_die(): Loop 3
[nsmd] src/nsmd.C:946 wait_for_killed_clients_to_die(): Loop 4
[nsmd] src/nsmd.C:946 wait_for_killed_clients_to_die(): Loop 5
[nsmd] src/nsmd.C:946 wait_for_killed_clients_to_die(): Loop 6
[nsmd] src/nsmd.C:946 wait_for_killed_clients_to_die(): Loop 7
[nsmd] src/nsmd.C:946 wait_for_killed_clients_to_die(): Loop 8
[nsmd] src/nsmd.C:946 wait_for_killed_clients_to_die(): Loop 9
[nsmd] src/nsmd.C:946 wait_for_killed_clients_to_die(): Loop 10
[nsmd] src/nsmd.C:946 wait_for_killed_clients_to_die(): Loop 11
[nsmd] src/nsmd.C:946 wait_for_killed_clients_to_die(): Loop 12
[nsmd] src/nsmd.C:946 wait_for_killed_clients_to_die(): Loop 13
[nsmd] src/nsmd.C:946 wait_for_killed_clients_to_die(): Loop 14
[nsmd] src/nsmd.C:946 wait_for_killed_clients_to_die(): Loop 15
Failed to properly stop LV2 OSC-GUI thread
QProcess: Destroyed while process is still running.
[nsmd] src/nsmd.C:946 wait_for_killed_clients_to_die(): Loop 16
[nsmd] src/nsmd.C:946 wait_for_killed_clients_to_die(): Loop 17
[nsmd] src/nsmd.C:946 wait_for_killed_clients_to_die(): Loop 18
[nsmd] src/nsmd.C:946 wait_for_killed_clients_to_die(): Loop 19
[nsmd] src/nsmd.C:946 wait_for_killed_clients_to_die(): Loop 20
[nsmd] src/nsmd.C:946 wait_for_killed_clients_to_die(): Loop 21
[nsmd] src/nsmd.C:946 wait_for_killed_clients_to_die(): Loop 22
[nsmd] src/nsmd.C:946 wait_for_killed_clients_to_die(): Loop 23
[nsmd] src/nsmd.C:966 wait_for_killed_clients_to_die(): Killed clients are still alive
[nsmd] src/nsmd.C:1626 osc_close(): Done
src/session-manager.C:1016 osc_handler(): /nsm/server/close says Closed.

Code: Select all

killall -9 carla-bridge-lv 
studio32

Re: Carla and NSM

Post by studio32 »

I was using the drmr plugin.

I had to kill nsm and restart it.
studio32

Re: Carla and NSM

Post by studio32 »

falkTX wrote:
btw, did you know Carla has now crossed the 30'000+ lines of code?
I was very impressed to find this out some days ago...
Isn't that called 'bloat'? ;)

Anyway, I'm happy to see the nsm support and especially the fact that you seems to respect the api restriction concerning the GUI! kudos

edit: the TAL plugin seems to work ok
Post Reply