
TYOQA is over.
Qtractor 0.5.3 (delta whisky) drops from angels share!
nuff said.
Impromptu highlights:
- Clip drag-and-move stepping with keyboard arrow-keys (FIX)
- Plugin parameter automation GUI feedback (FIX)
- LV2 plugin Qt4 GUI support (FIX)
- Clip/Split on current play-head location (FIX)
Slaintheva!

Website:
http://qtractor.sourceforge.net
Project page:
http://sourceforge.net/projects/qtractor
Downloads:
Comments
Windows VST support
Hi !
I've successfully built Qtractor from SVN today in the hopes to get Windows VST support working (however, this might be a "user error", too). Here are my configure options:
$ ./configure --prefix=/usr --with-vst=~/Source/qtractor-svn/vstsdk2.4/pluginterfaces/vst2.x/ --enable-lilv --enable-suil --enable-lv2-state
The package built and installed successfully. Hehe, it runs, too.
However, I'm not seeing any Windows VST plugins in the plugin browser. I do see "dssi-vst" (twice) but it simply cannot be added to the plugin list. Maybe that is the problem ? Running "vsthost" by itself works just fine (as well using both fst and dssi-vst via "festige".
I guess my question is this: How do I actually add a Windows VST(i) to the channel plugins ?
re. Windows VST support
windows VST are indeed supported through dssi-vst (and wine); windows VST dll's should be located by VST_PATH environment variable search path and listed on qtractor under DSSI plugin type.
cheers
Hhmm
That's odd:
$ echo $VST_PATH
/usr/lib/vst:/usr/local/lib/vst:/usr/lib32/vst:/home/stonecut/.vst
$ ls /usr/lib/vst/ | grep .dll
Classic Auto-Filter.dll
Massive.dll
$ vsthost Massive.dll
-> Works fine.
In Qtractor: Add Track -> Plugins -> No Massive or Classic Auto-Filter found anywhere :( Trying to add "dssi-vst" as plugin directly does nothing (doesn't come up in list).
What can I do to troubleshoot the issue further ?
Ok, it appears I'm closing in
Ok, it appears I'm closing in on the issue: I copied a new plugin over "Sound Delay.dll". Now when I launch Qtractor I can see that RemoteVSTClient has updated the cache to include the new plugin. However, no matter what I try I cannot get Massive.dll and Classic Auto-Filter.dll to show up. I tried deleting them from there and readding them but no dice.
Are there any particular restrictions regarding VST plugins ?
re. Windows VST support
i'll say it again, slowly:)
if you still cannot find your way through this indirection, please tell what is the output of:
dssi_list_plugins -vwith special attention due to the ones under .../dssi-vst.so ...
anyways, also do try to set VST_PATH variable to directories with windows VSTs and only.
also take a look to some ramblings and comments around here:
hth.
cheers
Understood
I finally understand how this one will work. thanks for giving me this one.
How to get Qtractor to work on opensuse 12.1?
I've read other posts and I cannot find any suser-j.engelh repository to get kernel-rt. I get this error when I try to start qjackctl:
12:50:18.709 Patchbay deactivated.12:50:18.714 Statistics reset.
12:50:18.715 Could not open ALSA sequencer as a client. ALSA MIDI patchbay will be not available.
ALSA lib seq_hw.c:457:(snd_seq_hw_open) open /dev/snd/seq failed: Permission denied
Cannot connect to server socket err = No such file or directory
Cannot connect to server socket
jack server is not running or cannot be started
what do I need to do to make it run? I want to hook my keyboard up for recording...
Re: How to get Qtractor to work on opensuse 12.1?
it seems you need alsa sequencer kernel module loaded, otherwise you won't get any midi out qtractor and several other midi applications...
iirc, from the YaST \ Hardware \ Sound settings panel, have the "Start sequencer" option tuned on and that's all. you only have to do it once.
cheers
I just realized the repo only had 0.5.1...
I downloaded the source but how do I get all of its dependencies?
Re: I just realized the repo only had 0.5.1...
add the great "Packman" repository to your YaST \ Software \ Software Repositories and there everything you need is readily available for install.
you must have the following installed before running qtractor (-devel for building from source):
and all sub-dependencies which yast/zypper will command you to follow install.
hth.
cheers
Post new comment