ftp.nice.ch/pub/next/unix/audio/cmusic.bs.N.tar.gz#/Apps/Henon/Henon.h

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

/* Generated by Interface Builder */

#import <objc/Object.h>
#import <dpsclient/dpsclient.h>	// For all the PostScript operators...
#import <appkit/appkit.h>	// A safe way to include all the .h files
#import <math.h>
#import "MidiControl.h"

@interface Henon:Object
{
    id henonView;
    id midiControl;
    id paraCelA, paraCelB;
    id paraSlidA, paraSlidB;
    DPSTimedEntry iter;
    int start;
    int initSet;
    int display;
    int stable;
    float X,Y,x_init,y_init;
    float A,B,speed;
    NXRect viewBounds ;
}

- setHenonView:anObject;
- setParaCelA:anObject;
- setParaCelB:anObject;
- setParaSlidA:anObject;
- setParaSlidB:anObject;
- setMidiControl:anObject;
- setB:sender;
- start:sender;
- setInitial:sender;
- setA:sender;
- setSpeed:sender;
- setDisplay:sender;
- clear:sender;
- stableOnly:sender;
- iteration;
- bifurcation;

@end

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