diff src/LiveInstruments.cpp @ 325:4cf4313d7e30 livemode

Always use q=0.8 and accept the hit on speed -- the templates are made for that configuration and it does work better. Also some adjustments to thresholding and peak picking for live mode in particular.
author Chris Cannam
date Mon, 18 May 2015 13:58:27 +0100
parents 7dda913d820b
children df9a8e16bae6 5acce45e2ec6
line wrap: on
line diff
--- a/src/LiveInstruments.cpp	Mon May 18 11:06:14 2015 +0100
+++ b/src/LiveInstruments.cpp	Mon May 18 13:58:27 2015 +0100
@@ -93,7 +93,7 @@
     live.maxPolyphony = original.maxPolyphony;
     live.pitchSparsity = original.pitchSparsity;
     live.sourceSparsity = original.sourceSparsity;
-    live.levelThreshold = original.levelThreshold / 20;
+    live.levelThreshold = original.levelThreshold / 15;
 
     return live;
 }