Skip to content

Commit

Permalink
Prepare next microwave version
Browse files Browse the repository at this point in the history
  • Loading branch information
Woyten committed Jun 7, 2020
1 parent 38e6c0b commit dc2b3de
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion microwave/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "microwave"
version = "0.3.0"
version = "0.4.0"
authors = ["Woyten <[email protected]>"]
description = "Make xenharmonic music and explore musical tunings."
repository = "https://github.com/Woyten/tune/tree/master/microwave"
Expand Down
6 changes: 3 additions & 3 deletions microwave/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,14 +36,14 @@ microwave equal 1:22:2 # 22-EDO scale
For playback of sampled sounds provide the location of a soundfont file:

```bash
microwave -s /usr/share/sounds/sf2/FluidR3_GM.sf2 equal 1:22:2
microwave -s /usr/share/sounds/sf3/default-GM.sf3 equal 1:22:2
```

The command should spawn a a window showing a virtual keyboard.
The command should spawn a a window showing a virtual keyboard. This might take a while for large soundfonts.

![](https://github.com/Woyten/tune/raw/master/microwave/screenshot.png)

Use your touch screen or mouse to play melodies on the virtual piano. At present, polyphonic melodies can only be played via the touch screen.
Use your touch screen, keyboard or mouse to play melodies on the virtual piano.

To see how scale expressions work, visit [tune](https://crates.io/crates/tune-cli).

Expand Down
Binary file modified microwave/screenshot.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit dc2b3de

Please sign in to comment.