home *** CD-ROM | disk | FTP | other *** search
- EVNT 2 "SystemMap" "SystemMap" ;
- ESEQ ;
- "<alt> ' '" 10 ;
- "<alt> bs" 11 ;
- "<alt> esc" 12 ;
- "<alt> tab" 13 ;
- "<alt shift> tab" 14 ;
- END
- EVNT 3 "MouseMap" "MouseMap" ;
- ESEQ : "MouseMap" ;
- "<alt> left" 1 ;
- "<alt> right" 2 ;
- "<alt> up" 3 ;
- "<alt> down" 4 ;
-
- "<alt ctrl> left" 5 ;
- "<alt ctrl> right" 6 ;
- "<alt ctrl> up" 7 ;
- "<alt ctrl> down" 8 ;
-
- "<alt> enter" 9 ;
- END
-
- EVNT 1 "TEKey" "TEKey" ;
- ESEQ ;
- #cursor movement small bits
- "left" 1 ;
- "right" 2 ;
- "up" 3 ;
- "down" 4 ;
-
- #cursor movements big bits
- "<ctrl> left" 5 ;
- "<ctrl> right" 6 ;
- "pgup" 7 ;
- "pgdn" 8 ;
-
- # cursor postion commands
- "<ctrl>pgup" 9 ;
- "<ctrl>pgdn" 10 ;
- "home" 11 ;
- "end" 12 ;
- "<ctrl>home" 13 ;
-
- #editting keys
- "Ins" 15 ;
- "Del" 16 ;
- "<s>Del" 17 ;
- "<s>Ins" 18 ;
-
- #selection keys
- "<s>left" 101 ;
- "<s>right" 102 ;
- "<s>up" 103 ;
- "<s>down" 104 ;
- "<s ctrl>left" 105 ;
- "<s ctrl>right" 106 ;
- "<s>pgup" 107 ;
- "<s>pgdn" 108 ;
- "<ctrl s>pgup" 109 ;
- "<ctrl s>pgdn" 110 ;
- "<s>home" 111 ;
- "<s>end" 112 ;
- "<ctrl s>home" 113 ;
- "<ctrl s>end" 114 ;
-
- #the default case
- "tab" 19 ;
- "ascii" 19 ;
- END
-
-
- #
- # Window menu - standard window operations. ID == 2.
- #
- MENU 2 "window"
- "Window Ops";
- ;
- ;
- "WndOps"; # Access WndOps function when item selected.
- ;
- 6;
- + "Move";
- + "Size";
- + "Minimize";
- + "Maximize";
- ! "\003" ; # Bang indicated this is not an item, but is a place filler.
- + "Close";
- END
-
- #
- # Titlebar menu - Always displayed in menubar at top of screen. ID == 3.
- #
- MENU 3 "titlebar"
- "titlebar";
- 6;
- ;
- ;
- ;
- 4;
- + " File " M "MV_File";
- + " Edit " M "MV_Edit";
- + " Effects " M "MV_Effects";
- + " Settings" M "MV_Settings";
-
- MENU 4 "MV_File"
- "File";
- ;
- ;
- ;
- ;
- 8;
- + "New" I "New";
- + "Open" I "MvOpen";
- + "Save" I "Save";
- + "Save as" I "Save_as";
- + "Revert" I "Revert";
- + "Import" I "Import";
- + "Close" I "Close";
- + "Quit " I "ProgramExit";
- END
-
- MENU 5 "MV_Edit"
- "Edit";
- ;
- ;
- ;
- ;
- 7;
- + "Undo" I "Undo";
- + "Cut" I "Cut";
- + "Delete" I "Delete";
- + "Copy" I "Copy";
- + "Paste" I "Paste";
- + "Blend" I "Blend";
- + "Select all" I "Select_all";
- END
-
- MENU 6 "MV_Effects"
- "Effects";
- ;
- ;
- ;
- ;
- 11;
- + "Amplify" I "Amplify";
- + "Envelope" I "Envelope";
- + "Echo" I "Echo";
- + "Reverse" I "Reverse";
- + "Pan" I "Pan";
- + "Change Sampling Rate" I "Change_rate";
- + "Convert to Stereo" I "Make_Stereo";
- + "Convert to Mono" I "Make_Mono";
- + "Noise" I "Noise";
- + "Silence" I "Silence";
- + "Reverb" I "Reverb";
-
-
- MENU 0 "MV_Settings"
- "Settings";
- ;
- ;
- ;
- ;
- 2;
- + "Record Settings" I "InitSet";
- + "Preferences" I "Set_Drawing";
-
-
-
-
-
-
- ICON 30 "play25"
- 1 25 17 # depth, width, and height.
- 0x00000000
- 0x0f000000
- 0x0fc00000
- 0x0ff00000
- 0x0ffc0000
- 0x0fff0000
- 0x0fffc000
- 0x0ffff000
- 0x0ffff800
- 0x0ffff000
- 0x0fffc000
- 0x0fff0000
- 0x0ffc0000
- 0x0ff00000
- 0x0fc00000
- 0x0f000000
- 0x00000000
- END
-
- ICON 31 "stop25"
- 1 25 17 # depth, width, and height.
- 0x00000000
- 0x00000000
- 0x07fff000
- 0x07fff000
- 0x07fff000
- 0x07fff000
- 0x07fff000
- 0x07fff000
- 0x07fff000
- 0x07fff000
- 0x07fff000
- 0x07fff000
- 0x07fff000
- 0x07fff000
- 0x07fff000
- 0x00000000
- 0x00000000
- END
-
- ICON 32 "record25"
- 1 25 17 # depth, width, and height.
- 0x00000000
- 0x003e0000
- 0x00ff8000
- 0x01ffc000
- 0x03ffe000
- 0x03ffe000
- 0x07fff000
- 0x07fff000
- 0x07fff000
- 0x07fff000
- 0x07fff000
- 0x03ffe000
- 0x03ffe000
- 0x01ffc000
- 0x00ff8000
- 0x003e0000
- 0x00000000
- END
-
-
- ICON 33 "magnify24"
- 1 24 17 # depth, width, and height.
- 0x03e000
- 0x041000
- 0x080800
- 0x108400
- 0x108400
- 0x13e400
- 0x108400
- 0x108400
- 0x080800
- 0x041c00
- 0x03ee00
- 0x000700
- 0x000380
- 0x0001c0
- 0x0000e0
- 0x000070
- 0x000030
- END
-
- ICON 34 "zoombar64"
- 1 64 8 # depth, width, and height.
- 0x0fffffffffffffff
- 0x0a92108080801001
- 0x0a92108080801001
- 0x0a92108080801001
- 0x0882008000800001
- 0x0882008000800001
- 0x0882008000800001
- 0x0882008000800001
- END
-
- ICON 35 "mixer25"
- 1 25 17 # depth, width, and height.
- 0xf9f1cf80
- 0xa9514a80
- 0xa9514a80
- 0xe9d14a80
- 0xa9514a80
- 0xa9514a80
- 0xa9514a80
- 0xa9514a80
- 0xa9514a80
- 0xb9714a80
- 0xa9514a80
- 0xa9514a80
- 0xf9f1cf80
- 0x00000000
- 0xf929ce00
- 0xa9110a00
- 0x8929cb00
- END
-
-
-
- ICON 36 "vert"
- 1 2 10 # depth, width, and height.
- 0x00
- 0xc0
- 0xc0
- 0xc0
- 0xc0
- 0xc0
- 0xc0
- 0xc0
- 0xc0
- 0xc0
-
- END
-
- ICON 37 "emptybar"
- 1 4 10 # depth, width, and height.
- 0x00
- 0xf0
- 0xf0
- 0x00
- 0x00
- 0x00
- 0x00
- 0x00
- 0xf0
- 0xf0
- END
-
-
-
- ICON 38 "stereo_spkr"
- 1 64 11 # depth, width, and height.
- 0x000fffc003fff000
- 0x000aaac002aab000
- 0x000d154003405000
- 0x000a4ac0029eb000
- 0x000d454003525000
- 0x000a42c0029eb000
- 0x000d417fff545000
- 0x000a7ac00296b000
- 0x000d054003405000
- 0x000aaac002aab000
- 0x000fffc003fff000
- END
-
- ICON 39 "right_arrow"
- 1 15 17 # depth, width, and height.
- 0x0000
- 0x0000
- 0x0000
- 0xc000
- 0xf000
- 0xfc00
- 0xff00
- 0xffc0
- 0xfff0
- 0xfff0
- 0xffc0
- 0xff00
- 0xfc00
- 0xf000
- 0xc000
- 0x0000
- 0x0000
- END
-
- ICON 40 "left_arrow"
- 1 15 17 # depth, width, and height.
- 0x0000
- 0x0000
- 0x0000
- 0x0006
- 0x001e
- 0x007e
- 0x01fe
- 0x07fe
- 0x1ffe
- 0x1ffe
- 0x07fe
- 0x01fe
- 0x007e
- 0x001e
- 0x0006
- 0x0000
- 0x0000
- END
-
- ICON 41 "mono"
- 1 64 11 # depth, width, and height. ( a speaker )
- 0xffffffffffffffff
- 0xaaaaaaaaaaaaaaab
- 0xd555400000055555
- 0xaaaaaf9e44f2aaab
- 0xd5554a9264955555
- 0xaaaaaa925492aaab
- 0xd55548924c955555
- 0xaaaaa89e44f2aaab
- 0xd555400000055555
- 0xaaaaaaaaaaaaaaab
- 0xffffffffffffffff
- END
-
- ICON 42 "Leftspkr"
- 1 64 11 # depth, width, and height.
- 0x000fffc000000000
- 0x000aaac000000000
- 0x000d154000000000
- 0x000a4ac000000000
- 0x000d454000000000
- 0x000a42c000000000
- 0x000d414000000000
- 0x000a7ac000000000
- 0x000d054000000000
- 0x000aaac000000000
- 0x000fffc000000000
- END
-
- ICON 43 "rightspkr"
- 1 64 11 # depth, width, and height.
- 0x0000000003fff000
- 0x0000000002aab000
- 0x0000000003405000
- 0x00000000029eb000
- 0x0000000003525000
- 0x00000000029eb000
- 0x0000000007545000
- 0x000000000296b000
- 0x0000000003405000
- 0x0000000002aab000
- 0x0000000003fff000
- END
-
- ICON 44 "zoomptr"
- 1 12 5 # depth, width, and height.
- 0x0400
- 0x0e00
- 0x1f00
- 0x3f80
- 0x7fc0
- END
-
- ICON 45 "fullbar"
- 1 4 10 # depth, width, and height.
- 0x00
- 0xf0
- 0xf0
- 0x00
- 0xf0
- 0xf0
- 0xf0
- 0x00
- 0xf0
- 0xf0
- END
-
- ICON 46 "zoomfill1"
- 1 4 5 # depth, width, and height.
- 0x00
- 0x00
- 0x00
- 0x00
- 0x00
- END