nib files in Sample AU
nib files in Sample AU
- Subject: nib files in Sample AU
- From: jacques couzteau <email@hidden>
- Date: Wed, 7 Jan 2004 17:37:15 +0100
hello,
I ' ve recently started to develeop my own audioUnits. I just finished
my first delay based on SampleEffectUnit. It works too. :)
when i was sorting my stuff i copied all the source files to a
different folder opened the project and tried to compile. the compiler
complained that it was missing a sth: English.lproj
So i added it from my backup and my AU compiled. But what surprised me
was what i saw after opening the nib file: the interface of
theSampleEffectUnit but not the modified interface that i used for my
AU. To build the interface i modified my SampleEffectUnit class and the
file Localizable.strings that is in English.lproj. That way sucessfully
changed the labels the Units and the number of sliders. They are all
working. I didn't fully understand what i was doing but since it worked
i didn'r bother to investigate any further.
Is it correct that the file "SampleEffectUI.nib" ist not used when the
AU is being buit?
How can I use interface Builder to design my UI?
Have i introtuced an inconcistency by manipulating files without using
interface builder?
thanks for enlightening me on this issue. cheerz
jc
_______________________________________________
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.