Browse Source

Update zynaddsubfx

tags/1.9.7
falkTX 8 years ago
parent
commit
6d50f4b260
100 changed files with 116 additions and 101 deletions
  1. +1
    -1
      source/native-plugins/zynaddsubfx/DSP/AnalogFilter.cpp
  2. +1
    -1
      source/native-plugins/zynaddsubfx/DSP/AnalogFilter.h
  3. +1
    -1
      source/native-plugins/zynaddsubfx/DSP/FFTwrapper.cpp
  4. +1
    -1
      source/native-plugins/zynaddsubfx/DSP/FFTwrapper.h
  5. +1
    -1
      source/native-plugins/zynaddsubfx/DSP/Filter.cpp
  6. +1
    -1
      source/native-plugins/zynaddsubfx/DSP/Filter.h
  7. +1
    -1
      source/native-plugins/zynaddsubfx/DSP/FormantFilter.cpp
  8. +1
    -1
      source/native-plugins/zynaddsubfx/DSP/FormantFilter.h
  9. +1
    -1
      source/native-plugins/zynaddsubfx/DSP/SVFilter.cpp
  10. +1
    -1
      source/native-plugins/zynaddsubfx/DSP/SVFilter.h
  11. +1
    -1
      source/native-plugins/zynaddsubfx/DSP/Unison.cpp
  12. +1
    -1
      source/native-plugins/zynaddsubfx/DSP/Unison.h
  13. +1
    -1
      source/native-plugins/zynaddsubfx/Effects/Alienwah.cpp
  14. +1
    -1
      source/native-plugins/zynaddsubfx/Effects/Alienwah.h
  15. +1
    -1
      source/native-plugins/zynaddsubfx/Effects/Chorus.cpp
  16. +1
    -1
      source/native-plugins/zynaddsubfx/Effects/Chorus.h
  17. +1
    -1
      source/native-plugins/zynaddsubfx/Effects/Distorsion.cpp
  18. +1
    -1
      source/native-plugins/zynaddsubfx/Effects/Distorsion.h
  19. +1
    -1
      source/native-plugins/zynaddsubfx/Effects/DynamicFilter.cpp
  20. +1
    -1
      source/native-plugins/zynaddsubfx/Effects/DynamicFilter.h
  21. +1
    -1
      source/native-plugins/zynaddsubfx/Effects/EQ.cpp
  22. +1
    -1
      source/native-plugins/zynaddsubfx/Effects/EQ.h
  23. +1
    -1
      source/native-plugins/zynaddsubfx/Effects/Echo.cpp
  24. +1
    -1
      source/native-plugins/zynaddsubfx/Effects/Echo.h
  25. +1
    -1
      source/native-plugins/zynaddsubfx/Effects/Effect.cpp
  26. +1
    -1
      source/native-plugins/zynaddsubfx/Effects/Effect.h
  27. +1
    -1
      source/native-plugins/zynaddsubfx/Effects/EffectLFO.cpp
  28. +1
    -1
      source/native-plugins/zynaddsubfx/Effects/EffectLFO.h
  29. +1
    -1
      source/native-plugins/zynaddsubfx/Effects/EffectMgr.cpp
  30. +1
    -1
      source/native-plugins/zynaddsubfx/Effects/EffectMgr.h
  31. +1
    -1
      source/native-plugins/zynaddsubfx/Effects/Phaser.cpp
  32. +1
    -1
      source/native-plugins/zynaddsubfx/Effects/Phaser.h
  33. +1
    -1
      source/native-plugins/zynaddsubfx/Effects/Reverb.cpp
  34. +1
    -1
      source/native-plugins/zynaddsubfx/Effects/Reverb.h
  35. +1
    -1
      source/native-plugins/zynaddsubfx/Misc/Bank.cpp
  36. +1
    -1
      source/native-plugins/zynaddsubfx/Misc/Bank.h
  37. +1
    -1
      source/native-plugins/zynaddsubfx/Misc/Config.cpp
  38. +1
    -1
      source/native-plugins/zynaddsubfx/Misc/Config.h
  39. +1
    -1
      source/native-plugins/zynaddsubfx/Misc/Control.h
  40. +1
    -1
      source/native-plugins/zynaddsubfx/Misc/LASHClient.cpp
  41. +1
    -1
      source/native-plugins/zynaddsubfx/Misc/LASHClient.h
  42. +1
    -1
      source/native-plugins/zynaddsubfx/Misc/Master.cpp
  43. +1
    -1
      source/native-plugins/zynaddsubfx/Misc/Master.h
  44. +1
    -1
      source/native-plugins/zynaddsubfx/Misc/Microtonal.cpp
  45. +1
    -1
      source/native-plugins/zynaddsubfx/Misc/Microtonal.h
  46. +16
    -2
      source/native-plugins/zynaddsubfx/Misc/Part.cpp
  47. +2
    -1
      source/native-plugins/zynaddsubfx/Misc/Part.h
  48. +1
    -1
      source/native-plugins/zynaddsubfx/Misc/Recorder.cpp
  49. +1
    -1
      source/native-plugins/zynaddsubfx/Misc/Recorder.h
  50. +1
    -1
      source/native-plugins/zynaddsubfx/Misc/Stereo.cpp
  51. +1
    -1
      source/native-plugins/zynaddsubfx/Misc/Stereo.h
  52. +1
    -1
      source/native-plugins/zynaddsubfx/Misc/Util.cpp
  53. +1
    -1
      source/native-plugins/zynaddsubfx/Misc/Util.h
  54. +1
    -1
      source/native-plugins/zynaddsubfx/Misc/WavFile.cpp
  55. +1
    -1
      source/native-plugins/zynaddsubfx/Misc/WavFile.h
  56. +1
    -1
      source/native-plugins/zynaddsubfx/Misc/WaveShapeSmps.cpp
  57. +1
    -1
      source/native-plugins/zynaddsubfx/Misc/WaveShapeSmps.h
  58. +1
    -1
      source/native-plugins/zynaddsubfx/Misc/XMLwrapper.cpp
  59. +1
    -1
      source/native-plugins/zynaddsubfx/Misc/XMLwrapper.h
  60. +1
    -1
      source/native-plugins/zynaddsubfx/Nio/AlsaEngine.cpp
  61. +1
    -1
      source/native-plugins/zynaddsubfx/Nio/AlsaEngine.h
  62. +1
    -1
      source/native-plugins/zynaddsubfx/Nio/AudioOut.cpp
  63. +1
    -1
      source/native-plugins/zynaddsubfx/Nio/AudioOut.h
  64. +1
    -1
      source/native-plugins/zynaddsubfx/Nio/Engine.cpp
  65. +1
    -1
      source/native-plugins/zynaddsubfx/Nio/Engine.h
  66. +1
    -1
      source/native-plugins/zynaddsubfx/Nio/JackEngine.cpp
  67. +1
    -1
      source/native-plugins/zynaddsubfx/Nio/JackEngine.h
  68. +1
    -1
      source/native-plugins/zynaddsubfx/Nio/JackMultiEngine.cpp
  69. +1
    -1
      source/native-plugins/zynaddsubfx/Nio/JackMultiEngine.h
  70. +1
    -1
      source/native-plugins/zynaddsubfx/Nio/MidiIn.cpp
  71. +1
    -1
      source/native-plugins/zynaddsubfx/Nio/MidiIn.h
  72. +1
    -1
      source/native-plugins/zynaddsubfx/Nio/NulEngine.cpp
  73. +1
    -1
      source/native-plugins/zynaddsubfx/Nio/NulEngine.h
  74. +1
    -1
      source/native-plugins/zynaddsubfx/Nio/OssEngine.cpp
  75. +1
    -1
      source/native-plugins/zynaddsubfx/Nio/OssEngine.h
  76. +1
    -1
      source/native-plugins/zynaddsubfx/Nio/OssMultiEngine.cpp
  77. +1
    -1
      source/native-plugins/zynaddsubfx/Nio/OssMultiEngine.h
  78. +1
    -1
      source/native-plugins/zynaddsubfx/Nio/PaEngine.cpp
  79. +1
    -1
      source/native-plugins/zynaddsubfx/Nio/PaEngine.h
  80. +1
    -1
      source/native-plugins/zynaddsubfx/Nio/WavEngine.cpp
  81. +1
    -1
      source/native-plugins/zynaddsubfx/Nio/WavEngine.h
  82. +1
    -1
      source/native-plugins/zynaddsubfx/Params/ADnoteParameters.cpp
  83. +1
    -1
      source/native-plugins/zynaddsubfx/Params/ADnoteParameters.h
  84. +1
    -1
      source/native-plugins/zynaddsubfx/Params/Controller.cpp
  85. +1
    -1
      source/native-plugins/zynaddsubfx/Params/Controller.h
  86. +1
    -1
      source/native-plugins/zynaddsubfx/Params/EnvelopeParams.cpp
  87. +1
    -1
      source/native-plugins/zynaddsubfx/Params/EnvelopeParams.h
  88. +1
    -1
      source/native-plugins/zynaddsubfx/Params/FilterParams.cpp
  89. +1
    -1
      source/native-plugins/zynaddsubfx/Params/FilterParams.h
  90. +1
    -1
      source/native-plugins/zynaddsubfx/Params/LFOParams.cpp
  91. +1
    -1
      source/native-plugins/zynaddsubfx/Params/LFOParams.h
  92. +1
    -1
      source/native-plugins/zynaddsubfx/Params/PADnoteParameters.cpp
  93. +1
    -1
      source/native-plugins/zynaddsubfx/Params/PADnoteParameters.h
  94. +1
    -1
      source/native-plugins/zynaddsubfx/Params/Presets.cpp
  95. +1
    -1
      source/native-plugins/zynaddsubfx/Params/Presets.h
  96. +1
    -1
      source/native-plugins/zynaddsubfx/Params/PresetsArray.cpp
  97. +1
    -1
      source/native-plugins/zynaddsubfx/Params/PresetsArray.h
  98. +1
    -1
      source/native-plugins/zynaddsubfx/Params/PresetsStore.cpp
  99. +1
    -1
      source/native-plugins/zynaddsubfx/Params/PresetsStore.h
  100. +1
    -1
      source/native-plugins/zynaddsubfx/Params/SUBnoteParameters.cpp

