Skip to content

Commit

Permalink
Update MIDI specification link in the documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Boddlnagg committed Apr 8, 2021
1 parent 5f12705 commit e1064da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/common.rs
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,7 @@ impl MidiOutputConnection {
}

/// Send a message to the port that this output connection is connected to.
/// The message must be a valid MIDI message (see https://www.midi.org/specifications/item/table-1-summary-of-midi-message).
/// The message must be a valid MIDI message (see https://www.midi.org/specifications-old/item/table-1-summary-of-midi-message).
pub fn send(&mut self, message: &[u8]) -> Result<(), SendError> {
self.imp.send(message)
}
Expand Down

0 comments on commit e1064da

Please sign in to comment.