• 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: Property Listener for parameter values?
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Property Listener for parameter values?


  • Subject: Re: Property Listener for parameter values?
  • From: Urs Heckmann <email@hidden>
  • Date: Thu, 21 Nov 2002 08:08:29 +0100

Hi Art,

how do you pass non-parameter values by that method? I mean, you're supposed to display a sample/loop editor :-)

Do you set up arbitrary ParameterIDs? Would that be allowed?

(I use a timer driven method checking GetProperty for VU meters just like in VST...)

Cheers,

;) Urs


Am Mittwoch, 20.11.02, um 20:49 Uhr (Europe/Berlin) schrieb Art Gillespie:

That's what I use to communicate between gui & dsp, and it seems to work
well. (Have no idea if it's the *right* way)

Art
0xBA

AudioUnitParameter param;

param.mAudioUnit = this;
param.mParameterID = theChangedParameterID;
param.mScope = kAudioUnitScope_Global;
param.mElement = 0;

OSStatus result = AUParameterSet(NULL, NULL, &param,
theChangedParameterValue, 0);


Thanks for any advice,
Marc
_______________________________________________
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: Property Listener for parameter values?
      • From: Art Gillespie <email@hidden>
References: 
 >Re: Property Listener for parameter values? (From: Art Gillespie <email@hidden>)

  • Prev by Date: Re: mLan and MacOS X
  • Next by Date: Re: Offline vs. realtime processing?
  • Previous by thread: Re: Property Listener for parameter values?
  • Next by thread: Re: Property Listener for parameter values?
  • Index(es):
    • Date
    • Thread