1288 Commits (d17c04ad1b9432b8ff424fad369300a710a2bdeb)
 

Author SHA1 Message Date
  Torben Hohn d17c04ad1b include jack/session.h in jack_connect 16 years ago
  Torben Hohn bd579877d3 remove the arrays from the session_command_t add reserve_client_name 16 years ago
  Torben Hohn 99e966e1c9 change jack_client_new to jack_client_open in the remaining examples 16 years ago
  Torben Hohn bd819a9850 Merge branch 'master' into jack-session2 16 years ago
  Torben Hohn b774bdba77 make sure the uuid is unique. in case of collision an old uuid is deleted 16 years ago
  Torben Hohn 59189c840c even more removal of metadata stuff. 16 years ago
  Torben Hohn a6d8e48734 remove remenants of session api from jack.h 16 years ago
  Torben Hohn 16c86488e4 cleanup simple_client from metadata, and unused ServerName option 16 years ago
  Torben Hohn 979648a389 remove the metadata API... 16 years ago
  Torben Hohn 1d19f467cb fix comment block 16 years ago
  Torben Hohn 6eaa6ae64b update jack_simple_client and jack_session_notify for new api 16 years ago
  Torben Hohn 79b318cb7a update implementation to new async interface 16 years ago
  Torben Hohn f57e4b0490 fix jack_session_event_t typedef 16 years ago
  Torben Hohn 63ab0f236b move session API to jack/session.h changed to async. 16 years ago
  Torben Hohn 808240c48b Merge branch 'master' into session-merge 16 years ago
  Torben Hohn 5a8470587f Merge branch 'drobilla-clrename' into clientrename 16 years ago
  paul 8e356e8560 remove weak export tags from two typedefs, they were added by mistake 16 years ago
  torben a9daca5930 add missing prototype jack_messagebuffer_thread_init () 16 years ago
  torben bec1a45a67 buffer_resize: only reallocate portbuffers, if number of connections is > 1 16 years ago
  torben 2f35cebfe3 remove the mixbuffer allocaton in jack_port_get_buffer and just bomb out. 16 years ago
  torben eeb327aae2 allocate mix_buffer upon connection, not on demand in RT thread. 16 years ago
  paul ee89259ef7 define jack_port_type_get_buffer_size() to abstract computation of buffer size for a given port type and frame count 16 years ago
  paul b879a610a3 check return result of engine->set_buffer_size() in all backends, so that if the user specifies -M <insane>, we fail cleanly rather than with a segfault; update man page with comments about -M values 16 years ago
  torben 439e1fca82 take care of buffer_scale_factor < 0 in jack_port_get_buffer() 16 years ago
  paul aa9bd70536 new file for weak macros 16 years ago
  paul 117237d0bb update jackd man page to show new -M flag 16 years ago
  paul b02124591e make MIDI port buffer size variable with -M cmdline argument; reduce size of jack_midi_port_internal_event_t from 12 to 8 bytes 16 years ago
  paul 9da6e7357f use weak macros for transport API 16 years ago
  paul 2eb5de0a31 correct spurious chars in last commit for jack.h 16 years ago
  paul 6ac25957e5 mark jack_client_new() as deprecated 16 years ago
  paul a83075398b fix race when ending freewheeling (from torben) 16 years ago
  paul 4fc06ab1c6 weakjack.h added (not used yet) 16 years ago
  paul cbfe31c02f commit serious design flaw that left jackd in freewheeling mode if the client that initiated freewheeling leaves the graph (either deliberately, or via a crash) 16 years ago
  paul 22637219ce eliminate inadvertent use of client->graph_wait_fd (client->pollfd[WAIT].fd) on OS X - causes illegal write to memory 16 years ago
  torben 36562bd9ac fix typo stating that Port flags should be ANDed together. 16 years ago
  torben 7c7ca00b90 [netjack] use old incremental deadline scheme again 16 years ago
  torben b26335d4c1 [alsa_io] fix overflow in time calculation, thanks to delYsid 16 years ago
  paul b8c46c5cf0 ensure that client-side message buffer thread calls thread_init callback if/when it is set by the client 16 years ago
  paul 4de1a96f56 patch from rothwell to fix build of sndfile-dependent example clients (tools was already working) 16 years ago
  Torben Hohn af11a654ec handle Ctrl-C and other exceptions nicely in sessionmanager.py 16 years ago
  Torben Hohn 028aa82983 add some support for quit 16 years ago
  Torben Hohn c80e8eacfc rename uuid to client name in JackSessionCallback 16 years ago
  Torben Hohn 36260dea00 change identifier to metadata... doh 16 years ago
  Torben Hohn 983df6f520 change libjack.py to new signature of jack_session_notify 16 years ago
  Torben Hohn b538975c87 support rename in session dom 16 years ago
  Torben Hohn 2d65cb5384 save uuid, reservations code, and --renames option 16 years ago
  Torben Hohn dcbd3db465 fix do_reserve client, deadlock... 16 years ago
  Torben Hohn 09a9ad8c08 some more docs. 16 years ago
  Torben Hohn 1c2a775944 remove sessionload and sessionsave... merged into sessionmanager 16 years ago
  Dave Robillard b4c53b4783 Fix typos and clean up documentation. 16 years ago