Commit Graph

83 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
fa0ff9faae merge fixes and some other stuff 2020-06-15 17:29:17 +02: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
Volker Fischer
af5a85ceb1 bug/compile fixes 2020-05-03 14:18:22 +02:00
Volker Fischer
1e5f168c5a some cleanup and fixes 2020-05-03 13:44:50 +02:00
Volker Fischer
70a78fa426 backup checkin, WIP 2020-05-02 17:15:18 +02:00
Volker Fischer
02dfb101f1 cleanup 2020-05-02 17:12:39 +02:00
Volker Fischer
4866dcc9bd fixes 2020-05-02 12:02:04 +02:00
Volker Fischer
d35c5fa6cf initial work for support CoreAudio aggregated devices 2020-05-02 11:28:10 +02:00
Volker Fischer
21a2613e08 fix compiler errors under MacOS 2020-05-01 16:04:04 +02:00
Volker Fischer
7cdba88fa0 support adding channels for 4 input case, same as in Windows (code not compiled and tested yet) 2020-05-01 15:57:14 +02:00
Volker Fischer
e44d3494bd another merge fix... 2020-04-30 22:37:48 +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
9f7877af88 next try to fix the Mac audio interface issue 2020-04-15 16:11:01 +02:00
Volker Fischer
c280e99425 bug fix and some code style changes 2020-04-14 19:41:17 +02:00
corrados
45795c469a
Merge pull request #68 from emlynmac/fix-out-multichannel
Add support for multichannel out
2020-04-14 19:32:27 +02:00
Volker Fischer
802e688443 go back to original version with recent Mac audio interface changes 2020-04-14 19:30:15 +02:00
Volker Fischer
1dabad7026 try to fix Mac audio interface issue 2020-04-14 19:01:23 +02:00
Emlyn Bolton
98d9b4e064 Add support for multichannel out 2020-04-13 14:55:29 -07:00
Volker Fischer
21318f993d try to fix issue reported in https://sourceforge.net/p/llcon/discussion/software/thread/7c443f2ed9/#eeab 2020-04-13 20:19:06 +02:00
Volker Fischer
82f5ad18f4 added support for Central Server (North America) (Ticket #50), small bug fix for the Mac audio interface 2020-04-11 14:27:50 +02:00
Volker Fischer
d0c0a4722a integrated the essential changes from emlynmac from https://github.com/corrados/jamulus/pull/44 2020-04-10 20:29:14 +02:00
Volker Fischer
791d600634 2019->2020 2020-01-01 15:41:43 +01: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
e8096e48f0 2018 -> 2019 2019-03-24 09:30:30 +01:00
Volker Fischer
dd473c1146 small fix 2019-01-12 14:34:35 +00:00
Volker Fischer
d36cd17815 preparation for MIDI controller audio fader level support 2019-01-12 14:32:41 +00:00
Volker Fischer
ea24503fdc preparation for MIDI controller audio fader level support 2019-01-12 12:45:08 +00:00
Volker Fischer
156a48fde1 added some test code to mix micro channel on sound card input 4 to stereo input 2019-01-10 17:22:45 +00:00
Volker Fischer
8bfdc7347a 2017 -> 2018 2018-03-09 21:13:02 +00:00
Volker Fischer
a75670944a possible fix for a crash on MacOS High Sierra (reported in the Jamulus forum) 2018-03-08 20:03:07 +00:00
Volker Fischer
3f2f01b2b1 test code for mixing mic channels under Mac (not enabled) 2018-03-04 10:22:10 +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
66fb8fa61d some small changes 2015-11-22 09:23:00 +00:00
Volker Fischer
fbcb7f717a add device notification for a property change (e.g. if the number of channels is changed) 2015-11-20 18:39:28 +00:00
Volker Fischer
cdeb89e514 added some security code, release CF string to avoid memory leaking 2015-11-20 18:23:42 +00:00
Volker Fischer
b68e429953 better name for the channels 2015-11-20 11:24:20 +00:00
Volker Fischer
3d647400db add support for channel selection for MacOS 2015-11-19 19:36:47 +00:00
Volker Fischer
d5bcb0fc1a in case we have invalid sizes, clear buffer to avoid a constant tone to be played all the time 2015-11-17 18:48:07 +00:00
Volker Fischer
0ac2421e61 small fix 2015-11-17 18:42:41 +00:00
Volker Fischer
33fbaabf45 disable debug testing code 2015-11-17 18:40:54 +00:00
Volker Fischer
e41f337d3a fixed a TODO 2015-11-17 18:38:39 +00:00
Volker Fischer
bef159eb67 fixed an error message, dump version number 2015-11-17 18:26:43 +00:00
Volker Fischer
14d5460fd1 major rewrite of the CoreAudio code to avoid the runtime warning about depriciated functions/modules 2015-11-17 17:42:28 +00:00
Volker Fischer
6a55eb3e7e added some test code, added auto setting of the sample rate 2015-11-15 19:21:24 +00:00
Volker Fischer
2607d43af5 fixed the last remaining compiler warning in this file 2015-11-13 22:38:44 +00:00