• 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
MIDIConstants.kMIDIPropertyName
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

MIDIConstants.kMIDIPropertyName


  • Subject: MIDIConstants.kMIDIPropertyName
  • From: Craig Bakalian <email@hidden>
  • Date: Thu, 26 Sep 2002 08:50:09 -0400

Hi,
In my Apple Audio MIDI Setup I see my keyboard's name. However, this
is not returning a string for my application->

for(int i = 0; i < numSources; i++){
MIDIEndpoint dest = MIDISetup.getSource(i);
CAFString nameOfSource =
dest.getStringProperty(MIDIConstants.kMIDIPropertyName);
midiSources.put(nameOfSource.asString(), dest);
}

Yet, this is returning a string ->

for(int i = 0; i < numSources; i++){
MIDIEndpoint dest = MIDISetup.getSource(i);
CAFString nameOfSource =
dest.getStringProperty(MIDIConstants.kMIDIPropertyManufacturer);
midiSources.put(nameOfSource.asString(), dest);
}

I imagine that Audio MIDI Setup is written in C++, and I am writting in
Java, is this a bug?

Craig Bakalian
_______________________________________________
coreaudio-api mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/coreaudio-api
Do not post admin requests to the list. They will be ignored.

  • Follow-Ups:
    • Re: MIDIConstants.kMIDIPropertyName
      • From: Luke Bellandi <email@hidden>
  • Prev by Date: the artist formerly known as simple synth au
  • Next by Date: Re: First AU Synth - SimpleSynth
  • Previous by thread: the artist formerly known as simple synth au
  • Next by thread: Re: MIDIConstants.kMIDIPropertyName
  • Index(es):
    • Date
    • Thread