/[svn]/qsampler/trunk/src/qsamplerChannelStrip.cpp
ViewVC logotype

Diff of /qsampler/trunk/src/qsamplerChannelStrip.cpp

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 3848 by capela, Tue Jun 16 09:13:12 2020 UTC revision 3849 by capela, Thu Jan 7 16:18:02 2021 UTC
# Line 1  Line 1 
1  // qsamplerChannelStrip.cpp  // qsamplerChannelStrip.cpp
2  //  //
3  /****************************************************************************  /****************************************************************************
4     Copyright (C) 2004-2020, rncbc aka Rui Nuno Capela. All rights reserved.     Copyright (C) 2004-2021, rncbc aka Rui Nuno Capela. All rights reserved.
5     Copyright (C) 2007, 2008, 2014 Christian Schoenebeck     Copyright (C) 2007, 2008, 2014 Christian Schoenebeck
6    
7     This program is free software; you can redistribute it and/or     This program is free software; you can redistribute it and/or
# Line 42  Line 42 
42  #define QSAMPLER_ERROR_LIMIT    3  #define QSAMPLER_ERROR_LIMIT    3
43    
44  // Needed for lroundf()  // Needed for lroundf()
45  #include <math.h>  #ifdef CONFIG_ROUND
46    #include <cmath>
47  #ifndef CONFIG_ROUND  #else
48  static inline long lroundf ( float x )  static inline long lroundf ( float x )
49  {  {
50          if (x >= 0.0f)          if (x >= 0.0f)

Legend:
Removed from v.3848  
changed lines
  Added in v.3849

  ViewVC Help
Powered by ViewVC