Re: [yoshimi-user] console

  • From: cal <cal@xxxxxxxxxxxx>
  • To: yoshimi-user@xxxxxxxxxxxxxxxxxxxxx
  • Date: Sun, 21 Nov 2010 08:05:02 +1100

On 21/11/10 04:19, allcoms wrote:

So how do we prevent the yoshimi console opening every time yoshimi
gets started via jack session? Me no like the clutter

Good point. The only reason for it was to help me sort out what was happening,
so there's no valid reason for it to still be there.

diff --git a/src/Misc/Config.cpp b/src/Misc/Config.cpp
index 2e60f37..f3f6dd9 100644
--- a/src/Misc/Config.cpp
+++ b/src/Misc/Config.cpp
@@ -849,7 +849,7 @@ void Config::setJackSessionSave(int event_type, const char
*session_dir, const c
void Config::saveJackSession(void)
{
saveSessionData(jackSessionDir + jackSessionFile);
- string cmd = string("yoshimi --show-console -U ") + jackSessionUuid
+ string cmd = string("yoshimi -U ") + jackSessionUuid
+ string(" -u ${SESSION_DIR}") + jackSessionFile;
Log("Jack session saved to " + jackSessionDir + jackSessionFile + ", restart
command: " + cmd);
if (!musicClient->jacksessionReply(cmd))

So 12 hours or so after I decide to call 0.060-pre8 0.060 (with no further
change), we're already looking at 0.060.1. That's kinda pathetic :-(.

cheers.


Other related posts:

  • » Re: [yoshimi-user] console - cal