jamulus/src
2020-05-19 20:38:14 +02:00
..
recorder Request new recording on SIGUSR1 2020-05-15 21:52:33 +01:00
res updates for German translation 2020-05-18 18:01:04 +02:00
aboutdlgbase.ui first tests of new about dialog 2020-05-08 17:09:54 +02:00
analyzerconsole.cpp should fix "low-res icon issue #28" 2020-04-05 22:12:53 +02:00
analyzerconsole.h 2019->2020 2020-01-01 15:41:43 +01:00
audiomixerboard.cpp enable pan if supported by the server (check server version) 2020-05-19 18:28:52 +02:00
audiomixerboard.h enable pan if supported by the server (check server version) 2020-05-19 18:28:52 +02:00
buffer.cpp fix for auto jitter buffer for 64 samples frame size 2020-04-16 18:40:29 +02:00
buffer.h fix for auto jitter buffer for 64 samples frame size 2020-04-16 18:40:29 +02:00
channel.cpp receive version info message from new server (function to use the information is still missing) 2020-05-18 21:28:49 +02:00
channel.h receive version info message from new server (function to use the information is still missing) 2020-05-18 21:28:49 +02:00
chatdlg.cpp remove compatibility to Qt4 2020-05-14 21:12:06 +02:00
chatdlg.h 2019->2020 2020-01-01 15:41:43 +01:00
chatdlgbase.ui should fix "low-res icon issue #28" 2020-04-05 22:12:53 +02:00
client.cpp receive version info message from new server (function to use the information is still missing) 2020-05-18 21:28:49 +02:00
client.h receive version info message from new server (function to use the information is still missing) 2020-05-18 21:28:49 +02:00
clientdlg.cpp enable pan if supported by the server (check server version) 2020-05-19 18:28:52 +02:00
clientdlg.h enable pan if supported by the server (check server version) 2020-05-19 18:28:52 +02:00
clientdlgbase.ui bug fix: standard style: meter bar gets smaller sometimes if board is full and fader text is short 2020-05-03 10:44:53 +02:00
clientsettingsdlg.cpp introduce genre-based server lists (Ticket #139), adjust some values in global.h to adjust to heavier usage of Jamulus 2020-05-17 11:00:56 +02:00
clientsettingsdlg.h duplicate Central Server type dropdown to Connection Setup (#157) 2020-05-16 17:35:38 +02:00
clientsettingsdlgbase.ui added Enable Small Network Buffers switch 2020-04-17 21:21:37 +02:00
connectdlg.cpp introduce genre-based server lists (Ticket #139), adjust some values in global.h to adjust to heavier usage of Jamulus 2020-05-17 11:00:56 +02:00
connectdlg.h duplicate Central Server type dropdown to Connection Setup (#157) 2020-05-16 17:35:38 +02:00
connectdlgbase.ui duplicate Central Server type dropdown to Connection Setup (#157) 2020-05-16 17:35:38 +02:00
global.h fix code style issues introduced by contributed source code 2020-05-18 20:46:46 +02:00
historygraph.cpp code style changes 2020-03-22 20:24:30 +01:00
historygraph.h code style changes 2020-03-22 20:24:30 +01:00
main.cpp get rid of LLCON 2020-05-15 21:00:41 +02:00
multicolorled.cpp 2019->2020 2020-01-01 15:41:43 +01:00
multicolorled.h 2019->2020 2020-01-01 15:41:43 +01:00
multicolorledbar.cpp bug fix: standard style: meter bar gets smaller sometimes if board is full and fader text is short 2020-05-03 10:44:53 +02:00
multicolorledbar.h add support for level meter bars for normal skin (fancy skin still uses LEDs) 2020-04-22 21:19:55 +02:00
protocol.cpp fix code style issues introduced by contributed source code 2020-05-18 20:46:46 +02:00
protocol.h fix code style issues introduced by contributed source code 2020-05-18 20:46:46 +02:00
resources.qrc remove the "instr" from the instrument picture names since it is no longer needed because all pictures are now in a separate instrument directory 2020-05-18 17:54:49 +02:00
server.cpp change the pan signal processing: avoid that pan=center attenuates any of the stereo channels; if no gain/pan change, do not multiply with the gains 2020-05-19 20:38:14 +02:00
server.h Merge remote-tracking branch 'upstream/master' into panning 2020-05-16 20:39:16 +03:00
serverdlg.cpp introduce genre-based server lists (Ticket #139), adjust some values in global.h to adjust to heavier usage of Jamulus 2020-05-17 11:00:56 +02:00
serverdlg.h Handle server application closure more cleanly 2020-05-10 18:20:57 +01:00
serverdlgbase.ui document which CC licence exactly is shown 2020-04-22 16:08:13 +02:00
serverlist.cpp introduce genre-based server lists (Ticket #139), adjust some values in global.h to adjust to heavier usage of Jamulus 2020-05-17 11:00:56 +02:00
serverlist.h small merge fixes 2020-04-30 19:26:04 +02:00
serverlogging.cpp use a sortable, more standard, datetime format for logging 2020-04-22 16:18:58 +02:00
serverlogging.h integrated the essential changes from emlynmac from https://github.com/corrados/jamulus/pull/44 2020-04-10 20:29:14 +02:00
settings.cpp Merge remote-tracking branch 'upstream/master' into panning 2020-05-17 15:53:43 +03:00
settings.h 2019->2020 2020-01-01 15:41:43 +01:00
signalhandler.cpp Expanded signal handling 2020-05-15 20:05:04 +01:00
signalhandler.h Expanded signal handling 2020-05-15 20:05:04 +01:00
socket.cpp if -p [port] is given for the client, you get [port]+10 -> change this to that you get what you set (if available) 2020-05-07 18:19:12 +02:00
socket.h more mixer faders settings to store, define North America port number as 22224 2020-04-11 10:03:23 +02:00
soundbase.cpp small fix 2020-05-07 09:49:37 +02:00
soundbase.h moved GetSelCHAndAddCH in the base class 2020-05-01 14:21:08 +02:00
testbench.h Tidy away local port in CServerCoreInfo etc 2020-04-12 14:25:26 +01:00
util.cpp Merge branch 'master' into feature_panning 2020-05-18 19:03:40 +02:00
util.h introduce genre-based server lists (Ticket #139), adjust some values in global.h to adjust to heavier usage of Jamulus 2020-05-17 11:00:56 +02:00
vstmain.cpp Update vstmain.cpp 2019-06-16 11:30:30 +02:00
vstmain.h Update vstmain.h 2019-06-16 11:31:09 +02:00
vstsound.h Update vstsound.h 2019-06-16 11:31:46 +02:00