ModuleSound.h and ModuleSoundView.h


These categories contain additional Sound and SoundView methods you might find useful.

While Resound uses the standard NeXTSTEP Sound object, it does not use the standard SoundView object.  Instead, Resound uses a special subclass of the MiscSoundView for its SoundView classes. This means that you shouldn't create new SoundViews and hand them to Resound's API.  Instead you should let Resound create SoundViews for you.

Resound also uses the MiscSoundTracker, MiscVolumeMeter, and MiscVolumeLight classes internally as well.  All the aforementioned Misc* classes can be found in the MiscKit (yackd@misckit.com) if you'd like to peruse them.