-
qjackctl 0.3.4
qt 4.5.2
The shortcuts alt+underlined_letter work, except:
alt + a doesn't open the status window
alt + o doesn't open the about window
alt + p starts/stops the transport instead of opening the patchbay
In addition there's an inconsistency regarding closing windows by hitting escape, it only works for the setup and about window.
2009-10-01 22:07:16 UTC in QjackCtl
-
Oh. stopping/starting playback in mpd, which removes/makes the connections didn't change anything, after restarting qjackctl everything worked as expected.
2009-10-01 21:59:02 UTC in QjackCtl
-
qjackctl 0.3.4
jack-audio-connection-kit 0.116.2
mpd 0.15.2
As you can see, the connection isn't shown but it's definitely there.
I don't know what lead to this, it usually shows (I run this exact setup every day).
I think this is a really old bug, I can remember seeing this a long time ago.
2009-10-01 21:54:49 UTC in QjackCtl
-
I think it would be good to have the option to output to jack as well. When jack is running it hogs the soundcard, so the way it currently is the user needs two soundcards so he can talk and hear.
It is also customary for jack applications to always show the ports, not only when they are needed. I guess the current implementation just connects to the first two jack ports it finds, which might...
2009-09-02 23:22:20 UTC in I Hear U
-
yeah, seems like this has helped but I don't know if I can get my distro to compile with that since it causes at very least an additional dependency on gstreamer.
It didn't compile through anyway:
g++ -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\"...
2009-07-14 10:01:07 UTC in Smasher
-
Thanks for looking into this. From searching the error it seems it could be a couple of strange issues, from coding errors to dependency problems. Good luck.
2009-07-09 22:48:30 UTC in Smasher
-
wx-config --libs std
-pthread -lwx_gtk2u_richtext-2.8 -lwx_gtk2u_aui-2.8 -lwx_gtk2u_xrc-2.8 -lwx_gtk2u_qa-2.8 -lwx_gtk2u_html-2.8 -lwx_gtk2u_adv-2.8 -lwx_gtk2u_core-2.8 -lwx_baseu_xml-2.8 -lwx_baseu_net-2.8 -lwx_baseu-2.8
This is wxgtk's configure line:
./configure --prefix=/usr --libdir=/usr/lib --with-gtk=2 --with-opengl --enable-unicode --enable-graphics_ctx --with-gnomeprint...
2009-07-09 12:56:10 UTC in Smasher
-
Ubuntu keeps a version of any application until the next release. They only patch until then, so ubuntu won't have 4.4 until october or april.
I'm using Arch Linux,
wxgtk 2.8.10.1
what wx-config output do you need?.
2009-07-07 09:01:02 UTC in Smasher
-
some new gcc 4.4 error:
smasherMain.h:57: error: ISO C++ forbids declaration of ‘wxMediaCtrl’ with no type
smasherMain.h:57: error: expected ‘;’ before ‘*’ token
smasherMain.h:58: error: ISO C++ forbids declaration of ‘wxMediaCtrl’ with no type
smasherMain.h:58: error: expected ‘;’ before ‘*’ token
smasherMain.h:135: error: ISO C++ forbids declaration of...
2009-07-02 11:44:44 UTC in Smasher
-
Thanks for the fast reply/fix.
2009-06-29 12:17:23 UTC in Smasher