# # ChangeLog for /trunk # # Generated by Trac 0.10.4 # 03/28/24 14:19:12 # 11/03/09 13:08:56 arnonym [1700] * trunk/libffado/tests/systemtests/test-isorecv-1.cpp (modified) * trunk/libffado/tests/systemtests/test-isoxmit-1.cpp (modified) Use the libraw1394 in the correct way by only checking errno if an error actually occured. 11/02/09 13:48:55 arnonym [1699] * trunk/libffado/support/alsa/SConscript (modified) * trunk/libffado/tests/SConscript (modified) Fix alsa-dependancy. 10/24/09 04:23:19 jwoithe [1698] * trunk/libffado/src/rme/fireface_hw.cpp (modified) RME: hacks to try to convince the device to start streaming. They didn't work. 10/19/09 05:37:15 jwoithe [1697] * trunk/libffado/src/rme/fireface_def.h (modified) * trunk/libffado/src/rme/fireface_hw.cpp (modified) * trunk/libffado/src/rme/rme_avdevice.cpp (modified) * trunk/libffado/src/rme/rme_avdevice.h (modified) RME: * implement stub functions for more device initialisation processes * continued work towards convincing the interface to start streaming 10/18/09 04:07:09 jwoithe [1696] * trunk/libffado/src/rme/fireface_def.h (modified) * trunk/libffado/src/rme/fireface_hw.cpp (modified) RME: add some device initialisation details. 10/17/09 13:40:31 arnonym [1695] * trunk/libffado/support/mixer-qt4/ffado/widgets/matrixmixer.py (modified) * trunk/libffado/support/mixer-qt4/ffado/widgets/ntompanner.py (modified) stupid error(s)... 10/17/09 12:15:36 arnonym [1694] * trunk/libffado/support/dbus/SConscript (modified) Process the dbus-service file even if it can't be installed. That way one can copy it by hand and have the ffado-dbus-server start automaticly when ffado-mixer starts. Or when some other app requests that service. 10/17/09 12:13:56 arnonym [1693] * trunk/libffado/support/mixer-qt4/ffado/mixer/saffire_dice.py (modified) Set a sane name. 10/17/09 12:13:09 arnonym [1692] * trunk/libffado/support/mixer-qt4/ffado/panelmanager.py (modified) Fix the dummy after last commit. 10/17/09 11:14:32 arnonym [1691] * trunk/libffado/support/mixer-qt4/ffado/mixer/audiofire.py (modified) * trunk/libffado/support/mixer-qt4/ffado/mixer/bcoaudio5control.py (moved) * trunk/libffado/support/mixer-qt4/ffado/mixer/dummy.py (modified) * trunk/libffado/support/mixer-qt4/ffado/mixer/edirolfa101control.py (moved) * trunk/libffado/support/mixer-qt4/ffado/mixer/edirolfa66control.py (moved) * trunk/libffado/support/mixer-qt4/ffado/mixer/mackie_onyxmixer.py (modified) * trunk/libffado/support/mixer-qt4/ffado/mixer/motu.py (modified) * trunk/libffado/support/mixer-qt4/ffado/mixer/nodevice.py (modified) * trunk/libffado/support/mixer-qt4/ffado/mixer/phase24control.py (moved) * trunk/libffado/support/mixer-qt4/ffado/mixer/phase88control.py (moved) * trunk/libffado/support/mixer-qt4/ffado/mixer/quatafire.py (modified) * trunk/libffado/support/mixer-qt4/ffado/mixer/rme.py (modified) * trunk/libffado/support/mixer-qt4/ffado/mixer/saffire.py (modified) * trunk/libffado/support/mixer-qt4/ffado/mixer/saffirepro.py (modified) * trunk/libffado/support/mixer-qt4/ffado/panelmanager.py (modified) Only load the mixerwidgets that are actually needed. To automate this, a rules are imposed: The filename has to be the lower-case variant of the mixer name This should speed up loading time of ffado-mixer. Please everybody test this and report any errors as I don't have all the devices to test everything fully. 10/17/09 06:15:46 jwoithe [1690] * trunk/libffado/doc/rme_notes/rme_config_register_map.txt (modified) * trunk/libffado/src/rme/fireface_def.h (modified) * trunk/libffado/src/rme/fireface_hw.cpp (modified) * trunk/libffado/src/rme/rme_avdevice.cpp (modified) RME: * work on streaming setup continues * some whitespace cleanups * update documentation 10/16/09 05:14:30 jwoithe [1689] * trunk/libffado/src/rme/fireface_def.h (modified) * trunk/libffado/src/rme/rme_avdevice.cpp (modified) RME: more streaming control tweaks. 10/15/09 06:55:37 jwoithe [1688] * trunk/libffado/src/libstreaming/rme/RmeReceiveStreamProcessor.cpp (modified) * trunk/libffado/src/rme/fireface_hw.cpp (modified) * trunk/libffado/src/rme/rme_avdevice.cpp (modified) RME: more work on the streaming system. 10/12/09 14:03:04 arnonym [1687] * trunk/libffado/configuration (modified) Apply the patch to recognise the maudio pro610. 10/12/09 13:32:00 arnonym [1685] * trunk/libffado/support/tools/ffado-diag.in (modified) * trunk/libffado/support/tools/ffado_diag_helpers.py (modified) Implement a rather old patch from stefan richter to better check for the firewire stacks presence. 10/12/09 05:11:09 jwoithe [1684] * trunk/libffado/src/libstreaming/rme/RmeReceiveStreamProcessor.cpp (modified) * trunk/libffado/src/rme/rme_avdevice.cpp (modified) * trunk/libffado/src/rme/rme_avdevice.h (modified) RME: more preparatory work on the streaming system 10/11/09 14:03:41 arnonym [1683] * trunk/libffado/support/mixer-qt4/ffado/widgets/matrixmixer.py (modified) * trunk/libffado/support/mixer-qt4/ffado/widgets/ntompanner.py (modified) Kind of a usable panner. In theory this should allow panning several sources to several sinks. In practice only mono-to-stereo and stereo- to-stereo is currently possible. Not because of the panner but because of the way it works in the matrixmixer. Will change that soon. One of the current draw-backs is that I am using numpy. Standard pythons matrix handling doesn't seem so good. 10/09/09 12:39:42 arnonym [1681] * trunk/libffado/src/libutil/Atomic.h (modified) Apply the atomic.patch of #197 to trunk. 10/08/09 13:59:43 arnonym [1680] * trunk/libffado/support/mixer-qt4/ffado/widgets/crossbarrouter.py (modified) * trunk/libffado/support/mixer-qt4/ffado/widgets/ntompanner.py (added) Some older changes to the crossbarrouter. Most prominent: The VU have to be hand-activated... And start a panning widget that allows to pan an arbitary number of sources to be panned to an arbitary number of sinks. In 2D. 10/02/09 14:47:44 arnonym [1675] * trunk/libffado/SConstruct (modified) Lets see how many setups this breaks. see #199 09/28/09 05:36:17 jwoithe [1674] * trunk/libffado/src/libstreaming/rme/RmeReceiveStreamProcessor.cpp (modified) * trunk/libffado/src/libstreaming/rme/RmeReceiveStreamProcessor.h (modified) * trunk/libffado/src/libstreaming/rme/RmeTransmitStreamProcessor.cpp (modified) * trunk/libffado/src/libstreaming/rme/RmeTransmitStreamProcessor.h (modified) RME: define some packet dimensional details 09/20/09 04:44:43 jwoithe [1673] * trunk/libffado/config.h.in (modified) RME: include new RME configuration defines in config.h.in rather than in the local generated copy of config.h as was accidently done initially. 09/20/09 04:40:33 jwoithe [1672] * trunk/libffado/src/libstreaming/rme (added) * trunk/libffado/src/libstreaming/rme/RmePort.cpp (added) * trunk/libffado/src/libstreaming/rme/RmePort.h (added) * trunk/libffado/src/libstreaming/rme/RmePortInfo.cpp (added) * trunk/libffado/src/libstreaming/rme/RmePortInfo.h (added) * trunk/libffado/src/libstreaming/rme/RmeReceiveStreamProcessor.cpp (added) * trunk/libffado/src/libstreaming/rme/RmeReceiveStreamProcessor.h (added) * trunk/libffado/src/libstreaming/rme/RmeTransmitStreamProcessor.cpp (added) * trunk/libffado/src/libstreaming/rme/RmeTransmitStreamProcessor.h (added) * trunk/libffado/src/SConscript (modified) RME: create templates for streaming objects for the RME driver. They are based on the MOTU stream processor and still contain a lot of MOTU-specific code. This will be elimintated over time, but for now these objects should not be used as a reference for the RME devices. 09/19/09 05:02:54 jwoithe [1671] * trunk/libffado/src/rme/fireface_hw.cpp (modified) * trunk/libffado/src/rme/rme_avdevice.cpp (modified) * trunk/libffado/src/rme/rme_shm.h (modified) RME: add some device-level support for stream configuration and control. RME: make some comments clearer. RME: remove some useless unreachable code. 09/18/09 14:08:49 arnonym [1670] * trunk/libffado/support/mixer-qt4/ffado/widgets/matrixmixer.py (modified) Maybe thats an incentive to implement names for the mixer-channels. 09/18/09 14:01:58 arnonym [1669] * trunk/libffado/support/mixer-qt4/ffado/widgets/crossbarrouter.py (modified) some cleanup I forgot. 09/18/09 14:00:59 arnonym [1668] * trunk/libffado/support/mixer-qt4/ffado-mixer.in (modified) * trunk/libffado/support/mixer-qt4/ffado/widgets/crossbarrouter.py (modified) * trunk/libffado/support/mixer-qt4/ffado/widgets/matrixmixer.py (modified) - Use logging for the debug-output. - Add the ability to completely disconnect outputs from their input. This removes (should remove?) routes from the routing table. 09/17/09 14:51:24 arnonym [1667] * trunk/libffado/support/tools (modified) ignore me 09/17/09 14:47:03 arnonym [1666] * trunk/libffado/support/mixer-qt4/ffado/widgets/matrixmixer.py (modified) Simplify (de-)coupling of channels a bit. And start with getting the mixer values on startup and on coupling. Currently only the maximum is used, no balance/pan is computed... 09/17/09 13:26:12 arnonym [1664] * trunk/libffado/support/mixer-qt4/ffado/regdialog.py (modified) Remember to regularly check the registration dialog. For example by getting a new device with a different serial number ;-) 09/16/09 14:06:12 arnonym [1663] * trunk/libffado/support/tools/ffado-diag-static (copied) * trunk/libffado/support/tools/ffado-diag.in (modified) * trunk/libffado/support/tools/ffado_diag_helpers.py (copied) * trunk/libffado/support/tools/SConscript (modified) Try to fix the problem of #232 by compiling a static file of pkg- config output during compile-time to be included in the ffado-diag output. 09/16/09 14:02:18 arnonym [1662] * trunk/libffado/SConstruct (modified) From now on, devs have to remove the qt3-mixer by hand :-) 09/07/09 04:41:57 jwoithe [1660] * trunk/libffado/src/libieee1394/ieee1394service.cpp (modified) * trunk/libffado/src/libieee1394/ieee1394service.h (modified) * trunk/libffado/src/rme/rme_avdevice.cpp (modified) * trunk/libffado/src/rme/rme_avdevice.h (modified) ieee1394Service: new method allocateFixedIsoChannelGeneric() to allocate a specific channel number instead of scanning for the next available channel number. This functionality is needed for the RME devices. RME: assign/detect iso channels to use and allocate required bandwidth. 09/06/09 14:13:08 arnonym [1659] * trunk/libffado/support/mixer-qt4/ffado/widgets/matrixmixer.py (modified) Make the input- and output-balance work. 09/06/09 12:57:28 arnonym [1658] * trunk/libffado/support/mixer-qt4/ffado/widgets/matrixmixer.py (modified) Taking everything apart and recombine it: - Hiding channels works. - Combining channels to stereo-pairs works. - Controlling the volume works. Left for the next commits (to be seen on a per mixer-element basis): - Control input- and output-balance. - Allow for more than two inputs or outputs. - Change the mapping of inputs->outputs. 09/06/09 05:27:13 jwoithe [1657] * trunk/libffado/src/rme/fireface_def.h (modified) * trunk/libffado/src/rme/rme_avdevice.cpp (modified) * trunk/libffado/src/rme/rme_avdevice.h (modified) RME: lay some groundwork for the management of iso resources used for audio data transfer to/from the device. 09/05/09 05:56:05 arnonym [1656] * trunk/libffado/support/mixer-qt4/ffado/widgets/crossbarrouter.py (modified) Allow to deactivate the peaks. 09/05/09 05:07:54 arnonym [1655] * trunk/libffado/src/dice/dice_avdevice.h (modified) * trunk/libffado/src/dice/dice_eap.cpp (modified) * trunk/libffado/src/libcontrol/CrossbarRouter.h (modified) * trunk/libffado/support/dbus/control-interface.xml (modified) * trunk/libffado/support/dbus/controlserver.cpp (modified) * trunk/libffado/support/dbus/controlserver.h (modified) Thinking about getting structured info about the router-channels. 09/04/09 12:44:45 arnonym [1654] * trunk/libffado/support/mixer-qt4/ffado/widgets/crossbarrouter.py (modified) Implement the vu-meters for the router. 09/04/09 12:41:36 arnonym [1653] * trunk/libffado/src/dice/dice_eap.cpp (modified) * trunk/libffado/src/libcontrol/CrossbarRouter.h (modified) Implement getting a simple list of all current peaks. 09/04/09 12:40:19 arnonym [1652] * trunk/libffado/support/dbus/control-interface.xml (modified) * trunk/libffado/support/dbus/controlserver.cpp (modified) * trunk/libffado/support/dbus/controlserver.h (modified) Getting the destination index for each peak is enough. Its always only one source per destination, so the destination is a unique identifier. 09/03/09 14:08:00 arnonym [1651] * trunk/libffado/src/dice/dice_avdevice.h (modified) * trunk/libffado/src/dice/dice_eap.cpp (modified) * trunk/libffado/src/libcontrol/CrossbarRouter.h (modified) * trunk/libffado/support/dbus/control-interface.xml (modified) * trunk/libffado/support/dbus/controlserver.cpp (modified) * trunk/libffado/support/dbus/controlserver.h (modified) Lets see if this works out: Work for ppalmers. A new way to get the peakvalues. Getting each value individual is really cpu-heavy. Getting them all toghether should be better. (My first real code commit to the internals:) 09/02/09 14:17:12 arnonym [1650] * trunk/libffado/support/dbus/control-interface.xml (modified) * trunk/libffado/support/dbus/controlserver.cpp (modified) * trunk/libffado/support/dbus/controlserver.h (modified) More ints that are actually bools. 09/01/09 12:47:15 arnonym [1649] * trunk/libffado/support/mixer-qt4/ffado/widgets/crossbarrouter.py (modified) Just flesh out a widget for each destination. Getting the peak-meter is postponed to tomorrow. 09/01/09 11:30:51 arnonym [1648] * trunk/libffado/support/mixer-qt4/ffado-mixer.in (modified) * trunk/libffado/support/mixer-qt4/ffado/logginghandler.py (modified) Since installing kde4.3 from ppa, some involved package was updated. This newer version seems to not like QWidget.handle() and logging.handle() having different signatures... 08/31/09 14:35:35 arnonym [1647] * trunk/libffado/support/mixer-qt4/ffado/widgets/crossbarrouter.py (modified) Replace the big matrix of buttons by only one button per destination and choose the source per menu. The menu is filled when first shown to reduce startup load. This is even real working. I have successfully switched the routing here :-) 08/31/09 14:33:10 arnonym [1646] * trunk/libffado/support/dbus/control-interface.xml (modified) * trunk/libffado/support/dbus/controlserver.cpp (modified) * trunk/libffado/support/dbus/controlserver.h (modified) These functions return bool. Adopt the dbus-interface to the reality. 08/31/09 12:20:41 arnonym [1645] * trunk/libffado/SConstruct (modified) Something got lost on the way of times... Don't add -m32 in 64bit builts. 08/30/09 15:36:59 arnonym [1644] * trunk/libffado/support/mixer-qt4/ffado/mixer/saffire_dice.py (modified) * trunk/libffado/support/mixer-qt4/ffado/widgets/crossbarrouter.py (modified) Smaller buttons for the router-states. The group names have an increasing off-by-one error I can't put my finger on now... 08/30/09 14:41:28 arnonym [1643] * trunk/libffado/support/mixer-qt4/ffado/mixer/saffire_dice.py (modified) * trunk/libffado/support/mixer-qt4/ffado/widgets (added) * trunk/libffado/support/mixer-qt4/ffado/widgets/crossbarrouter.py (added) * trunk/libffado/support/mixer-qt4/ffado/widgets/matrixmixer.py (moved) * trunk/libffado/support/mixer-qt4/ffado/widgets/__init__.py (added) Implement a very first interface for the crossbarrouter. currently its read-only. With 81 sources and 83 destinations initialization of the mixer takes its time. Mostly because each connection is checked individually. Would be faster to use the getConnectionMap function defined in the dbus interface. Unfortunately this doesn't seem to be implemented currently. 08/30/09 12:21:55 arnonym [1642] * trunk/libffado (modified) * trunk/libffado/src/bebob/edirol (modified) * trunk/libffado/src/bebob/esi (modified) * trunk/libffado/src/bebob/mackie (modified) * trunk/libffado/src/bounce (modified) * trunk/libffado/src/dice (modified) * trunk/libffado/src/dice/focusrite (modified) * trunk/libffado/src/fireworks/efc (modified) * trunk/libffado/src/genericavc/stanton (modified) * trunk/libffado/src/libstreaming/amdtp (modified) * trunk/libffado/src/libstreaming/amdtp-oxford (modified) * trunk/libffado/src/libstreaming/generic (modified) * trunk/libffado/src/libstreaming/motu (modified) * trunk/libffado/src/libstreaming/util (modified) * trunk/libffado/src/metrichalo (modified) * trunk/libffado/src/motu (modified) * trunk/libffado/src/oxford (modified) * trunk/libffado/src/rme (modified) * trunk/libffado/support/alsa (modified) * trunk/libffado/support/dbus (modified) * trunk/libffado/support/firmware (modified) * trunk/libffado/support/mixer-qt4/ffado (modified) * trunk/libffado/support/tools (modified) * trunk/libffado/tests (modified) * trunk/libffado/tests/streaming (modified) * trunk/libffado/tests/systemtests (modified) ignore me 08/30/09 12:08:49 arnonym [1641] * trunk/libffado/SConstruct (modified) Unify tabs->space. Remove the python stuff from the installs of the developers. Compute the directory where to install the python modules. 08/30/09 12:05:51 arnonym [1640] * trunk/libffado/support/mixer-qt4/ffado (added) * trunk/libffado/support/mixer-qt4/ffado-mixer.in (modified) * trunk/libffado/support/mixer-qt4/ffado/config.py.in (moved) * trunk/libffado/support/mixer-qt4/ffado/configuration.py (moved) * trunk/libffado/support/mixer-qt4/ffado/dbus_util.py (moved) * trunk/libffado/support/mixer-qt4/ffado/logginghandler.py (moved) * trunk/libffado/support/mixer-qt4/ffado/matrixmixer.py (moved) * trunk/libffado/support/mixer-qt4/ffado/mixer (added) * trunk/libffado/support/mixer-qt4/ffado/mixer/audiofire.py (moved) * trunk/libffado/support/mixer-qt4/ffado/mixer/audiofire_settings.ui (moved) * trunk/libffado/support/mixer-qt4/ffado/mixer/audiofire_strip.ui (moved) * trunk/libffado/support/mixer-qt4/ffado/mixer/bcoaudio5.py (moved) * trunk/libffado/support/mixer-qt4/ffado/mixer/bcoaudio5.ui (moved) * trunk/libffado/support/mixer-qt4/ffado/mixer/dummy.py (moved) * trunk/libffado/support/mixer-qt4/ffado/mixer/dummy.ui (moved) * trunk/libffado/support/mixer-qt4/ffado/mixer/edirolfa101.py (moved) * trunk/libffado/support/mixer-qt4/ffado/mixer/edirolfa101.ui (moved) * trunk/libffado/support/mixer-qt4/ffado/mixer/edirolfa66.py (moved) * trunk/libffado/support/mixer-qt4/ffado/mixer/edirolfa66.ui (moved) * trunk/libffado/support/mixer-qt4/ffado/mixer/globalmixer.py (moved) * trunk/libffado/support/mixer-qt4/ffado/mixer/globalmixer.ui (moved) * trunk/libffado/support/mixer-qt4/ffado/mixer/mackie_onyxmixer.py (moved) * trunk/libffado/support/mixer-qt4/ffado/mixer/mackie_onyxmixer.ui (moved) * trunk/libffado/support/mixer-qt4/ffado/mixer/motu.py (moved) * trunk/libffado/support/mixer-qt4/ffado/mixer/motu.ui (moved) * trunk/libffado/support/mixer-qt4/ffado/mixer/nodevice.py (moved) * trunk/libffado/support/mixer-qt4/ffado/mixer/nodevice.ui (moved) * trunk/libffado/support/mixer-qt4/ffado/mixer/phase24.py (moved) * trunk/libffado/support/mixer-qt4/ffado/mixer/phase24.ui (moved) * trunk/libffado/support/mixer-qt4/ffado/mixer/phase88.py (moved) * trunk/libffado/support/mixer-qt4/ffado/mixer/phase88.ui (moved) * trunk/libffado/support/mixer-qt4/ffado/mixer/quatafire.py (moved) * trunk/libffado/support/mixer-qt4/ffado/mixer/quatafire.ui (moved) * trunk/libffado/support/mixer-qt4/ffado/mixer/rme.py (moved) * trunk/libffado/support/mixer-qt4/ffado/mixer/rme.ui (moved) * trunk/libffado/support/mixer-qt4/ffado/mixer/saffire.py (moved) * trunk/libffado/support/mixer-qt4/ffado/mixer/saffirele_large.ui (moved) * trunk/libffado/support/mixer-qt4/ffado/mixer/saffirele_small.ui (moved) * trunk/libffado/support/mixer-qt4/ffado/mixer/saffirepro.py (moved) * trunk/libffado/support/mixer-qt4/ffado/mixer/saffirepro_large.ui (moved) * trunk/libffado/support/mixer-qt4/ffado/mixer/saffirepro_small.ui (moved) * trunk/libffado/support/mixer-qt4/ffado/mixer/saffire_base.py (moved) * trunk/libffado/support/mixer-qt4/ffado/mixer/saffire_dice.py (copied) * trunk/libffado/support/mixer-qt4/ffado/mixer/saffire_mono.ui (moved) * trunk/libffado/support/mixer-qt4/ffado/mixer/saffire_stereo.ui (moved) * trunk/libffado/support/mixer-qt4/ffado/mixer/__init__.py (added) * trunk/libffado/support/mixer-qt4/ffado/panelmanager.py (moved) * trunk/libffado/support/mixer-qt4/ffado/panelmanagerstatus.ui (moved) * trunk/libffado/support/mixer-qt4/ffado/regdialog.py (moved) * trunk/libffado/support/mixer-qt4/ffado/regdialog.ui (moved) * trunk/libffado/support/mixer-qt4/ffado/registration.py (moved) * trunk/libffado/support/mixer-qt4/ffado/__init__.py (added) * trunk/libffado/support/mixer-qt4/SConscript (modified) Make it more pythonic. All ffado stuff is now in packages getting installed to the official python dirs. Ideally this would allow other apps to use the stuff from us. Maybe the generic widgets (that are used by multiple mixers) should go into ffado/widgets... 08/29/09 07:00:15 arnonym [1639] * trunk/libffado/support/mixer-qt4/mixer_saffire_dice.py (modified) More on the mixingmatrix. channels can be hidden now. 08/29/09 04:34:30 arnonym [1638] * trunk/libffado/SConstruct (modified) * trunk/libffado/support/mixer (deleted) * trunk/libffado/support/SConscript (modified) Remove the old qt3 mixer. Only ports from 2.0 branch where happening here. And the new work in trunk is in the qt4 mixer. And Qt3 is unsupported since quite some time already. ppalmers okayed it... I added a temporary code-segment to sconscript to remove the qt3 mixer stuff from the installation on the devs machines. Hopefully I remember to remove that code in two or three weeks. 08/28/09 11:18:28 arnonym [1637] * trunk/libffado/configuration (modified) Let the pro40 use the same mixer. Probably more devices can use that, but that is for ppalmers to decide. 08/28/09 11:17:04 arnonym [1636] * trunk/libffado/configuration (modified) * trunk/libffado/support/mixer-qt4/ffado_panelmanager.py (modified) * trunk/libffado/support/mixer-qt4/mixer_saffire_dice.py (added) Mix it baby! A first matrix with dials (extra for ppalmers:-P). For screen-space its limited to 8x8 elements currently (or less, if the device has less). Have to think about how to hide channels that aren't used. Or hide groups of channels with similar names. Hint: this would currently result in one group named "FIXME" :-) 08/27/09 14:42:43 arnonym [1633] * trunk/libffado/configuration (modified) The mixer works. Will look at streaming tomorrow. 08/27/09 13:55:41 ppalmers [1631] * trunk/libffado/src/libutil/ByteSwap.h (modified) fix byte-swapping SSE code bug 08/27/09 12:25:28 ppalmers [1630] * trunk/libffado/src/bebob/focusrite/focusrite_generic.h (modified) * trunk/libffado/src/dice/dice_avdevice.cpp (modified) * trunk/libffado/src/dice/dice_avdevice.h (modified) * trunk/libffado/src/dice/dice_eap.cpp (modified) * trunk/libffado/src/dice/dice_eap.h (modified) * trunk/libffado/src/dice/focusrite (added) * trunk/libffado/src/dice/focusrite/saffire_pro40.cpp (added) * trunk/libffado/src/dice/focusrite/saffire_pro40.h (added) * trunk/libffado/src/fireworks/fireworks_control.h (modified) * trunk/libffado/src/libcontrol/CrossbarRouter.cpp (added) * trunk/libffado/src/libcontrol/CrossbarRouter.h (added) * trunk/libffado/src/libcontrol/Element.cpp (modified) * trunk/libffado/src/libcontrol/Element.h (modified) * trunk/libffado/src/libcontrol/MatrixMixer.h (modified) * trunk/libffado/src/motu/motu_controls.h (modified) * trunk/libffado/src/rme/fireface_settings_ctrls.h (modified) * trunk/libffado/src/SConscript (modified) * trunk/libffado/support/dbus/control-interface.xml (modified) * trunk/libffado/support/dbus/controlserver.cpp (modified) * trunk/libffado/support/dbus/controlserver.h (modified) * trunk/libffado/support/tools/ffado-diag.in (modified) * trunk/libffado/tests/python (added) * trunk/libffado/tests/python/test-eap-ctrl.py (added) * trunk/libffado/tests/test-dice-eap.cpp (modified) add base level support for the DICE EAP based mixers (incomplete) 08/27/09 05:18:06 jwoithe [1629] * trunk/libffado/src/rme/fireface_hw.cpp (modified) * trunk/libffado/src/rme/rme_avdevice.cpp (modified) * trunk/libffado/src/rme/rme_avdevice.h (modified) * trunk/libffado/src/rme/rme_shm.cpp (modified) * trunk/libffado/src/rme/rme_shm.h (modified) RME: refine shared device configuration locking. Rename some data objects for clarity. Move frequency settings into the shared configuration object since ultimately these need to be accessible to all FFADO/RME processes. Other minor cleanups. 08/23/09 05:03:54 jwoithe [1628] * trunk/libffado/src/rme/fireface_hw.cpp (modified) * trunk/libffado/src/rme/rme_avdevice.cpp (modified) * trunk/libffado/src/rme/rme_avdevice.h (modified) RME: If shared memory allocation fails, use a local duplicate of the shared memory structure. This alleviates the need to test for valid shared data before any of the housekeeping fields are used. 08/21/09 23:55:43 jwoithe [1627] * trunk/libffado/src/rme/fireface_hw.cpp (modified) * trunk/libffado/src/rme/rme_avdevice.cpp (modified) * trunk/libffado/src/rme/rme_avdevice.h (modified) * trunk/libffado/src/rme/rme_shm.cpp (modified) * trunk/libffado/src/rme/rme_shm.h (modified) RME: implement initial use of shared data object for configuration data. Some rough edges remain and are being addressed. 08/21/09 21:32:03 jwoithe [1626] * trunk/libffado/src/rme/rme_shm.cpp (modified) * trunk/libffado/src/SConscript (modified) RME: refinement of shared memory management. Removal of race conditions (even though they were unlikely in practice). RME: include shared memory management module in compilation in readiness for use. 08/21/09 12:47:15 arnonym [1625] * trunk/libffado/support/mixer-qt4/ffadomixer_config.py.in (modified) * trunk/libffado/support/mixer-qt4/ffado_configuration.py (modified) * trunk/libffado/support/mixer-qt4/ffado_dbus_util.py (modified) * trunk/libffado/support/mixer-qt4/ffado_panelmanager.py (modified) * trunk/libffado/support/mixer-qt4/ffado_regdialog.py (modified) * trunk/libffado/support/mixer-qt4/ffado_registration.py (modified) * trunk/libffado/support/mixer-qt4/mixer_audiofire.py (modified) * trunk/libffado/support/mixer-qt4/mixer_bcoaudio5.py (modified) * trunk/libffado/support/mixer-qt4/mixer_dummy.py (modified) * trunk/libffado/support/mixer-qt4/mixer_edirolfa101.py (modified) * trunk/libffado/support/mixer-qt4/mixer_edirolfa66.py (modified) * trunk/libffado/support/mixer-qt4/mixer_global.py (modified) * trunk/libffado/support/mixer-qt4/mixer_mackie_onyxmixer.py (modified) * trunk/libffado/support/mixer-qt4/mixer_motu.py (modified) * trunk/libffado/support/mixer-qt4/mixer_nodevice.py (modified) * trunk/libffado/support/mixer-qt4/mixer_phase24.py (modified) * trunk/libffado/support/mixer-qt4/mixer_phase88.py (modified) * trunk/libffado/support/mixer-qt4/mixer_quatafire.py (modified) * trunk/libffado/support/mixer-qt4/mixer_rme.py (modified) * trunk/libffado/support/mixer-qt4/mixer_saffire.py (modified) * trunk/libffado/support/mixer-qt4/mixer_saffirepro.py (modified) * trunk/libffado/support/mixer-qt4/mixer_saffire_base.py (modified) * trunk/libffado/support/mixer-qt4/SConscript (modified) - add a small line to make vim use spaces for indentation - Don't compile ui-files to python-code at install-time. Load them from the pythondir during runtime. Now the only reason to run scons (during ffado-mixer development) is when one of the .in-files where changed. 08/21/09 06:58:02 jwoithe [1624] * trunk/libffado/src/rme/fireface_hw.cpp (modified) * trunk/libffado/src/rme/rme_avdevice.cpp (modified) * trunk/libffado/src/rme/rme_avdevice.h (modified) * trunk/libffado/src/rme/rme_avdevice_settings.cpp (modified) * trunk/libffado/src/rme/rme_shm.cpp (added) * trunk/libffado/src/rme/rme_shm.h (added) RME: prepare for the use of a shared memory object to share device configuration between FFADO-enabled applications. This is required because significant parts of the device configuration cannot be retrieved from the device and must be managed in software. 08/16/09 10:50:21 arnonym [1623] * trunk/libffado/SConstruct (modified) Build-system patrol is back on duty :-) 08/16/09 06:53:12 jwoithe [1622] * trunk/libffado/src/rme/fireface_hw.cpp (modified) * trunk/libffado/src/rme/fireface_settings_ctrls.cpp (modified) * trunk/libffado/src/rme/rme_avdevice.cpp (modified) * trunk/libffado/src/rme/rme_avdevice.h (modified) * trunk/libffado/src/rme/rme_avdevice_settings.cpp (modified) * trunk/libffado/support/mixer-qt4/mixer_rme.py (modified) * trunk/libffado/support/mixer-qt4/mixer_rme.ui (modified) RME: input, output and phones mixer/control elements now control respective device parameters 08/16/09 05:50:26 jwoithe [1621] * trunk/libffado/support/dbus/controlserver.cpp (modified) Increase debug log level of selected method notifiers in the controlserver from VERBOSE to VERY_VERBOSE. This prevents messages associated with periodic idle handler action getting in the way of other more interesting messages at the verbose level. 08/16/09 05:37:38 jwoithe [1620] * trunk/libffado/README (modified) Trunk: Note changes to URLs for SIP and PyQt 08/13/09 07:27:35 jwoithe [1617] * trunk/libffado/src/bebob/focusrite/focusrite_saffire.cpp (modified) * trunk/libffado/src/bebob/focusrite/focusrite_saffirepro.cpp (modified) bebob/focusrite: debugOutput() was missing an argument in the mixer show() methods. 08/13/09 07:21:51 jwoithe [1616] * trunk/libffado/doc/rme_notes/rme_config_register_map.txt (modified) * trunk/libffado/src/rme/fireface_def.h (modified) * trunk/libffado/src/rme/fireface_hw.cpp (modified) * trunk/libffado/src/rme/fireface_settings_ctrls.cpp (modified) * trunk/libffado/src/rme/fireface_settings_ctrls.h (modified) * trunk/libffado/src/rme/rme_avdevice.cpp (modified) * trunk/libffado/src/rme/rme_avdevice.h (modified) * trunk/libffado/src/rme/rme_avdevice_settings.cpp (modified) * trunk/libffado/support/mixer-qt4/mixer_rme.py (modified) * trunk/libffado/support/mixer-qt4/mixer_rme.ui (modified) RME: minor documentation corrections RME: the Fireface-400 input gain mixer controls now drive the hardware. Control of the output gains is also included in this infrastructure but is not connected to any mixer controls yet - they will be controlled by the mixer proper once that's implemented. 08/10/09 06:35:03 jwoithe [1615] * trunk/libffado/doc/rme_notes/rme_config_register_map.txt (modified) * trunk/libffado/src/rme/fireface_def.h (modified) * trunk/libffado/src/rme/fireface_hw.cpp (modified) * trunk/libffado/src/rme/rme_avdevice.cpp (modified) * trunk/libffado/support/mixer-qt4/mixer_rme.py (modified) * trunk/libffado/support/mixer-qt4/mixer_rme.ui (modified) RME: Rearrange control pane in mixer. Add controls for input gains on Fireface 400. RME: Fix bug which prevented driver from correctly reporting the available samplerates. RME: Correct a misunderstanding about the device streaming status' availability from hardware (essentially it's not available and needs to be cached in software). RME: Minor corrections to device documentation. 08/08/09 04:32:20 jwoithe [1614] * trunk/libffado/doc/rme_notes/rme_config_register_map.txt (modified) RME: documentation corrections and minor updates 08/06/09 06:18:49 jwoithe [1613] * trunk/libffado/support/mixer-qt4/mixer_rme.ui (modified) RME: refine mixer control tab arrangement 08/06/09 05:30:32 jwoithe [1612] * trunk/libffado/doc/rme_notes/rme_config_register_map.txt (modified) RME: initial documentation of Fireface 400 matrix mixer controls and input preamp gain controls. 08/04/09 01:11:39 jwoithe [1611] * trunk/libffado/support/mixer-qt4/mixer_rme.py (modified) * trunk/libffado/support/mixer-qt4/mixer_rme.ui (modified) RME: incidental tweaks to widget names in the mixer. 08/02/09 07:26:58 jwoithe [1610] * trunk/libffado/src/rme/fireface_settings_ctrls.cpp (modified) * trunk/libffado/src/rme/fireface_settings_ctrls.h (modified) * trunk/libffado/src/rme/rme_avdevice.cpp (modified) * trunk/libffado/src/rme/rme_avdevice.h (modified) * trunk/libffado/src/rme/rme_avdevice_settings.cpp (modified) * trunk/libffado/support/mixer-qt4/mixer_rme.py (modified) * trunk/libffado/support/mixer-qt4/mixer_rme.ui (modified) RME: initial implementation of ff400 channel 3/4 input options in mixer control tab 08/02/09 06:48:07 jwoithe [1609] * trunk/libffado/doc/rme_notes/rme_config_register_map.txt (modified) * trunk/libffado/src/rme/fireface_def.h (modified) * trunk/libffado/src/rme/fireface_flash.cpp (modified) * trunk/libffado/src/rme/fireface_hw.cpp (modified) RME: provide low-level support for the channel 3/4 pad/instrument options of the Fireface-400 RME: update device documentation 08/02/09 05:17:20 jwoithe [1608] * trunk/libffado/support/mixer-qt4/mixer_rme.py (modified) * trunk/libffado/support/mixer-qt4/mixer_rme.ui (modified) RME: refine available mixer device controls depending on the model in use. 07/26/09 06:08:27 jwoithe [1607] * trunk/libffado/support/mixer-qt4/mixer_rme.py (modified) * trunk/libffado/support/mixer-qt4/mixer_rme.ui (modified) RME: * only show two mic phantom channels for the FF400 to avoid user confusion * label the phantom channels correctly when a FF800 is in use * add graphical mixer elements for all required device controls (note that only the "phantom" controls are connected to the device hardware at present). Top-level layout is not dynamic: this will be fixed once a final layout is decided on. For the moment controls exist to facilitate testing of controls. 07/25/09 06:58:45 jwoithe [1606] * trunk/libffado/src/rme/fireface_hw.cpp (modified) * trunk/libffado/src/rme/fireface_settings_ctrls.cpp (modified) * trunk/libffado/src/rme/fireface_settings_ctrls.h (modified) * trunk/libffado/src/rme/rme_avdevice.cpp (modified) * trunk/libffado/src/rme/rme_avdevice.h (modified) * trunk/libffado/src/rme/rme_avdevice_settings.cpp (modified) * trunk/libffado/support/mixer-qt4/mixer_rme.py (modified) RME: phantom switches in mixer GUI now control the respective Fireface hardware. Tested only on FF400 to date. RME: add some more TCO glue. 07/23/09 04:57:42 jwoithe [1605] * trunk/libffado/src/motu/motu_avdevice.cpp (modified) * trunk/libffado/src/rme/fireface_settings_ctrls.h (modified) * trunk/libffado/src/rme/rme_avdevice.cpp (modified) * trunk/libffado/src/rme/rme_avdevice.h (modified) RME: implement the beginnings of a device control interface via the ffado dbus framework. MOTU: fix error handling code paths in buildMixer() and destroyMixer(). 07/23/09 04:18:42 jwoithe [1604] * trunk/libffado/src/rme/rme_avdevice.cpp (modified) RME: remove some macros which are unlikely to be used anymore. 07/23/09 04:12:27 jwoithe [1603] * trunk/libffado/tests/scan-devreg.cpp (modified) Restore scan-devreg functionality accidently removed in revision 1550. 07/20/09 06:27:00 jwoithe [1602] * trunk/libffado/src/rme/fireface_def.h (modified) * trunk/libffado/support/mixer-qt4/mixer_rme.py (modified) RME: remove unused defines. Correct model defines in the RME mixer application. 07/20/09 06:19:31 jwoithe [1601] * trunk/libffado/configuration (modified) * trunk/libffado/support/mixer-qt4/ffado-mixer.in (modified) * trunk/libffado/support/mixer-qt4/ffado_panelmanager.py (modified) * trunk/libffado/support/mixer-qt4/mixer_rme.py (added) * trunk/libffado/support/mixer-qt4/mixer_rme.ui (added) * trunk/libffado/support/mixer-qt4/SConscript (modified) RME: implement mixer skeleton to allow device configuration functionality to be tested. Note that none of the included controls are functional yet. 07/19/09 04:48:15 jwoithe [1600] * trunk/libffado/src/rme/fireface_settings_ctrls.cpp (modified) * trunk/libffado/src/rme/fireface_settings_ctrls.h (modified) * trunk/libffado/src/rme/rme_avdevice.h (modified) RME: put setting control type defines in a more intelligent place. Add a separate type to denote an unset type field. RME: Export a "model" info control to report the model via dbus (to be used by ffadomixer). Handle unknown control types in set/get methods. 07/18/09 23:22:51 jwoithe [1599] * trunk/libffado/src/rme/fireface_hw.cpp (modified) * trunk/libffado/src/rme/fireface_settings_ctrls.cpp (modified) * trunk/libffado/src/rme/rme_avdevice.h (modified) * trunk/libffado/src/rme/rme_avdevice_settings.cpp (added) * trunk/libffado/src/SConscript (modified) RME: implement highlevel function for setting phantom power status. RME: add phantom power control to the generic device control mixer element. 07/18/09 05:12:07 jwoithe [1598] * trunk/libffado/src/rme/fireface_settings_ctrls.cpp (modified) * trunk/libffado/src/rme/fireface_settings_ctrls.h (modified) RME: minor boilerplate additions to the settings control object. 07/13/09 05:45:54 jwoithe [1597] * trunk/libffado/src/rme/fireface_settings_ctrls.cpp (added) * trunk/libffado/src/rme/fireface_settings_ctrls.h (added) * trunk/libffado/src/SConscript (modified) RME: begin high-level framework for device control via FFADO dbus interface. 07/12/09 06:30:55 jwoithe [1596] * trunk/libffado/doc/rme_notes/rme_config_register_map.txt (modified) * trunk/libffado/src/rme/fireface_def.h (modified) * trunk/libffado/src/rme/fireface_hw.cpp (modified) * trunk/libffado/src/rme/rme_avdevice.cpp (modified) * trunk/libffado/src/rme/rme_avdevice.h (modified) RME: * implement lowlevel streaming control/setup/status functions * fill in further status register details * update documentation 07/11/09 02:22:46 ppalmers [1595] * trunk/libffado/tests/test-scs.cpp (modified) disable running status for SCS 07/10/09 06:43:04 jwoithe [1594] * trunk/libffado/src/rme/fireface_def.h (modified) * trunk/libffado/src/rme/fireface_hw.cpp (modified) * trunk/libffado/src/rme/rme_avdevice.cpp (modified) * trunk/libffado/src/rme/rme_avdevice.h (modified) RME driver: * add some missing status bit defines, fix naming of some others * add full decoding of device status registers * cache device run status * take external clock rates and device run status into account when evaluating the validity of sampling rates * minor bugfixes * implement function to configure a fixed DDS frequency on the device 07/09/09 05:47:19 jwoithe [1593] * trunk/libffado/src/rme/fireface_def.h (modified) RME: add missing state defines, fix an incorrect one and make others more consistent. 07/09/09 05:42:30 jwoithe [1592] * trunk/libffado/src/rme/fireface_def.h (modified) * trunk/libffado/src/rme/fireface_hw.cpp (modified) * trunk/libffado/src/rme/rme_avdevice.cpp (modified) * trunk/libffado/src/rme/rme_avdevice.h (modified) RME: begin tidy-up of sampling rate control. RME: start implementation of device status retrieval. 07/03/09 04:23:20 jwoithe [1591] * trunk/libffado/src/rme/fireface_flash.cpp (modified) RME: implement writing to device settings flash block RME: correctly initialise the entire settings structure to zero 06/27/09 07:10:52 jwoithe [1590] * trunk/libffado/doc/rme_notes/rme_config_register_map.txt (modified) * trunk/libffado/src/rme/fireface_def.h (modified) * trunk/libffado/src/rme/fireface_flash.cpp (modified) RME: clarify comments in source code RME: add explicit define to use when determining DDS status from configuration flash RAM RME: add TCO information to the RME documentation 06/27/09 06:25:55 jwoithe [1589] * trunk/libffado/doc/rme_notes/rme_config_register_map.txt (modified) * trunk/libffado/src/rme/fireface_def.h (modified) * trunk/libffado/src/rme/fireface_flash.cpp (modified) * trunk/libffado/src/rme/rme_avdevice.cpp (modified) * trunk/libffado/src/rme/rme_avdevice.h (modified) RME: tidied up software settings structure and removed unused fields. RME: map configuration flash contents into software settings structure after flash is read. RME: rename some methods to better reflect their function. RME: documentation update to reflect the information embodied in these changes. 06/27/09 05:15:51 jwoithe [1588] * trunk/libffado/src/rme/fireface_flash.cpp (modified) * trunk/libffado/src/rme/rme_avdevice.cpp (modified) * trunk/libffado/src/rme/rme_avdevice.h (modified) RME: differentiate between general sampling rate and that programmed into the device's DDS. It's still not completely clear how these two distinct rates interact though.