[chronojump] LogB Muting againg on encoder capture (unmuted by mistake on last commit)
- From: Xavier de Blas <xaviblas src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [chronojump] LogB Muting againg on encoder capture (unmuted by mistake on last commit)
- Date: Thu, 29 Jun 2017 11:37:41 +0000 (UTC)
commit d3de092e683a91b4509b65877e2e5f46e083bb4e
Author: Xavier de Blas <xaviblas gmail com>
Date: Thu Jun 29 13:36:51 2017 +0200
LogB Muting againg on encoder capture (unmuted by mistake on last commit)
src/gui/encoder.cs | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/gui/encoder.cs b/src/gui/encoder.cs
index 22d8cab..e171108 100644
--- a/src/gui/encoder.cs
+++ b/src/gui/encoder.cs
@@ -4990,7 +4990,7 @@ public partial class ChronoJumpWindow
GLib.Idle.Add (new GLib.IdleHandler (pulseGTKEncoderCaptureBG));
LogB.ThreadStart();
- //LogB.Mute = true; //mute logs to improve stability (encoder inertial test only
works with muted log
+ LogB.Mute = true; //mute logs to improve stability (encoder inertial test only works
with muted log
encoderThreadBG.Start();
}
@@ -5113,7 +5113,7 @@ public partial class ChronoJumpWindow
encoderButtonsSensitive(encoderSensEnum.PROCESSINGCAPTURE);
LogB.ThreadStart();
- //LogB.Mute = true; //mute logs to improve stability (encoder inertial test only
works with muted log
+ LogB.Mute = true; //mute logs to improve stability (encoder inertial test only works
with muted log
encoderThread.Start();
} else if(
action == encoderActions.CURVES ||
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]