summaryrefslogtreecommitdiff
path: root/doc/mainpage.dox
diff options
context:
space:
mode:
authorpbd <pbd@0c269be4-1314-0410-8aa9-9f06e86f4224>2006-05-04 15:14:45 +0000
committerpbd <pbd@0c269be4-1314-0410-8aa9-9f06e86f4224>2006-05-04 15:14:45 +0000
commit2aa634a8af15b4bfd867dee0dae6adce921086f0 (patch)
treed6f3de0d523e90a395f0f17be9cfd443e2f36aad /doc/mainpage.dox
parente064f466bc625b88b00a2e7c48e2faee44e76d39 (diff)
downloadjack1-2aa634a8af15b4bfd867dee0dae6adce921086f0.tar.gz
* JACK MIDI patch from Ian Esten
* COMPLEX_MMAP patch for ALSA driver from Frank van der Pol * BIG_ENDIAN patch by A. Steinmetz with followup patch by M. Habets for ALSA backend (allows JACK to run on devices like M-Audio Audiophile USB that only support big endian sample formats), modified and fixed by me * remove unused argument from jack_shmalloc to ease x86_64 errors * fixes to printf formatting and on x86_64 * fix argument signedness warnings from gcc4 git-svn-id: svn+ssh://jackaudio.org/trunk/jack@945 0c269be4-1314-0410-8aa9-9f06e86f4224
Diffstat (limited to 'doc/mainpage.dox')
-rw-r--r--doc/mainpage.dox2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/mainpage.dox b/doc/mainpage.dox
index 49a6774..ea0839e 100644
--- a/doc/mainpage.dox
+++ b/doc/mainpage.dox
@@ -97,6 +97,8 @@ The JACK programming interfaces are described in several header files:
- @ref types.h "<jack/types.h>" defines the main JACK data types.
- @ref thread.h "<jack/thread.h>" functions standardize thread
creation for JACK and its clients.
+ - @ref midiport.h "<jack/midiport.h>" functions to handle writing
+ of midi data to a port
In addition, the example-clients directory provides numerous examples
of simple JACK clients that nevertheless use the API to do something