Skip to content

Commit

Permalink
remove program change example
Browse files Browse the repository at this point in the history
because it is untested in new version at the moment
  • Loading branch information
Datseris committed May 24, 2018
1 parent b0abc55 commit 1e0d45f
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,10 +103,6 @@ addnotes!(track::MIDITrack, notes) # Adds a series of notes to a track
getnotes(midi::MIDIFile, trackno = 2)
getnotes(track::MIDITrack, tpq = 960)

# Change the program (instrument) on the given channel.
# Time is ABSOLUTE, not relative to the last event.
programchange(track::MIDITrack, time::Integer, channel::UInt8, program::UInt8)

# Add custom event (again, time is absolute)
addevent!(track::MIDITrack, time::Integer, newevent::TrackEvent)
```
Expand Down

0 comments on commit 1e0d45f

Please sign in to comment.