.. |
recorder
|
Save the source
|
2020-07-02 20:07:40 +01:00 |
res
|
French translation update for 3.5.10 (see #77)
|
2020-08-09 16:56:09 +02:00 |
aboutdlgbase.ui
|
remove mainicon.png since it is not used anymore
|
2020-06-28 20:46:34 +02:00 |
analyzerconsole.cpp
|
fixed Free Software Foundation address (see #341)
|
2020-06-08 22:58:11 +02:00 |
analyzerconsole.h
|
fixed Free Software Foundation address (see #341)
|
2020-06-08 22:58:11 +02:00 |
audiomixerboard.cpp
|
support MIDI control faders in headless build (#483)
|
2020-07-31 16:32:04 +02:00 |
audiomixerboard.h
|
support MIDI control faders in headless build (#483)
|
2020-07-31 16:32:04 +02:00 |
buffer.cpp
|
Fix some typos (found by codespell)
|
2020-06-30 12:59:53 +02:00 |
buffer.h
|
Fix some typos (found by codespell)
|
2020-06-30 12:59:53 +02:00 |
channel.cpp
|
Fix some typos (found by codespell)
|
2020-06-30 12:59:53 +02:00 |
channel.h
|
use signal level meter class for meter calculation in the server (avoid doubling code), i.e., max calc and smoothing
|
2020-06-25 17:38:25 +02:00 |
chatdlg.cpp
|
Fix some typos (found by codespell)
|
2020-06-30 12:59:53 +02:00 |
chatdlg.h
|
merge fixes
|
2020-06-24 17:26:36 +02:00 |
chatdlgbase.ui
|
Add send button to chat window #384
|
2020-06-21 14:45:11 +02:00 |
client.cpp
|
support MIDI control faders in headless build (#483)
|
2020-07-31 16:32:04 +02:00 |
client.h
|
support MIDI control faders in headless build (#483)
|
2020-07-31 16:32:04 +02:00 |
clientdlg.cpp
|
added a red message to indicate that Mute Myself is activated (#476)
|
2020-08-09 15:20:56 +02:00 |
clientdlg.h
|
option to set "Mute Myself" on with a command line argument (#495)
|
2020-08-07 16:59:46 +02:00 |
clientdlgbase.ui
|
added a red message to indicate that Mute Myself is activated (#476)
|
2020-08-09 15:20:56 +02:00 |
clientsettingsdlg.cpp
|
if network name/address contains spaces, they are removed now, coded by dingodoppelt (#462)
|
2020-07-20 15:44:00 +02:00 |
clientsettingsdlg.h
|
save and restore mixer state (like fader, mute, etc.) (#377)
|
2020-07-12 10:38:18 +02:00 |
clientsettingsdlgbase.ui
|
implementation for the client: add support to change language (#297) -> server implementation still TODO
|
2020-07-06 18:39:35 +02:00 |
connectdlg.cpp
|
only a single # in the filter edit box should filter for occupied servers
|
2020-08-08 08:45:09 +02:00 |
connectdlg.h
|
merge fixes
|
2020-06-24 17:26:36 +02:00 |
connectdlgbase.ui
|
duplicate Central Server type dropdown to Connection Setup (#157)
|
2020-05-16 17:35:38 +02:00 |
global.h
|
replacing internal history graph functionality by external scripts/tools (#501)
|
2020-08-08 08:17:43 +02:00 |
levelmeter.cpp
|
bug fix: clip state not correctly reset when changing servers
|
2020-07-05 16:33:53 +02:00 |
levelmeter.h
|
manual clip LED reset by mouse click on the level meter (#421)
|
2020-08-09 16:44:41 +02:00 |
main.cpp
|
replacing internal history graph functionality by external scripts/tools (#501)
|
2020-08-08 08:17:43 +02:00 |
multicolorled.cpp
|
Initialise CMultiColorLED::eColorFlag earlier.
|
2020-06-21 14:29:32 +01:00 |
multicolorled.h
|
fixed Free Software Foundation address (see #341)
|
2020-06-08 22:58:11 +02:00 |
protocol.cpp
|
bug fix
|
2020-07-07 18:38:13 +02:00 |
protocol.h
|
add new register message which contains server version
|
2020-07-07 18:31:26 +02:00 |
resources.qrc
|
Add 2 new instruments: Baritone and Lead vocals
|
2020-07-13 22:02:19 -04:00 |
server.cpp
|
replacing internal history graph functionality by external scripts/tools (#501)
|
2020-08-08 08:17:43 +02:00 |
server.h
|
replacing internal history graph functionality by external scripts/tools (#501)
|
2020-08-08 08:17:43 +02:00 |
serverdlg.cpp
|
added context help text for server welcome message edit box
|
2020-07-11 12:08:19 +02:00 |
serverdlg.h
|
added a GUI control to set the server Welcome Message in the server GUI
|
2020-07-09 20:03:09 +02:00 |
serverdlgbase.ui
|
insert a spacer in the GUI options tab
|
2020-07-09 20:21:03 +02:00 |
serverlist.cpp
|
add new register message which contains server version
|
2020-07-07 18:31:26 +02:00 |
serverlist.h
|
add new register message which contains server version
|
2020-07-07 18:31:26 +02:00 |
serverlogging.cpp
|
replacing internal history graph functionality by external scripts/tools (#501)
|
2020-08-08 08:17:43 +02:00 |
serverlogging.h
|
replacing internal history graph functionality by external scripts/tools (#501)
|
2020-08-08 08:17:43 +02:00 |
settings.cpp
|
adde Load/StoreFaderSettings
|
2020-07-11 22:22:13 +02:00 |
settings.h
|
adde Load/StoreFaderSettings
|
2020-07-11 22:22:13 +02:00 |
signalhandler.cpp
|
Always initialise sa.sa_flags to 0.
|
2020-06-20 20:47:47 +01:00 |
signalhandler.h
|
fixed Free Software Foundation address (see #341)
|
2020-06-08 22:58:11 +02:00 |
socket.cpp
|
fixed Free Software Foundation address (see #341)
|
2020-06-08 22:58:11 +02:00 |
socket.h
|
Add a "headless" build type which does not depend on QtGui/QtWidgets
|
2020-06-18 00:29:56 +09:00 |
soundbase.cpp
|
Fix some typos (found by codespell)
|
2020-06-30 12:59:53 +02:00 |
soundbase.h
|
some more merge fixes
|
2020-06-17 19:34:51 +02:00 |
testbench.h
|
Fix some typos (found by codespell)
|
2020-06-30 12:59:53 +02:00 |
util.cpp
|
if network name/address contains spaces, they are removed now, coded by dingodoppelt (#462)
|
2020-07-20 15:44:00 +02:00 |
util.h
|
support MIDI control faders in headless build (#483)
|
2020-07-31 16:32:04 +02:00 |
vstmain.cpp
|
try to fix outstanding licence text issues (#341)
|
2020-06-10 20:04:09 +02:00 |
vstmain.h
|
try to fix outstanding licence text issues (#341)
|
2020-06-10 20:04:09 +02:00 |
vstsound.h
|
try to fix outstanding licence text issues (#341)
|
2020-06-10 20:04:09 +02:00 |