⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 globals.pas

📁 Delphi的另一款钢琴软件
💻 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 + -