Skip to content

SONG/LIVE is toggled with EDIT not ENTER #452

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Apr 9, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions usermanual/content/pages/songs.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,15 @@ Songs are made up of chains. Each hex number on the song screen grid is a chain.

### Screen elements

* The top of the song screen displays if you are in SONG or LIVE mode (toggle with `ENTER`+`LEFT`/`RIGHT`) and the name of the project that is currently open.
* The top of the song screen displays if you are in SONG or LIVE mode (toggle with `EDIT`+`LEFT`/`RIGHT`) and the name of the project that is currently open.

* At the bottom of the screen are the channel playback visualiser boxes. Each box correlates with the above column in the song grid. When a step is triggered in one of the columns, the note value of that trigger is displayed in the play-time visualizer.

* On the top right of the song screen we have play-time statistics. First there is the clipping indicator which displays “----” when your volume levels are ok and “clip” when you've cleared the headroom and are chopping off the top of your samples. The bottom row of the play-time statistics is the amount of time which has passed since you pressed Play.

### Controls

* You can toggle between "SONG" or "LIVE" mode with `ENTER`+`LEFT`/`RIGHT`
* You can toggle between "SONG" or "LIVE" mode with `EDIT`+`LEFT`/`RIGHT`

* You can navigate through the grid of chains using `UP`/`DOWN`/`LEFT`/`RIGHT`

Expand Down