Re: AUValidation
Re: AUValidation
- Subject: Re: AUValidation
- From: Philippe Wicker <email@hidden>
- Date: Tue, 30 Dec 2003 12:30:38 +0100
On Tuesday, December 30, 2003, at 12:04 PM, stiwi kirch wrote:
Hi everyone,
today i tried to validate my softsynth with Apples AUValidation tool.
I assumed that it would just pass most of the tests because my
component is working fine with alot of the AU-hosts available. But
nope, ./AUValidation -v aumu buzz Alfa returns after the very first
test. Testing open times: warm:
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* *
AU Validation Tool
Version: 1.0
Copyright 2003, Apple Computer, Inc.
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* *
--------------------------------------------------
VALIDATING AUDIO UNIT: 'aumu' - 'buzz' - 'Alfa'
Manufacturer String: alphakanal
AudioUnit name: buzZer
Component Info: softSynth
--------------------------------------------------
TESTING OPEN TIMES:
COLD:
time to open AudioUnit: 559.750ms
Bus error
whoops! Bus error? I am stuck with this error message! Am i missing
something?
Just in case you didn't try this yet, you can run your plugin under the
debugger and look at the stack trace. With PB, you can specify host
executables you wish to launch when starting the debugger. Go to
Project entry in the menu, select "New Custom Executable" and navigate
until you find AUValidation. Now select the Target pane in PB and
choose AUValidation under the disclosure triangle "Executables". Don't
forget to set the arguments before starting the debugger (you set them
in the "Arguments" text field that appears when you highlight
AUValidation).
Thanx, stiwi
_______________________________________________
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.
Philippe Wicker
email@hidden
_______________________________________________
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.
References: | |
| >AUValidation (From: stiwi kirch <email@hidden>) |