Browse Source

* Documentation for jack_port_register() wasn't mentionning JACK_DEFAULT_MIDI_TYPE as part of jack's API.

git-svn-id: svn+ssh://jackaudio.org/trunk/jack@1156 0c269be4-1314-0410-8aa9-9f06e86f4224
tags/0.115.6
marco 17 years ago
parent
commit
607a73ce58
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      jack/jack.h

+ 1
- 1
jack/jack.h View File

@@ -395,7 +395,7 @@ int jack_deactivate (jack_client_t *client);
*
* All ports have a type, which may be any non-NULL and non-zero
* length string, passed as an argument. Some port types are built
* into the JACK API, currently only JACK_DEFAULT_AUDIO_TYPE.
* into the JACK API, like JACK_DEFAULT_AUDIO_TYPE or JACK_DEFAULT_MIDI_TYPE
*
* @param client pointer to JACK client structure.
* @param port_name non-empty short name for the new port (not


Loading…
Cancel
Save