14
I Use This!
Activity Not Available

News

Analyzed 2 months ago. based on code collected over 1 year ago.
Posted almost 12 years ago by [email protected]
Introduce ENABLE_SETBUFFERSIZE_API_VER=force We now have: false: use API_VER 8 auto: use API_VER 8 or 9 depending on the installed jackd version or API_VER 9 if no jackd is installed true: use API_VER 9, but abort if detected jackd is too old force: use API_VER 9
Posted almost 12 years ago by [email protected]
Revert "Don't abort on ENABLE_SETBUFFERSIZE_API_VER=true" This reverts commit 487d76efa4df33c9bdf9be4c4264b54105f895b1.
Posted almost 12 years ago by [email protected]
Don't abort on ENABLE_SETBUFFERSIZE_API_VER=true Power to the people. If they ask for APIv9, they get APIv9. Reserve the "I know what's good for you" attitude to the 'auto' case.
Posted almost 12 years ago by [email protected]
Fix failing assertion in AMDTP streamer when increasing bufsize Closes #348
Posted almost 12 years ago by [email protected]
Terratec Producer Phase 24FW: possibly fix a few mixer settings which were not working. Patch from 'maxi' via trac. Addresses ticket #323.
Posted almost 12 years ago by [email protected]
Patch from Philippe Carriere. refreshPanels is the 'orthogonal' function to updatePanels; it permits the reconfiguration and redrawing of the current mixer panels under user request. This may be useful when some hardware settings have been changed that ffado-mixer is unaware of but which can affect the options offered by the mixer.
Posted almost 12 years ago by [email protected]
Patch from Philippe Carriere. This is just a simple re-writing of updatePanels, intended to have no effects on the behaviour of ffado-mixer. Sub-functions will be used in a future, additional, 'refresh currents' panels function.
Posted almost 12 years ago by [email protected]
firestudio project: activate the generic DICE mixer since according to Walt Baldwin via the ffado-user mailing list, this works. Apparently it is a touch cryptic though, so an alternative mixer may be on the cards at some point.
Posted almost 12 years ago by [email protected]
The firewire and FFADO architectures impose some lower limits on the number of buffers and buffer size. Test for these and raise an error if an attempt is made to violate these limits. If an error condition is detected print a message using ... [More] printMessage() so the user has some hope of seeing it. debugFatal() isn't used because it will only print its message if debug was enabled at compile-time and a non-zero debug level is set. Addresses ticket #324. Thanks to 'paradox uncreated' for the initial bug report. [Less]
Posted almost 12 years ago by [email protected]
If ffado is compiled on a machine without jack, permit compilation and default to the setbuffersize-compatible API version return when ENABLE_SETBUFFERSIZE_API_VER is set to auto (the default). Having jackd on the system should not be a ... [More] prerequisite for compiling, but r2104 effectively made it so. Also note that the commit message for r2105 wrongly referred to r2104 as 2014. [Less]