• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: working MIDI devices on OSX
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: working MIDI devices on OSX


  • Subject: Re: working MIDI devices on OSX
  • From: Bill Stewart <email@hidden>
  • Date: Fri, 08 Jun 2001 19:10:41 -0700

QT 5 incorporates support for both Sound Fonts and DLS.

Furthermore in OS X Core Audio provides a component that you can talk with
directly for Sound Font and DLS support. Its in the AudioToolbox framework
and its the DLSMusicDevice (which is an audio unit).

You can set a sound font file as a property of this unit, send MIDI messages
to it, etc. (That property is listed in the Audio Unit properties header and
it takes a FSSpec). You should set this property BEFORE you initialise the
synth (after you've opened it).

There's a "funky" version of how to use this in Java in
/Developer/Examples/Java/CoreAudio that is easily translated to C
(MIDIGraph) - we'll have some more examples available shortly (Yes - I know
I keep saying that.. its coming).

If you've got any questions on using this - just post them to this list.

Bill

on 8/6/01 11:32 AM, Thomas Hudson wrote:
> I think there is an unofficial driver for the MIDIMan MIDISport series.
> http://musickit.sourceforge.net/availability.html
>
> I'm finishing up a small app that makes the quicktime music synth
> available to MIDI apps, just so I could have a way to test the other
> applications I'm working on. I'll release it when it's finished.
> I don't remember where I read it, but at some point in the future
> the QT Synth is supposed to support DLS and SoundFont files, which
> will be nice.
>
> Of course this doesn't help much for the SysEx Editor/Librarians I have
> started. I just wish some of the music device vendors could get on
> the cluetrain WRT open source. There's an army of programmers out
> here willing to write drivers for free for OSX, Linux, etc. if they'd
> only
> release the hardware info. Of course, the sluggish support for OSX
> from the music software vendors does spell an opportunity for some of
> us.
>
> Thomas


mailto:email@hidden
tel: +1 408 974 4056
__________________________________________________________________________
Cat: "Leave me alone, I'm trying to nap... Ah, What's that clicking noise?"
__________________________________________________________________________


References: 
 >Re: working MIDI devices on OSX (From: Thomas Hudson <email@hidden>)

  • Prev by Date: Re: only on cocoa?
  • Next by Date: Re: only on cocoa?
  • Previous by thread: Re: working MIDI devices on OSX
  • Next by thread: MIDI driver changes for newest CoreAudio SDK
  • Index(es):
    • Date
    • Thread