+ 1
- 1
source/native-plugins/zynaddsubfx/DSP/AnalogFilter.cpp View File

@@ -18,7 +18,7 @@

You should have received a copy of the GNU General Public License (version 2)
along with this program; if not, write to the Free Software Foundation,
Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA

*/



+ 1
- 1
source/native-plugins/zynaddsubfx/DSP/AnalogFilter.h View File

@@ -18,7 +18,7 @@

You should have received a copy of the GNU General Public License (version 2)
along with this program; if not, write to the Free Software Foundation,
Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA

*/



+ 1
- 1
source/native-plugins/zynaddsubfx/DSP/FFTwrapper.cpp View File

@@ -16,7 +16,7 @@

You should have received a copy of the GNU General Public License (version 2)
along with this program; if not, write to the Free Software Foundation,
Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA

*/



+ 1
- 1
source/native-plugins/zynaddsubfx/DSP/FFTwrapper.h View File

@@ -16,7 +16,7 @@

You should have received a copy of the GNU General Public License (version 2)
along with this program; if not, write to the Free Software Foundation,
Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA

*/



+ 1
- 1
source/native-plugins/zynaddsubfx/DSP/Filter.cpp View File

@@ -16,7 +16,7 @@

You should have received a copy of the GNU General Public License (version 2)
along with this program; if not, write to the Free Software Foundation,
Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA

