📄 simplepairedtwotrack.cpp
字号:
/********************************************************************** Audacity: A Digital Audio Editor SimplePairedTwoTrack.cpp Vincent A. Busam Dominic Mazzoni This abstract class simplifies the implementation of a basic two track effect where you want the values of both tracks together. Inherit from it if your effect doesn't just modifies a track in place and doesn't care how many samples it gets at a time. Your derived class only needs to implement GetEffectName, GetEffectAction, and ProcessSimplePairedTwoTrack.**********************************************************************/// O B S O L E T E// Indentation settings for Vim and Emacs and unique identifier for Arch, a// version control system. Please do not modify past this point.//// Local Variables:// c-basic-offset: 3// indent-tabs-mode: nil// End://// vim: et sts=3 sw=3// arch-tag: 5e90bf74-e305-4dc7-972c-a86a52cba6c1
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -