Festige, a gui for fst

Discuss anything new and newsworthy! See http://planet.linuxaudio.org and https://libreav.org/news for more Linux Audio News!

Announcements of proprietary software may fit better in the Marketplace.


Moderators: raboof, MattKingUSA, khz

Post Reply
User avatar
Capoeira
Established Member
Posts: 1321
Joined: Tue May 12, 2009 1:01 pm
Location: Brazil
Has thanked: 3 times
Been thanked: 2 times

Re: Festige, a gui for fst

Post by Capoeira »

Capoeira wrote:how can i manually give a higher priority to fst?
can programs be manipulated with rtirq, too?
I tried this, but....

Code: Select all

[studio@myhost ~]$ rtprio 65 /usr/bin/fst RealGuitar2.dll
bash: rtprio: comando não encontrado (comand not found)
User avatar
raboof
Established Member
Posts: 1855
Joined: Tue Apr 08, 2008 11:58 am
Location: Deventer, NL
Has thanked: 50 times
Been thanked: 74 times
Contact:

Re: Festige, a gui for fst

Post by raboof »

Capoeira wrote:how can i manually give a higher priority to fst?
'chrt' (http://wiki.linuxmusicians.com/doku.php ... priorities)
can programs be manipulated with rtirq, too?
Not sure.
User avatar
Capoeira
Established Member
Posts: 1321
Joined: Tue May 12, 2009 1:01 pm
Location: Brazil
Has thanked: 3 times
Been thanked: 2 times

Post by Capoeira »

ok, the link didn't help but i found out....

I have to use the "chrt"-comand

Code: Select all

chrt -p 65 [fst-comand with vst.dll]
it defenetly improves the performance a bit....looked in festige and found out that chrt is used in it, too....but it is set to priority 1........it should be set near 65 (with jack set to 70)
Pablo
Established Member
Posts: 1274
Joined: Thu Apr 17, 2008 9:57 pm
Been thanked: 3 times

Re: Festige, a gui for fst

Post by Pablo »

can programs be manipulated with rtirq, too?
From the Alsa Wiki:
The script identifies the audio devices present on the machine and raises the priority of the threads that handle the IRQs of such devices.
how can i manually give a higher priority to fst?
Have you take a look at the priority fst actually gets?
Is something wrong with it?

Why make things more difficult than strictly necessary?
User avatar
Capoeira
Established Member
Posts: 1321
Joined: Tue May 12, 2009 1:01 pm
Location: Brazil
Has thanked: 3 times
Been thanked: 2 times

Re: Festige, a gui for fst

Post by Capoeira »

Pablo wrote: Why make things more difficult than strictly necessary?
as I said, fst get's a priority of 11 and 2...

the goal is to get less latency for heavy VSTis as they only work with higher latency-settings
User avatar
Capoeira
Established Member
Posts: 1321
Joined: Tue May 12, 2009 1:01 pm
Location: Brazil
Has thanked: 3 times
Been thanked: 2 times

Re: Festige, a gui for fst

Post by Capoeira »

falkTX wrote: If you're unsure about the values, just leave as it is and it will be fine. :D
thanks, for the explanation :roll:
User avatar
Capoeira
Established Member
Posts: 1321
Joined: Tue May 12, 2009 1:01 pm
Location: Brazil
Has thanked: 3 times
Been thanked: 2 times

Re: Festige, a gui for fst

Post by Capoeira »

falkTX wrote:
Capoeira wrote:
falkTX wrote: If you're unsure about the values, just leave as it is and it will be fine. :D
thanks, for the explanation :roll:
I'll add help messages (maybe tooltips) on the next version.

This version 0.3 was released in a little hurry, so there's no docs yet.
ok, thanks
User avatar
Capoeira
Established Member
Posts: 1321
Joined: Tue May 12, 2009 1:01 pm
Location: Brazil
Has thanked: 3 times
Been thanked: 2 times

Re: Festige, a gui for fst

Post by Capoeira »

requested packages for Arch for festige and wine-rt
https://bbs.archlinux.org/viewtopic.php ... 62#p808762
User avatar
Capoeira
Established Member
Posts: 1321
Joined: Tue May 12, 2009 1:01 pm
Location: Brazil
Has thanked: 3 times
Been thanked: 2 times

Re: Festige, a gui for fst

Post by Capoeira »

how can I download the RT-patch. I tried "git clone http://repo.or.cz/w/wine-rt.git" but I get "warning: remote HEAD refers to nonexistent ref, unable to checkout."
User avatar
GMaq
Established Member
Posts: 2774
Joined: Fri Sep 25, 2009 1:42 pm
Has thanked: 520 times
Been thanked: 555 times

Re: Festige, a gui for fst

Post by GMaq »

Hi falkTX,

I have integrated festige/Wine-rt into AV Linux since you have made your packages available to Debian users on your sourceforge page (excellent work, thank-you). A minor note is that the wine-gecko package is not installable in Debian Testing but I just used winetricks instead. I fully realize that you are packaging for Ubuntu/KXStudio so it is just a lucky coincidence that we Debian users also can share your great work. Thanks very much for removing the KDE dependencies which makes festige much more appealing to other D.E. users.

Best Regards, Continued Success!
User avatar
Capoeira
Established Member
Posts: 1321
Joined: Tue May 12, 2009 1:01 pm
Location: Brazil
Has thanked: 3 times
Been thanked: 2 times

Re: Festige, a gui for fst

Post by Capoeira »

falkTX wrote:
Capoeira wrote:how can I download the RT-patch. I tried "git clone http://repo.or.cz/w/wine-rt.git" but I get "warning: remote HEAD refers to nonexistent ref, unable to checkout."
I put the patch in the festige source package ('patches' folder).

That git page is a little confusing...
thanks
User avatar
Capoeira
Established Member
Posts: 1321
Joined: Tue May 12, 2009 1:01 pm
Location: Brazil
Has thanked: 3 times
Been thanked: 2 times

Re: Festige, a gui for fst

Post by Capoeira »

canot run it in Arch:

Code: Select all

[studio@myhost src]$ python festige.py
Traceback (most recent call last):
  File "festige.py", line 17, in <module>
    import icons_rc, ui_mainw, ui_settingsw
ImportError: No module named icons_rc
btw, excuse my ignorance but to wich file I aplie the Wine-RT patch?
User avatar
Capoeira
Established Member
Posts: 1321
Joined: Tue May 12, 2009 1:01 pm
Location: Brazil
Has thanked: 3 times
Been thanked: 2 times

Re: Festige, a gui for fst

Post by Capoeira »

perhaps an Arch-er here can help me out with a problem, I am building a WINE-RT package: https://bbs.archlinux.org/viewtopic.php?id=102738
User avatar
Capoeira
Established Member
Posts: 1321
Joined: Tue May 12, 2009 1:01 pm
Location: Brazil
Has thanked: 3 times
Been thanked: 2 times

Re: Festige, a gui for fst

Post by Capoeira »

Capoeira wrote:perhaps an Arch-er here can help me out with a problem, I am building a WINE-RT package: https://bbs.archlinux.org/viewtopic.php?id=102738
wine-rt now available for Arch: http://aur.archlinux.org/packages.php?ID=40169
User avatar
Capoeira
Established Member
Posts: 1321
Joined: Tue May 12, 2009 1:01 pm
Location: Brazil
Has thanked: 3 times
Been thanked: 2 times

Re: Festige, a gui for fst

Post by Capoeira »

How do I instal festige in 64bit?

Code: Select all

make[1]: Entrando no diretório `/home/studio/festige-0.8.3/fst'
winegcc -mwindows -o fst audiomaster.o fst.o fstinfofile.o gtk.o jfst.o fpsparser.o vstwin.o    -L/usr/lib32 -pthread -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgio-2.0 -lpangoft2-1.0 -lgdk_pixbuf-2.0 -lpangocairo-1.0 -lcairo -lpango-1.0 -lfreetype -lfontconfig -lgobject-2.0 -lgmodule-2.0 -lgthread-2.0 -lglib-2.0 -ljack -lpthread -lrt   -L/usr/X11R6/lib -lpthread -lrt -lX11 -m32   -luuid
/usr/bin/ld: Relocatable linking with relocations from format elf64-x86-64 (/usr/lib/wine/libwinecrt0.a(exe_entry.o)) to format elf32-i386 (fst.qqwkEL.o) is not supported
winebuild: /usr/bin/ld -m elf_i386 -r failed with status 256
winegcc: winebuild failed
Post Reply