1
0
mirror of https://github.com/cookiengineer/audacity synced 2026-02-07 12:12:23 +01:00

Got rid of most warnings and errors for windows build

This commit is contained in:
clayton.otey@gmail.com
2010-06-08 01:05:10 +00:00
parent 299c327a71
commit 60faec3b24
10 changed files with 93 additions and 248 deletions

View File

@@ -74,7 +74,7 @@ long SampleBuf :: write(grain *g, int h)
{
grow(g->N);
g->synthesize();
real f = 2.0/(real)(N/h) * 4.0/3.0;
real f = 2.6666666666666666666666666f/(real)(N/h);
for(int c=0;c<2;c++) {
int j = 0;