-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Chris Cannam wrote:
>
> You mean the launchJack() method? But it starts with
Yes this method
>
> KConfig* config = kapp->config();
> config->setGroup(Rosegarden::SequencerOptionsConfigGroup);
> bool startJack = config->readBoolEntry("jackstart", false);
> if (!startJack) return true; // we don't do anything
>
> which certainly should leave any running jackd processes unharmed if
> the configuration option is not set.
But that doesn't work as it is. I checked the rosegardenrc to have
jackstart=false. This is ok.
But when I force startJack to be false like
...
bool startJack = config->readBoolEntry("jackstart", false);
startJack =false;
if ...
Iget a message that the sequencer was not able to start. There surely is
something strange or wrong. (When I ommit that startJack=flase and simply
return true and don' do anything in the if(...){...} the sequencer starts but
has no connection to jackd.
Anyway - the rosegarden should not kill any jackd. This piece of code seems to
be a bit experimental. If you don't mind I will try a different
implementation for that by trying to start a new connection to jackd and
close it (if successfull) just to see if jackd is running,
But not this year anymore ...
Eckhard
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.3 (GNU/Linux)
iD8DBQE/8j7piF9FD4kCbGQRAt/YAKC4YPZAdvvXG90aHO0n2MPg5W81fQCfaoJK
ukif/E8veeVOQHSBkOVUe+g=
=6Vd7
-----END PGP SIGNATURE-----
-------------------------------------------------------
This SF.net email is sponsored by: IBM Linux Tutorials.
Become an expert in LINUX or just sharpen your skills. Sign up for IBM's
Free Linux Tutorials. Learn everything from the bash shell to sys admin.
Click now! http://ads.osdn.com/?ad_id78&alloc_id371&op=click
_______________________________________________
Rosegarden-devel mailing list
[EMAIL PROTECTED] - use the link below to unsubscribe
https://lists.sourceforge.net/lists/listinfo/rosegarden-devel