1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-12-21 16:11:11 +01:00

Campbell Barton's patch to turn many, many tabs to our 3-space convenbtion

This commit is contained in:
v.audacity
2013-02-20 23:42:58 +00:00
parent 63788f4b2d
commit 9d0daf8662
35 changed files with 282 additions and 282 deletions

View File

@@ -21,11 +21,11 @@
enum FadeType
{
FT_MIX,
FT_TRIANGULAR,
FT_EXPONENTIAL
};
{
FT_MIX,
FT_TRIANGULAR,
FT_EXPONENTIAL
};
class CrossFader
{
@@ -44,7 +44,7 @@ class CrossFader
void ClearClips();
//Produces samples according to crossfading rules.
bool GetSamples(samplePtr buffer, sampleFormat format,
sampleCount start, sampleCount len);
sampleCount start, sampleCount len);
protected:
WaveClipList mClips;