📄 demoinit.wc
字号:
waves delete_all_items menu all# configure the menus# @(#)demoinit.WC 1.6 12/1/92 ERLadd_waves menu all builtin "bracket markers" add_waves menu all builtin "zoom in" add_waves menu all builtin "zoom out" add_waves menu all builtin "zoom full out" add_waves menu all builtin "window ahead" add_waves menu all builtin "window back"add_waves menu all builtin "align & rescale" add_espst menu all name "Show short history" command short_hisadd_espst menu all name "Show full history" command full_hisadd_espst menu all name "Show segment data" command epsps -Hadd_waves menu wave builtin "spectrogram (W.B.)" add_waves menu wave builtin "spectrogram (N.B.)" add_espsf menu wave name "Custom FFT spectrogram" command expromptrun -h sgram -P PWsgram sgram add_espsf menu wave name "MAXENT spectrogram" command me_sgram -m wb add_espst menu all name "Segment statistics" command fea_statsadd_espsn menu spect name "3D Plot" command plot3d -w -o Radd_waves menu all builtin "play between marks" add_waves menu all builtin "play window contents" add_waves menu all builtin "play entire file" add_waves menu all builtin "kill window" # start xspectrumattach function xspectrumsleep seconds .2# invoke a misc control panel based on the one from waves/lib/commands# but put it up in a new placewaves make_panel name misc columns 3 title "Miscellaneous xwaves+ Controls" icon_title Controls file dcontrols.WM loc_x 700 loc_y 700make_panel name bindings file dmbind.WM icon_title bindings title "Mouse Bindings" loc_x 1 loc_y 700#setup spectrum analyzersend set harmonic_cursors 1 analysis_type 0 window_type 3#put up an initial soundshell dosound splatreturn
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -