Hi everyone
I'd really like to be able to finally use the new and shiny ZynAddSubFX
in Qtractor (latest from source).
I tried the "zynaddsubfx_dssi" but even ghostess could not start it:
⚡ ghostess /usr/lib/dssi/libzynaddsubfx_dssi.so
ghostess: ghostess starting...
ghostess: failed to load plugin library /usr/lib/dssi/libzynaddsubfx_dssi.so
Then I build the full monty using the latest source tar.gz on SF
<https://sourceforge.net/projects/zynaddsubfx/files/latest/download?source=f…>,
because I could not get the git master branch
<https://sourceforge.net/p/zynaddsubfx/code/ci/master/tree/> to compile
(I'm using Ubuntu 14.04 with 3.13.0-36-generic).
Now ghostess does load something
⚡ ghostess ~/src/zynaddsubfx-2.4.4/build/src/libzynaddsubfx_dssi.so
ghostess: ghostess starting...
ghostess: instance 0 on channel 0, plugin 0 is
'libzynaddsubfx_dssi/ZASF/inst00'
ghostess: listening using ALSA MIDI
ghostess ready
I get a small window with just a "UI" button ; when clicked, it reveals
a window with a "Send test note" that works! :) Just a sine wave "a" but
still.
There are "bank" & "program" menus, but they don't seem to work.
In Qtractor, I get basically the same thing, without the test sound :/
It seems to be lacking both UI definitions and instruments.
I also tried building Carla and puttin bin/carla.lv2 in my lv2 dir,
carla showed up in qtractor LV2 tab but failed to load with
suil error: Unable to wrap UI type
<http://kxstudio.sf.net/ns/lv2ext/external-ui#Widget> as type
<http://lv2plug.in/ns/extensions/ui#Qt4UI>
[31mexec failed: No such file or directory[0m
read() returned 0
force killing misbehaved child 11048 (start)
[31mCarla assertion failure: "fPipeSend != -1" in file
../../utils/CarlaPipeUtils.hpp, line 422[0m
[31mCarla assertion failure: "fUiServer.isOk()" in file
CarlaEngineNative.cpp, line 935[0m
[31mQVariantMap DBusMenuExporterDBus::getProperties(int, const
QStringList&) const[0m: Condition failed: action
(...)
How can I link all this together? Wow, I'm on it since early this
morning!? Thanks to anyone who's listening.
Phil
PS - I tried the "zynadd" package (can't find the sources/repo) w/o any luck
PPS - WAIT! I missed the " ZynAddSubFX" entry in the LV2 list! This is
from Carla (I tested it by trying to remove the carla.lv2 dir) ; It does
load (and a song save / qtractor restart yeld no error) only I can't
neither load a new instrument (I cloned the instrument repo
<https://sourceforge.net/p/zynaddsubfx/instruments/ci/master/tree/> and
selected the dir as the default) nor seem to affect the sine sound
playing (I turn the knobs, say ADSR in *edit instrument* and nothing
changes)) so now I don't have ZASF but can see it from where I am :)
Thank you for your patience.
Sonic Visualiser is an application for inspecting and analysing the
contents of music audio files. It combines powerful waveform and
spectral visualisation tools with automated feature extraction plugins
and annotation capabilities.
Version 2.4 of Sonic Visualiser is now available. This release contains
some interesting new features, perhaps most noteworthy the ability to
sonify (play back) continuous frequency curve layers, as well as a
number of bug fixes and code quality improvements.
http://www.sonicvisualiser.org/
For more information, please read the change log at:
http://code.soundsoftware.ac.uk/projects/sonic-visualiser/repository/entry/…
Sonic Visualiser uses Vamp plugins for automated audio feature analysis.
For more information about Vamp plugins, including downloads and
developer resources, see
http://vamp-plugins.org/
Sonic Visualiser is Free Software under the GNU General Public Licence,
developed at the Centre for Digital Music, Queen Mary University of
London.
Chris
Hi,
QMidiArp 0.5.2 has just seen the light of the day. It brings mainly
two improvements. One is a comeback, that of tempo changes on the fly,
and that now includes also tempo changes of a potential Jack Transport
master. Also the Jack Transport starting position is finally taken into
account, so that QMidiArp should be in sync also when starting the
transport master not at zero.
The second one is Non Session Manager support, mainly thanks to the work done by Roy Vegard Ovesen!
Note that for compiling in NSM support you will now need liblo as dependency.
Enjoy, and enjoy LAC in Graz this year
Frank
________________________________
QMidiArp is an advanced MIDI arpeggiator, programmable step sequencer and LFO.
Everything is on
http://qmidiarp.sourceforge.net
qmidiarp-0.5.2 (2013-05-09)
New Features
o Tempo changes are again possible while running, both manually or by
a Jack Transport Master
o Jack Transport position is now taken into account when starting,
QMidiArp used to start always at zero
o Muting and sequencer parameter changes can be deferred to pattern
end using a new toolbutton
o Modules in the Global Storage window have mute/defer buttons
o Global Storage location switches can be set to affect only the pattern
o Non Session Manager support with "switch" capability (thanks to
Roy Vegard Ovesen)
General Changes
o NSM support requires liblo development headers (liblo-dev package)
Hello Linux Audio Users and Developers
In less than an our the MOD Duo Kickstarter campaign will go live and so it is with great pleasure that the MOD Team makes the announcement of the desktop versions for our entire software suite.
Some of this software has already been announced in the past but, as part of our Kickstarter campaign, we put the necessary effort to have them running in a regular Linux environment and not just inside the MOD. All instructions in Github were also updated in order to yield working elements when followed.
Most of this software has been under development for almost two years and their history is related to the development of the MOD itself. Being so, they carry some differences in workflow when compared to other LV2 programs and our current effort is being put on correcting those differences.
The softwares are:
MOD Client - run your LV2 plugins using the MOD interface.
https://github.com/portalmod/mod-client
——————————————————————————————————————————
MOD SDK - plugin interface creator
Use this program to create the HTML interface required by the MOD Client. If you don’t create an interface the plugins still work, but their icons will be a tuna fish can with just the ON/OFF button. When you click on the gear symbol on the upper right side of the icon you have access to the Plugin Settings Screen in which all parameters are visible.
The MOD SDK is Python based and can be installed by typing “pip install modsdk”
As the MOD Client, it runs on your browser and requires a mod-workspace folder (or link) in which you place your LV2 bundles.
Just run “modsdk" in your terminal and point your browser to localhost:9000
There is also post on our blog about the SDK: http://portalmod.com/blog/2014/09/the-mod-sdk
——————————————————————————————————————————
LV2BM - tool for analyzing and benchmarking LV2 plugins
Allows to select which URIs to test
Uses minimum, maximum and default control values to run the plugins
Uses several controls combinations in the full test mode
The output shows the JACK load percent
——————————————————————————————————————————
Plugins
- CAPS-LV2
LV2 port of the CAPS suite of LADSPA plugins.
- TAP-LV2 -
LV2 port of the TAP suite of LADSPA plugins.
- Pitch shifters - http://github.com/portalmod/mod-pitchshifter
Capo - up to 7 semitones up pitch shifting
SuperCapo - up to 24 semitones up pitch shifting
Drop - up to 12 semitones down pitch shifting
SuperWhammy - continuous pitch shifting from -12 to 24 semitones
Harmonizer - scale interval generator
- Utilities - https://github.com/portalmod/mod-utilities
Switchbox - A/B box for audio signal routing
SwitchTrigger - 4 excluding channel selector
ToggleSwitch - 4 non-excluding channel selector
Gain (mono and stereo)
Filters (LP, HP and BP) - 1st, 2nd and 3rd order
Two way mono crossover - 1st, 2nd and 3rd order
Three way mono crossover - 1st, 2nd and 3rd order
- Distortions - mathematical simulations of classic distortion circuits
BigMuff
DS-1
Muff Fuzz
- SopoperLooper
LV2 simplified port of the SooperLooper.
All plugins from our repository have the HTML MOD GUI included.
In our Github repository - www.github.com/portalmod - we also have plugins that were forked from the original repositories.
One of our aims is to trigger a dialogue with the developers, deprecate our forks and add the MOD interface to the original plugins but that depends on the developers and creators and shall be discussed in a one-to-one basis.
Wish you all the best
Kind regards
Gianfranco
The MOD Team
Ah, the equinox...
Twice a year a cherished planetary alignment checks in on schedule,
once again.
The little rock gets another round from its warmy solar furnax, from
which were forged. The pale blue dot gets yet another round and to no
surprise, another tinier dot gets here around:
Qtractor 0.6.3 (armed hadron beta) is now released!
Release highlights:
* Revamped mixer (un)dockable panels (NEW)
* Plugin preset selection sub-menu (NEW)
* LV2 Time position/transport event support (NEW)
* Constrained plugin multi-instantiation (FIX)
* Automation curve node resolution (FIX)
Qtractor is an audio/MIDI multi-track sequencer application written
in C++ with the Qt4 framework. Target platform is Linux, where the Jack
Audio Connection Kit (JACK) for audio and the Advanced Linux Sound
Architecture (ALSA) for MIDI are the main infrastructures to evolve as a
fairly-featured Linux desktop audio workstation GUI, specially dedicated
to the personal home-studio.
nb. Despite the old Qt4 stance, but still recommended, Qtractor does
build, runs and does it all on Qt5 for quite some time now. However, the
former recommendation prevails as the despicable LV2 plugin GUI
X11/embedding support through libSUIL just does NOT work on modern Qt5.
Website:
http://qtractor.sourceforge.net
Project page:
http://sourceforge.net/projects/qtractor
Downloads:
http://sourceforge.net/projects/qtractor/files
- source tarball:
http://download.sourceforge.net/qtractor/qtractor-0.6.3.tar.gz
- source package (openSUSE 13.1):
http://download.sourceforge.net/qtractor/qtractor-0.6.3-13.rncbc.suse131.sr…
- binary packages (openSUSE 13.1):
http://download.sourceforge.net/qtractor/qtractor-0.6.3-13.rncbc.suse131.i5…http://download.sourceforge.net/qtractor/qtractor-0.6.3-13.rncbc.suse131.x8…
- quick start guide & user manual (still outdated, see wiki):
http://download.sourceforge.net/qtractor/qtractor-0.5.x-user-manual.pdf
- wiki (help wanted!):
http://sourceforge.net/p/qtractor/wiki/
Weblog (upstream support):
http://www.rncbc.org
License:
Qtractor is free, open-source software, distributed under the terms
of the GNU General Public License (GPL) version 2 or later.
Change-log:
- Make the mouse-wheel to scroll the plugin list views, when not
hovering a direct-access parameter slider.
- Mixer widget gets (un)dockable Inputs and Outputs panels, also with
their respective title captions.
- Plugin instantiation is now constrained as much to prevent any audio
channel output overriding.
- Existing plugin presets may now be selected right(-click) from plugin
list context-menu (ticket by Harry van Haaren, thanks).
- So-called "painting" over multiple selected event values, while on the
MIDI clip editor view pane below the main piano-roll (eg. note
velocities, controller values, etc.) is now split into two similar
painting modes, whether the sub-menu Edit/Select Mode/Edit Draw is set
on (free-hand) or off (linear).
- Drag-and-copy of plug-in instances across tracks or buses (ie.
cloning) now also copies the direct access parameter setting (ticket by
Holger Marzen, thanks).
- File/Save As... now prompts and suggests an incremental backup name
for existing sessions files.
- Zooming in/out increment is now augmented by whether shift /ctrl
keyboard modifiers are set (on a ticket request by Holger Marzen, thanks).
- LV2 Time position event messages for plugin atom ports that support it
is now being implemented.
- Attempt to break extremely long audio file peak generation on session
close or program exit (as reported by EternalX, thanks again).
- MIDI Controllers Hook and Invert properties are now properly saved for
tracks (after bug report by Nicola Pandini, thanks).
- A segmentation fault when closing with VST plugins open has been
hopefully fixed (after a patch by EternalX, thanks).
- Messages standard output capture has been slightly improved as for
non-blocking i/o, whenever available.
- Automation curve node editing has been slightly improved in regard to
time positioning and resolution.
See also:
http://www.rncbc.org/drupal/node/818
Enjoy && have fun.
--
rncbc aka. Rui Nuno Capela
Hey all,
So I know a standard exists for Pro tools to save to a interchangeable format for import to Mixbus via a 3rd party software app. Forget the names.
Point is, it would be awesome to be able to save basic sessions in Ardour and be able to import the track info, edits, etc, into say, Qtractor or Muse or whatever.
What's out there per open source or proprietary solutions. Is this something that could be collaborated on in house so to speak?
I use Mixbus for the most part. But for live recording on an older sony Vaio, it's just too much of a CPU pig! Qtractor is a 1st choice solution for me. After the session has been saved, it would be great to be able to import that session to Ardour / Mixbus. Lining up all track data manually is a pita!
Thoughts? Work arounds? Other open source DAW's?
Fanx! :)
~ Russell
I offcially declare that the makers of the Wavedrum had vision.
Incredible fun.
I route in mono through a static Radial direct box though. That's how I
get reasonable sound level control. Used to have problems before that
when routing it directly into the 10101LT card.
linux-audio-user:
I've been running a Debian Wheezy DAW (i386, Xfce, realtime kernel,
Audacity, Rosegarden, various synthesizers, etc.) for the past week or
two. It sort of worked. But, it's clearly not ready for taking on
stage for a performance.
I checked for backports of more recent DAW titles, but none are available.
So, today I rebuilt the machine using Debian Testing (Jessie).
I started by downloading the 288 MB "netinst" ISO image. This was
followed by 100's of MB of downloads to install the base system,
graphical desktop (Xfce), laptop packages, SSH server, and print server.
I fed my list of desired general-purpose, kernel, and DAW packages to
Apt and it wanted to download another 1+ GB of files (!). I shook my
head and lit it off.
After several hours of hogging my 1.5 Mbps Internet connection, I
noticed that Apt was downloading a 323 MB documentation package.
Since when is documentation a *required* package?
For that matter, when is 288 MB a "small" installation image?
And, there are other issues with Debian (such as cdrkit/ isoinfo).
So, it's time for me to look for another Linux distribution. Are there
any recommendations for a Linux distribution that:
1. Works correctly.
2. Is efficient in both space and time.
3. Offers a kernel suitable for DAW use at install time.
4. Offers current DAW software binary packages.
5. Provides simple OOTB *user* and *administrator* experiences -- e.g.
minimal technical wrenching around under the hood.
TIA,
David
p.s. I read the recent thread on the same topic and researched some of
the responses (archive server down at the moment). The apparent
favorite, Arch Linux, fails criteria #5
(https://wiki.archlinux.org/index.php/Pro_Audio). The runner-up, Ubuntu
Studio, is 2+ GB and therefore fails criteria #2. The also-ran, Debian,
fails #1, 2, and 3.
On 09/16/2014 03:17 PM, Paul Davis wrote:
>>>On Tue, Sep 16, 2014 at 4:12 AM, Hans Wilmers <hanswil at notam02.no ><mailto:hanswil at notam02.no>> wrote: >>On 09/16/2014 09:55 AM, Hans Wilmers wrote: >>>The USBPre2 works fine with UAC2 on recent kernels. >>With Fedora 19, kernel 3.14.17, I get these samplerates: >32000/44100/48000/88200/96000/192000 >>>I have to moderate that a bit: >I can set up all sample rates as above, but the effective sample >rate as shown by qjackctl is max. 48000. >No error message is shown in case the effective sample rate is not >the chosen one. >>>JACK asks ALSA for the nearest sample rate available. It does not print >errors when they do not match. > >OK, I understand.
>The max. samplerate we get through Alsa is 48000 then. > / Hans
Hello.
Can you try to record 30 second of anything higher than 48khz and check the file with Audacity or Mplayer ? - mplayer -identify file.wav - or whatever is your most loved application.
By the way, the 48khz Max, are 16 bits or 24 bits ? You have the choise of this quantization between 16 or 24 bits ?
The - almost - last word : What we can do from here...this card support UAC2 but refuse to announce itself correctly and Gnu/Linux/Alsa perfectly support UAC2 ..... Any solution ? Begging Sound Devices to update 10 lines of code in a new firmware ? Asking someone at Alsa-project to make a patch if possible ? Any clue anyone ?
Best.
Hi all.
Sorry for the very much off-topic post but I have asked a couple of
other places and from those tried some recommendations and decided I
don't like them. On the whole you guys and gals seem to have similar
sensibilities to me so hopefully can suggest a email client that I will
agree with. Needs to run nicely in Threaded mode (including own, sent
emails in the thread for normal, non-list conversations.)
Evolution, Thunderbird and Alpine are the ones I've tried. Instantly
didn't like Evolution, tried Thunderbird for about the last week (and
currently typing this in it) with the Conversations plugin and it almost
works but there is a lot which is clunky and not quite right. Alpine I
barely got set up, only managed to get it to sync my Inbox folder, none
of the others, and it all of a sudden stopped even being willing to do that.
Considered trying kmail but it's a huge download for just an email
client (I assume it takes most of the Kontact library/suite just not the
other actual programs) and am currently on too poor a connection to feel
it was worth trying on the off-chance (IE it wasn't actually recommended
by anybody.)
Thanks and sorry for the noise. Dale :)