Commit Graph

1191 Commits

Author SHA1 Message Date
Volker Fischer
2c443c7aef avoid allocating memory in the server real-time processing routine 2014-01-12 09:48:49 +00:00
Volker Fischer
7ee9fc2a67 fixed a compiler warning 2014-01-12 09:44:41 +00:00
Volker Fischer
02e88840e9 added a TODO comment 2014-01-12 07:42:43 +00:00
Volker Fischer
80883715e3 fix for optional "CHighPrioSocket" -> still does not compile... 2014-01-10 20:00:45 +00:00
Volker Fischer
33afb04f3f - speed optimizations (removed some memory allocations in the processing routine)
- removed duplicate function
- clean up some code
2014-01-08 21:24:37 +00:00
Volker Fischer
d98ac1b2af fixed a warning 2014-01-06 16:49:19 +00:00
Volker Fischer
efdd10fc13 const correctness 2014-01-06 16:06:04 +00:00
Volker Fischer
f016e9e022 avoid allocating memory in time critical client thread -> improve socket send function in the channel 2014-01-06 15:57:40 +00:00
Volker Fischer
91b4823d37 code style 2014-01-06 15:33:53 +00:00
Volker Fischer
81b4416a6f only fire message for starting the server if the server is not running at the moment 2014-01-06 13:04:26 +00:00
Volker Fischer
215be703a7 increase the thread priority of the real time timer 2014-01-06 12:53:54 +00:00
Volker Fischer
27f0e540b6 make the "ParseMessageBody" signal/slot mechanism the default since in the future we will need to use different threads at some point 2014-01-06 12:52:53 +00:00
Volker Fischer
7c81775232 small change in example code (in the comment) 2014-01-06 12:51:06 +00:00
Volker Fischer
90cbb22993 added a "const" 2014-01-05 20:47:35 +00:00
Volker Fischer
4baf2c5ef5 replaced global "MUL_COL_LED_*" definitions by actual enum definitions in the multicolor LED class 2014-01-05 18:26:38 +00:00
Volker Fischer
c0a67a9884 update to 2014 2014-01-05 16:52:38 +00:00
Volker Fischer
f26301ae75 next try to fix corrupt file 2014-01-05 16:13:00 +00:00
Volker Fischer
f63097b4c5 the file in the CVS seems to be corrput 2014-01-05 16:10:37 +00:00
Volker Fischer
3f7d434144 the file in the CVS seems to be corrupt 2014-01-05 15:45:53 +00:00
Volker Fischer
06ca70ef10 added a TODO comment 2014-01-05 15:33:08 +00:00
Volker Fischer
72f7c25d98 code style 2014-01-03 09:00:24 +00:00
Volker Fischer
30f285a18e speed optimization 2014-01-03 08:56:31 +00:00
Volker Fischer
6e49e4e92c change the mechanism of how the LEDs are updated -> no window event posts anymore to avoid blocking in the critical audio thread 2014-01-03 08:54:49 +00:00
Volker Fischer
e9a5962ef1 some cleanup: remove unnecessary GUI messages (they are not used because we only have callback based sound interfaces right now) 2014-01-02 20:11:56 +00:00
Volker Fischer
2980c195a4 update to a new version of STK reverb (inserting comb filters for more realistic reverberation effect) 2014-01-02 10:47:11 +00:00
Volker Fischer
7da3489350 fixes for Qt 5.2 2014-01-02 10:11:35 +00:00
Volker Fischer
ac10994d5c Support for a true stereo reverberation effect 2014-01-01 21:31:22 +00:00
Volker Fischer
963f1f7849 new version number for cvs development 2013-12-30 16:58:54 +00:00
Volker Fischer
dd667dab73 added missing files 2013-12-30 10:24:04 +00:00
Volker Fischer
47904d35bc bug fix 2013-12-29 21:42:51 +00:00
Volker Fischer
e4528f8338 new release version 3.3.3 2013-12-29 21:35:12 +00:00
Volker Fischer
699ce6b2ba added the dates of the releases 2013-12-29 17:31:28 +00:00
Volker Fischer
a3028a1a7f initial code should be ready now but we get a crash with this version -> TODO fix the crash 2013-12-29 15:35:49 +00:00
Volker Fischer
4fb1db8493 fixed a typo in a variable name 2013-12-29 14:45:14 +00:00
Volker Fischer
3343ea0a77 even more Android code, still not working... 2013-12-29 12:40:23 +00:00
Volker Fischer
ee4fedc689 some more Android code, not yet working... 2013-12-29 11:08:13 +00:00
Volker Fischer
ac388f0c1c added some initial Android files 2013-12-28 12:00:21 +00:00
Volker Fischer
715041effe in the most recent Ubuntu distribution the QTime did not work for the ping times anymore (the ping time was always 0 ms) 2013-12-27 16:04:46 +00:00
Volker Fischer
d3fce3fe62 code style 2013-12-27 16:01:35 +00:00
Volker Fischer
572cee0143 do not throw an error if no physical ports are available 2013-12-27 15:34:37 +00:00
Volker Fischer
a848f69f16 Jamulus now works with jack mono input and mono output devices 2013-12-26 15:59:59 +00:00
Volker Fischer
5fdaea0e55 fix compilation errors on Linux and MacOS 2013-12-24 10:20:24 +00:00
Volker Fischer
ada419c5bb simplify the vector class (remove unnecessary derived member variables) 2013-12-24 10:06:03 +00:00
Volker Fischer
ac83592f08 some small speed optimizations 2013-12-24 10:00:45 +00:00
Volker Fischer
bc3098ab79 use std copy function instead of a while loop 2013-12-24 09:59:27 +00:00
Volker Fischer
575cf722d9 integrated a new OPUS version: v1.1 2013-12-21 13:45:22 +00:00
Volker Fischer
2d7155ab1b new OPUS version 1.1 2013-12-21 13:44:49 +00:00
Volker Fischer
cd4e1105f1 new OPUS version: 1.1 2013-12-21 13:40:43 +00:00
Volker Fischer
23bf083aca added "more precise sound card latency estimation under Windows" 2013-12-17 21:05:00 +00:00
Volker Fischer
9459a73ab5 do the same calculation as in client.cpp (first multiplication, then division) 2013-12-17 20:55:35 +00:00