FFADO version 2.4.0 is now available, a package of userspace drivers for
firewire audio interfaces. As for version 2.3.0, this version contains
mostly incremental improvements and bug fixes. There are no significant new
features in this version compared to the last, but users are encouraged to
upgrade to pick up the improvements.
This is a source-only release which can be downloaded from the ffado.org
website at
http://ffado.org
or via the direct link:
http://ffado.org/files/libffado-2.4.0.tgz
Notable changes include:
* Numerous build system and code improvements to support architectures such
as MIPS, x32 and various PowerPC flavours.
* A large number of fixes for newer versions of gcc (particularly versions
6 and 7).
* Initial support for the optional TCO module of the RME Fireface-800.
* Expanded ffado-mixer support for the Phase88 device.
* Initial work to make ffado-mixer compatible with python3/pyqt5.
* Start work towards compatibility with scons3.
Thanks go out to the developers and users who contributed code and
information which went into this release: Plamen Aleksandrov, Daniel
Cavalli, Xavier Forestier, Thorsten Glaser, Adrian Knoth, Dominik Meister,
Andras Muranyi, Orcan Ogetbil, "Olivier", Nils Philippsen, Takashi Sakamoto,
Shalok Shalom, Stefan Richter, Roland Stigge, "Vince" and Jonathan Woithe.
Apologies if there or errors or omissions - please contact us via the FFADO
mailing list and we'll be happy to make corrections.
[Apologies for cross-postings] [Please distribute]
Save the date: Linux Audio Conference 2018
The 2018 Linux Audio Conference will take place at
c-base, Berlin
7th -11th June 2018
The LAC 2018 will feature a full program of talks, workshops and music.
The official call for papers and works will be sent shortly after the
winter break -
so use the quiet of the holidays to think about possible submissions.
All relevant information will be made available on:
http://lac.linuxaudio.org/2018/
The LAC 2018 Organizing Team
--
https://sleepmap.de
Dear all,
here is QMidiArp 0.6.5. Another year has passed, and qmidiarp again only
slightly changes, improves, adapts itself. A few more factory patterns were
added to the Arpeggiator, a new "As Played" repeat mode has sneaked in, and
for making things easier the MIDI OMNI mode is now default when modules are
added.
QMidiArp also builds against Qt5 by default now (it's about time ;) ), no more
--enable-qt5 needed at configure stage.
Enjoy!
Frank
--------------
Here is the full changelog:
qmidiarp-0.6.5 (2017-12-17)
*Improvements*
o MIDI OMNI Mode receiving on all MIDI channels is now available and
even default for all modules.
o Arp: Some more 'factory' patterns added to the LV2 presets and to
the .qmidiarprc file. Latter requires deleting the original one in
the home directory and launching the standalone application.
o Arp: New pattern repeat mode "As Played" for following the played
note order instead of reorganizing them up, down or random.
o Arp: For deliberately clearing buffered incoming notes the modules
now all react to ALL_NOTES_OFF and ALL_SOUND_OFF MIDI messages.
o LV2: The DSP ("generic") parameter interface has gotten some
improvements for better usability (thanks Holger Wirtz for input on
this)
*Fixed Bugs*
o LV2: Latch mode was not working properly when using release function.
o LV2 Arp: when running with host transport sync, transport start
caused received notes to be cleared. This also cleared those notes
received before the transport was starting and led to missed notes
especially in qtractor. This should work better now. (Thanks to
Webmadman for reporting, and to Rui).
o Seq and LFO: the "Note Off" option had no effect (regression).
o Recent Files menu in main app displayed extra characters with Qt5.
*General changes*
o Building against Qt5 is now default. No more --enable-qt5 needed.
o LV2: Category set to MIDIPlugin instead of Instrument
o The DSP classes including the LV2 DSP modules no longer use
Qt libraries. However the LV2 and App GUIs do.
o New build configure options for more flexibility
--enable-alsa (default=yes) set no for building on systems without alsa
--enable-buildapp (default=yes) set no for building only LV2 modules
--enable-lv2-pluginuis (default=yes) set no for LV2 module dsps only
*Website*
http://qmidiarp.sourceforge.net/
*Download*
https://download.sf.net/qmidiarp/qmidiarp/0.6.5/qmidiarp-0.6.5.tar.bz2
*Description*
QMidiArp is a MIDI arpeggiator, phrase generator and controller LFO for ALSA
and JACK. It can run multiple synchronized arpeggiators, LFOs and step
sequencers. The modules are also available as LV2 plugins with Qt user
interface.
*SCM Repos*
https://git.code.sf.net/p/qmidiarp/codehttps://github.com/emuse/qmidiarp
Dear all,
here is QMidiArp 0.6.5. Another year has passed, and qmidiarp again only
slightly changes, improves, adapts itself. A few more factory patterns were
added to the Arpeggiator, a new "As Played" repeat mode has sneaked in, and
for making things easier the MIDI OMNI mode is now default when modules are
added.
QMidiArp also builds against Qt5 by default now (it's about time ;) ), no more
--enable-qt5 needed at configure stage.
Enjoy!
Frank
--------------
Here is the full changelog:
qmidiarp-0.6.5 (2017-12-17)
*Improvements*
o MIDI OMNI Mode receiving on all MIDI channels is now available and
even default for all modules.
o Arp: Some more 'factory' patterns added to the LV2 presets and to
the .qmidiarprc file. Latter requires deleting the original one in
the home directory and launching the standalone application.
o Arp: New pattern repeat mode "As Played" for following the played
note order instead of reorganizing them up, down or random.
o Arp: For deliberately clearing buffered incoming notes the modules
now all react to ALL_NOTES_OFF and ALL_SOUND_OFF MIDI messages.
o LV2: The DSP ("generic") parameter interface has gotten some
improvements for better usability (thanks Holger Wirtz for input on
this)
*Fixed Bugs*
o LV2: Latch mode was not working properly when using release function.
o LV2 Arp: when running with host transport sync, transport start
caused received notes to be cleared. This also cleared those notes
received before the transport was starting and led to missed notes
especially in qtractor. This should work better now. (Thanks to
Webmadman for reporting, and to Rui).
o Seq and LFO: the "Note Off" option had no effect (regression).
o Recent Files menu in main app displayed extra characters with Qt5.
*General changes*
o Building against Qt5 is now default. No more --enable-qt5 needed.
o LV2: Category set to MIDIPlugin instead of Instrument
o The DSP classes including the LV2 DSP modules no longer use
Qt libraries. However the LV2 and App GUIs do.
o New build configure options for more flexibility
--enable-alsa (default=yes) set no for building on systems without alsa
--enable-buildapp (default=yes) set no for building only LV2 modules
--enable-lv2-pluginuis (default=yes) set no for LV2 module dsps only
*Website*
http://qmidiarp.sourceforge.net/
*Download*
https://download.sf.net/qmidiarp/qmidiarp/0.6.5/qmidiarp-0.6.5.tar.bz2
*Description*
QMidiArp is a MIDI arpeggiator, phrase generator and controller LFO for ALSA
and JACK. It can run multiple synchronized arpeggiators, LFOs and step
sequencers. The modules are also available as LV2 plugins with Qt user
interface.
*SCM Repos*
https://git.code.sf.net/p/qmidiarp/codehttps://github.com/emuse/qmidiarp
Dear all,
here is QMidiArp 0.6.5. Another year has passed, and qmidiarp again only
slightly changes, improves, adapts itself. A few more factory patterns were
added to the Arpeggiator, a new "As Played" repeat mode has sneaked in, and
for making things easier the MIDI OMNI mode is now default when modules are
added.
QMidiArp also builds against Qt5 by default now (it's about time ;) ), no more
--enable-qt5 needed at configure stage.
Enjoy!
Frank
--------------
Here is the full changelog:
qmidiarp-0.6.5 (2017-12-17)
*Improvements*
o MIDI OMNI Mode receiving on all MIDI channels is now available and
even default for all modules.
o Arp: Some more 'factory' patterns added to the LV2 presets and to
the .qmidiarprc file. Latter requires deleting the original one in
the home directory and launching the standalone application.
o Arp: New pattern repeat mode "As Played" for following the played
note order instead of reorganizing them up, down or random.
o Arp: For deliberately clearing buffered incoming notes the modules
now all react to ALL_NOTES_OFF and ALL_SOUND_OFF MIDI messages.
o LV2: The DSP ("generic") parameter interface has gotten some
improvements for better usability (thanks Holger Wirtz for input on
this)
*Fixed Bugs*
o LV2: Latch mode was not working properly when using release function.
o LV2 Arp: when running with host transport sync, transport start
caused received notes to be cleared. This also cleared those notes
received before the transport was starting and led to missed notes
especially in qtractor. This should work better now. (Thanks to
Webmadman for reporting, and to Rui).
o Seq and LFO: the "Note Off" option had no effect (regression).
o Recent Files menu in main app displayed extra characters with Qt5.
*General changes*
o Building against Qt5 is now default. No more --enable-qt5 needed.
o LV2: Category set to MIDIPlugin instead of Instrument
o The DSP classes including the LV2 DSP modules no longer use
Qt libraries. However the LV2 and App GUIs do.
o New build configure options for more flexibility
--enable-alsa (default=yes) set no for building on systems without alsa
--enable-buildapp (default=yes) set no for building only LV2 modules
--enable-lv2-pluginuis (default=yes) set no for LV2 module dsps only
*Website*
http://qmidiarp.sourceforge.net/
*Download*
https://download.sf.net/qmidiarp/qmidiarp/0.6.5/qmidiarp-0.6.5.tar.bz2
*Description*
QMidiArp is a MIDI arpeggiator, phrase generator and controller LFO for ALSA
and JACK. It can run multiple synchronized arpeggiators, LFOs and step
sequencers. The modules are also available as LV2 plugins with Qt user
interface.
*SCM Repos*
https://git.code.sf.net/p/qmidiarp/codehttps://github.com/emuse/qmidiarp
Here's me, having to deal with a 48 channel live recording over the
course of six shows. Since my MADI gear is kinda heavy and the rental
company had a Dante system on offer, I dusted off the 2013 Macbook pro I
bought used, purchased a Dante virtual soundcard license from Audinate
and happily tracked the first three shows with Ardour.
On the train on an off-day, I started a rough mix-down so that the
client can begin the selection process. In the middle of exporting, my
Mac shuts down and boots into a PIN unlock screen, telling me it has
been locked via "Find-my-Mac".
For the record, this Macbook had been purchased from a reputable large
online dealer, and it had been factory-reset and completely installed
from scratch.
The first thing I find as I frantically research this issue (on my
proper laptop, that is controlled by me, not by some iFuckwits), is that
this iFeature even contains the option of a remote data wipe.
My excuses to my fellow passengers who got in the way of a stream of
expletives suddenly bursting forth from an otherwise unobtrusive
business traveller, as said traveller notices he doesn't have a
screwdriver to yank his data drive out of this ransomware machine, and
cannot even be sure it's off when it says it's off because of course the
battery cannot be removed without major surgery, either.
Was able to salvage the data at home using a real operating system on
real hardware, and today I'm going to find an authorized mac reseller
and give the guy at the guru bar a day he will remember and testify
about at the next Apple employee incentive day.
Long story short: don't.
--
Jörn Nettingsmeier
De Rijpgracht 8, 1055VR Amsterdam, Nederland
Tel. +49 177 7937487
Meister für Veranstaltungstechnik (Bühne/Studio), Tonmeister VDT
http://stackingdwarves.net