remove uneeded mfpmath=sse
do not use gtk stock images
Well. it's fixed starting from revision 574 :) The culprit was rev354 where I added window resize code. Sorry for commit message, I was extremely busy at the time, using this software in my band. I coded this mostly at night and at that time I just commit what was in trunk :( The issue was cause because this plugin tried to resize editor window before it was fully opened.
allow resize only if editor is already opened
Thanks for this investigation. For now I can confirm this issue. I'm not actively maintain this code anymore, but I'll try to do something with this ASAP.
I tried to bisect this problem, and the best I could do was confine it between commits r344 (Reorganize code - subdirectories) which was the last that would show an edit screen, and r354 (just more imprevements) where it would hang when one tries to raise the editor. The intervening commits would simply produce a WINE crash.
U-he products (e.g. TyrellN6) hang fsthost when attempting to bring up the editor. Build is the head of the SVN with GTK3, WINE 8.2.1, and GCC 11.2.0. This happened before, and I don't think it pertains to the build platform. Previously I ran those with the older version 1.5.x, but that now exits when I try to attach a MIDI device. Is there any chance you could grab a copy of TyrellN6 and try to debug this since you know your code far better than I do?
Tag 1.6.3 version
fix makefile - libdir
fix makefile
remove WINE_RT ane WINE LPA variables
fix warnings
show if plugin support double replacing
fix warning stringop-truncation
I don't know what changed, but I'm running under WINE 3.0.1 because fsthost presents no editor window for subsequent versions. Also, I still need to keep 1.5.4 as VSTis like TyrellN6 and Oatmeal hang. Are you still maintaining this code?
fix multi
fg - open editor use general foreach macro
fg - jack buffer and sample callbacks for all plugins in group
fg - port aliases
fg - fix segfault , add some asserts
fg - alloc channels - DRY
fg - call jfst_idle from fst_thread
fg - proper buffer allocations ( memory aligment problem ), move code to separate code, realloc on buffer size change
fg - Working version with bugs
fg - Working version with bugs
fst_groups branch
fst - window class register - use atomic
Fixes for embedded editor - even if this feature still does not work properly
More improvements in Makefile
Fix install for fsthost_list
Improve makefile to accept PKG_CONFIG_PATH for 32/64 versions respectively, remove build.sh cause it is no longer required
fix makefile/build.sh
Improve Makefile, add build.sh script
Fix some new warnings
Automaticaly load FXP/FXB files using plugin UU...
fst_configure - fix logic
fsthost_list - refactoring
Seems that jack call sample rate callback befor...
Fix make install
NO_GTK -> HAVE_GTK
Allow install only 32 or 64 bit version
Implementation of jack buffer_size and sample_r...
Bump version to 1.6.3
use LASH instead of LASH_EXISTS in Makefile and...
Fix potential out of stack space when scan dire...
You need to set PKG_CONFIG_PATH variable when build 32bit version. On arch you can...
I am getting the same error. /usr/include/glib-2.0/glib/gmacros.h:232:53: error:...
Fix for NOTE LOST message when output midi port...
Fixes for compile with lash
jfst/progress - vestige instead fst_int.h
next code improvements
Fix warnings in newer libxml2 versions. In olde...
fix for gtk
Make FST struct really opaque, currently tested...
This is probably well known bug in lib32-jack provided with jack2. Please try ja...
Hello Xj, Under Ubuntu Studio and Fedora 24, compiling is OK. However, when running...
oh .. I see that tango studio is no longer maintained :( So, I believe that manjaro...
Well, I believe that this is just a trivial bug in debian script, so if you report...
From wine website : Debian's implementation of Multiarch is still incomplete, so...
Hi, this is problem with winegcc32 itself , which report to you that file winegcc...
Hello, I have some difficulties to compile fsthost on an AMD64 architecture. It is...
No. When you change line 4 to 64 you will only build fsthost64, but without fsthost32....
A working solution with the help from the guys at linux-magazine.it: for 64-bit computers,...
Actually, my error is a bit different: brian@brian-BM5242-BM5342-BM5642:~/Tarballs/fsthost-1.6.2$...
I get the same build error. Any news? brian
In 1.6 version embedded mode is not compiled by default, cause there are problems...
I got and applied your MIDI filter fix, and that's working dandy, but I find I still...
Thanks for reporting this. It's just stupid typo in fps reading code. Sorry about...
Tag 1.6.2
Fix for read midi filter settings from *.fps fi...
Neither fsthost 1.5.4 nor 1.6.1 restore MIDI filter types from FPS files. When the...
Package libxml-2.0 was not found in the pkg-config search path. Perhaps you should...
Add missing header to resolve warning, improve ...
Tag 1.6.1
Update changelog
Hi. Thanks for reporting this problem. Usually I fix bug much faster , but personally...
Fix for lash support
Bump version to 1.6.1
Fix - some plugins expect main_entry call from ...
I compile fsthost under fedora 24. lash-devel is installed on my machine. When I...
That's somewhat unhappy as my vstrun script creates a temporary directory to serve...
I tried ( and recommended ) wine-staging 1.9. There is some strange bug in latest...
I tried building fsthost32 and wine 1.8 recently, and found that the vst display...
FSTHost 1.6.0
Tag 1.6.0
Workaround for slackware 14.1 ( glic < 2.40 )
Improve info about wine-staging which is now re...
More support for wine-staging. Add STAGING_SHAR...
Update README
You need 32 bit libraries. Fortunatelly most of them are installed with wine. If...
I have been trying literally all day to find something that will run VSTs successfully...
Changelog - add 1.6.0 stuff
Add Changelog file
Hello. In svn repo you can find ubu-repair-links.sh script. Try it ( from root )...
I hitted same problem in ubuntu 14.04. Looks like winegcc needs to use static linking,...
Update manual