• 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
Scheduling AU Parameter Changes (was Re: Number of frames in Render())
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Scheduling AU Parameter Changes (was Re: Number of frames in Render())


  • Subject: Scheduling AU Parameter Changes (was Re: Number of frames in Render())
  • From: Jeremy Sagan <email@hidden>
  • Date: Wed, 19 Jul 2006 20:40:56 -0400

Hello Bill,

Previously I was using AUParameterSet and I tried switching to this sample accurate method using AudioUnitScheduleParameters and while it works it seems like (at least some) plug-ins do not update there display properly after receiving these messages. I then discovered that AUParameterSet has a buffer offset field. Would that not give me the same results and with far fewer changes to my code?

Thanks again,
Jeremy

On Jul 18, 2006, at 7:00 PM, William Stewart wrote:

There's no way to actually tell.

We test this as part of the tests in auval, so if the AU passes validation it at least accepts these scheduled params.

AUBase has support for an implmentation that just slices up the render call internally - you could of course do alot more here (and the AU can discern more about the context of these scheduled changes of course). But, I don't know how many AUs explicitly take care of this themselves. All of Apple's effects will.

Bill

On 18/07/2006, at 2:14 PM, Jeremy Sagan wrote:

Very cool. I don't know how I missed that.

Do you know if all AU plug-ins support the immediate scheduled parameters?

Thanks,
Jeremy

On Jul 18, 2006, at 4:04 PM, William Stewart wrote:

Ideally, you could always pull the AU for the same amount of data, and use the ScheduleParams API to schedule intra-buffer parameter changes

On 17/07/2006, at 8:17 PM, Jeremy Sagan wrote:

Hello Doug,

On Jul 17, 2006, at 8:42 PM, Doug Wyatt wrote:

Some hosts implement sample-accurate automation by rendering the samples before and after a parameter change with separate render calls (this is inefficient and it's better to let the plug-in handle this, but nothing in the spec forbids it).

How do you "let the plug-in handle this" with the current state of AU?


Jeremy Sagan
Sagan Technology
www.sagantech.biz



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


This email sent to email@hidden

--
mailto:email@hidden
tel: +1 408 974 4056
____________________________________________________________________ ______
"Much human ingenuity has gone into finding the ultimate Before.
The current state of knowledge can be summarized thus:
In the beginning, there was nothing, which exploded" - Terry Pratchett
____________________________________________________________________ ______




--
mailto:email@hidden
tel: +1 408 974 4056
______________________________________________________________________ ____
"Much human ingenuity has gone into finding the ultimate Before.
The current state of knowledge can be summarized thus:
In the beginning, there was nothing, which exploded" - Terry Pratchett
______________________________________________________________________ ____



_______________________________________________ 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
  • Follow-Ups:
    • Re: Scheduling AU Parameter Changes (was Re: Number of frames in Render())
      • From: William Stewart <email@hidden>
References: 
 >Number of frames in Render() (From: John Allsup <email@hidden>)
 >Re: Number of frames in Render() (From: Doug Wyatt <email@hidden>)
 >Re: Number of frames in Render() (From: Jeremy Sagan <email@hidden>)
 >Re: Number of frames in Render() (From: William Stewart <email@hidden>)
 >Re: Number of frames in Render() (From: Jeremy Sagan <email@hidden>)
 >Re: Number of frames in Render() (From: William Stewart <email@hidden>)

  • Prev by Date: Re: Host Callback Methods and OSStatus
  • Next by Date: Re: Scheduling AU Parameter Changes (was Re: Number of frames in Render())
  • Previous by thread: Re: Number of frames in Render()
  • Next by thread: Re: Scheduling AU Parameter Changes (was Re: Number of frames in Render())
  • Index(es):
    • Date
    • Thread