Mockingbird.config
Copyright (C) 1983, 1984 Xerox Corporation. All rights reserved.
Last Edited by: Maxwell, November 22, 1983 12:19 pm
Last Edited by: Doug Wyatt, June 18, 1984 1:01:46 pm PDT
Mockingbird: CONFIGURATION
IMPORTS Convert, Font, FS, Imager, IO, ViewerIO
ConvertUnsafe, Directory, File, FileStream, Format, Heap, Inline, KeyboardFace, MouseFace, Process, Real, RealFns, Rope, Runtime, SafeStorage, Space, SpecialSpace, String, TerminalMultiplex, Transaction, UserTerminal
EXPORTS ALL
CONTROL UtilityImpl, FilerImpl, BeamImplA, BeamImplB, ChordImpl, NoteImpl, EventImpl, VoiceImpl, PieceImplA, PieceImplB, SpacingImpl, SelectionImpl, SheetImplA, SheetImplB, ScoreImplA, ScoreImplB
MockingbirdTTY, UtilityImpl, FilerImpl, BeamImplA, BeamImplB, ChordImpl, NoteImpl, EventImpl, VoiceImpl, PieceImplA, PieceImplB, SpacingImpl, HeuristicImpl, SelectionImpl, SheetImplA, SheetImplB, ScoreImplA, ScoreImplB, InterfaceImplA, InterfaceImplB, InterfaceImplC, ScreenImpl
= BEGIN
FilerImpl;
BeamImplA;
BeamImplB;
ChordImpl;
EventImpl;
NoteImpl;
PieceImplA;
PieceImplB;
ScoreImplA;
ScoreImplB;
SelectionImpl;
SheetImplA;
SheetImplB;
SpacingImpl;
UtilityImpl;
VoiceImpl;
END.