• 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: Writing Midifiles - framework?
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Writing Midifiles - framework?


  • Subject: Re: Writing Midifiles - framework?
  • From: Doug Wyatt <email@hidden>
  • Date: Wed, 26 Jan 2005 09:16:39 -0800

On Jan 26, 2005, at 3:39, hannibal_berlin wrote:

hi,

i wrote a nice little programm in perl which makes compositions by chance. The output is just a midifile in format 0.
I used the midi.pm package for it. It was quiet easy.
Now i like to rewrite the code in objC, but i cant finde any "easy" framework to get an midifile-output.

Have a look at AudioToolbox/MusicPlayer.h.

A typical sequence of function calls to generate a MIDI File:

NewMusicSequence
MusicSequenceNewTrack
MusicTrackNewMIDINoteEvent
MusicTrackNewMIDIChannelEvent
MusicSequenceSaveMIDIFile
MusicSequenceDispose

Doug

_______________________________________________
Do not post admin requests to the list. They will be ignored.
Coreaudio-api mailing list      (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden


References: 
 >Writing Midifiles - framework? (From: hannibal_berlin <email@hidden>)

  • Prev by Date: Writing Midifiles - framework?
  • Next by Date: Re: AU plugin midi output
  • Previous by thread: Writing Midifiles - framework?
  • Next by thread: MTC and Time Code Types
  • Index(es):
    • Date
    • Thread