diff --git a/.vscode/launch.json b/.vscode/launch.json index 365eca99..a338036f 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -6,11 +6,11 @@ "configurations": [ { - "name": "palette stop", + "name": "palette summarize tiny.log", "type": "go", "request": "launch", "program": "${env:PALETTE_SOURCE}/cmd/palette/palette.go", - "args": ["stop"] + "args": ["summarize","${env:PALETTE_SOURCE}/data/logs/tiny.log"] }, { "name": "PK2GO - simple.k", diff --git a/VERSION b/VERSION index d00be8b0..159cdc46 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -7.87 +7.88 diff --git a/kit/log.go b/kit/log.go index d8d352c9..f29b5a69 100644 --- a/kit/log.go +++ b/kit/log.go @@ -139,6 +139,9 @@ func SummarizeLog(fname string) error { if !ok { startdate = "" } + if nloaded > 0 { + fmt.Printf("%s :: Previous session nloaded=%d\n",startdate,nloaded) + } fmt.Printf("%s :: Starting Engine\n", startdate) nloaded = 0 userMode = true diff --git a/kit/synth.go b/kit/synth.go index d27fa0c5..47c41f53 100644 --- a/kit/synth.go +++ b/kit/synth.go @@ -73,7 +73,7 @@ func (synth *Synth) midiOutputEnabled() bool { return false } if synth.state.output == nil { - LogWarn("Synth.MidiOutputEnabled: output is nil") + // LogWarn("Synth.MidiOutputEnabled: output is nil") return false } return true diff --git a/release/palette_7.88_win_setup.exe b/release/palette_7.88_win_setup.exe new file mode 100644 index 00000000..8058fb85 Binary files /dev/null and b/release/palette_7.88_win_setup.exe differ