Skip to content

Commit

Permalink
Update the instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
plule committed Nov 14, 2022
1 parent 8803cc2 commit c1f8394
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@ scale, making it much easier to control than a Theremin.

## Features

- πŸ‘ Theremotion is a synthesizer controlled by your hands.
- πŸ‘‰ Move up and down your right hand to control the volume.
- πŸ‘ˆ Move up and down your left hand to control the pitch.
- πŸ‘‹ Move your hands on the horizontal plane to adapt the timbre.
- πŸ‘‹ Move your right hand on the horizontal plane to control the filter.
- πŸ‘‹ Advance left hand on the horizontal plane to play a chord.
- πŸ‘Œ Pinch with your left hand to stick on a scale.
- 🎸 Pinch with your right hand, and rotate it to play guitar.
- ✌ ☝ Retract your pinky and ring fingers of your left hand, then play with the
other fingers to play scales

## Installation

Expand Down
7 changes: 4 additions & 3 deletions src/ui/tab_instructions.rs
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,11 @@ impl Widget for TabInstructions {
ui.label("πŸ‘ Theremotion is a synthesizer controlled by your hands.");
ui.label("πŸ‘‰ Move up and down your right hand to control the volume.");
ui.label("πŸ‘ˆ Move up and down your left hand to control the pitch.");
ui.label("πŸ‘‹ Move your hands on the horizontal plane to adapt the timbre.");
ui.label("πŸ‘‹ Move your right hand on the horizontal plane to control the filter.");
ui.label("πŸ‘‹ Advance left hand on the horizontal plane to play a chord.");
ui.label("πŸ‘Œ Pinch with your left hand to stick on a scale.");
ui.label("🎸 Pinch with your right hand, and rotate it to play guitar.");
ui.label("✌ ☝ Retract your pinky and ring fingers of your left hand, then play with the other fingers to play scales");
}).response
})
.response
}
}

0 comments on commit c1f8394

Please sign in to comment.