pull/200/merge
Nils Hilbricht 2017-04-24 12:21:39 +00:00 committed by GitHub
commit f282bf266c
3 changed files with 26 additions and 25 deletions

View File

@ -1,8 +1,8 @@
! title Non Session Management API
! author Jonathan Moore Liles #(email,male@tuxfamily.org)
! revision Version 1.2
! extra #(image,logo,icon.png)
! title Non Session Management API
! author Jonathan Moore Liles #(email,male@tuxfamily.org)
! revision Version 1.2
! extra #(image,logo,icon.png)
-- Table Of Contents

View File

@ -2327,6 +2327,7 @@ int main(int argc, char *argv[])
osc_server->add_method( "/nsm/server/open", "s", OSC_NAME( open ), NULL, "name" );
osc_server->add_method( "/nsm/server/close", "", OSC_NAME( close ), NULL, "" );
osc_server->add_method( "/nsm/server/quit", "", OSC_NAME( quit ), NULL, "" );
osc_server->add_method( "/nsm/server/stop", "s", OSC_NAME( stop ), NULL, "client_id" );
osc_server->add_method( NULL, NULL, OSC_NAME( null ),NULL, "" );