Commit Graph

48 Commits

Author SHA1 Message Date
Stefan Weil 3e3fe44a7f Fix some typos (found by codespell)
Signed-off-by: Stefan Weil <sw@weilnetz.de>
2020-06-30 12:59:53 +02:00
Volker Fischer 30d8181423 some more merge fixes 2020-06-17 19:34:51 +02:00
Hector Martin 1651a8d065 Add a "headless" build type which does not depend on QtGui/QtWidgets 2020-06-18 00:29:56 +09:00
Volker Fischer 44e883900b fixed Free Software Foundation address (see #341) 2020-06-08 22:58:11 +02:00
Volker Fischer 8552863493 introduce global INVALID_INDEX for more consistent code 2020-05-26 09:56:46 +02:00
ignotus 06d804b96a
Update soundbase.cpp 2020-05-21 15:27:07 +02:00
Volker Fischer c5f7f0e2b9 small fix 2020-05-07 09:49:37 +02:00
Volker Fischer d268e8783b some more removing html code from translation strings 2020-05-07 09:45:11 +02:00
Volker Fischer 76ae7a41ff some more removing html code from translation strings 2020-05-07 09:16:28 +02:00
Volker Fischer 1c3c2e7315 moved GetSelCHAndAddCH in the base class 2020-05-01 14:21:08 +02:00
Volker Fischer 1fdfabc2d0 further merge fixes 2020-04-30 22:18:11 +02:00
newlaurent62 0d517654d6 Set the clientdlg window title and jack client name 2020-04-30 20:48:48 +02:00
Volker Fischer 00b11ee06a try to fix Misconfigured ASIO4ALL config can't be corrected #117 2020-04-20 19:57:21 +02:00
Volker Fischer fccbb4144c some small cleanups 2020-03-21 10:27:31 +01:00
Volker Fischer 791d600634 2019->2020 2020-01-01 15:41:43 +01:00
Volker Fischer b153d83654 moved ParseMIDIMessage function to the bottom of the file 2019-09-28 13:24:48 +02:00
Volker Fischer 81b5cf7861 added command line argument for disabling auto jack connection (Ticket #49) 2019-09-22 20:13:08 +02:00
Volker Fischer fa0f122638 fixed warnings shown in QtCreator 2019-05-17 22:55:46 +02:00
Volker Fischer e8096e48f0 2018 -> 2019 2019-03-24 09:30:30 +01:00
Volker Fischer 3609332754 use the given MIDI channel number of filtering input MIDI messages (channel number 0 means that we listen to all channels) 2019-01-22 16:11:41 +00:00
Volker Fischer 2a73d6878e fix for Behringer X-Touch 2019-01-21 15:59:25 +00:00
Volker Fischer 4e1b39236d implement MIDI controller parsing (first version, not yet tested) 2019-01-19 08:19:31 +00:00
Volker Fischer 9434a208ce first MIDI controller implementation: TD-20 Hi-Hat control can set fader level of first audio channel 2019-01-12 15:29:45 +00:00
Volker Fischer d36cd17815 preparation for MIDI controller audio fader level support 2019-01-12 14:32:41 +00:00
Volker Fischer 91642b0c2e use integer for the fader level message 2019-01-12 12:59:16 +00:00
Volker Fischer ea24503fdc preparation for MIDI controller audio fader level support 2019-01-12 12:45:08 +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 ca73117279 update the copyright 2015-12-31 13:14:09 +00:00
Volker Fischer 33e5a07cf7 change all 2014 to 2015 2015-02-04 18:17:23 +00:00
Volker Fischer c0a67a9884 update to 2014 2014-01-05 16:52:38 +00:00
Volker Fischer e9a5962ef1 some cleanup: remove unnecessary GUI messages (they are not used because we only have callback based sound interfaces right now) 2014-01-02 20:11:56 +00:00
Volker Fischer 196f0ff477 get rid of the name "llcon" 2013-03-24 10:49:25 +00:00
Volker Fischer a7895f88ea update year to 2013 2013-01-23 10:41:13 +00:00
Volker Fischer 8bbc9adaa3 moved a check from the sound class in the sound base class 2011-12-07 20:18:56 +00:00
Volker Fischer 55b9554321 update 2011-10-26 19:58:28 +00:00
Volker Fischer 8720c40db6 some more work for moving functions from the Windows sound interface to the sound base class 2011-10-18 20:04:56 +00:00
Volker Fischer a8795c1bf3 put some functions from Windows sound in sound base class 2011-10-12 19:06:39 +00:00
Volker Fischer f0a3e97b96 update of copyright 2011-02-22 18:56:52 +00:00
Volker Fischer 769f02e5e7 updated copyright 2010-01-03 13:40:46 +00:00
Volker Fischer caad05ddaa preparation for buffer size change callback for audio interfaces, small fix in server GUI 2009-03-10 17:33:12 +00:00
Volker Fischer ee28e3bc8e bug fix in socket buffer, fix in channel, ASIO buffer size setting should work now, some other small fixes 2009-03-05 20:07:41 +00:00
Volker Fischer 2d653ef3cc some cleanup 2009-03-01 22:08:06 +00:00
Volker Fischer 91071384d2 big changes on software structure, intermediate backup checkin -> NOT WORKING correctly right now 2009-03-01 11:17:35 +00:00
Volker Fischer 8843e94822 set the soundcard buffer size in the init function 2009-02-24 22:56:19 +00:00
Volker Fischer 1bc8c5f84c added close function for audio interface (this is a preliminary solution for switching off the audio interface when not connected, a better solution would be to implement a stop function but this does not work with our current buffer initialization scheme) 2009-02-24 09:56:11 +00:00
Volker Fischer 949e2f1387 only one initialization function for sound interface now 2009-02-23 20:13:03 +00:00
Volker Fischer 3fb2d9ca5e added soundbase class 2009-02-22 23:13:59 +00:00