x42-plugins is a collection of cross platform LV2 audio/midi plugins,
currently featuring over 80 plugins from 11 repositories.
https://github.com/x42/x42-pluginshttp://gareus.org/misc/x42-plugins/x42-plugins-20150702.tar.xz
(sha1sum d37977c1a07f6d1a46e673614a2be47881cc7bce)
Changes since the last release (20150530)
* All plugins
- now have LV2 required version numbers
- feature built-in documentation/description
Plugin descriptions are now 100% spec conform and survived
pedantic inspection by the LV2 high inquisitor (falkTX ['s script]).
There have been various small build-system and packaging tweaks reported
by distros in the wake of the previous release last month.
Many thanks to Jaromir Mikes (debian), Edgar Aichinger (openSuSe) and
Filipe Coelho (KXstudio).
Likewise portability has been further improved. While developed an
targeted at GNU/Linux, all plugins now on run reliably on all major OS
and support over 20 CPU architectures.
Thanks to Jean-Luc Nest, Chris Goddart and Harrisonconsoles for QA on
OSX and Windows.
* sisco.lv2 (Simple Scope)
- allow to vertically align individual channels
* meters.lv2 (Audio Signal Meters)
- EBUr128 GUI: improved drawing performance (partial exposure)
- new Bit Meter (inspired by bitmeter the jack app)
- scalable GUI for the 30band 1/3 oct spectrum analyzer
- drawing improvements for the Goniometer "dot" mode.
* midifilter.lv2
- fix some invalid ranges min <= default <= max.
- remove units from port-names, use lv2:unit
* OSC controllable standalone jack applications (simple LV2 host)
are now compiled and deployed by default for the following:
+ x42-eq (mono + stereo variant)
+ x42-tuna
+ x42-meter (collection of all meter.lv2)
+ x42-mixtri (mixer/trigger pre-processor)
(x42-scope was previously available as standalone jack app)
- incl man-pages and --osc-doc built-it doc
- possibility to set initial port-values
- featuring port latency compensation
For a complete list of changes, please see the individual repositories:
https://github.com/x42/balance.lv2https://github.com/x42/convoLV2https://github.com/x42/fil4.lv2https://github.com/x42/meters.lv2https://github.com/x42/midifilter.lv2https://github.com/x42/mixtri.lv2https://github.com/x42/nodelay.lv2https://github.com/x42/onsettrigger.lv2https://github.com/x42/sisco.lv2https://github.com/x42/tuna.lv2https://github.com/x42/xfade.lv2
Kudos to Fons Adriaensen, some of the DSP code goes back to him and he
provided very valuable feedback and advise throughout the development of
what became x42-plugins over the years.
Also to David Robillard who laid the LV2 groundwork and made portable
free audio-plugins a possibility in the first place.
Last but not least, many thanks to libremusicproduction.com and
libregraphicsworld.org for continued support and publicity.
have fun,
robin
>
> Message-ID: <20150702092832.10e9aef0@archlinux>
>
> On Wed, 1 Jul 2015 23:38:38 -0700, Jeff Sandys wrote:
> >I don't see any difference with alsamixer, pulseaudio and jack
> >settings, and input works with both.
>
> You're using the same settings, by most likely running the same audio
> sessions, ok, but are you getting the same jackd messages too?
>
> The output of aplay -l;arecord -l;amidi -l is equal too?
>
> amixer >> Desktop/linux_v3.txt
> amixer >> Desktop/linux_v4.txt
>
> No diff?
>
aplay, arecord, amidi, amixer and jack messages are essentially the same.
The difference is the order of the cards,
HDMI, PCH, USB in kernel 3.18.9 and
USB, HDMI, PCH in kernel 4.0.5
Below, after the uname, aplay, arecord, amidi and amixer output, the
qjackctl messages up to the point where I do get sound with guitarx in
kernel 3.18.9 and I don't with kernel 4.0.5 are listed.
if I switch jack to PCH, audio play and record works with both kernels.
Anyone else have a problem with Focusrite Scarlett and kernel 4.x ?
Should I submit a bug report, if so, where?
-- Jeff
[jeff@bossart ~]$ uname -r
3.18.9-201.rt5.1.fc21.ccrma.x86_64+rt
[jeff@bossart ~]$ aplay -l
**** List of PLAYBACK Hardware Devices ****
card 0: HDMI [HDA Intel HDMI], device 3: HDMI 0 [HDMI 0]
Subdevices: 1/1
Subdevice #0: subdevice #0
card 0: HDMI [HDA Intel HDMI], device 7: HDMI 1 [HDMI 1]
Subdevices: 1/1
Subdevice #0: subdevice #0
card 0: HDMI [HDA Intel HDMI], device 8: HDMI 2 [HDMI 2]
Subdevices: 1/1
Subdevice #0: subdevice #0
card 1: PCH [HDA Intel PCH], device 0: VT1802 Analog [VT1802 Analog]
Subdevices: 1/1
Subdevice #0: subdevice #0
card 1: PCH [HDA Intel PCH], device 2: VT1802 Alt Analog [VT1802 Alt
Analog]
Subdevices: 1/1
Subdevice #0: subdevice #0
card 2: USB [Scarlett 18i8 USB], device 0: USB Audio [USB Audio]
Subdevices: 1/1
Subdevice #0: subdevice #0
[jeff@bossart ~]$ arecord -l
**** List of CAPTURE Hardware Devices ****
card 1: PCH [HDA Intel PCH], device 0: VT1802 Analog [VT1802 Analog]
Subdevices: 1/1
Subdevice #0: subdevice #0
card 2: USB [Scarlett 18i8 USB], device 0: USB Audio [USB Audio]
Subdevices: 1/1
Subdevice #0: subdevice #0
[jeff@bossart ~]$ amidi -l
Dir Device Name
IO hw:2,0,0 Scarlett 18i8 USB MIDI 1
[jeff@bossart ~]$ amixer
Simple mixer control 'Master',0
Capabilities: pvolume pswitch pswitch-joined
Playback channels: Front Left - Front Right
Limits: Playback 0 - 65536
Mono:
Front Left: Playback 65536 [100%] [on]
Front Right: Playback 65536 [100%] [on]
Simple mixer control 'Capture',0
Capabilities: cvolume cswitch cswitch-joined
Capture channels: Front Left - Front Right
Limits: Capture 0 - 65536
Front Left: Capture 65540 [100%] [on]
Front Right: Capture 65540 [100%] [on]
[jeff@bossart ~]$
23:23:22.013 JACK is starting...
23:23:22.013 /bin/jackd -dalsa -dhw:USB -r48000 -p256 -n2 -zt
Cannot connect to server socket err = No such file or directory
Cannot connect to server request channel
jack server is not running or cannot be started
23:23:22.018 JACK was started with PID=2097.
no message buffer overruns
no message buffer overruns
no message buffer overruns
jackdmp 1.9.10
Copyright 2001-2005 Paul Davis and others.
Copyright 2004-2014 Grame.
jackdmp comes with ABSOLUTELY NO WARRANTY
This is free software, and you are welcome to redistribute it
under certain conditions; see the file COPYING for details
JACK server starting in realtime mode with priority 60
self-connect-mode is "Don't restrict self connect requests"
audio_reservation_init
Acquire audio card Audio2
creating alsa driver ... hw:USB|hw:USB|256|2|48000|0|0|nomon|swmeter|-|32bit
configuring for 48000Hz, period = 256 frames (5.3 ms), buffer = 2 periods
ALSA: final selected sample format for capture: 32bit integer little-endian
ALSA: use 2 periods for capture
ALSA: final selected sample format for playback: 32bit integer little-endian
ALSA: use 2 periods for playback
23:23:24.215 JACK connection change.
23:23:24.216 Server configuration saved to "/home/jeff/.jackdrc".
23:23:24.216 Statistics reset.
23:23:24.222 Client activated.
23:23:24.222 Post-startup script...
23:23:24.222 /usr/bin/a2jmidid -e &
JACK MIDI <-> ALSA sequencer MIDI bridge, version 8
(7383d268c4bfe85df9f10df6351677659211d1ca) built on Sun Oct 26 18:17:02 2014
Copyright 2006,2007 Dmitry S. Baikov
Copyright 2007,2008,2009,2011,2012 Nedko Arnaudov
Bridge starting...
Using JACK server 'default'
Hardware ports will be exported.
Bridge started
Press ctrl-c to stop the bridge
port created: Midi Through [14] (capture): Midi Through Port-0
port created: Midi Through [14] (playback): Midi Through Port-0
port created: Scarlett 18i8 USB [24] (capture): Scarlett 18i8 USB MIDI 1
port created: Scarlett 18i8 USB [24] (playback): Scarlett 18i8 USB MIDI 1
23:23:24.624 Post-startup script terminated successfully.
23:23:24.624 JACK active patchbay scan...
23:23:24.625 JACK connection change.
23:23:24.826 JACK active patchbay scan...
23:23:52.358 JACK connection graph change.
23:23:52.454 JACK active patchbay scan...
23:23:52.455 JACK connection change.
23:23:52.657 JACK active patchbay scan...
[jeff@bossart ~]$ uname -r
4.0.5-200.fc21.x86_64
[jeff@bossart ~]$ aplay -l
**** List of PLAYBACK Hardware Devices ****
card 0: USB [Scarlett 18i8 USB], device 0: USB Audio [USB Audio]
Subdevices: 1/1
Subdevice #0: subdevice #0
card 1: HDMI [HDA Intel HDMI], device 3: HDMI 0 [HDMI 0]
Subdevices: 1/1
Subdevice #0: subdevice #0
card 1: HDMI [HDA Intel HDMI], device 7: HDMI 1 [HDMI 1]
Subdevices: 1/1
Subdevice #0: subdevice #0
card 1: HDMI [HDA Intel HDMI], device 8: HDMI 2 [HDMI 2]
Subdevices: 1/1
Subdevice #0: subdevice #0
card 2: PCH [HDA Intel PCH], device 0: VT1802 Analog [VT1802 Analog]
Subdevices: 1/1
Subdevice #0: subdevice #0
card 2: PCH [HDA Intel PCH], device 2: VT1802 Alt Analog [VT1802 Alt Analog]
Subdevices: 1/1
Subdevice #0: subdevice #0
[jeff@bossart ~]$ arecord -l
**** List of CAPTURE Hardware Devices ****
card 0: USB [Scarlett 18i8 USB], device 0: USB Audio [USB Audio]
Subdevices: 1/1
Subdevice #0: subdevice #0
card 2: PCH [HDA Intel PCH], device 0: VT1802 Analog [VT1802 Analog]
Subdevices: 1/1
Subdevice #0: subdevice #0
[jeff@bossart ~]$ amidi -l
Dir Device Name
IO hw:0,0,0 Scarlett 18i8 USB MIDI 1
[jeff@bossart ~]$ amixer
Simple mixer control 'Master',0
Capabilities: pvolume pswitch pswitch-joined
Playback channels: Front Left - Front Right
Limits: Playback 0 - 65536
Mono:
Front Left: Playback 65536 [100%] [on]
Front Right: Playback 65536 [100%] [on]
Simple mixer control 'Capture',0
Capabilities: cvolume cswitch cswitch-joined
Capture channels: Front Left - Front Right
Limits: Capture 0 - 65536
Front Left: Capture 65540 [100%] [on]
Front Right: Capture 65540 [100%] [on]
[jeff@bossart ~]$
23:28:57.885 JACK is starting...
23:28:57.886 /bin/jackd -dalsa -dhw:USB -r48000 -p256 -n2 -zt
Cannot connect to server socket err = No such file or directory
Cannot connect to server request channel
jack server is not running or cannot be started
23:28:57.890 JACK was started with PID=1942.
no message buffer overruns
no message buffer overruns
no message buffer overruns
jackdmp 1.9.10
Copyright 2001-2005 Paul Davis and others.
Copyright 2004-2014 Grame.
jackdmp comes with ABSOLUTELY NO WARRANTY
This is free software, and you are welcome to redistribute it
under certain conditions; see the file COPYING for details
JACK server starting in realtime mode with priority 20
self-connect-mode is "Don't restrict self connect requests"
audio_reservation_init
Acquire audio card Audio0
creating alsa driver ... hw:USB|hw:USB|256|2|48000|0|0|nomon|swmeter|-|32bit
configuring for 48000Hz, period = 256 frames (5.3 ms), buffer = 2 periods
ALSA: final selected sample format for capture: 32bit integer little-endian
ALSA: use 2 periods for capture
ALSA: final selected sample format for playback: 32bit integer little-endian
ALSA: use 2 periods for playback
23:29:00.057 JACK connection change.
23:29:00.058 Server configuration saved to "/home/jeff/.jackdrc".
23:29:00.059 Statistics reset.
23:29:00.067 Client activated.
23:29:00.068 Post-startup script...
23:29:00.068 /usr/bin/a2jmidid -e &
JACK MIDI <-> ALSA sequencer MIDI bridge, version 8
(7383d268c4bfe85df9f10df6351677659211d1ca) built on Sun Oct 26 18:17:02 2014
Copyright 2006,2007 Dmitry S. Baikov
Copyright 2007,2008,2009,2011,2012 Nedko Arnaudov
Bridge starting...
Using JACK server 'default'
Hardware ports will be exported.
Bridge started
Press ctrl-c to stop the bridge
port created: Midi Through [14] (capture): Midi Through Port-0
port created: Midi Through [14] (playback): Midi Through Port-0
port created: Scarlett 18i8 USB [16] (capture): Scarlett 18i8 USB MIDI 1
port created: Scarlett 18i8 USB [16] (playback): Scarlett 18i8 USB MIDI 1
23:29:00.470 Post-startup script terminated successfully.
23:29:00.470 JACK active patchbay scan...
23:29:00.471 JACK connection change.
23:29:00.672 JACK active patchbay scan...
23:29:13.233 JACK connection graph change.
23:29:13.284 JACK active patchbay scan...
23:29:13.291 JACK connection change.
23:29:13.291 JACK connection graph change.
23:29:13.492 JACK active patchbay scan...
Sorry for posting on something non-FOSS but there has been enough talk on Bitwig over the years and that piece of software costs five times as much for me to not feel guilty...
Anyway I noticed Renoise has brought out Redux fairly recently. Thought I may have seen some chatter about it already as there is at least one Renoise user on the list and sure some of you used trackers back in their hayday.
Unfortunately Linux VST only but still maybe of interest to some of you...
http://www.renoise.com/products/redux
I can't get an output with the 4.x kernels from my Focuserite Scarlett 18i8
(USB), the device works fine with 3.x kernels. I don't see any difference
with alsamixer, pulseaudio and jack settings, and input works with both. lsmod
for kernel 4.0.5-200.fc21.x86_64 inculdes snd_seq_midi_event, snd_seq_midi,
and x86_pkg_temp_thermal not listed in 3.18.9-201.rt5.1.fc21.ccrma.x86_64+rt.
Is this a kernel bug or is there something I need to do?
-- Jeff
Hello!
The Linux Audio Berlin meetup happens every first Wednesday of the month.
This month's meeting will be (again) at C-Base at 19:30.
For more info please join the mailing list:
http://linuxaudio.berlin/mailman/listinfo/discuss
(sorry for cross-posting!)
Hope to see you all,
--
Bruno Gola <brunogola(a)gmail.com>
http://bgo.la/
On Fri, 19 Jun 2015, Felix Homann wrote:
> Am 19.06.2015 02:23 schrieb "Len Ovens" <len(a)ovenwerks.net>:
>
> > The line between "audio interface" and "digital mixer" is getting pretty fuzzy.
> There are a number of Audio interfaces that could also be used live digital
> mixers. (have eq and effects and can be controlled by a computer GUI)
>
> How many are there that you can control from Linux, Android, Windows, Mac and
> iOS? How many are there that you can control completely via OSC?
>
> For my purposes the only alternative to the XR18 I know of would be another
> Behringer device, the X32 Rack that I had on my shopping list for quite a while
> last year until I realized that it is too heavy for me: I just would not want to
> carry it around with me to every show.
In general, the big thing with a digital mixer is lots of mic pre. You
have 16. The motu 8M has only 8 but is a class compliant USB2 IF and can
be controled by OSC (I downloaded the OSC spec out of interest) or by
browser. More pres could be added, but at the expense of lugging more
stuff around. I agree that for your purposes The digital mixer is probably
better. Certainly the remote gui for linux has got to be better than a
browser interface.
I have tried the linux mixer gui for the xr18 and it is better than any of
the browser gui I have tried. The android version is not as nice :P
--
Len Ovens
www.ovenwerks.net
G'day.
setBfree is a MIDI-controlled, software synthesizer designed to imitate
the sound and properties of the electromechanical organs and sound
modification devices that brought world-wide fame to the names and
products of Laurens Hammond and Don Leslie.
http://setbfree.orghttps://github.com/pantherb/setBfree
It's been over 18 months since the last release and setBfree just
reached another major milestone: It now features a proper GUI that
allows to configure various aspects that have previously only been
accessible via text config files (the config and program file-format
itself has not changed). The GUI is available as LV2 and standalone jack
application and the old tcl/tk prototype UI was removed for good.
visit https://vimeo.com/130633814 for a demo.
The 2nd big change was reworking the Leslie: The horn now spins
counter-clockwise (same as the real thing) and we finally managed to
track down the aliasing noise that was audible during acceleration and
deceleration. Since various users play guitar and some even cello
through it, an animated LV2 GUI was added for the whirl-speaker
emulation and it has also been made available as standalone jack client.
Advanced settings such as microphone angle, position, horn radius, etc
are now also exposed (both for the organ as well as the LV2). The UI
looks like
https://raw.githubusercontent.com/pantherb/setBfree/master/doc/b_whirl.png
Other notable changes include new addition of presets for Kurzweil and
Korg CX3 and updates to portability (ARM-CPU/RPi, Windows + OSX
versions). The full list of over 300 changes since 0.7.5 is available as
git log.
Binaries for Intel platform, GNU/Linux, OSX and Windows are available
from https://github.com/pantherb/setBfree/releases/latest
though for Linux most distros will pick this up as usual.
Many thanks to Axel 'the C.L.A.' Müller and Jean-Luc Nest who provided
valuable feedback and inspiring music during the development cycle.
happy playing,
robin + will
/me re-adds list
On Tue, Jun 23, 2015 at 1:13 PM, Jörn Nettingsmeier <
nettings(a)stackingdwarves.net> wrote:
> On 06/04/2015 03:19 PM, Harry van Haaren wrote:
>
>> [1] https://github.com/harryhaaren/showq
>> <snip>
>>
>
> Great news! Just checked it out, builds flawlessly on OpenSUSE Tumbleweed.
> I will definitely chip in to keep this little tool alive and healthy.
>
Great! I'll try to work through any issues posted in the next week, and
then we can do a bugfix release, and notify the debian maintainer of the
updates/fixes available after that?
To everybody interested in ShowQ - please take 5 minutes of your time and
test / file a bug:
(for your convienience, the all important link ;)
https://github.com/harryhaaren/showq/issues
Thanks, -Harry