ftp.nice.ch/pub/next/audio/editor/Resound.2.5.NIHS.b.tar.gz#/Resound.2.5/API/ModuleSoundView.h

This is ModuleSoundView.h in view mode; [Download] [Up]

/*

ModuleSoundView (version 2.5)

Part of the Resound 2.5 API
Sean Luke
Last Revision: December 7, 1997

Copyright 1997, Sean Luke
This code may be used, modified, or distributed freely without 
permission of the author.

This category lists method additions to SoundView usable by module writers.

*/

#import <soundkit/soundkit.h>

@interface SoundView(ModuleSoundView)

- (int)	convertToFormat:(int)newFormat
		samplingRate:(double)newRate
		channelCount:(int)newChannelCount;
		
- (char*)info;
- setInfo:(const char*)this;

@end

These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.