Skip to content

Commit

Permalink
Closes #7
Browse files Browse the repository at this point in the history
  • Loading branch information
6r1d committed Mar 5, 2021
1 parent d6679a0 commit fa70787
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
author = '6r1d'

# The full version, including alpha/beta/rc tags
release = '0.1'
release = '0.1.5'


# -- General configuration ---------------------------------------------------
Expand Down
5 changes: 3 additions & 2 deletions include/midi/midi_handling.h
Original file line number Diff line number Diff line change
Expand Up @@ -379,8 +379,9 @@ int start_output_seq(Alsa_MIDI_data * amidi_data) {
* :c:data:`SND_SEQ_PORT_CAP_WRITE` | :c:data:`SND_SEQ_PORT_CAP_SUBS_WRITE`
* :param port_number: use -1 for counting ports and a port number to get port info (in that case a function returns 1).
*
* :returns: port ID, 1 when a port number is provided,
* 0 otherwise
* :returns: port ID when a port is found,
* 1 when a port ID is provided,
* 0 when a port ID is not found
*/
unsigned int port_info(
snd_seq_t * seq,
Expand Down

0 comments on commit fa70787

Please sign in to comment.