From 8922e4df2aa841bc5e256c3930f0f142ba23a2c7 Mon Sep 17 00:00:00 2001 From: sletz Date: Tue, 24 Mar 2009 21:53:43 +0000 Subject: [PATCH] Cleanup. git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@3464 0c269be4-1314-0410-8aa9-9f06e86f4224 --- common/JackPort.cpp | 16 ++++++++-------- common/shm.h | 10 +++++----- windows/Setup/src/README | 2 +- 3 files changed, 14 insertions(+), 14 deletions(-) diff --git a/common/JackPort.cpp b/common/JackPort.cpp index 9eef2aa4..42b5fb2e 100644 --- a/common/JackPort.cpp +++ b/common/JackPort.cpp @@ -109,12 +109,12 @@ int JackPort::RequestMonitor(bool onoff) { /** jackd.h - * If @ref JackPortCanMonitor is set for this @a port, turn input - * monitoring on or off. Otherwise, do nothing. + * If @ref JackPortCanMonitor is set for this @a port, turn input + * monitoring on or off. Otherwise, do nothing. - if (!(fFlags & JackPortCanMonitor)) + if (!(fFlags & JackPortCanMonitor)) return -1; - */ + */ if (onoff) { fMonitorRequests++; @@ -129,12 +129,12 @@ int JackPort::EnsureMonitor(bool onoff) { /** jackd.h - * If @ref JackPortCanMonitor is set for this @a port, turn input - * monitoring on or off. Otherwise, do nothing. + * If @ref JackPortCanMonitor is set for this @a port, turn input + * monitoring on or off. Otherwise, do nothing. - if (!(fFlags & JackPortCanMonitor)) + if (!(fFlags & JackPortCanMonitor)) return -1; - */ + */ if (onoff) { if (fMonitorRequests == 0) { diff --git a/common/shm.h b/common/shm.h index c0ad91b6..4a7d15c6 100644 --- a/common/shm.h +++ b/common/shm.h @@ -38,7 +38,7 @@ extern "C" typedef char shm_name_t[SHM_NAME_MAX]; typedef shm_name_t jack_shm_id_t; -#elif WIN32 // steph TO CHECK +#elif WIN32 // TO CHECK #define NAME_MAX 255 #ifndef SHM_NAME_MAX #define SHM_NAME_MAX NAME_MAX @@ -133,15 +133,15 @@ extern "C" void jack_shm_copy_to_registry (jack_shm_info_t*, jack_shm_registry_index_t*); void jack_release_shm_info (jack_shm_registry_index_t); - char* jack_shm_addr (jack_shm_info_t* si); // steph + char* jack_shm_addr (jack_shm_info_t* si); // here begin the API int jack_register_server (const char *server_name, int new_registry); void jack_unregister_server (const char *server_name); int jack_initialize_shm (const char *server_name); - int jack_initialize_shm_server (void); // steph - int jack_initialize_shm_client (void); // steph + int jack_initialize_shm_server (void); + int jack_initialize_shm_client (void); int jack_cleanup_shm (void); int jack_shmalloc (const char *shm_name, jack_shmsize_t size, @@ -149,7 +149,7 @@ extern "C" void jack_release_shm (jack_shm_info_t*); void jack_destroy_shm (jack_shm_info_t*); int jack_attach_shm (jack_shm_info_t*); - int jack_attach_shm_read (jack_shm_info_t*); // steph + int jack_attach_shm_read (jack_shm_info_t*); int jack_resize_shm (jack_shm_info_t*, jack_shmsize_t size); #ifdef __cplusplus diff --git a/windows/Setup/src/README b/windows/Setup/src/README index eafc21ae..5ba3bc3a 100644 --- a/windows/Setup/src/README +++ b/windows/Setup/src/README @@ -8,7 +8,7 @@ This installer will install everything to use Jack Audio Connection Kit (JACK) ( Microsoft Runtime Libraries ============================================= -In order to use this software, you will need the Microsoft Vusual C++ 2008 redistributable package. This package is freely available on the Microsoft download center. Please be sure you install the correct version (2008). This package is required by portaudio to run windows specific audio drivers (MME, DSound and ASIO). +In order to use this software, you will need the Microsoft Visual C++ 2008 redistributable package. This package is freely available on the Microsoft download center. Please be sure you install the correct version (2008). This package is required by portaudio to run windows specific audio drivers (MME, DSound and ASIO). ============================================= QJACKCTL on Windows