Skip to content

Commit

Permalink
Release 0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
M374LX committed Mar 12, 2022
1 parent e972893 commit 9cc0eff
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
13 changes: 7 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,17 +35,18 @@ by hexadecimal 10.
**Ctrl+Page Up/Down:** Set the value of the selected parameter to the
maximum/minimum.

**F5:** Save the current instrument to the file "instr.eif" (version 0.1) or
"pseym-instr.eif" (latest commit). At present, Echo's EIF is the only supported
format.
**F5:** Save the current instrument to the file "pseym-instr.eif". At present,
Echo's EIF is the only supported format. The file was named simply "instr.eif"
on Pseym version 0.1.

**Esc:** Quit

## Instrument loading

If a file named "instr.eif" (version 0.1) or "pseym-instr.eif" (latest commit),
in Echo's EIF format, is present on the directory Pseym is started from, it
will be automatically loaded. Otherwise, it will default to a simple sine wave.
If a file named "pseym-instr.eif" (in Echo's EIF format) is present on the
directory Pseym is started from, it will be automatically loaded. Otherwise, it
will default to a simple sine wave. The file was named simply "instr.eif" on
Pseym version 0.1.

## Register reference

Expand Down
2 changes: 1 addition & 1 deletion main.c
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
*
*/

#define VERSION "0.1"
#define VERSION "0.2"

#include <SDL2/SDL.h>
#include <stdbool.h>
Expand Down

0 comments on commit 9cc0eff

Please sign in to comment.