Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
E
EEGtest1-eegsynth
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Brain-collab
EEGtest1-eegsynth
Commits
375faddc
Commit
375faddc
authored
2 years ago
by
FARRUGIA Nicolas
Browse files
Options
Downloads
Patches
Plain Diff
Upload New File
parent
5a878be1
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
patch/inputcontrol.ini
+48
-0
48 additions, 0 deletions
patch/inputcontrol.ini
with
48 additions
and
0 deletions
patch/inputcontrol.ini
0 → 100644
+
48
−
0
View file @
375faddc
[general]
debug
=
1
[redis]
hostname
=
localhost
port
=
6379
[display]
xpos
=
110
ypos
=
110
width
=
480
height
=
240
; you can specify multiple rows and columns, each with multiple elements
; The possible elements are label, text, slider, dial, slap, push, toggle1,
; toggle2, toggle3 and toggle4.
[row1]
slider001
=
slider
slider002
=
slider
slider003
=
slider
slider004
=
slider
slider005
=
slider
slider006
=
slider
[row2]
; push buttons are momentary, i.e. only "on" while you keep them depressed
; toggle buttons retain their state after you release them, pressing once more switches to the next state
; toggle1 buttons switch between on-off
; toggle2 buttons switch between on1-on2-off
; toggle3 buttons switch between on1-on2-on3-off
; toggle4 buttons switch between on1-on2-on3-on4-off
; slap buttons only trigger upon the press, not on the release
button001
=
slap
button002
=
push
button003
=
toggle1
button004
=
toggle2
button005
=
toggle3
button006
=
toggle4
[output]
; the results will be written to Redis as "gui.slider065" and "gui.button012" etc.
prefix
=
gui
; the scale and offset are used to map the internal values between 0-127 to Redis
scale
=
0.00787401574803149606
offset
=
0
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment