Browse Source

Merge branch 'master' into jack-session2

tags/0.120.1
Torben Hohn 16 years ago
parent
commit
bd819a9850
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      jack/transport.h

+ 2
- 2
jack/transport.h View File

@@ -192,7 +192,7 @@ int jack_release_timebase (jack_client_t *client) JACK_OPTIONAL_WEAK_EXPORT;
*/
typedef int (*JackSyncCallback)(jack_transport_state_t state,
jack_position_t *pos,
void *arg) JACK_OPTIONAL_WEAK_EXPORT;
void *arg);

/**
* Register (or unregister) as a slow-sync client, one that cannot
@@ -271,7 +271,7 @@ typedef void (*JackTimebaseCallback)(jack_transport_state_t state,
jack_nframes_t nframes,
jack_position_t *pos,
int new_pos,
void *arg) JACK_OPTIONAL_WEAK_EXPORT;
void *arg);

/**
* Register as timebase master for the JACK subsystem.


Loading…
Cancel
Save