• 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: MusicDevice problems with AUgraph hosts
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: MusicDevice problems with AUgraph hosts


  • Subject: Re: MusicDevice problems with AUgraph hosts
  • From: Urs Heckmann <email@hidden>
  • Date: Tue, 26 Nov 2002 01:00:05 +0100

Am Dienstag, 26.11.02, um 00:34 Uhr (Europe/Berlin) schrieb Marc Poirier:

my MusicDevice has problems with hosts that utilize AUGraphs, namely
RAX and SynthTest (I guess). In SynthTest it produces a very annoying
jitter, in RAX it almost blew up my speakers. However it works fine
Logic 5.5 (built in audio). Is there anything special related to
outBuffers I have to take care of? (I don't write into interleaved
buffers, currently)

A v2 AU is not required to be able to process interleaved channels and the
default implementations of things in AUBase reject interleaved is to
reject interleaved streams, so you don't have to worry about that unless
you really want to.

No, I don't want to :-)

I do this in Render():

Why don't you override ProcessBufferLists rather than Render? Let AUBase
do more of the work for you... ;)


Oh.

Think I started that way but experienced problems during early stages ('twas da silent synth), maybe due to other stuff I misunderstood :-)

Now that I rethink it, it sounds like a good idea. Even makes sidechaining easier...

(I came to Render() after studying Airy's code. Don't know why his works in SynthTest and RAX while mine doesn't...)

Thanks,

;) Urs


-----------
urs heckmann
email@hidden
www.u-he.com
-----------
_______________________________________________
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.

  • Prev by Date: Re: MusicDevice problems with AUgraph hosts
  • Next by Date: Re: MusicDevice problems with AUgraph hosts
  • Previous by thread: Re: MusicDevice problems with AUgraph hosts
  • Next by thread: Confused about AU <-> AUView communication
  • Index(es):
    • Date
    • Thread