jack1 codebase
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

32 lines
893B

  1. 2003-02-05 Kai Vehmanen <kai.vehmanen@wakkanet.fi>
  2. * client.c (jack_set_buffer_size_callback): This function is now
  3. deprecated.
  4. 2002-12-20 Paul Davis <paul>
  5. * error.h (jack_set_error_function): added
  6. 2002-12-16 Paul Davis <paul>
  7. * jack.h: added inclusion of pthread.h
  8. 2002-12-09 Paul Davis <paul>
  9. * jack.h (jack_client_new_inprocess): prototype for in-process client creation (not implemented)
  10. * jack.h (jack_client_thread_id): added so that clients can easily
  11. find out the pthread_t that is running the JACK client code. this
  12. turns out to be critical to handling the SIGHUP.
  13. 2002-11-15 Paul Davis <paul>
  14. * client.c: added port alias functions. untested.
  15. 2002-11-05 Kai Vehmanen <kai.vehmanen@wakkanet.fi>
  16. * Created this file. Current JACK version is
  17. 0.39.0 and libjack interface 0:5:0. See
  18. jack/README.developers for details on how to
  19. use this file.