📄 globals.pas
字号:
unit Globals;
interface
const
ProgramKey = 'Software\Woozle\Powerseq 3';
DirectoriesKey = 'Directories';
PropertiesKey = 'Properties';
InputPortsKey = 'Input Ports';
OutputPortsKey = 'Output Ports';
MidiFilePathValue = 'MIDI File Path';
InstrumentPathValue = 'Instrument Path';
ShowHintsValue = 'Show Hints';
InitialTracksheetValue = 'Initial Tracksheet';
AutoSynchronizeValue = 'Auto Synchronize';
DragNoteVolumeValue = 'Drag Note Volume';
DefaultOutputPortValue = 'Default Port';
BoostPriorityValue = 'Boost Playback Priority';
var
ShowInitialTracksheet : boolean;
AutoSynchronize : boolean;
implementation
end.
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -