1
0
mirror of https://github.com/cookiengineer/audacity synced 2026-03-04 21:50:51 +01:00

Major update to TimeScale effect, incorporating libsbsms-2.0.0, fixes to bug 172, changes to ui

This commit is contained in:
clayton.otey
2011-07-02 18:35:18 +00:00
parent 9869ea4afd
commit a17e741abc
45 changed files with 12912 additions and 6785 deletions

View File

@@ -1,3 +1,4 @@
// -*- mode: c++ -*-
/*
** Copyright (C) 2001-2003 Erik de Castro Lopo <erikd@mega-nerd.com>
**
@@ -203,10 +204,4 @@
#endif
#ifdef SBSMS_REAL_FLOAT
#define round2int(x) lrintf(x)
#else
#define round2int(x) lrint(x)
#endif
#endif