Commit Graph

79 Commits

Author SHA1 Message Date
Volker Fischer
4f757574bb better implementation for inserting silence 2011-06-29 06:45:08 +00:00
Volker Fischer
32ff224982 bug fix with uninitialized variables 2011-06-28 20:17:03 +00:00
Volker Fischer
6a4260352d some minor changes (help text, renaming, etc.) 2011-05-30 07:28:08 +00:00
Volker Fischer
c8731e6be6 same fixes, some cleanup, some server list implementation 2011-03-31 18:25:14 +00:00
Volker Fischer
95bb150c4e removed old Linux configure/Makefiles -> now only the llcon.pro shall be used on MacOS and Linux 2011-03-22 20:44:22 +00:00
Volker Fischer
7fb73001e6 added file 2010-04-12 18:45:16 +00:00
Volker Fischer
0febeb73ac fix warning 2010-04-11 07:55:06 +00:00
Volker Fischer
1345eac823 move dummy sound card device selection code in base class 2010-03-20 12:11:11 +00:00
Volker Fischer
758e72ffd5 some more CoreAudio work 2010-03-05 21:18:11 +00:00
Volker Fischer
4e9e5c36f0 first try implementing CoreAudio interface 2010-03-05 20:19:12 +00:00
Volker Fischer
d000d6df6d added missing GPL headers, preperation for vst 2010-03-05 05:48:35 +00:00
Volker Fischer
69290835b8 fixes for compiler warnings 2010-02-28 12:28:02 +00:00
Volker Fischer
ee42d522e2 fix for llcon.pro and qmake compilation 2010-02-20 12:45:36 +00:00
Volker Fischer
3d6b4772f1 fix compiler warnings 2010-02-18 20:59:14 +00:00
Volker Fischer
d51f15d061 bug fix with --enable-sound=no 2010-01-26 07:12:24 +00:00
Volker Fischer
70e53c4383 fixes for error messages, removed std::string -> replaced by QString 2009-12-01 20:08:21 +00:00
Volker Fischer
cb951c92c2 - removed ALSA support, - added accessibility plugin 2009-11-29 12:05:19 +00:00
Volker Fischer
1474ca5ced added fancy GUI design 2009-09-19 08:28:24 +00:00
Volker Fischer
bdec88cfdf Jack improvements 2009-08-28 07:39:22 +00:00
Volker Fischer
86e52813a9 another bug fix 2009-08-19 20:01:09 +00:00
Volker Fischer
d8cb0dc29e bug fix 2009-08-19 19:51:13 +00:00
Volker Fischer
38058f39e7 bug fix 2009-08-19 19:39:54 +00:00
Volker Fischer
f4f4f64fa1 bug fix, preparation for adding CELT sources 2009-08-12 18:26:00 +00:00
Volker Fischer
1c4f06ff5e some linux compilation fixes 2009-07-26 07:29:32 +00:00
Volker Fischer
572dcd8728 some fixes/updates 2009-07-25 20:54:57 +00:00
Volker Fischer
16baee490a added version in network properties protocol message 2009-07-25 05:57:27 +00:00
Volker Fischer
4642431103 bug fix 2009-07-09 18:53:31 +00:00
Volker Fischer
37d826630d first fully version of history 2009-06-06 10:07:01 +00:00
Volker Fischer
d17e9422f3 added server logging files 2009-05-24 11:22:12 +00:00
Volker Fischer
e7e158d630 support for testbench under Linux, added some lines in change log 2009-05-09 17:38:25 +00:00
Volker Fischer
3537e2fc6d preparations for adding LED bar GUI control 2009-05-01 10:55:51 +00:00
Volker Fischer
49cd2a1a9a added LED bitmaps 2009-05-01 10:06:07 +00:00
Volker Fischer
18dbb7e1fd some code cleanup for jack interface 2009-03-28 09:05:56 +00:00
Volker Fischer
d27fab9999 some more work on sound interface 2009-03-12 11:56:15 +00:00
Volker Fischer
f7d483fa12 make jack interface the default 2009-03-10 20:01:46 +00:00
Volker Fischer
dfbbfb3db5 preliminary fix for Jack interface 2009-03-10 18:39:29 +00:00
Volker Fischer
caad05ddaa preparation for buffer size change callback for audio interfaces, small fix in server GUI 2009-03-10 17:33:12 +00:00
Volker Fischer
42243e51d7 some cleanup and a possible fix in Jack interface 2009-03-09 22:52:28 +00:00
Volker Fischer
69c7bbab2d added setting buffer size for jack 2009-03-09 18:06:27 +00:00
Volker Fischer
2fcb37d0e9 some more JACK code, this should be a first working version -> not yet tested 2009-03-08 21:38:38 +00:00
Volker Fischer
1697b8f9cd bug fix with sound card device selection, show red text if actual sound card buffer size differs from preffered value 2009-03-08 17:14:37 +00:00
Volker Fischer
2f8d8fbd7e added some initial JACK code 2009-03-08 08:10:10 +00:00
Volker Fischer
3bf3ab832d some preparations for new JACK audio interface 2009-03-07 22:56:46 +00:00
Volker Fischer
0982cb21ff cleanup, preparations for new settings dialog, not yet working! 2009-03-03 13:37:28 +00:00
Volker Fischer
c064b49576 fix for mutex in channel object 2009-03-02 09:36:00 +00:00
Volker Fischer
2d653ef3cc some cleanup 2009-03-01 22:08:06 +00:00
Volker Fischer
91071384d2 big changes on software structure, intermediate backup checkin -> NOT WORKING correctly right now 2009-03-01 11:17:35 +00:00
Volker Fischer
8843e94822 set the soundcard buffer size in the init function 2009-02-24 22:56:19 +00:00
Volker Fischer
1bc8c5f84c added close function for audio interface (this is a preliminary solution for switching off the audio interface when not connected, a better solution would be to implement a stop function but this does not work with our current buffer initialization scheme) 2009-02-24 09:56:11 +00:00
Volker Fischer
949e2f1387 only one initialization function for sound interface now 2009-02-23 20:13:03 +00:00