
# This file has been generated by src/utils/osc_paths/path_makers.py.
# Do not edit it, edit 'all_paths' file and run 'path_makers.py'.

from . import patchbay

ABORT_COPY = '/ray/server/abort_copy'
ABORT_PARRALLEL_COPY = '/ray/server/abort_parrallel_copy'
ABORT_SNAPSHOT = '/ray/server/abort_snapshot'
ASK_FOR_PATCHBAY = '/ray/server/ask_for_patchbay'
PATCHBAY_DAEMON_READY = '/ray/server/patchbay_daemon_ready'
'''The patchbay daemon sends this message to the daemon
when it is ready to receive custom names'''

CHANGE_ROOT = '/ray/server/change_root'
CLEAR_CLIENT_TEMPLATES_DATABASE = '/ray/server/clear_client_templates_database'
CONTROLLER_ANNOUNCE = '/ray/server/controller_announce'
CONTROLLER_DISANNOUNCE = '/ray/server/controller_disannounce'
EXOTIC_ACTION = '/ray/server/exotic_action'
GET_SESSION_PREVIEW = '/ray/server/get_session_preview'
GUI_ANNOUNCE = '/ray/server/gui_announce'
GUI_DISANNOUNCE = '/ray/server/gui_disannounce'
HAS_OPTION = '/ray/server/has_option'
HIDE_SCRIPT_INFO = '/ray/server/hide_script_info'
LIST_FACTORY_CLIENT_TEMPLATES = '/ray/server/list_factory_client_templates'
LIST_PATH = '/ray/server/list_path'
LIST_SESSION_TEMPLATES = '/ray/server/list_session_templates'
LIST_SESSIONS = '/ray/server/list_sessions'
LIST_USER_CLIENT_TEMPLATES = '/ray/server/list_user_client_templates'
MONITOR_ANNOUNCE = '/ray/server/monitor_announce'
MONITOR_QUIT = '/ray/server/monitor_quit'
NEW_SESSION = '/ray/server/new_session'
OPEN_FILE_MANAGER_AT = '/ray/server/open_file_manager_at'
OPEN_SESSION = '/ray/server/open_session'
OPEN_SESSION_OFF = '/ray/server/open_session_off'
QUIT = '/ray/server/quit'
REMOVE_CLIENT_TEMPLATE = '/ray/server/remove_client_template'
RENAME_SESSION = '/ray/server/rename_session'
SAVE_SESSION_TEMPLATE = '/ray/server/save_session_template'
SCRIPT_INFO = '/ray/server/script_info'
SCRIPT_USER_ACTION = '/ray/server/script_user_action'
SET_NSM_LOCKED = '/ray/server/set_nsm_locked'
SET_OPTION = '/ray/server/set_option'
SET_OPTIONS = '/ray/server/set_options'
SET_TERMINAL_COMMAND = '/ray/server/set_terminal_command'
EXPORT_CUSTOM_NAMES = '/ray/server/export_custom_names'
'Export the custom names of clients and ports to JACK pretty-name metadatas'

IMPORT_PRETTY_NAMES = '/ray/server/import_pretty_names'
'''Import the pretty names from JACK metadatas to custom names.
Useful if you want to save in session metadatas written by another program.'''

CLEAR_PRETTY_NAMES = '/ray/server/clear_pretty_names'
'''Clear all the JACK pretty-name metadatas, except theses ones exported by
auto_export_custom_names if it is set.'''

AUTO_EXPORT_CUSTOM_NAMES = '/ray/server/auto_export_custom_names'
'''Enable/disable auto-export of ports and clients custom names
to JACK pretty-name metadatas (arg types: i)'''
