Master bus lockup - Yes! You're hit the spot about the lockup issue. Now I can reproduce it anytime too. It sure needs all a users imagination to find subtle bugs like this one. Thanks for the patience. Now its a question of time to get that one squashed! :)
Mixer GUI - don't look for a .ui file because the mixer widgetry is build up in code without help of Qtdesigner. And what was you looking for exactly?
Keyboard shortcuts - As you might know then, keyboard shortcuts are currently hardwired in the .ui files. Maybe it's a good idea to have this configurable to user preferences (maybe might not the right word:), and just maybe it's yet another task with very high out-sourcing potential :)
I have been trying to get my head into your code. - Hope you don't get stuck on it :D My C++ coding style is somewhat old-school and still somewhat reminiscent from my early C and Windows 3 SDK experience, almost from 16 years ago. I'm sure it is no big fancy top-notch esoteric C++ style, so that it will be easier for you to cope.
Master bus lockup - Yes! You're hit the spot about the lockup issue. Now I can reproduce it anytime too. It sure needs all a users imagination to find subtle bugs like this one. Thanks for the patience. Now its a question of time to get that one squashed! :)
Mixer GUI - don't look for a .ui file because the mixer widgetry is build up in code without help of Qtdesigner. And what was you looking for exactly?
Keyboard shortcuts - As you might know then, keyboard shortcuts are currently hardwired in the .ui files. Maybe it's a good idea to have this configurable to user preferences (maybe might not the right word:), and just maybe it's yet another task with very high out-sourcing potential :)
I have been trying to get my head into your code. - Hope you don't get stuck on it :D My C++ coding style is somewhat old-school and still somewhat reminiscent from my early C and Windows 3 SDK experience, almost from 16 years ago. I'm sure it is no big fancy top-notch esoteric C++ style, so that it will be easier for you to cope.
Thanks again.
--
rncbc aka Rui Nuno Capela