2023-06-12 20:25:17 +00:00
|
|
|
# piano / input pad
|
|
|
|
|
2023-09-10 06:50:43 +00:00
|
|
|
the piano serves as a non-keyboard interface to input notes.
|
2023-06-12 20:25:17 +00:00
|
|
|
|
|
|
|
![piano chart](piano.png)
|
|
|
|
|
2023-09-10 06:50:43 +00:00
|
|
|
the buttons at the left do the following:
|
2023-06-12 20:25:17 +00:00
|
|
|
|
|
|
|
| | | |
|
|
|
|
| :---: | :---: | :---: |
|
|
|
|
| move one octave down | move one octave up | open options |
|
|
|
|
| fewer visible octaves | more visible octaves | swap buttons |
|
|
|
|
|
2023-09-10 07:26:43 +00:00
|
|
|
when swapped, the buttons do the following:
|
2023-06-12 20:25:17 +00:00
|
|
|
|
|
|
|
| | | |
|
|
|
|
| :---: | :---: | :---: |
|
|
|
|
| input note off | input note release | open options |
|
|
|
|
| input macro release | delete | swap buttons |
|
|
|
|
|
2023-09-10 06:50:43 +00:00
|
|
|
every C key is labelled with its octave.
|
2023-06-12 20:25:17 +00:00
|
|
|
|
2023-09-10 06:50:43 +00:00
|
|
|
right-clicking on the piano keys will make the buttons disappear; right-clicking again brings them back.
|
2023-06-12 20:25:17 +00:00
|
|
|
|
|
|
|
## options
|
|
|
|
|
2023-09-10 06:50:43 +00:00
|
|
|
key layout:
|
2023-06-24 01:13:37 +00:00
|
|
|
- **Automatic**
|
2023-09-10 06:50:43 +00:00
|
|
|
- **Standard**: black keys are 2/3 length.
|
|
|
|
- **Continuous**: black keys are full length.
|
2023-06-12 20:25:17 +00:00
|
|
|
|
2023-09-10 06:50:43 +00:00
|
|
|
**Share play/edit offset/range**: if disabled, the piano will keep different octave and range values for playback and non-playback states.
|
2023-09-10 07:26:43 +00:00
|
|
|
**Read-only (can't input notes): prevents note entry.
|