Skip to content

Commit

Permalink
v0.5, and updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
mtolly committed Jul 28, 2014
1 parent b77b71e commit 2d06d09
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Features:
* Changes tempo with MIDI tempo events.

* Supports the following note modifiers: `notetype`, `pitchbend`, `vibrato`,
`duty`, `volume`, and `stereopanning`.
`duty`, `volume`, `stereopanning`, and `toggleperfectpitch`.

* Finds repeated sections of assembly events and breaks them out into
subroutines, called with `callchannel`, to save ROM space.
Expand All @@ -30,9 +30,6 @@ Future work:

* Possibly use `loopchannel` to further shorten the assembly code.

* Better error reporting: errors should have MIDI positions and better
explanations.

## Usage

pokemid in.asm out.mid # assembly to MIDI
Expand All @@ -55,6 +52,7 @@ For MIDI to assembly, the MIDI file should be in the following format:
* `volume <left>, <right>`
* `stereopanning <int>`
* `pitchbend <int>, <int>`
* `toggleperfectpitch`

For documentation on these see the [pokered] project.
All of these events affect all notes that come after them, except the
Expand Down
2 changes: 1 addition & 1 deletion pokemid.cabal
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: pokemid
version: 0.4
version: 0.5
synopsis: Import\/export Pokémon Red\/Blue music as MIDI
homepage: https://github.com/mtolly/pokemid
license: PublicDomain
Expand Down

0 comments on commit 2d06d09

Please sign in to comment.