# # ChangeLog for /trunk # # Generated by Trac 0.10.4 # 03/28/24 16:57:07 # 11/30/09 13:43:03 arnonym [1737] * trunk/libffado/src/dice/focusrite/focusrite_eap.cpp (modified) Be less noisy. And output a wanring if writing to the application space fails. 11/30/09 13:31:56 arnonym [1736] * trunk/libffado/support/mixer-qt4/ffado/mixer/saffire_dice.py (modified) * trunk/libffado/support/mixer-qt4/ffado/mixer/saffire_dice_monitoring.ui (added) Add a widget to control the monitoring section of the Saffire Pro24 and Pro40. This also controls the line/inst and level switches of the pro24. 11/25/09 13:09:04 arnonym [1735] * trunk/libffado/src/dice/focusrite/focusrite_eap.cpp (modified) Lots more controls. Should be ready for the gui now... 11/24/09 14:30:28 arnonym [1734] * trunk/libffado/src/dice/focusrite/focusrite_eap.cpp (modified) * trunk/libffado/src/dice/focusrite/focusrite_eap.h (modified) * trunk/libffado/src/dice/focusrite/saffire_pro24.cpp (modified) * trunk/libffado/src/dice/focusrite/saffire_pro24.h (modified) Controlling the dim-level works now. Controlling the DAC-level works too, but switching the dac-level to control channels is still missing. 11/24/09 14:27:33 arnonym [1733] * trunk/libffado/src/dice/dice_avdevice.h (modified) Make the debug protected. 11/23/09 14:08:40 arnonym [1732] * trunk/libffado/src/SConscript (modified) Forgot to commit this file. Otherwise r1730 doesn't compile. 11/23/09 14:05:19 arnonym [1731] * trunk/libffado/src/libieee1394/IsoHandler.cpp (modified) * trunk/libffado/src/libieee1394/IsoHandler.h (modified) * trunk/libffado/src/libieee1394/IsoHandlerManager.cpp (modified) Looks as if this doesn't break using the old stack. see #240 11/23/09 13:55:36 arnonym [1730] * trunk/libffado/src/dice/focusrite/focusrite_eap.cpp (copied) * trunk/libffado/src/dice/focusrite/focusrite_eap.h (copied) * trunk/libffado/src/dice/focusrite/saffire_pro24.cpp (modified) * trunk/libffado/src/dice/focusrite/saffire_pro24.h (modified) Save code by creating another class. Next step is unified monitoring and switches for both the pro40 and the pro24. 11/23/09 13:50:44 arnonym [1729] * trunk/libffado/src/dice/focusrite/saffire_pro40.cpp (modified) * trunk/libffado/src/dice/focusrite/saffire_pro40.h (modified) This should enable nickname changes for the saffire pro40. ppalmers can you test this? On the pro24 the changes work and are written to the application space. Only they don't seem to last over a power-cycle. Don't yet know why... 11/23/09 13:40:01 arnonym [1728] * trunk/libffado/src/dice/focusrite (modified) ignore me 11/23/09 13:38:45 arnonym [1727] * trunk/libffado/src/dice/dice_avdevice.cpp (modified) * trunk/libffado/src/dice/dice_avdevice.h (modified) Introduce a virtual factory function. That way subclasses can have subclassed EAPs created. Like EAPs dealing with the special Focusrite extensions... 11/22/09 13:42:57 arnonym [1726] * trunk/libffado/src/dice/focusrite/saffire_pro24.cpp (modified) * trunk/libffado/src/dice/focusrite/saffire_pro24.h (modified) Access more switches of the pro24. Dim and Mute work, Mono-monitoring somehow doesn't (yet). 11/22/09 13:40:24 arnonym [1725] * trunk/libffado/src/dice/dice_eap.cpp (modified) As far as I can say this function works. Don't display the warning. But I think the control-interface needs to be extended to allow to call save and restore from gui. 11/22/09 12:55:51 arnonym [1724] * trunk/libffado/src/libcontrol/BasicElements.h (modified) * trunk/libffado/support/dbus/control-interface.xml (modified) * trunk/libffado/support/dbus/controlserver.cpp (modified) * trunk/libffado/support/dbus/controlserver.h (modified) Introduce a Control::Boolean for simple switches. To be used in the SaffirePro24 first, but maybe others will follow? Using this instead of Control::Enum saves code. 11/22/09 05:36:34 ppalmers [1719] * trunk/libffado/src/dice/dice_avdevice.h (modified) * trunk/libffado/src/dice/focusrite/saffire_pro24.cpp (modified) fix some compilation issues with the PRO24 code 11/18/09 12:53:43 arnonym [1718] * trunk/libffado/src/dice/focusrite/saffire_pro24.cpp (modified) * trunk/libffado/src/dice/focusrite/saffire_pro24.h (modified) Switching line/inst on channels 1+2 and low/high in channels 3+4 works now with the dbus-interface. Mixer is coming soon. Gotta ask back whether I am allowed to add the full description of the application-space here for all to see. 11/16/09 14:37:28 arnonym [1717] * trunk/libffado/src/dice/dice_eap.cpp (modified) * trunk/libffado/tests/test-dice-eap.cpp (modified) Make reading the whole application space its own special thing. 11/16/09 12:44:40 arnonym [1716] * trunk/libffado/doc/reference.doxygen.in (modified) - Update the doxygen file to a new doxygen-version. - De-activate the LaTeX-output. - Enable output for QAssistant files. 11/15/09 14:56:42 arnonym [1714] * trunk/libffado/src/dice (modified) * trunk/libffado/src/libstreaming/rme (modified) ignore me 11/15/09 14:54:26 arnonym [1713] * trunk/libffado/src/debugmodule/debugmodule.cpp (modified) * trunk/libffado/src/dice/dice_eap.cpp (modified) Print the hexdump of the quadlets to stderr. Print the stuff from show() as normal messages, not as debug. And print the first 512 bytes of the application space of the dice- chip. Trying to figure out which bits to set to control line/instrument and high/low switches. 11/15/09 14:51:57 arnonym [1712] * trunk/libffado/src/dice/dice_avdevice.cpp (modified) * trunk/libffado/src/dice/focusrite/saffire_pro24.cpp (copied) * trunk/libffado/src/dice/focusrite/saffire_pro24.h (copied) * trunk/libffado/src/SConscript (modified) Start a special class for the saffire24... 11/15/09 14:20:11 arnonym [1711] * trunk/libffado/support/mixer-qt4/ffado-mixer.in (modified) Fix deletion. 11/15/09 11:05:30 arnonym [1710] * trunk/libffado/support/mixer-qt4/ffado/widgets/ntompanner.py (deleted) Not needed anymore. Advanced panning will be resurrected at a different place. 11/15/09 11:02:29 arnonym [1709] * trunk/libffado/support/mixer-qt4/ffado/widgets/matrixmixer.py (modified) Some more gui-niceness. 11/15/09 07:45:56 arnonym [1708] * trunk/libffado/support/mixer-qt4/ffado/widgets/matrixmixer.py (modified) Add a context menu with some predefined values and a spinbox for direct entry of custom values. And display the values in dB. The calculation is currently fixed on the values of the DICE, for more flexibility the dbus-interface needs an extension. Then the range and the definition of 0 dB could be device-dependant. 11/14/09 13:17:22 arnonym [1707] * trunk/libffado/support/mixer-qt4/ffado-mixer.in (modified) * trunk/libffado/support/mixer-qt4/ffado/panelmanager.py (modified) * trunk/libffado/support/mixer-qt4/ffado/widgets/crossbarrouter.py (modified) Use QSettings to store the state of the VU-switch. And do some playing with deleting panels when the devices are removed from the bus. Otherwise the timer checking the VU-values will run forever and complain about missing dbus-objects. 11/14/09 13:15:10 arnonym [1706] * trunk/libffado/support/mixer-qt4/ffado/widgets/matrixmixer.py (modified) Panning multiple channels to multiple channels is rather complicated. Probably more complicated then what is needed for ffado-mixer. So go back to individual controls for each junction. They look like colored labels but are in fact sliders. A context-menu with predefined values and a direct input for numbers will come soon... 11/12/09 12:57:18 arnonym [1705] * trunk/libffado/configuration (modified) Somehow there where some "Mixer"s left... 11/09/09 12:34:33 arnonym [1702] * trunk/libffado/support/mixer-qt4/ffado/configuration.py (modified) Change whitespaces. And don't crash when a configuration-file doesn't have a "device_definitions" section. 11/09/09 12:04:57 arnonym [1701] * trunk/libffado/tests/dumpiso_mod.cpp (modified) As far as I can tell these patches don't break the old stack. So apply them... see #240 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