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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user