Skip to content

Commit

Permalink
Update Chordinator.h help screen (benirose#57)
Browse files Browse the repository at this point in the history
Updated help screen — previous version had signal/thru and weight/degree on the wrong ins and outs.
  • Loading branch information
bowlneudel authored Mar 6, 2024
1 parent e063152 commit 3208b6c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions software/src/applets/Chordinator.h
Original file line number Diff line number Diff line change
Expand Up @@ -132,10 +132,10 @@ class Chordinator : public HemisphereApplet {

protected:
void SetHelp() {
help[HEMISPHERE_HELP_DIGITALS] = "Sample, Lrn/Sync";
help[HEMISPHERE_HELP_CVS] = "Weight, Signal";
help[HEMISPHERE_HELP_OUTS] = "Sampled out, Thru";
help[HEMISPHERE_HELP_ENCODER] = "Scl,root,wght,lrn";
help[HEMISPHERE_HELP_DIGITALS] = "S&H Sig, S&H Wgt";
help[HEMISPHERE_HELP_CVS] = "Signal, Weight";
help[HEMISPHERE_HELP_OUTS] = "Sig Thru, Scl Deg";
help[HEMISPHERE_HELP_ENCODER] = "Scale, Root, Mask";
}

private:
Expand Down

0 comments on commit 3208b6c

Please sign in to comment.