From 607a73ce58e2d62079f6830a43ff2fc4300e50c2 Mon Sep 17 00:00:00 2001 From: marco Date: Sun, 13 Apr 2008 13:36:49 +0000 Subject: [PATCH] * 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 --- jack/jack.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jack/jack.h b/jack/jack.h index b50136f..15c011d 100644 --- a/jack/jack.h +++ b/jack/jack.h @@ -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