root/trunk


Mode:

Legend:

Added
Modified
Copied or renamed
Rev Chgset Date Author Log Message
(edit) @2648 [2648] 11/08/16 03:47:33 jwoithe crossbarrouter: eliminate 'QtGui?' suffixes from the python code body.
(edit) @2647 [2647] 11/08/16 03:42:57 jwoithe generic_dice_eap: eliminate 'QtGui?' suffixes in the mixer python code.
(edit) @2646 [2646] 11/08/16 03:40:09 jwoithe presonus_fp10: QWidget is already imported, so eliminate the QtGui? suffix …
(edit) @2645 [2645] 11/08/16 03:38:15 jwoithe saffire_dice, presonus_fp10: import QWidget (and QScrollArea if used) to …
(edit) @2644 [2644] 11/08/16 03:35:10 jwoithe profire2626.py: import QWidget and QScrollArea to avoid needing to refer …
(edit) @2643 [2643] 11/08/16 03:32:23 jwoithe presonus_firebox: the mixer python code already imports QWidget from QtGui?
(edit) @2642 [2642] 11/08/16 03:29:36 jwoithe rme: in python mixer code, import QVBoxLayout from QtGui? so there's no …
(edit) @2641 [2641] 11/08/16 03:14:36 jwoithe phase88: updated mixer control to provide access to additional device …
(edit) @2640 [2640] 10/31/16 04:59:32 jwoithe rme: label the optical SPDIF I/O as 'ADAT' rather than 'ADAT2' for the …
(edit) @2639 [2639] 10/31/16 04:15:09 jwoithe rme: infer the correct TCO sample rate during initial setup.
(edit) @2638 [2638] 10/25/16 05:03:53 jwoithe rme: correct TCO wordclock input rate reporting.
(edit) @2637 [2637] 10/24/16 04:59:02 jwoithe rme: clarify a comment.
(edit) @2636 [2636] 10/24/16 02:59:34 jwoithe rme: fix a typo in the TCO write address. This was the cause of the …
(edit) @2635 [2635] 10/23/16 05:27:05 jwoithe rme: add word clock conversion control to the TCO tab in ffado-mixer.
(edit) @2634 [2634] 10/23/16 05:08:00 jwoithe rme: add display of TCO sync source lock status to the TCO tab in …
(edit) @2633 [2633] 10/23/16 05:01:09 jwoithe rme: clarify content of TCO input status display in ffado-mixer, and don't …
(edit) @2632 [2632] 10/23/16 04:51:26 jwoithe rme: include option to select word clock as the TCO input. If selected, …
(edit) @2631 [2631] 10/23/16 04:45:20 jwoithe rme: report word clock TCO input status via ffado-mixer.
(edit) @2630 [2630] 10/22/16 07:59:48 jwoithe rme: first pass at providing control of the optional TCO in the FF800 from …
(edit) @2629 [2629] 10/08/16 21:00:28 jwoithe TimestampedBuffer?.cpp: move the include of math.h to the top of the file …
(edit) @2628 [2628] 10/04/16 15:03:41 jwoithe SConstruct: fix a missing space, which appears to have been inadvertently …
(edit) @2627 [2627] 08/13/16 03:46:45 jwoithe xdg: add French translation to ffado-mixer's desktop file. Fix the icon …
(edit) @2626 [2626] 08/13/16 03:41:09 jwoithe SConstruct: fix compilation on PowerPC-SPE. Patch by Roland Stigge via …
(edit) @2625 [2625] 08/12/16 00:13:41 jwoithe Fix compilation under gcc6. Patch by Adrian Knoth via Debian …
(edit) @2624 [2624] 08/12/16 00:02:29 jwoithe SConstruct: Fix building on x32 systems (64-bit kernel, 32 bit userspace). …
(edit) @2623 [2623] 08/11/16 23:55:26 jwoithe SConstruct: Fix parsing of /proc/cpuinfo to ensure it works on MIPs as …
(edit) @2622 [2622] 08/08/16 03:34:16 jwoithe SConstruct: set FFADO version in trunk to 2.3.9999 to indicate the start …
(edit) @2619 [2619] 08/08/16 03:31:03 jwoithe SConstruct: set FFADO version to 2.3.0.
(edit) @2618 [2618] 08/04/16 00:13:23 jwoithe configuration: Scott Martin confirms that the generic EAP mixer can do …
(edit) @2617 [2617] 07/04/16 04:18:30 jwoithe Saffire Pro40 monitoring: use Qt layouts, as for r2613.
(edit) @2616 [2616] 07/04/16 04:06:47 jwoithe Saffire Pro26 monitoring: use Qt layouts, as for r2613.
(edit) @2615 [2615] 07/04/16 04:01:01 jwoithe Saffire Pro14 monitoring: use Qt layouts, as for r2613.
(edit) @2614 [2614] 07/04/16 03:57:00 jwoithe Saffire Pro24 monitoring: minor positioning correction of 'Dim level' …
(edit) @2613 [2613] 07/03/16 19:28:15 jwoithe Saffire Pro24 monitoring: use Qt layouts to ensure the widgets scale …
(edit) @2612 [2612] 07/03/16 17:09:56 jwoithe rme: include shm ID when reporting the nature of the shared control …
(edit) @2611 [2611] 06/23/16 04:33:52 jwoithe rme: create separate rme shared memory segments for each RME device found. …
(edit) @2610 [2610] 06/05/16 04:09:14 jwoithe Add configuration entry for Presonus StudioLive? 16.0.2 as provided by Kim …
(edit) @2609 [2609] 05/22/16 04:46:31 jwoithe Fix for r2608: The gnu++11 option applies to C++ only, not C; therefore …
(edit) @2608 [2608] 05/22/16 04:22:14 jwoithe As of version 2.39.1, libxml++-2.6 requires a c++11 compiler. Experiments …
(edit) @2607 [2607] 04/29/16 00:21:42 jwoithe From Jano Svitok <jan.svitok@gmail.com> Ensure errno is always defined. …
(edit) @2606 [2606] 04/19/16 16:09:55 jwoithe From Hector Martin <marcan@marcan.st> I got an ADAT device to test this …
(edit) @2605 [2605] 04/15/16 00:54:51 jwoithe From Stefan Richter <stefanr@s5r6.in-berlin.de> gcc 5.2.0 reports this as …
(edit) @2604 [2604] 02/17/16 15:11:41 jwoithe configuration: Casimir Westerholm has a SAFFIRE_PRO_40_1 interface which …
(edit) @2603 [2603] 01/31/16 03:53:56 jwoithe rme: introduce an RME device object flag to indicate whether midi should …
(edit) @2602 [2602] 01/31/16 03:45:58 jwoithe rme: clarify comments about the method used to set the upper quadlet of …
(edit) @2601 [2601] 12/31/15 21:44:49 jwoithe configuration: The ICON FireXon? uses a BeBob? chipset.
(edit) @2600 [2600] 12/31/15 16:16:58 jwoithe configuration: add preliminary entry for the ICON FireXon? using …
(edit) @2599 [2599] 11/22/15 14:21:52 jwoithe From Stefan Richter. One of the reasons why fireworks_device's discover() …
(edit) @2598 [2598] 11/22/15 14:20:49 jwoithe From Stefan Richter. If the saffire_pro24/26 discover() methods detect an …
(edit) @2597 [2597] 11/21/15 23:56:28 jwoithe dice: add additional include for recent gcc versions. This was in the …
(edit) @2596 [2596] 11/21/15 23:51:58 jwoithe From Stefan Richter. The DICE protocol involves "owner lock" register at …
(edit) @2595 [2595] 11/20/15 23:37:19 jwoithe configuration: add entry for the RME Fireface 802 using details provided …
(edit) @2594 [2594] 11/03/15 14:36:47 jwoithe configuration: add entry for a new version of the Saffire Pro-40 which is …
(edit) @2593 [2593] 05/12/15 04:30:25 jwoithe Add recovery of dead streams. This enables streams that have died to be …
(edit) @2592 [2592] 05/12/15 04:25:25 jwoithe Clean up: Remove E_Prepared from Port class. The state is not being used …
(edit) @2591 [2591] 05/12/15 04:23:55 jwoithe Clean up: Remove E_Prepared state from IsoHandlerManager?. E_Prepared is …
(edit) @2590 [2590] 05/05/15 05:36:47 jwoithe Support Saffire PRO 26. Patch and commit message by Hector Martin. Not …
(edit) @2589 [2589] 04/24/15 19:08:05 jwoithe configuration: add entry for the PreSonus? Studiolive 32.4.2, provided by …
(edit) @2588 [2588] 04/12/15 04:18:15 jwoithe SConstruct: provide a BUILD_MIXER option so the intent to build or omit …
(edit) @2587 [2587] 03/22/15 15:54:11 jwoithe Fix compilation error when configured with SERIALIZE_USE_EXPAT=1: since …
(edit) @2586 [2586] 03/22/15 15:42:36 jwoithe Fix compilation errors associated with missing includes in the expat …
(edit) @2585 [2585] 03/21/15 23:43:46 jwoithe SConstruct: allow the disabling of the 32/64-bit userspace detection. …
(edit) @2584 [2584] 03/15/15 15:32:11 jwoithe Add configuration entry for Onyx Blackbird, provided by Melanie Bernkopf. …
(edit) @2583 [2583] 03/03/15 02:16:59 jwoithe configuration: differentiate the two Onyx 1640i variants by including …
(edit) @2582 [2582] 02/19/15 14:20:02 jwoithe configuration: add entry for Onyx 1640i, thanks to Steven Tonge. …
(edit) @2581 [2581] 02/16/15 00:20:57 jwoithe SConstruct: when building in a multilib 64-bit environment, permit a …
(edit) @2580 [2580] 12/19/14 05:09:41 philippe Focusrite Liquid Saffire 56: Introduce specific routing for this device. …
(edit) @2579 [2579] 12/19/14 04:12:12 philippe Firestudio Mobile. Enable calling by dice_avdevice; at that point, the …
(edit) @2578 [2578] 12/16/14 07:53:34 philippe Firestudio Mobile. Introduce specific routing support for this device. …
(edit) @2577 [2577] 12/15/14 04:00:28 jwoithe SConstruct: deprecate COMPILE_FLAGS in favour of honouring CC, CFLAGS etc …
(edit) @2576 [2576] 12/15/14 03:21:45 jwoithe SConstruct: when testing for lrint() and lrintf(), don't clobber the old …
(edit) @2575 [2575] 12/06/14 04:35:31 jwoithe SConstruct: attempt to obtain the jackd version from pkg-config before …
(edit) @2574 [2574] 11/22/14 00:21:03 jwoithe Clean up compiler warnings when compiling on 64-bit systems. These are …
(edit) @2573 [2573] 10/21/14 21:03:53 jwoithe configuration: Yves Grenier has reported via ffado-users that the Mbox2 …
(edit) @2572 [2572] 10/15/14 09:10:45 mocchi Mixer/BeBoB/Yamaha: use list() for dict.items() in for statement In …
(edit) @2571 [2571] 10/15/14 09:10:00 mocchi Mixer/BeBoB/Yamaha: improve the number of characters in a line In Python …
(edit) @2570 [2570] 10/15/14 09:09:39 mocchi Mixer/BeBoB/Yamaha: use mutable tuple instead of immutable array Device …
(edit) @2569 [2569] 10/15/14 09:08:56 mocchi Mixer/BeBoB/Yamaha: remove loading of unused python modules
(edit) @2568 [2568] 10/15/14 09:08:35 mocchi Mixer/BeBoB/Yamaha: remove unused variables
(edit) @2567 [2567] 10/15/14 09:08:16 mocchi Mixer/BeBoB/Yamaha: remove trailing spaces In any languages, trailing …
(edit) @2566 [2566] 10/15/14 09:07:53 mocchi Mixer/ BeBoB/Yamaha?: remove needless spaces in both sides of assignment …
(edit) @2565 [2565] 10/15/14 09:07:31 mocchi Mixer/BeBoB/Yamaha: remove spaces in both sides of assignment for default …
(edit) @2564 [2564] 10/15/14 09:07:05 mocchi Mixer/BeBoB/Yamaha: add a space after delimiter for function …
(edit) @2563 [2563] 10/15/14 09:06:43 mocchi Mixer/BeBoB/Yamaha: improvement of indentation In Python community, 4 …
(edit) @2562 [2562] 10/15/14 09:06:14 mocchi Mixer/BeBoB/MAudio: use list() for tuple.items() in for statement In …
(edit) @2561 [2561] 10/15/14 09:05:46 mocchi Mixer/BeBoB/MAudio: improve the number of characters in a line In Python …
(edit) @2560 [2560] 10/15/14 09:05:22 mocchi Mixer/BeBoB/MAudio: Fix refering to variables in external scope
(edit) @2559 [2559] 10/15/14 09:04:55 mocchi Mixer/BeBoB/MAudio: remove unused variables
(edit) @2558 [2558] 10/15/14 09:04:33 mocchi Mixer/BeBoB/MAudio: remove calls of unused python modules
(edit) @2557 [2557] 10/15/14 09:04:10 mocchi Mixer/BeBoB/MAudio: remove needless blacket in condition statement In …
(edit) @2556 [2556] 10/15/14 09:03:49 mocchi Mixer/BeBoB/MAudio: add spaces in both sides of equaltiy operator In any …
(edit) @2555 [2555] 10/15/14 09:03:17 mocchi Mixer/BeBoB/MAudio: remove spaces in both sides of assignment for default …
(edit) @2554 [2554] 10/15/14 09:02:52 mocchi Mixer/BeBoB/MAudio: add a space after delimiter for function …
(edit) @2553 [2553] 10/15/14 09:02:18 mocchi Mixer/BeBoB/MAudio: remove needless spaces in both sides of assignment …
(edit) @2552 [2552] 10/15/14 09:01:52 mocchi BeBoB/MAudio: remove trailing whitespace In any languages, trailing …
(edit) @2551 [2551] 10/15/14 09:01:28 mocchi BeBoB/MAudio: obsolete semicolon as the end of statement In python, the …
(edit) @2550 [2550] 10/15/14 09:00:42 mocchi Mixer/BeBoB/MAudio: use mutable tuple instead of immutable array for …
(edit) @2549 [2549] 10/15/14 08:59:30 mocchi Mixer/BeBoB/MAudio: improve indentation In Python community, 4 spaces …
(edit) @2548 [2548] 09/28/14 09:08:13 philippe Saffire Pro 40: introduce the ADAT as SPDIF switch as a control of ffado …
(edit) @2547 [2547] 09/28/14 09:03:17 philippe Saffire Pro 40: introduce detection of ADAT as SPDIF switch register; …
Note: See TracRevisionLog for help on using the revision log.