Skip to content

Commit 6a666ab

Browse files
Send calibrated values to OSC sender
1 parent 29028db commit 6a666ab

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,6 @@ BabbleApp/dist
1010
/training
1111
.vscode
1212
/testing
13+
scripts/example_build_app_and_installer.bat
14+
scripts/example_build_app_and_installer.bat
15+
scripts/installer.iss

BabbleApp/babble_processor.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -231,8 +231,8 @@ def run(self):
231231

232232

233233
run_model(self)
234-
#if self.config.use_calibration:
235-
cal.cal_osc(self, self.output)
234+
if self.config.use_calibration:
235+
self.output = cal.cal_osc(self, self.output)
236236

237237
#else:
238238
# pass

0 commit comments

Comments
 (0)