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

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

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

revision 3848 by capela, Fri Mar 27 17:57:40 2020 UTC revision 3849 by capela, Thu Jan 7 16:18:02 2021 UTC
# Line 1  Line 1 
1  // qsamplerChannelFxForm.cpp  // qsamplerChannelFxForm.cpp
2  //  //
3  /****************************************************************************  /****************************************************************************
4     Copyright (C) 2010-2020, rncbc aka Rui Nuno Capela. All rights reserved.     Copyright (C) 2010-2021, rncbc aka Rui Nuno Capela. All rights reserved.
5     Copyright (C) 2008, Christian Schoenebeck     Copyright (C) 2008, 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 27  Line 27 
27  // let's not reinvent the wheel for audio routing  // let's not reinvent the wheel for audio routing
28  #include "qsamplerChannel.h"  #include "qsamplerChannel.h"
29    
30  #include <math.h>  #include <cmath>
31    
32  #include <QAbstractButton>  #include <QAbstractButton>
33  #include <QLineEdit>  #include <QLineEdit>

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

  ViewVC Help
Powered by ViewVC