*/



+ 1
- 1
source/native-plugins/zynaddsubfx/DSP/Filter.h View File

@@ -16,7 +16,7 @@

You should have received a copy of the GNU General Public License (version 2)
along with this program; if not, write to the Free Software Foundation,
Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA

*/



+ 1
- 1
source/native-plugins/zynaddsubfx/DSP/FormantFilter.cpp View File

@@ -16,7 +16,7 @@

You should have received a copy of the GNU General Public License (version 2)
along with this program; if not, write to the Free Software Foundation,
Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA

*/



+ 1
- 1
source/native-plugins/zynaddsubfx/DSP/FormantFilter.h View File

@@ -16,7 +16,7 @@

You should have received a copy of the GNU General Public License (version 2)
along with this program; if not, write to the Free Software Foundation,
Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA

*/



+ 1
- 1
source/native-plugins/zynaddsubfx/DSP/SVFilter.cpp View File

@@ -16,7 +16,7 @@

You should have received a copy of the GNU General Public License (version 2)
along with this program; if not, write to the Free Software Foundation,
Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA

*/



+ 1
- 1
source/native-plugins/zynaddsubfx/DSP/SVFilter.h View File

@@ -16,7 +16,7 @@

You should have received a copy of the GNU General Public License (version 2)
along with this program; if not, write to the Free Software Foundation,
Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA

*/



+ 1
- 1
source/native-plugins/zynaddsubfx/DSP/Unison.cpp View File

@@ -16,7 +16,7 @@

You should have received a copy of the GNU General Public License (version 2)
along with this program; if not, write to the Free Software Foundation,
Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/

#include <cmath>


+ 1
- 1
source/native-plugins/zynaddsubfx/DSP/Unison.h View File

@@ -16,7 +16,7 @@

You should have received a copy of the GNU General Public License (version 2)
along with this program; if not, write to the Free Software Foundation,
Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/

#ifndef UNISON_H


+ 1
- 1
source/native-plugins/zynaddsubfx/Effects/Alienwah.cpp View File

@@ -16,7 +16,7 @@

You should have received a copy of the GNU General Public License (version 2)
along with this program; if not, write to the Free Software Foundation,
Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA

*/



+ 1
- 1
source/native-plugins/zynaddsubfx/Effects/Alienwah.h View File

@@ -16,7 +16,7 @@

You should have received a copy of the GNU General Public License (version 2)
along with this program; if not, write to the Free Software Foundation,
Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA

*/



+ 1
- 1
source/native-plugins/zynaddsubfx/Effects/Chorus.cpp View File

@@ -16,7 +16,7 @@

You should have received a copy of the GNU General Public License (version 2)
along with this program; if not, write to the Free Software Foundation,
Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA

*/



+ 1
- 1
source/native-plugins/zynaddsubfx/Effects/Chorus.h View File

@@ -16,7 +16,7 @@

You should have received a copy of the GNU General Public License (version 2)
along with this program; if not, write to the Free Software Foundation,
Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA

*/



