ftp.nice.ch/pub/next/audio/editor/edsnd.1.42.s.tar.gz#/EdSoundView.h

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

/* EdSoundView.h -- interface for custom SoundView
 *
 * This is a subclass of SoundView with additional editing methods
 *
 * jwp@silvertone.Princeton.edu, 11/89
 *
 * Version 1.2, 1/90
 *	-- Added enveloping
 */

#import <soundkit/soundkit.h>

@interface EdSoundView : SoundView

/* New sound editing methods implemented in EdSoundView:
 *	- erase:	= wipe out the current selection
 *	- addSilence:	= insert silence into the sound
 *	- envelope:Point: = envelope the current selection
 */

- erase:sender;
- addSilence:(float)dur;
- envelope:(NXPoint *)env Points:(int)n;

@end

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