simplepairedtwotrack.cpp

来自「Audacity是一款用於錄音和編輯聲音的、免費的開放源碼軟體。它可以執行於Ma」· C++ 代码 · 共 33 行

CPP
33
字号
/**********************************************************************  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 + =
减小字号Ctrl + -
显示快捷键?