Browse Source

change docs on jack_engine_takeover_timebase

git-svn-id: svn+ssh://jackaudio.org/trunk/jack@155 0c269be4-1314-0410-8aa9-9f06e86f4224
tags/0.109.0
pbd 24 years ago
parent
commit
84653c8cfb
1 changed files with 2 additions and 4 deletions
  1. +2
    -4
      jack/jack.h

+ 2
- 4
jack/jack.h View File

@@ -352,10 +352,8 @@ jack_port_t *jack_port_by_name (jack_client_t *, const char *portname);
/* If a client is told (by the user) to become the timebase
for the entire system, it calls this function. If it
returns zero, then the client has the responsibility to
call jack_update_time() at the end of its process()
callback. Whatever time it provides (in frames since its
reference zero time) becomes the current timebase for the
entire system.
call jack_set_transport_info()) at the end of its process()
callback.
*/

int jack_engine_takeover_timebase (jack_client_t *);


Loading…
Cancel
Save