ftp.nice.ch/pub/next/audio/apps/MLMusicKitVoice.1.0.N.bsd.tar.gz#/MLMusicKitVoice/src/MLMKVMaster.h

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

// Copyright (94) by melonSoft Ralf Suckow Berlin, All Rights Reserved

#import <appkit/appkit.h>
#import "MLProductionProtocols.h"

@interface MLMKVMaster : Object  <MLVoiceProduction>
{
  id   orchestra;
}

- appDidInit:sender;
- showError:(const char *)text with:(const char *)parameter;
- (NXStream *)expandScore:(NXStream *)inputStream fromParameters:params;
- (BOOL)makeFile:(const char *)outputFile
  fromVoice:(const char *)inputFile parameters:params;
- (BOOL)makeFile:(const char *)outputFile fromScore:score;
- (BOOL)appAcceptsAnotherFile:sender;
- (int)app:sender openFile:(const char *)path type:(const char *)type;
- doOpen:path;

@end

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