Skip to content

Commit d0bbdfb

Browse files
committed
helps
1 parent 5974873 commit d0bbdfb

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

clients/oooooooo/src/HelpSystem.cpp

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,10 @@ HelpSystem::HelpSystem()
3434
"",
3535
"saving/loading",
3636
"drag-and-drop audio file to load",
37-
"s will save tape loops (NI)",
37+
"s saves parameters",
38+
"ctrl+s saves audio",
39+
"o loads parameters",
40+
"ctrl+o loads audio",
3841
};
3942
}
4043

readme.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,10 @@ The following keys are available to control the program:
7272
### Saving/Loading
7373

7474
- drag and drop audio files to load
75-
- `s` will save tape loops (not implemented)
75+
- `s` saves parameters
76+
- `ctrl+s` saves audio
77+
- `o` loads parameters
78+
- `ctrl+o` loads audio
7679
- `f` will save audio output to a file (not implemented)
7780

7881
## Development

0 commit comments

Comments
 (0)