+ 1
- 1
source/native-plugins/zynaddsubfx/Effects/Distorsion.cpp View File

@@ -16,7 +16,7 @@

You should have received a copy of the GNU General Public License (version 2)
along with this program; if not, write to the Free Software Foundation,
Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA

*/



+ 1
- 1
source/native-plugins/zynaddsubfx/Effects/Distorsion.h View File

@@ -16,7 +16,7 @@

You should have received a copy of the GNU General Public License (version 2)
along with this program; if not, write to the Free Software Foundation,
Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA

*/



+ 1
- 1
source/native-plugins/zynaddsubfx/Effects/DynamicFilter.cpp View File

@@ -16,7 +16,7 @@

You should have received a copy of the GNU General Public License (version 2)
along with this program; if not, write to the Free Software Foundation,
Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA

*/



+ 1
- 1
source/native-plugins/zynaddsubfx/Effects/DynamicFilter.h View File

@@ -16,7 +16,7 @@

You should have received a copy of the GNU General Public License (version 2)
along with this program; if not, write to the Free Software Foundation,
Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA

*/



+ 1
- 1
source/native-plugins/zynaddsubfx/Effects/EQ.cpp View File

@@ -16,7 +16,7 @@

You should have received a copy of the GNU General Public License (version 2)
along with this program; if not, write to the Free Software Foundation,
Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA

*/



+ 1
- 1
source/native-plugins/zynaddsubfx/Effects/EQ.h View File

@@ -16,7 +16,7 @@

You should have received a copy of the GNU General Public License (version 2)
along with this program; if not, write to the Free Software Foundation,
Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA

*/



+ 1
- 1
source/native-plugins/zynaddsubfx/Effects/Echo.cpp View File

@@ -18,7 +18,7 @@

You should have received a copy of the GNU General Public License (version 2)
along with this program; if not, write to the Free Software Foundation,
Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA

*/



+ 1
- 1
source/native-plugins/zynaddsubfx/Effects/Echo.h View File

@@ -16,7 +16,7 @@

You should have received a copy of the GNU General Public License (version 2)
along with this program; if not, write to the Free Software Foundation,
Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA

*/



+ 1
- 1
source/native-plugins/zynaddsubfx/Effects/Effect.cpp View File

@@ -17,7 +17,7 @@

You should have received a copy of the GNU General Public License (version 2)
along with this program; if not, write to the Free Software Foundation,
Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA

*/



+ 1
- 1
source/native-plugins/zynaddsubfx/Effects/Effect.h View File

@@ -16,7 +16,7 @@

You should have received a copy of the GNU General Public License (version 2)
along with this program; if not, write to the Free Software Foundation,
Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA

*/



+ 1
- 1
source/native-plugins/zynaddsubfx/Effects/EffectLFO.cpp View File

@@ -16,7 +16,7 @@

You should have received a copy of the GNU General Public License (version 2)
along with this program; if not, write to the Free Software Foundation,
Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA

*/



+ 1
- 1
source/native-plugins/zynaddsubfx/Effects/EffectLFO.h View File

@@ -16,7 +16,7 @@

You should have received a copy of the GNU General Public License (version 2)
along with this program; if not, write to the Free Software Foundation,
Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA

*/



+ 1
- 1
source/native-plugins/zynaddsubfx/Effects/EffectMgr.cpp View File

@@ -16,7 +16,7 @@

You should have received a copy of the GNU General Public License (version 2)
along with this program; if not, write to the Free Software Foundation,
Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA

*/



+ 1
- 1
source/native-plugins/zynaddsubfx/Effects/EffectMgr.h View File

@@ -16,7 +16,7 @@

You should have received a copy of the GNU General Public License (version 2)
along with this program; if not, write to the Free Software Foundation,
Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/

#ifndef EFFECTMGR_H


+ 1
- 1
source/native-plugins/zynaddsubfx/Effects/Phaser.cpp View File

@@ -25,7 +25,7 @@

You should have received a copy of the GNU General Public License (version 2)
along with this program; if not, write to the Free Software Foundation,
Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA

*/



+ 1
- 1
source/native-plugins/zynaddsubfx/Effects/Phaser.h View File

@@ -20,7 +20,7 @@

You should have received a copy of the GNU General Public License (version 2)
along with this program; if not, write to the Free Software Foundation,
Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA

*/



+ 1
- 1
source/native-plugins/zynaddsubfx/Effects/Reverb.cpp View File

@@ -16,7 +16,7 @@

You should have received a copy of the GNU General Public License (version 2)
along with this program; if not, write to the Free Software Foundation,
Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA

*/



+ 1
- 1
source/native-plugins/zynaddsubfx/Effects/Reverb.h View File

@@ -16,7 +16,7 @@

You should have received a copy of the GNU General Public License (version 2)
along with this program; if not, write to the Free Software Foundation,
Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA

*/



+ 1
- 1
source/native-plugins/zynaddsubfx/Misc/Bank.cpp View File

