Volker Fischer
|
4f91d59a96
|
fix compile error on MacOS
|
2013-12-16 20:41:09 +00:00 |
|
Volker Fischer
|
cbaefb32da
|
speed optimization
|
2013-12-16 20:36:48 +00:00 |
|
Volker Fischer
|
379a3e9f9d
|
speed optimzation: avoid some unnecessary conversions from short to double
|
2013-12-15 12:46:09 +00:00 |
|
Volker Fischer
|
9a2efd25fe
|
bug fix: support for correct utf-8 storage of names in the ini-file
|
2013-12-15 10:54:17 +00:00 |
|
Volker Fischer
|
a0c318eeec
|
some speed optimizations
|
2013-12-14 22:16:20 +00:00 |
|
Volker Fischer
|
d4be4bc038
|
code style and changed reverb decay to 1.1 seconds
|
2013-12-14 22:11:24 +00:00 |
|
Volker Fischer
|
1f3c716163
|
code style
|
2013-12-14 22:10:38 +00:00 |
|
Volker Fischer
|
6034dab1b3
|
introduce functions for ToBase64 and FromBase64 for cleaner code
|
2013-12-14 22:09:59 +00:00 |
|
Volker Fischer
|
b66e22379a
|
the solo state of a mixer fader is not exclusive any more and the solo state is preserved if the number of mixer faders changes
|
2013-09-10 16:24:55 +00:00 |
|
Volker Fischer
|
ae874ae0b4
|
changed MAX_NUM_CHANNELS to 20
|
2013-09-08 20:15:21 +00:00 |
|
Volker Fischer
|
ef76866d6f
|
remove legacy ping time message (now very old versions of llcon do not get ping measurements from the server anymore)
|
2013-09-07 20:30:08 +00:00 |
|
Volker Fischer
|
762a6283c6
|
code style
|
2013-09-07 20:29:29 +00:00 |
|
Volker Fischer
|
5daf7fe60a
|
update
|
2013-08-27 15:08:29 +00:00 |
|
Volker Fischer
|
8ae66fd1a5
|
store window positions and visability state
|
2013-08-26 19:59:18 +00:00 |
|
Volker Fischer
|
584db6def8
|
code style
|
2013-08-26 19:58:59 +00:00 |
|
Volker Fischer
|
0b4b6d155f
|
update
|
2013-08-25 18:43:31 +00:00 |
|
Volker Fischer
|
3012f20fce
|
added instrument picture "Streamer", update for "Listener" picture
|
2013-08-25 18:13:13 +00:00 |
|
Volker Fischer
|
5224f90f5d
|
added instrument picture "Listener" and fixed file name of "Recorder" picture
|
2013-08-25 17:49:21 +00:00 |
|
Volker Fischer
|
f87e8ef790
|
added instrument picture "Recorder"
|
2013-08-25 16:53:27 +00:00 |
|
Volker Fischer
|
45cce33de8
|
preparation for next version
|
2013-08-24 20:49:37 +00:00 |
|
Volker Fischer
|
e2a20d6453
|
new cvs version number
|
2013-08-24 20:48:44 +00:00 |
|
Volker Fischer
|
c7c5bdd58b
|
prepare for release
|
2013-08-24 08:32:55 +00:00 |
|
Volker Fischer
|
2967aa3631
|
update
|
2013-08-24 07:16:56 +00:00 |
|
Volker Fischer
|
3feb43054f
|
added some more comments
|
2013-08-23 15:36:37 +00:00 |
|
Volker Fischer
|
395dd25c07
|
small fix in comment
|
2013-08-23 14:34:36 +00:00 |
|
Volker Fischer
|
89a1ab3de9
|
speed optimzation which leads to less audio drop outs if the connection dialog is opened during a connection
|
2013-08-18 20:53:31 +00:00 |
|
Volker Fischer
|
e8b65b6c0d
|
disable the "socket in separate thread" code again since it does not perform the way it was intended to
|
2013-08-18 18:08:08 +00:00 |
|
Volker Fischer
|
f85115d548
|
added missing protocol messages
|
2013-08-18 18:05:28 +00:00 |
|
Volker Fischer
|
0d93612214
|
bug fix for the server (fixed a dead lock)
|
2013-08-18 15:22:18 +00:00 |
|
Volker Fischer
|
dcc4f0596f
|
code cleanup
|
2013-08-18 07:42:32 +00:00 |
|
Volker Fischer
|
9d05436964
|
enable the experimental "threaded socket" code since one outstanding issue is now fixed :"fix for the "Multiple socket notifiers for same socket" error if threaded socket is used"
|
2013-08-18 07:41:30 +00:00 |
|
Volker Fischer
|
84c93bbbe5
|
fix for the "Multiple socket notifiers for same socket" error if threaded socket is used
|
2013-08-18 07:40:34 +00:00 |
|
Volker Fischer
|
c22c264123
|
Support for three audio quality settings (a new high quality rate is introduced)
|
2013-08-15 19:15:01 +00:00 |
|
Volker Fischer
|
2856626523
|
added formula
|
2013-06-09 06:42:33 +00:00 |
|
Volker Fischer
|
6bdb82c65f
|
Added support for putting the receive socket in a separate thread. Unfortunately the current code does not work as expected. Some Qt warnings appear and after a while the receive socket does not receive any more network packets. Therefore a global macro is introduced to enable/disable the new code. Default is: disabled.
|
2013-06-03 16:07:17 +00:00 |
|
Volker Fischer
|
b8e9fcc4a3
|
cleanup (removed unnecessary variable)
|
2013-05-10 19:46:59 +00:00 |
|
Volker Fischer
|
72b24fedf3
|
clean up "new connection" mechanism for the server (which messages are fired, etc.)
|
2013-05-10 19:37:57 +00:00 |
|
Volker Fischer
|
8e95b548cb
|
clean up the socket so that we do not have direct calls to e.g. protocol messages
|
2013-05-10 19:34:55 +00:00 |
|
Volker Fischer
|
21707b0e17
|
added some more comment
|
2013-05-10 07:57:21 +00:00 |
|
Volker Fischer
|
386ade7cae
|
code style
|
2013-05-08 07:35:15 +00:00 |
|
Volker Fischer
|
424532a162
|
disable new feature for connection setup shown during an active connection for now since it does not work reliably...
|
2013-05-04 19:24:36 +00:00 |
|
Volker Fischer
|
c942a2757c
|
code style
|
2013-05-04 19:14:02 +00:00 |
|
Volker Fischer
|
dc22883150
|
the connection setup dialog can now be opened during a connection
|
2013-05-03 19:11:01 +00:00 |
|
Volker Fischer
|
8320b93a9a
|
better Jack error messages
|
2013-03-28 07:52:46 +00:00 |
|
Volker Fischer
|
1de080f235
|
Added more text for the Jack server different sample rate error
|
2013-03-27 21:32:47 +00:00 |
|
Volker Fischer
|
119daf08df
|
add a make clean to the Linux installation to remove the moc_* files
|
2013-03-26 20:17:49 +00:00 |
|
Volker Fischer
|
aa5d008c69
|
fix a typo
|
2013-03-24 19:28:07 +00:00 |
|
Volker Fischer
|
f2f5b1b30b
|
added a placeholder for the next version
|
2013-03-24 19:22:13 +00:00 |
|
Volker Fischer
|
02f2be5181
|
new cvs version number
|
2013-03-24 18:58:13 +00:00 |
|
Volker Fischer
|
9348d4ad55
|
release version number
|
2013-03-24 18:16:33 +00:00 |
|