jamulus/src
2015-01-17 16:53:54 +00:00
..
res This file was provided by Christopher Meng, thanks! 2014-07-26 06:29:30 +00:00
aboutdlgbase.ui update to 2014 2014-01-05 16:52:38 +00:00
analyzerconsole.cpp update to 2014 2014-01-05 16:52:38 +00:00
analyzerconsole.h update to 2014 2014-01-05 16:52:38 +00:00
audiomixerboard.cpp CVector<bool> does not work -> implement a workaround with int type 2014-01-19 15:02:25 +00:00
audiomixerboard.h CVector<bool> does not work -> implement a workaround with int type 2014-01-19 15:02:25 +00:00
buffer.cpp avoid allocating memory in the server real-time processing routine 2014-01-12 09:48:49 +00:00
buffer.h fixed a compiler warning on the newest Mac XCode compiler: The init function of the buffer class was set to virtual but the derived function had a different number of funciton parameters. So the intention was actually NOT to be virtual. Therefore I removed the virtual from the functions and the warning is gone now. 2014-06-15 19:33:27 +00:00
channel.cpp 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
channel.h finished implementation of a separate socket high priority thread 2014-02-16 08:12:07 +00:00
chatdlg.cpp update to 2014 2014-01-05 16:52:38 +00:00
chatdlg.h update to 2014 2014-01-05 16:52:38 +00:00
chatdlgbase.ui rename GUI controls according to new prefix definition 2011-05-08 20:13:26 +00:00
client.cpp make sure the OPUS encoder/decoder function is only called if the audio compression type is actually set to OPUS codec 2014-07-28 17:46:54 +00:00
client.h 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
clientdlg.cpp 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
clientdlg.h 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
clientdlgbase.ui Remove the connection LED because it is not actually required. If the connection is successful, the mixer fader appears and shows the connection. If the connection fails, no fader is visible or the fader disappears after a while. In both cases it is clearly seen that the connection is lost and therefore the connection LED is not required. 2014-02-25 15:38:11 +00:00
clientsettingsdlg.cpp 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
clientsettingsdlg.h 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
clientsettingsdlgbase.ui fix tab order 2014-02-25 21:10:40 +00:00
connectdlg.cpp 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
connectdlg.h 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
connectdlgbase.ui Clients -> Musicians 2012-01-27 16:17:04 +00:00
global.h increase the default used number channels for server 2014-03-11 19:39:44 +00:00
main.cpp remove "--disableleds" command line argument since disabling LEDs is not required anymore because we now have a separate socket thread and therefore a stable audio connection even in case the LEDs are used 2014-02-25 14:58:54 +00:00
multicolorled.cpp replaced global "MUL_COL_LED_*" definitions by actual enum definitions in the multicolor LED class 2014-01-05 18:26:38 +00:00
multicolorled.h replaced global "MUL_COL_LED_*" definitions by actual enum definitions in the multicolor LED class 2014-01-05 18:26:38 +00:00
multicolorledbar.cpp update to 2014 2014-01-05 16:52:38 +00:00
multicolorledbar.h update to 2014 2014-01-05 16:52:38 +00:00
protocol.cpp 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
protocol.h 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
resources.qrc added instrument picture "Streamer", update for "Listener" picture 2013-08-25 18:13:13 +00:00
server.cpp make sure the OPUS encoder/decoder function is only called if the audio compression type is actually set to OPUS codec 2014-07-28 17:46:54 +00:00
server.h 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
serverdlg.cpp update to 2014 2014-01-05 16:52:38 +00:00
serverdlg.h update to 2014 2014-01-05 16:52:38 +00:00
serverdlgbase.ui 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
serverlist.cpp fix for #17 Default central server flag seems not to work in server GUI 2014-02-23 18:17:46 +00:00
serverlist.h update to 2014 2014-01-05 16:52:38 +00:00
serverlogging.cpp update to 2014 2014-01-05 16:52:38 +00:00
serverlogging.h update to 2014 2014-01-05 16:52:38 +00:00
settings.cpp 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
settings.h update to 2014 2014-01-05 16:52:38 +00:00
socket.cpp fix shutdown issue on Mac OS 2014-02-18 19:36:09 +00:00
socket.h bug fix 2014-02-16 09:28:34 +00:00
soundbase.cpp update to 2014 2014-01-05 16:52:38 +00:00
soundbase.h update to 2014 2014-01-05 16:52:38 +00:00
testbench.h 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
util.cpp added licence dialog 2015-01-17 16:53:54 +00:00
util.h added licence dialog 2015-01-17 16:53:54 +00:00
vstmain.cpp update of copyright 2011-02-22 18:56:52 +00:00
vstmain.h update of copyright 2011-02-22 18:56:52 +00:00
vstsound.h same fixes, some cleanup, some server list implementation 2011-03-31 18:25:14 +00:00