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.

49 lines
1.2KB

  1. 2003-05-09 Jack O'Quin <joq@io.com>
  2. * Added new jack_is_realtime() function.
  3. 2003-02-23 Paul Davis <paul>
  4. * client.c:
  5. added deliver_request().
  6. removed all use of strncpy().
  7. changed ClientDynamic to ClientInProcess.
  8. 2003-02-10 Taybin Rutkin <trutkin@physics.clarku.edu>
  9. * client.c (jack_client_new): Checks jack_protocol_version returned
  10. from jackd.
  11. 2003-02-05 Kai Vehmanen <kai.vehmanen@wakkanet.fi>
  12. * client.c (jack_set_buffer_size_callback): This function is now
  13. deprecated.
  14. 2002-12-20 Paul Davis <paul>
  15. * error.h (jack_set_error_function): added
  16. 2002-12-16 Paul Davis <paul>
  17. * jack.h: added inclusion of pthread.h
  18. 2002-12-09 Paul Davis <paul>
  19. * jack.h (jack_client_new_inprocess): prototype for in-process client creation (not implemented)
  20. * jack.h (jack_client_thread_id): added so that clients can easily
  21. find out the pthread_t that is running the JACK client code. this
  22. turns out to be critical to handling the SIGHUP.
  23. 2002-11-15 Paul Davis <paul>
  24. * client.c: added port alias functions. untested.
  25. 2002-11-05 Kai Vehmanen <kai.vehmanen@wakkanet.fi>
  26. * Created this file. Current JACK version is
  27. 0.39.0 and libjack interface 0:5:0. See
  28. jack/README.developers for details on how to
  29. use this file.