summaryrefslogtreecommitdiff
path: root/sys/dev/midi.c
AgeCommit message (Expand)Author
1999-02-26Make these compile on the alpha when AUDIO_DEBUG is defined.nathanw
1998-12-20Make midi_attach_mi() and audioprint() available also if MIDIBUSdrochner
1998-12-15Fix a MIDI buffer overflow problem. Fixes PR 6583.augustss
1998-11-25Make the copyright header conform to the NetBSD template.augustss
1998-10-05Make MIDI input work again.augustss
1998-09-13Make sure the buffers are synchronized on open.mycroft
1998-08-24Write MIDI data from the sequencer to the device in a more sane way.augustss
1998-08-17* Redo the way the way the MIDI driver attaches to audio devices.augustss
1998-08-13Remove some leftover fluff.augustss
1998-08-12Tidy up and rename some functions in the MIDI driver.augustss
1998-08-07Add MIDI support. The MIDI devices can be accessed as ``raw'' throughaugustss