-- File: TiogaVoice.config -- generates all the stuff for including voice in documents and editing voice -- Ades, April 25, 1986 11:43:21 am PST TiogaVoice: CONFIGURATION IMPORTS BasicTime, Commander, CommandTool, Convert, FileReader, FS, FSBackdoor, Imager, ImagerColorPrivate, ImagerFont, IO, MBQueue, Menus, MessageWindow, NodeStyle, Process, Rope, TEditFormatExtras, TEditInput, TEditInputImpl, TEditInputOps, TEditSelection, TextEdit, TiogaAccess, TiogaButtons, TiogaMenuOps, TiogaOps, TiogaExtraOps, ViewerBLT, ViewerEvents, ViewerLocks, ViewerOps, ViewerTools, VoiceRope, WindowManager EXPORTS VoiceInText, VoiceViewers, VoiceRecord, VoicePlayBack, DictationOps, VoiceEditOps, SoundList, VoiceMarkers, SourceMarkerTracking, VoiceAging CONTROL VoiceInTextImpl, VoiceInterestImpl, TalksBubbleImpl, VoiceViewersImpl, VoiceEditInterceptImpl, VoiceEditOpsImpl, VoiceRecordImpl, VoicePlayBackImpl, DictationOpsImpl, SoundListImpl, VoiceMarkersImpl, TextInVoiceImpl, SourceMarkerTrackingImpl, VoiceAgingImpl = BEGIN VoiceInTextImpl; VoiceInterestImpl; TalksBubbleImpl; VoiceViewersImpl; VoiceEditInterceptImpl; VoiceEditOpsImpl; VoiceRecordImpl; VoicePlayBackImpl; DictationOpsImpl; SoundListImpl; VoiceMarkersImpl; TextInVoiceImpl; SourceMarkerTrackingImpl; VoiceAgingImpl; END.