@@ -18,7 +18,7 @@

You should have received a copy of the GNU General Public License (version 2)
along with this program; if not, write to the Free Software Foundation,
Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA

*/



+ 1
- 1
source/native-plugins/zynaddsubfx/Misc/Bank.h View File

@@ -16,7 +16,7 @@

You should have received a copy of the GNU General Public License (version 2)
along with this program; if not, write to the Free Software Foundation,
Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA

*/



+ 1
- 1
source/native-plugins/zynaddsubfx/Misc/Config.cpp View File

@@ -16,7 +16,7 @@

You should have received a copy of the GNU General Public License (version 2)
along with this program; if not, write to the Free Software Foundation,
Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA

*/
#include <cstdio>


+ 1
- 1
source/native-plugins/zynaddsubfx/Misc/Config.h View File

@@ -16,7 +16,7 @@

You should have received a copy of the GNU General Public License (version 2)
along with this program; if not, write to the Free Software Foundation,
Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA

*/



+ 1
- 1
source/native-plugins/zynaddsubfx/Misc/Control.h View File

@@ -17,7 +17,7 @@

You should have received a copy of the GNU General Public License (version 2)
along with this program; if not, write to the Free Software Foundation,
Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/

#ifndef _CONTROL_H_


+ 1
- 1
source/native-plugins/zynaddsubfx/Misc/LASHClient.cpp View File

@@ -16,7 +16,7 @@

You should have received a copy of the GNU General Public License (version 2)
along with this program; if not, write to the Free Software Foundation,
Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA

*/
#include <unistd.h>


+ 1
- 1
source/native-plugins/zynaddsubfx/Misc/LASHClient.h View File

@@ -16,7 +16,7 @@

You should have received a copy of the GNU General Public License (version 2)
along with this program; if not, write to the Free Software Foundation,
Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA

*/
#ifndef LASHClient_h


+ 1
- 1
source/native-plugins/zynaddsubfx/Misc/Master.cpp View File

@@ -17,7 +17,7 @@

You should have received a copy of the GNU General Public License (version 2)
along with this program; if not, write to the Free Software Foundation,
Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA

*/



+ 1
- 1
source/native-plugins/zynaddsubfx/Misc/Master.h View File

@@ -17,7 +17,7 @@

You should have received a copy of the GNU General Public License (version 2)
along with this program; if not, write to the Free Software Foundation,
Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA

*/



+ 1
- 1
source/native-plugins/zynaddsubfx/Misc/Microtonal.cpp View File

@@ -16,7 +16,7 @@

You should have received a copy of the GNU General Public License (version 2)
along with this program; if not, write to the Free Software Foundation,
Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA

*/



+ 1
- 1
source/native-plugins/zynaddsubfx/Misc/Microtonal.h View File

@@ -16,7 +16,7 @@

You should have received a copy of the GNU General Public License (version 2)
along with this program; if not, write to the Free Software Foundation,
Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA

*/



+ 16
- 2
source/native-plugins/zynaddsubfx/Misc/Part.cpp View File

@@ -16,7 +16,7 @@

You should have received a copy of the GNU General Public License (version 2)
along with this program; if not, write to the Free Software Foundation,
Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA

*/

@@ -257,6 +257,17 @@ Part::Part(Allocator &alloc, const SYNTH_T &synth_, const AbsTime &time_,
assert(partefx[0]);
}

Part::Kit::Kit(void)
:parent(nullptr),
Penabled(false), Pmuted(false),
Pminkey(0), Pmaxkey(127),
Pname(nullptr),
Padenabled(false), Psubenabled(false),
Ppadenabled(false), Psendtoparteffect(0),
adpars(nullptr), subpars(nullptr), padpars(nullptr)
{
}

