Volker Fischer
|
ea24503fdc
|
preparation for MIDI controller audio fader level support
|
2019-01-12 12:45:08 +00:00 |
|
Volker Fischer
|
29332269c9
|
support native Jack support under Windows using the CONFIG switch "jackonwindows"
|
2018-03-22 20:50:05 +00:00 |
|
Volker Fischer
|
8bfdc7347a
|
2017 -> 2018
|
2018-03-09 21:13:02 +00:00 |
|
Volker Fischer
|
b0d37c86e7
|
2016 -> 2017
|
2017-08-11 21:08:54 +00:00 |
|
Volker Fischer
|
9c1ddbba64
|
added support for jackonmac
|
2016-07-31 08:02:32 +00:00 |
|
Volker Fischer
|
4e497d3f99
|
remove old CELT library
|
2016-02-14 16:19:14 +00:00 |
|
Volker Fischer
|
ca73117279
|
update the copyright
|
2015-12-31 13:14:09 +00:00 |
|
Volker Fischer
|
33c6e77c68
|
on request show the names of the connected clients in the server list
|
2015-12-09 15:50:30 +00:00 |
|
Volker Fischer
|
7ace26f23e
|
added a new client fader level setting
|
2015-11-25 15:52:00 +00:00 |
|
Volker Fischer
|
b5bae73ab3
|
added support for server disconnection
|
2015-10-17 15:37:58 +00:00 |
|
Volker Fischer
|
a46ea26cd8
|
support client operation without using a GUI frontend
|
2015-03-25 20:29:52 +00:00 |
|
Volker Fischer
|
16f170c030
|
improvement of auto jitter buffer detection in bad network conditions
|
2015-03-14 16:54:36 +00:00 |
|
Volker Fischer
|
33e5a07cf7
|
change all 2014 to 2015
|
2015-02-04 18:17:23 +00:00 |
|
Volker Fischer
|
bae2672ff2
|
added variables for storing the window position of the profile window
|
2015-01-31 08:15:56 +00:00 |
|
Volker Fischer
|
72c5f4cc63
|
a licence agreement dialog can be requested by the server
|
2015-01-23 19:43:18 +00:00 |
|
Volker Fischer
|
7918416054
|
added configurations "CONFIG+=opus_shared_lib" for using OPUS as a shared lib and "CONFIG+=nocelt" to disable legacy support for the old CELT library
|
2014-07-26 06:07:50 +00:00 |
|
Volker Fischer
|
afa2f0e812
|
added configurations "CONFIG+=opus_shared_lib" for using OPUS as a shared lib and "CONFIG+=nocelt" to disable legacy support for the old CELT library
|
2014-07-26 05:58:01 +00:00 |
|
Volker Fischer
|
5b2d256bc2
|
removed the "open chat on new message" mechanism since nobody actually uses this, now simply the window automatically opens on a new message if it is not already open, otherwise do nothing
|
2014-02-25 14:38:12 +00:00 |
|
Volker Fischer
|
292cf13a21
|
finished #43 Hybrid Mono/Stereo mode
|
2014-02-24 19:51:57 +00:00 |
|
Volker Fischer
|
5811b1f9d4
|
preparations for "mono in/stereo out" mode
|
2014-02-23 20:01:17 +00:00 |
|
Volker Fischer
|
17b5bb6dd9
|
introduce macro ENABLE_CLIENT_VERSION_AND_OS_DEBUGGING for enabling the version and OS query in the client (for debugging reasons)
|
2014-02-23 09:46:25 +00:00 |
|
Volker Fischer
|
388664e48e
|
support for querying the server version and OS type for debugging purpose (not in the regular version available)
|
2014-02-21 21:25:26 +00:00 |
|
Volker Fischer
|
2ac7a92eaf
|
finished implementation of a separate socket high priority thread
|
2014-02-16 08:20:07 +00:00 |
|
Volker Fischer
|
d7a41b5076
|
some fixes for Android
|
2014-01-21 17:25:46 +00:00 |
|
Volker Fischer
|
7320b0a4cc
|
CVector<bool> does not work -> implement a workaround with int type
|
2014-01-19 15:02:25 +00:00 |
|
Volker Fischer
|
180837f70b
|
store fader solo state
|
2014-01-19 10:51:31 +00:00 |
|
Volker Fischer
|
c0a67a9884
|
update to 2014
|
2014-01-05 16:52:38 +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
|
379a3e9f9d
|
speed optimzation: avoid some unnecessary conversions from short to double
|
2013-12-15 12:46:09 +00:00 |
|
Volker Fischer
|
8ae66fd1a5
|
store window positions and visability state
|
2013-08-26 19:59:18 +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
|
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
|
ccadb45f11
|
fixed loud noise on initialial connection (caused by weird OPUS PLC effect)
|
2013-03-10 09:27:25 +00:00 |
|
Volker Fischer
|
961ae0f396
|
fix for loud noise at the beginning of a connection when a new server (supporting OPUS) is connected -> Still some noise left because of weird PLC effects of the OPUS codec
|
2013-03-10 08:19:41 +00:00 |
|
Volker Fischer
|
797a991417
|
support for storing fader tags/levels in settings file
|
2013-02-28 20:54:47 +00:00 |
|
Volker Fischer
|
e58976901d
|
added analyzerconsole
|
2013-02-23 17:49:44 +00:00 |
|
Volker Fischer
|
694ee2fae2
|
bug fix: use OPUS custom interface instead of the normal one
|
2013-02-16 19:11:30 +00:00 |
|
Volker Fischer
|
0c4f22eaa2
|
support for OPUS codec
|
2013-02-16 18:06:18 +00:00 |
|
Volker Fischer
|
f0d46f4fc0
|
started OPUS integration by just creating the OPUS objects and do nothing with them right now
|
2013-02-16 10:54:40 +00:00 |
|
Volker Fischer
|
b518f0cd96
|
added a "cc6_" prior to all file names, functions and global variables
|
2013-02-15 20:09:10 +00:00 |
|
Volker Fischer
|
ebd0882d52
|
file renaming
|
2013-02-13 16:41:24 +00:00 |
|
Volker Fischer
|
37f79f4e72
|
added comment
|
2013-02-12 15:34:53 +00:00 |
|
Volker Fischer
|
0f976c4c4c
|
Added Support for instrument picture on fader tag
|
2013-02-11 15:21:53 +00:00 |
|
Volker Fischer
|
a7895f88ea
|
update year to 2013
|
2013-01-23 10:41:13 +00:00 |
|
Volker Fischer
|
87aabee220
|
changed the qt includes to regular ones (without the .h)
|
2013-01-02 20:41:04 +00:00 |
|
Volker Fischer
|
9976292bc5
|
fix for old Qt version on Mac
|
2012-01-30 19:08:40 +00:00 |
|
Volker Fischer
|
3f75913dca
|
better handling of sound card reinits
|
2012-01-28 11:51:14 +00:00 |
|
Volker Fischer
|
0e04086d37
|
removed Cycle Time Variance measurement since it is not required anymore
|
2011-06-16 11:43:28 +00:00 |
|
Volker Fischer
|
d571f5328b
|
backup checkin, including lots of test code...
|
2011-06-11 05:19:48 +00:00 |
|
Volker Fischer
|
0f46659fcb
|
some more fixes
|
2011-05-28 12:17:01 +00:00 |
|
Volker Fischer
|
7af781447d
|
some fixes for server jitter buffer setting but still not working correctly
|
2011-05-28 06:01:26 +00:00 |
|
Volker Fischer
|
439dd65b46
|
most of the work done for separate client/server jitter buffer settings but not yet finished (does not work as expected yet)
|
2011-05-27 20:29:37 +00:00 |
|
Volker Fischer
|
691e593e0b
|
fix for the "set jitter buffer message" lock up problem
|
2011-05-25 21:01:45 +00:00 |
|
Volker Fischer
|
49070c77c1
|
replaced normal ping messages with connection less ping message to avoid all the acknowledge messages
|
2011-05-24 19:40:57 +00:00 |
|
Volker Fischer
|
3b8a04a829
|
use different ping message for server list ping
|
2011-05-24 18:44:51 +00:00 |
|
Volker Fischer
|
b28daa079a
|
removed old disconnect message which only works with connected channels -> replaced by a connection less disconnect message
|
2011-05-23 19:06:02 +00:00 |
|
Volker Fischer
|
b7ce6c3193
|
moved the socket buffer size update from the client in the channel because it shall be also used in the server in the future, bug fix with connect/disconnect
|
2011-05-22 20:40:29 +00:00 |
|
Volker Fischer
|
56f528b13e
|
bug fix in server, added simulation mode in buffer base class, added deactivated test code for simulation buffer statistics, avoid audio drop outs when the jitter buffer size is changed
|
2011-05-17 15:39:33 +00:00 |
|
Volker Fischer
|
d3b9f90f45
|
added central server setting
|
2011-05-02 19:48:36 +00:00 |
|
Volker Fischer
|
23d79c5f85
|
the number of connected clients are now not managed with the server list but by the connection less ping time message
|
2011-04-25 10:51:57 +00:00 |
|
Volker Fischer
|
da9af48062
|
some more connect dialog work
|
2011-04-11 19:09:01 +00:00 |
|
Volker Fischer
|
24f707f2e7
|
removed connecion less channel class since it is not required
|
2011-04-06 19:01:39 +00:00 |
|
Volker Fischer
|
c8731e6be6
|
same fixes, some cleanup, some server list implementation
|
2011-03-31 18:25:14 +00:00 |
|
Volker Fischer
|
a6a6ffeda8
|
code cleanup (put functionality in separate function to avoid copied code)
|
2011-03-30 08:03:54 +00:00 |
|
Volker Fischer
|
9feff9057a
|
prepared everything for transmitting/receiving the first connection less ping time measurement
|
2011-03-30 07:55:43 +00:00 |
|
Volker Fischer
|
0cff6af6d8
|
connection less messages system requires the host address to always be available (not stored in channel object)
|
2011-03-29 20:11:03 +00:00 |
|
Volker Fischer
|
e2f028eae7
|
some more work on connection dialog
|
2011-03-29 07:21:00 +00:00 |
|
Volker Fischer
|
5aa210533b
|
fixed some compiler warnings
|
2011-03-27 12:28:43 +00:00 |
|
Volker Fischer
|
f0a3e97b96
|
update of copyright
|
2011-02-22 18:56:52 +00:00 |
|
Volker Fischer
|
35c93ef39a
|
move overall delay estimation algorithm in client class
|
2010-06-27 12:06:35 +00:00 |
|
Volker Fischer
|
d8eb5a9752
|
first VST version, unfortunately not working (crashes)
|
2010-04-06 16:41:30 +00:00 |
|
Volker Fischer
|
7362dae229
|
fixes for reverberation in stereo mode (disable channel selection and apply reverb on both channels)
|
2010-03-24 20:10:25 +00:00 |
|
Volker Fischer
|
b710dfbc72
|
first finished version of stereo support (incl. GUI and settings)
|
2010-03-22 19:01:41 +00:00 |
|
Volker Fischer
|
2a77dbda58
|
first working stereo version (algorithm part)
|
2010-03-22 16:38:15 +00:00 |
|
Volker Fischer
|
7173108c77
|
preparations for stereo support
|
2010-03-21 20:46:53 +00:00 |
|
Volker Fischer
|
c7f1992890
|
changed macro name
|
2010-03-21 08:31:17 +00:00 |
|
Volker Fischer
|
bd6508c58f
|
first working version of sound card channel selection
|
2010-03-20 12:57:16 +00:00 |
|
Volker Fischer
|
4e9e5c36f0
|
first try implementing CoreAudio interface
|
2010-03-05 20:19:12 +00:00 |
|
Volker Fischer
|
09f9b3bb3c
|
some preparations for Mac port and VST interface
|
2010-02-18 20:35:48 +00:00 |
|
Volker Fischer
|
1c76d2e8fe
|
bug fix with overall delay calculation if sound card conversion buffer is used
|
2010-02-07 12:15:36 +00:00 |
|
Volker Fischer
|
9f3d07ca67
|
added some more ASIO sample conversions
|
2010-02-04 20:25:57 +00:00 |
|
Volker Fischer
|
75b1994257
|
added some more ASIO sample formats (not yet all implemented!), support for sound card conversion buffer to support sound card frame sizes which are different from the predefined ones
|
2010-02-03 19:27:48 +00:00 |
|
Volker Fischer
|
769f02e5e7
|
updated copyright
|
2010-01-03 13:40:46 +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
|
46a9825d07
|
removed actual sound card buffer size GUI control, only enable radio buttons for supported sound card frame sizes
|
2009-11-30 19:28:29 +00:00 |
|
Volker Fischer
|
c0685e9b78
|
fix unix2dos issue with some files
|
2009-10-24 12:24:44 +00:00 |
|
Volker Fischer
|
1474ca5ced
|
added fancy GUI design
|
2009-09-19 08:28:24 +00:00 |
|
Volker Fischer
|
65d61f1c0e
|
implementation of channel name request message, required if server is restarted while client thinks it is still connected
|
2009-09-17 19:15:56 +00:00 |
|
Volker Fischer
|
e77e8641d0
|
fix for sound card buffer sizes which are not supported
|
2009-08-19 07:23:33 +00:00 |
|
Volker Fischer
|
17e5773c1e
|
increased bit rate for normal mode
|
2009-08-18 21:17:30 +00:00 |
|
Volker Fischer
|
61b086d898
|
clear mixer board on disconnect
|
2009-08-17 16:20:15 +00:00 |
|
Volker Fischer
|
cb097793f0
|
Added "Use High Quality Audio" check box in settings dialog (this changes the CELT bit rate actually)
|
2009-08-15 20:37:18 +00:00 |
|
Volker Fischer
|
94c27493c2
|
some renamings, store actual frame size factor
|
2009-08-13 18:59:14 +00:00 |
|
Volker Fischer
|
3f6cfbbaeb
|
fixes for big block sizes, still not finished
|
2009-08-13 06:43:42 +00:00 |
|
Volker Fischer
|
22713c9c7a
|
some more GUI work
|
2009-08-02 19:18:19 +00:00 |
|
Volker Fischer
|
43eb897fd8
|
bug fix, some renamings of variables/functions, introduction of new signal in channel
|
2009-08-02 07:54:15 +00:00 |
|
Volker Fischer
|
6768e0ebf9
|
some more work
|
2009-07-28 07:17:04 +00:00 |
|
Volker Fischer
|
f53d28fc11
|
make the source compilable under Windows, no working functionality yet
|
2009-07-24 20:17:01 +00:00 |
|