void Part::cloneTraits(Part &p) const
{
#define CLONE(x) p.x = this->x
@@ -312,7 +323,7 @@ void Part::defaultsinstrument()
Pdrummode = 0;

for(int n = 0; n < NUM_KIT_ITEMS; ++n) {
kit[n].Penabled = false;
//kit[n].Penabled = false;
kit[n].Pmuted = false;
kit[n].Pminkey = 0;
kit[n].Pmaxkey = 127;
@@ -847,6 +858,9 @@ void Part::setkititemstatus(unsigned kititem, bool Penabled_)
delete kkit.adpars;
delete kkit.subpars;
delete kkit.padpars;
kkit.adpars = nullptr;
kkit.subpars = nullptr;
kkit.padpars = nullptr;
kkit.Pname[0] = '\0';

notePool.killAllNotes();


+ 2
- 1
source/native-plugins/zynaddsubfx/Misc/Part.h View File

@@ -16,7 +16,7 @@

You should have received a copy of the GNU General Public License (version 2)
along with this program; if not, write to the Free Software Foundation,
Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA

*/

@@ -90,6 +90,7 @@ class Part

//the part's kit
struct Kit {
Kit(void);
Part *parent;
bool Penabled, Pmuted;
unsigned char Pminkey, Pmaxkey;


+ 1
- 1
source/native-plugins/zynaddsubfx/Misc/Recorder.cpp View File

@@ -16,7 +16,7 @@

You should have received a copy of the GNU General Public License (version 2)
along with this program; if not, write to the Free Software Foundation,
Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA

*/



+ 1
- 1
source/native-plugins/zynaddsubfx/Misc/Recorder.h View File

@@ -16,7 +16,7 @@

You should have received a copy of the GNU General Public License (version 2)
along with this program; if not, write to the Free Software Foundation,
Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA

*/



+ 1
- 1
source/native-plugins/zynaddsubfx/Misc/Stereo.cpp View File

@@ -16,7 +16,7 @@

You should have received a copy of the GNU General Public License (version 2)
along with this program; if not, write to the Free Software Foundation,
Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/

template<class T>


+ 1
- 1
source/native-plugins/zynaddsubfx/Misc/Stereo.h View File

@@ -16,7 +16,7 @@

You should have received a copy of the GNU General Public License (version 2)
along with this program; if not, write to the Free Software Foundation,
Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
#ifndef STEREO_H
#define STEREO_H


+ 1
- 1
source/native-plugins/zynaddsubfx/Misc/Util.cpp View File

@@ -16,7 +16,7 @@

You should have received a copy of the GNU General Public License (version 2)
along with this program; if not, write to the Free Software Foundation,
Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA

*/



+ 1
- 1
source/native-plugins/zynaddsubfx/Misc/Util.h View File

@@ -16,7 +16,7 @@

You should have received a copy of the GNU General Public License (version 2)
along with this program; if not, write to the Free Software Foundation,
Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA

*/



+ 1
- 1
source/native-plugins/zynaddsubfx/Misc/WavFile.cpp View File

@@ -14,7 +14,7 @@

You should have received a copy of the GNU General Public License (version 2)
along with this program; if not, write to the Free Software Foundation,
Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/

#include <cstdio>


+ 1
- 1
source/native-plugins/zynaddsubfx/Misc/WavFile.h View File

@@ -17,7 +17,7 @@

You should have received a copy of the GNU General Public License (version 2)
along with this program; if not, write to the Free Software Foundation,
Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/

#ifndef WAVFILE_H


+ 1
- 1
source/native-plugins/zynaddsubfx/Misc/WaveShapeSmps.cpp View File

@@ -16,7 +16,7 @@

You should have received a copy of the GNU General Public License (version 2)
along with this program; if not, write to the Free Software Foundation,
Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA

*/



+ 1
- 1
source/native-plugins/zynaddsubfx/Misc/WaveShapeSmps.h View File

@@ -16,7 +16,7 @@

You should have received a copy of the GNU General Public License (version 2)
along with this program; if not, write to the Free Software Foundation,
Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA

*/
#ifndef WAVESHAPESMPS_H


+ 1
- 1
source/native-plugins/zynaddsubfx/Misc/XMLwrapper.cpp View File

@@ -18,7 +18,7 @@

You should have received a copy of the GNU General Public License (version 2)
along with this program; if not, write to the Free Software Foundation,
Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA

*/



+ 1
- 1
source/native-plugins/zynaddsubfx/Misc/XMLwrapper.h View File

@@ -18,7 +18,7 @@

You should have received a copy of the GNU General Public License (version 2)
along with this program; if not, write to the Free Software Foundation,
Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA

*/



+ 1
- 1
source/native-plugins/zynaddsubfx/Nio/AlsaEngine.cpp View File

@@ -16,7 +16,7 @@

You should have received a copy of the GNU General Public License (version 2)
along with this program; if not, write to the Free Software Foundation,
Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/

#include <iostream>


+ 1
- 1
source/native-plugins/zynaddsubfx/Nio/AlsaEngine.h View File

@@ -16,7 +16,7 @@

You should have received a copy of the GNU General Public License (version 2)
along with this program; if not, write to the Free Software Foundation,
Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/

#ifndef ALSA_ENGINE_H


+ 1
- 1
source/native-plugins/zynaddsubfx/Nio/AudioOut.cpp View File

@@ -16,7 +16,7 @@

You should have received a copy of the GNU General Public License (version 2)
along with this program; if not, write to the Free Software Foundation,
Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA

*/



+ 1
- 1
source/native-plugins/zynaddsubfx/Nio/AudioOut.h View File

@@ -16,7 +16,7 @@

You should have received a copy of the GNU General Public License (version 2)
along with this program; if not, write to the Free Software Foundation,
Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA

*/



+ 1
- 1
source/native-plugins/zynaddsubfx/Nio/Engine.cpp View File

@@ -16,7 +16,7 @@

You should have received a copy of the GNU General Public License (version 2)
along with this program; if not, write to the Free Software Foundation,
Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA

*/
#include "Engine.h"


+ 1
- 1
source/native-plugins/zynaddsubfx/Nio/Engine.h View File

@@ -16,7 +16,7 @@

You should have received a copy of the GNU General Public License (version 2)
along with this program; if not, write to the Free Software Foundation,
Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA

*/



+ 1
- 1
source/native-plugins/zynaddsubfx/Nio/JackEngine.cpp View File

@@ -16,7 +16,7 @@

You should have received a copy of the GNU General Public License (version 2)
along with this program; if not, write to the Free Software Foundation,
Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/

#include <iostream>


+ 1
- 1
source/native-plugins/zynaddsubfx/Nio/JackEngine.h View File

@@ -16,7 +16,7 @@

You should have received a copy of the GNU General Public License (version 2)
along with this program; if not, write to the Free Software Foundation,
Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/

#ifndef JACK_ENGINE_H


+ 1
- 1
source/native-plugins/zynaddsubfx/Nio/JackMultiEngine.cpp View File

@@ -16,7 +16,7 @@

You should have received a copy of the GNU General Public License (version 2)
along with this program; if not, write to the Free Software Foundation,
Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA

*/



+ 1
- 1
source/native-plugins/zynaddsubfx/Nio/JackMultiEngine.h View File

@@ -16,7 +16,7 @@

You should have received a copy of the GNU General Public License (version 2)
along with this program; if not, write to the Free Software Foundation,
Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA

*/
#ifndef JACK_MULTI_ENGINE


+ 1
- 1
source/native-plugins/zynaddsubfx/Nio/MidiIn.cpp View File

@@ -16,7 +16,7 @@

You should have received a copy of the GNU General Public License (version 2)
along with this program; if not, write to the Free Software Foundation,
Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA

*/



+ 1
- 1
source/native-plugins/zynaddsubfx/Nio/MidiIn.h View File

@@ -18,7 +18,7 @@

You should have received a copy of the GNU General Public License (version 2)
along with this program; if not, write to the Free Software Foundation,
Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA

*/



+ 1
- 1
source/native-plugins/zynaddsubfx/Nio/NulEngine.cpp View File

@@ -16,7 +16,7 @@

You should have received a copy of the GNU General Public License (version 2)
along with this program; if not, write to the Free Software Foundation,
Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA

*/



+ 1
- 1
source/native-plugins/zynaddsubfx/Nio/NulEngine.h View File

@@ -16,7 +16,7 @@

You should have received a copy of the GNU General Public License (version 2)
along with this program; if not, write to the Free Software Foundation,
Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA

*/



+ 1
- 1
source/native-plugins/zynaddsubfx/Nio/OssEngine.cpp View File

@@ -16,7 +16,7 @@

You should have received a copy of the GNU General Public License (version 2)
along with this program; if not, write to the Free Software Foundation,
Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA

*/



+ 1
- 1
source/native-plugins/zynaddsubfx/Nio/OssEngine.h View File

@@ -16,7 +16,7 @@

You should have received a copy of the GNU General Public License (version 2)
along with this program; if not, write to the Free Software Foundation,
Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA

*/



+ 1
- 1
source/native-plugins/zynaddsubfx/Nio/OssMultiEngine.cpp View File

@@ -15,7 +15,7 @@

You should have received a copy of the GNU General Public License (version 2)
along with this program; if not, write to the Free Software Foundation,
Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA

*/



+ 1
- 1
source/native-plugins/zynaddsubfx/Nio/OssMultiEngine.h View File

@@ -15,7 +15,7 @@

You should have received a copy of the GNU General Public License (version 2)
along with this program; if not, write to the Free Software Foundation,
Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA

*/



+ 1
- 1
source/native-plugins/zynaddsubfx/Nio/PaEngine.cpp View File

@@ -16,7 +16,7 @@

You should have received a copy of the GNU General Public License (version 2)
along with this program; if not, write to the Free Software Foundation,
Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA

*/



+ 1
- 1
source/native-plugins/zynaddsubfx/Nio/PaEngine.h View File

@@ -16,7 +16,7 @@

You should have received a copy of the GNU General Public License (version 2)
along with this program; if not, write to the Free Software Foundation,
Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA

*/
#ifndef PA_ENGINE_H


+ 1
- 1
source/native-plugins/zynaddsubfx/Nio/WavEngine.cpp View File

@@ -13,7 +13,7 @@

You should have received a copy of the GNU General Public License (version 2)
along with this program; if not, write to the Free Software Foundation,
Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/

#include "WavEngine.h"


+ 1
- 1
source/native-plugins/zynaddsubfx/Nio/WavEngine.h View File

@@ -17,7 +17,7 @@

You should have received a copy of the GNU General Public License (version 2)
along with this program; if not, write to the Free Software Foundation,
Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/

#ifndef WAVENGINE_H


+ 1
- 1
source/native-plugins/zynaddsubfx/Params/ADnoteParameters.cpp View File

@@ -16,7 +16,7 @@

You should have received a copy of the GNU General Public License (version 2)
along with this program; if not, write to the Free Software Foundation,
Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA

*/



+ 1
- 1
source/native-plugins/zynaddsubfx/Params/ADnoteParameters.h View File

@@ -16,7 +16,7 @@

You should have received a copy of the GNU General Public License (version 2)
along with this program; if not, write to the Free Software Foundation,
Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA

*/



+ 1
- 1
source/native-plugins/zynaddsubfx/Params/Controller.cpp View File

@@ -16,7 +16,7 @@

You should have received a copy of the GNU General Public License (version 2)
along with this program; if not, write to the Free Software Foundation,
Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA

*/



+ 1
- 1
source/native-plugins/zynaddsubfx/Params/Controller.h View File

@@ -16,7 +16,7 @@

You should have received a copy of the GNU General Public License (version 2)
along with this program; if not, write to the Free Software Foundation,
Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA

*/



+ 1
- 1
source/native-plugins/zynaddsubfx/Params/EnvelopeParams.cpp View File

@@ -16,7 +16,7 @@

You should have received a copy of the GNU General Public License (version 2)
along with this program; if not, write to the Free Software Foundation,
Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA

*/



+ 1
- 1
source/native-plugins/zynaddsubfx/Params/EnvelopeParams.h View File

@@ -16,7 +16,7 @@

You should have received a copy of the GNU General Public License (version 2)
along with this program; if not, write to the Free Software Foundation,
Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA

*/



+ 1
- 1
source/native-plugins/zynaddsubfx/Params/FilterParams.cpp View File

@@ -16,7 +16,7 @@

You should have received a copy of the GNU General Public License (version 2)
along with this program; if not, write to the Free Software Foundation,
Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA

*/



+ 1
- 1
source/native-plugins/zynaddsubfx/Params/FilterParams.h View File

@@ -16,7 +16,7 @@

You should have received a copy of the GNU General Public License (version 2)
along with this program; if not, write to the Free Software Foundation,
Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA

*/



+ 1
- 1
source/native-plugins/zynaddsubfx/Params/LFOParams.cpp View File

@@ -16,7 +16,7 @@

You should have received a copy of the GNU General Public License (version 2)
along with this program; if not, write to the Free Software Foundation,
Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA

*/



+ 1
- 1
source/native-plugins/zynaddsubfx/Params/LFOParams.h View File

@@ -16,7 +16,7 @@

You should have received a copy of the GNU General Public License (version 2)
along with this program; if not, write to the Free Software Foundation,
Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA

*/



+ 1
- 1
source/native-plugins/zynaddsubfx/Params/PADnoteParameters.cpp View File

@@ -16,7 +16,7 @@

You should have received a copy of the GNU General Public License (version 2)
along with this program; if not, write to the Free Software Foundation,
Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA

*/
#include <cmath>


+ 1
- 1
source/native-plugins/zynaddsubfx/Params/PADnoteParameters.h View File

@@ -16,7 +16,7 @@

You should have received a copy of the GNU General Public License (version 2)
along with this program; if not, write to the Free Software Foundation,
Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA

*/



+ 1
- 1
source/native-plugins/zynaddsubfx/Params/Presets.cpp View File

@@ -16,7 +16,7 @@

You should have received a copy of the GNU General Public License (version 2)
along with this program; if not, write to the Free Software Foundation,
Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA

*/



+ 1
- 1
source/native-plugins/zynaddsubfx/Params/Presets.h View File

@@ -16,7 +16,7 @@

You should have received a copy of the GNU General Public License (version 2)
along with this program; if not, write to the Free Software Foundation,
Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA

*/



+ 1
- 1
source/native-plugins/zynaddsubfx/Params/PresetsArray.cpp View File

@@ -16,7 +16,7 @@

You should have received a copy of the GNU General Public License (version 2)
along with this program; if not, write to the Free Software Foundation,
Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA

*/



+ 1
- 1
source/native-plugins/zynaddsubfx/Params/PresetsArray.h View File

@@ -16,7 +16,7 @@

You should have received a copy of the GNU General Public License (version 2)
along with this program; if not, write to the Free Software Foundation,
Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA

*/



+ 1
- 1
source/native-plugins/zynaddsubfx/Params/PresetsStore.cpp View File

@@ -16,7 +16,7 @@

You should have received a copy of the GNU General Public License (version 2)
along with this program; if not, write to the Free Software Foundation,
Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA

*/
#include <iostream>


+ 1
- 1
source/native-plugins/zynaddsubfx/Params/PresetsStore.h View File

@@ -16,7 +16,7 @@

You should have received a copy of the GNU General Public License (version 2)
along with this program; if not, write to the Free Software Foundation,
Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA

*/



+ 1
- 1
source/native-plugins/zynaddsubfx/Params/SUBnoteParameters.cpp View File

@@ -16,7 +16,7 @@

You should have received a copy of the GNU General Public License (version 2)
along with this program; if not, write to the Free Software Foundation,
Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA

*/



Some files were not shown because too many files changed in this diff

Loading…
Cancel
Save