Browse Source

Move zyn to external folder

tags/v1.9.9
falkTX 6 years ago
parent
commit
fe620b3969
100 changed files with 72 additions and 72 deletions
  1. +35
    -35
      .gitignore
  2. +36
    -36
      source/native-plugins/external/Makefile
  3. +1
    -1
      source/native-plugins/external/Makefile.mk
  4. +0
    -0
      source/native-plugins/external/zynaddsubfx/Containers/MultiPseudoStack.cpp
  5. +0
    -0
      source/native-plugins/external/zynaddsubfx/Containers/MultiPseudoStack.h
  6. +0
    -0
      source/native-plugins/external/zynaddsubfx/Containers/NotePool.cpp
  7. +0
    -0
      source/native-plugins/external/zynaddsubfx/Containers/NotePool.h
  8. +0
    -0
      source/native-plugins/external/zynaddsubfx/Containers/ScratchString.cpp
  9. +0
    -0
      source/native-plugins/external/zynaddsubfx/Containers/ScratchString.h
  10. +0
    -0
      source/native-plugins/external/zynaddsubfx/DSP/AnalogFilter.cpp
  11. +0
    -0
      source/native-plugins/external/zynaddsubfx/DSP/AnalogFilter.h
  12. +0
    -0
      source/native-plugins/external/zynaddsubfx/DSP/FFTwrapper.cpp
  13. +0
    -0
      source/native-plugins/external/zynaddsubfx/DSP/FFTwrapper.h
  14. +0
    -0
      source/native-plugins/external/zynaddsubfx/DSP/Filter.cpp
  15. +0
    -0
      source/native-plugins/external/zynaddsubfx/DSP/Filter.h
  16. +0
    -0
      source/native-plugins/external/zynaddsubfx/DSP/FormantFilter.cpp
  17. +0
    -0
      source/native-plugins/external/zynaddsubfx/DSP/FormantFilter.h
  18. +0
    -0
      source/native-plugins/external/zynaddsubfx/DSP/SVFilter.cpp
  19. +0
    -0
      source/native-plugins/external/zynaddsubfx/DSP/SVFilter.h
  20. +0
    -0
      source/native-plugins/external/zynaddsubfx/DSP/Unison.cpp
  21. +0
    -0
      source/native-plugins/external/zynaddsubfx/DSP/Unison.h
  22. +0
    -0
      source/native-plugins/external/zynaddsubfx/Effects/Alienwah.cpp
  23. +0
    -0
      source/native-plugins/external/zynaddsubfx/Effects/Alienwah.h
  24. +0
    -0
      source/native-plugins/external/zynaddsubfx/Effects/Chorus.cpp
  25. +0
    -0
      source/native-plugins/external/zynaddsubfx/Effects/Chorus.h
  26. +0
    -0
      source/native-plugins/external/zynaddsubfx/Effects/Distorsion.cpp
  27. +0
    -0
      source/native-plugins/external/zynaddsubfx/Effects/Distorsion.h
  28. +0
    -0
      source/native-plugins/external/zynaddsubfx/Effects/DynamicFilter.cpp
  29. +0
    -0
      source/native-plugins/external/zynaddsubfx/Effects/DynamicFilter.h
  30. +0
    -0
      source/native-plugins/external/zynaddsubfx/Effects/EQ.cpp
  31. +0
    -0
      source/native-plugins/external/zynaddsubfx/Effects/EQ.h
  32. +0
    -0
      source/native-plugins/external/zynaddsubfx/Effects/Echo.cpp
  33. +0
    -0
      source/native-plugins/external/zynaddsubfx/Effects/Echo.h
  34. +0
    -0
      source/native-plugins/external/zynaddsubfx/Effects/Effect.cpp
  35. +0
    -0
      source/native-plugins/external/zynaddsubfx/Effects/Effect.h
  36. +0
    -0
      source/native-plugins/external/zynaddsubfx/Effects/EffectLFO.cpp
  37. +0
    -0
      source/native-plugins/external/zynaddsubfx/Effects/EffectLFO.h
  38. +0
    -0
      source/native-plugins/external/zynaddsubfx/Effects/EffectMgr.cpp
  39. +0
    -0
      source/native-plugins/external/zynaddsubfx/Effects/EffectMgr.h
  40. +0
    -0
      source/native-plugins/external/zynaddsubfx/Effects/Phaser.cpp
  41. +0
    -0
      source/native-plugins/external/zynaddsubfx/Effects/Phaser.h
  42. +0
    -0
      source/native-plugins/external/zynaddsubfx/Effects/Reverb.cpp
  43. +0
    -0
      source/native-plugins/external/zynaddsubfx/Effects/Reverb.h
  44. +0
    -0
      source/native-plugins/external/zynaddsubfx/Misc/Allocator.cpp
  45. +0
    -0
      source/native-plugins/external/zynaddsubfx/Misc/Allocator.h
  46. +0
    -0
      source/native-plugins/external/zynaddsubfx/Misc/Bank.cpp
  47. +0
    -0
      source/native-plugins/external/zynaddsubfx/Misc/Bank.h
  48. +0
    -0
      source/native-plugins/external/zynaddsubfx/Misc/BankDb.cpp
  49. +0
    -0
      source/native-plugins/external/zynaddsubfx/Misc/BankDb.h
  50. +0
    -0
      source/native-plugins/external/zynaddsubfx/Misc/CallbackRepeater.cpp
  51. +0
    -0
      source/native-plugins/external/zynaddsubfx/Misc/CallbackRepeater.h
  52. +0
    -0
      source/native-plugins/external/zynaddsubfx/Misc/Config.cpp
  53. +0
    -0
      source/native-plugins/external/zynaddsubfx/Misc/Config.h
  54. +0
    -0
      source/native-plugins/external/zynaddsubfx/Misc/LASHClient.cpp
  55. +0
    -0
      source/native-plugins/external/zynaddsubfx/Misc/LASHClient.h
  56. +0
    -0
      source/native-plugins/external/zynaddsubfx/Misc/Master.cpp
  57. +0
    -0
      source/native-plugins/external/zynaddsubfx/Misc/Master.h
  58. +0
    -0
      source/native-plugins/external/zynaddsubfx/Misc/Microtonal.cpp
  59. +0
    -0
      source/native-plugins/external/zynaddsubfx/Misc/Microtonal.h
  60. +0
    -0
      source/native-plugins/external/zynaddsubfx/Misc/MiddleWare.cpp
  61. +0
    -0
      source/native-plugins/external/zynaddsubfx/Misc/MiddleWare.h
  62. +0
    -0
      source/native-plugins/external/zynaddsubfx/Misc/Part.cpp
  63. +0
    -0
      source/native-plugins/external/zynaddsubfx/Misc/Part.h
  64. +0
    -0
      source/native-plugins/external/zynaddsubfx/Misc/PresetExtractor.cpp
  65. +0
    -0
      source/native-plugins/external/zynaddsubfx/Misc/PresetExtractor.h
  66. +0
    -0
      source/native-plugins/external/zynaddsubfx/Misc/Recorder.cpp
  67. +0
    -0
      source/native-plugins/external/zynaddsubfx/Misc/Recorder.h
  68. +0
    -0
      source/native-plugins/external/zynaddsubfx/Misc/Schema.cpp
  69. +0
    -0
      source/native-plugins/external/zynaddsubfx/Misc/Stereo.cpp
  70. +0
    -0
      source/native-plugins/external/zynaddsubfx/Misc/Stereo.h
  71. +0
    -0
      source/native-plugins/external/zynaddsubfx/Misc/Time.h
  72. +0
    -0
      source/native-plugins/external/zynaddsubfx/Misc/Util.cpp
  73. +0
    -0
      source/native-plugins/external/zynaddsubfx/Misc/Util.h
  74. +0
    -0
      source/native-plugins/external/zynaddsubfx/Misc/WavFile.cpp
  75. +0
    -0
      source/native-plugins/external/zynaddsubfx/Misc/WavFile.h
  76. +0
    -0
      source/native-plugins/external/zynaddsubfx/Misc/WaveShapeSmps.cpp
  77. +0
    -0
      source/native-plugins/external/zynaddsubfx/Misc/WaveShapeSmps.h
  78. +0
    -0
      source/native-plugins/external/zynaddsubfx/Misc/XMLwrapper.cpp
  79. +0
    -0
      source/native-plugins/external/zynaddsubfx/Misc/XMLwrapper.h
  80. +0
    -0
      source/native-plugins/external/zynaddsubfx/Nio/AlsaEngine.cpp
  81. +0
    -0
      source/native-plugins/external/zynaddsubfx/Nio/AlsaEngine.h
  82. +0
    -0
      source/native-plugins/external/zynaddsubfx/Nio/AudioOut.cpp
  83. +0
    -0
      source/native-plugins/external/zynaddsubfx/Nio/AudioOut.h
  84. +0
    -0
      source/native-plugins/external/zynaddsubfx/Nio/Compressor.h
  85. +0
    -0
      source/native-plugins/external/zynaddsubfx/Nio/Engine.cpp
  86. +0
    -0
      source/native-plugins/external/zynaddsubfx/Nio/Engine.h
  87. +0
    -0
      source/native-plugins/external/zynaddsubfx/Nio/EngineMgr.cpp
  88. +0
    -0
      source/native-plugins/external/zynaddsubfx/Nio/EngineMgr.h
  89. +0
    -0
      source/native-plugins/external/zynaddsubfx/Nio/InMgr.cpp
  90. +0
    -0
      source/native-plugins/external/zynaddsubfx/Nio/InMgr.h
  91. +0
    -0
      source/native-plugins/external/zynaddsubfx/Nio/JackEngine.cpp
  92. +0
    -0
      source/native-plugins/external/zynaddsubfx/Nio/JackEngine.h
  93. +0
    -0
      source/native-plugins/external/zynaddsubfx/Nio/JackMultiEngine.cpp
  94. +0
    -0
      source/native-plugins/external/zynaddsubfx/Nio/JackMultiEngine.h
  95. +0
    -0
      source/native-plugins/external/zynaddsubfx/Nio/MidiIn.cpp
  96. +0
    -0
      source/native-plugins/external/zynaddsubfx/Nio/MidiIn.h
  97. +0
    -0
      source/native-plugins/external/zynaddsubfx/Nio/Nio.cpp
  98. +0
    -0
      source/native-plugins/external/zynaddsubfx/Nio/Nio.h
  99. +0
    -0
      source/native-plugins/external/zynaddsubfx/Nio/NulEngine.cpp
  100. +0
    -0
      source/native-plugins/external/zynaddsubfx/Nio/NulEngine.h

+ 35
- 35
.gitignore View File

@@ -146,41 +146,41 @@ bin/resources/*.py
source/native-plugins/resources/*.py

# zynaddsubfx
source/native-plugins/zynaddsubfx/rtosc/version.c.in
source/native-plugins/zynaddsubfx/Output/
source/native-plugins/zynaddsubfx/Tests/
source/native-plugins/zynaddsubfx/UI/ADnoteUI.cpp
source/native-plugins/zynaddsubfx/UI/ADnoteUI.h
source/native-plugins/zynaddsubfx/UI/BankUI.cpp
source/native-plugins/zynaddsubfx/UI/BankUI.h
source/native-plugins/zynaddsubfx/UI/ConfigUI.cpp
source/native-plugins/zynaddsubfx/UI/ConfigUI.h
source/native-plugins/zynaddsubfx/UI/EffUI.cpp
source/native-plugins/zynaddsubfx/UI/EffUI.h
source/native-plugins/zynaddsubfx/UI/EnvelopeUI.cpp
source/native-plugins/zynaddsubfx/UI/EnvelopeUI.h
source/native-plugins/zynaddsubfx/UI/FilterUI.cpp
source/native-plugins/zynaddsubfx/UI/FilterUI.h
source/native-plugins/zynaddsubfx/UI/LFOUI.cpp
source/native-plugins/zynaddsubfx/UI/LFOUI.h
source/native-plugins/zynaddsubfx/UI/MasterUI.cpp
source/native-plugins/zynaddsubfx/UI/MasterUI.h
source/native-plugins/zynaddsubfx/UI/MicrotonalUI.cpp
source/native-plugins/zynaddsubfx/UI/MicrotonalUI.h
source/native-plugins/zynaddsubfx/UI/OscilGenUI.cpp
source/native-plugins/zynaddsubfx/UI/OscilGenUI.h
source/native-plugins/zynaddsubfx/UI/PADnoteUI.cpp
source/native-plugins/zynaddsubfx/UI/PADnoteUI.h
source/native-plugins/zynaddsubfx/UI/PartUI.cpp
source/native-plugins/zynaddsubfx/UI/PartUI.h
source/native-plugins/zynaddsubfx/UI/PresetsUI.cpp
source/native-plugins/zynaddsubfx/UI/PresetsUI.h
source/native-plugins/zynaddsubfx/UI/ResonanceUI.cpp
source/native-plugins/zynaddsubfx/UI/ResonanceUI.h
source/native-plugins/zynaddsubfx/UI/SUBnoteUI.cpp
source/native-plugins/zynaddsubfx/UI/SUBnoteUI.h
source/native-plugins/zynaddsubfx/UI/VirKeyboard.cpp
source/native-plugins/zynaddsubfx/UI/VirKeyboard.h
source/native-plugins/external/zynaddsubfx/rtosc/version.c.in
source/native-plugins/external/zynaddsubfx/Output/
source/native-plugins/external/zynaddsubfx/Tests/
source/native-plugins/external/zynaddsubfx/UI/ADnoteUI.cpp
source/native-plugins/external/zynaddsubfx/UI/ADnoteUI.h
source/native-plugins/external/zynaddsubfx/UI/BankUI.cpp
source/native-plugins/external/zynaddsubfx/UI/BankUI.h
source/native-plugins/external/zynaddsubfx/UI/ConfigUI.cpp
source/native-plugins/external/zynaddsubfx/UI/ConfigUI.h
source/native-plugins/external/zynaddsubfx/UI/EffUI.cpp
source/native-plugins/external/zynaddsubfx/UI/EffUI.h
source/native-plugins/external/zynaddsubfx/UI/EnvelopeUI.cpp
source/native-plugins/external/zynaddsubfx/UI/EnvelopeUI.h
source/native-plugins/external/zynaddsubfx/UI/FilterUI.cpp
source/native-plugins/external/zynaddsubfx/UI/FilterUI.h
source/native-plugins/external/zynaddsubfx/UI/LFOUI.cpp
source/native-plugins/external/zynaddsubfx/UI/LFOUI.h
source/native-plugins/external/zynaddsubfx/UI/MasterUI.cpp
source/native-plugins/external/zynaddsubfx/UI/MasterUI.h
source/native-plugins/external/zynaddsubfx/UI/MicrotonalUI.cpp
source/native-plugins/external/zynaddsubfx/UI/MicrotonalUI.h
source/native-plugins/external/zynaddsubfx/UI/OscilGenUI.cpp
source/native-plugins/external/zynaddsubfx/UI/OscilGenUI.h
source/native-plugins/external/zynaddsubfx/UI/PADnoteUI.cpp
source/native-plugins/external/zynaddsubfx/UI/PADnoteUI.h
source/native-plugins/external/zynaddsubfx/UI/PartUI.cpp
source/native-plugins/external/zynaddsubfx/UI/PartUI.h
source/native-plugins/external/zynaddsubfx/UI/PresetsUI.cpp
source/native-plugins/external/zynaddsubfx/UI/PresetsUI.h
source/native-plugins/external/zynaddsubfx/UI/ResonanceUI.cpp
source/native-plugins/external/zynaddsubfx/UI/ResonanceUI.h
source/native-plugins/external/zynaddsubfx/UI/SUBnoteUI.cpp
source/native-plugins/external/zynaddsubfx/UI/SUBnoteUI.h
source/native-plugins/external/zynaddsubfx/UI/VirKeyboard.cpp
source/native-plugins/external/zynaddsubfx/UI/VirKeyboard.h

# Other
source/includes/asio/


+ 36
- 36
source/native-plugins/external/Makefile View File

@@ -46,52 +46,52 @@ ifeq ($(HAVE_ZYN_UI_DEPS),true)
TARGETS += resources/zynaddsubfx-ui$(APP_EXT)

ZYN_UI_FILES_CPP = \
zynaddsubfx/UI/ADnoteUI.cpp \
zynaddsubfx/UI/BankUI.cpp \
zynaddsubfx/UI/ConfigUI.cpp \
zynaddsubfx/UI/EffUI.cpp \
zynaddsubfx/UI/EnvelopeUI.cpp \
zynaddsubfx/UI/FilterUI.cpp \
zynaddsubfx/UI/LFOUI.cpp \
zynaddsubfx/UI/MasterUI.cpp \
zynaddsubfx/UI/MicrotonalUI.cpp \
zynaddsubfx/UI/OscilGenUI.cpp \
zynaddsubfx/UI/PADnoteUI.cpp \
zynaddsubfx/UI/PartUI.cpp \
zynaddsubfx/UI/PresetsUI.cpp \
zynaddsubfx/UI/ResonanceUI.cpp \
zynaddsubfx/UI/SUBnoteUI.cpp \
zynaddsubfx/UI/VirKeyboard.cpp
external/zynaddsubfx/UI/ADnoteUI.cpp \
external/zynaddsubfx/UI/BankUI.cpp \
external/zynaddsubfx/UI/ConfigUI.cpp \
external/zynaddsubfx/UI/EffUI.cpp \
external/zynaddsubfx/UI/EnvelopeUI.cpp \
external/zynaddsubfx/UI/FilterUI.cpp \
external/zynaddsubfx/UI/LFOUI.cpp \
external/zynaddsubfx/UI/MasterUI.cpp \
external/zynaddsubfx/UI/MicrotonalUI.cpp \
external/zynaddsubfx/UI/OscilGenUI.cpp \
external/zynaddsubfx/UI/PADnoteUI.cpp \
external/zynaddsubfx/UI/PartUI.cpp \
external/zynaddsubfx/UI/PresetsUI.cpp \
external/zynaddsubfx/UI/ResonanceUI.cpp \
external/zynaddsubfx/UI/SUBnoteUI.cpp \
external/zynaddsubfx/UI/VirKeyboard.cpp

ZYN_UI_FILES_H = \
zynaddsubfx/UI/ADnoteUI.h \
zynaddsubfx/UI/BankUI.h \
zynaddsubfx/UI/ConfigUI.h \
zynaddsubfx/UI/EffUI.h \
zynaddsubfx/UI/EnvelopeUI.h \
zynaddsubfx/UI/FilterUI.h \
zynaddsubfx/UI/LFOUI.h \
zynaddsubfx/UI/MasterUI.h \
zynaddsubfx/UI/MicrotonalUI.h \
zynaddsubfx/UI/OscilGenUI.h \
zynaddsubfx/UI/PADnoteUI.h \
zynaddsubfx/UI/PartUI.h \
zynaddsubfx/UI/PresetsUI.h \
zynaddsubfx/UI/ResonanceUI.h \
zynaddsubfx/UI/SUBnoteUI.h \
zynaddsubfx/UI/VirKeyboard.h
external/zynaddsubfx/UI/ADnoteUI.h \
external/zynaddsubfx/UI/BankUI.h \
external/zynaddsubfx/UI/ConfigUI.h \
external/zynaddsubfx/UI/EffUI.h \
external/zynaddsubfx/UI/EnvelopeUI.h \
external/zynaddsubfx/UI/FilterUI.h \
external/zynaddsubfx/UI/LFOUI.h \
external/zynaddsubfx/UI/MasterUI.h \
external/zynaddsubfx/UI/MicrotonalUI.h \
external/zynaddsubfx/UI/OscilGenUI.h \
external/zynaddsubfx/UI/PADnoteUI.h \
external/zynaddsubfx/UI/PartUI.h \
external/zynaddsubfx/UI/PresetsUI.h \
external/zynaddsubfx/UI/ResonanceUI.h \
external/zynaddsubfx/UI/SUBnoteUI.h \
external/zynaddsubfx/UI/VirKeyboard.h
endif
endif

# ---------------------------------------------------------------------------------------------------------------------

zynaddsubfx/UI/%.cpp: zynaddsubfx/UI/%.fl
external/zynaddsubfx/UI/%.cpp: external/zynaddsubfx/UI/%.fl
@echo "Generating $@|h"
@$(FLUID) -c -o zynaddsubfx/UI/$*.cpp -h zynaddsubfx/UI/$*.h $<
@$(FLUID) -c -o external/zynaddsubfx/UI/$*.cpp -h external/zynaddsubfx/UI/$*.h $<

zynaddsubfx/UI/%.h: zynaddsubfx/UI/%.fl
external/zynaddsubfx/UI/%.h: external/zynaddsubfx/UI/%.fl
@echo "Generating $@|cpp"
@$(FLUID) -c -o zynaddsubfx/UI/$*.cpp -h zynaddsubfx/UI/$*.h $<
@$(FLUID) -c -o external/zynaddsubfx/UI/$*.cpp -h external/zynaddsubfx/UI/$*.h $<

# ---------------------------------------------------------------------------------------------------------------------



+ 1
- 1
source/native-plugins/external/Makefile.mk View File

@@ -112,7 +112,7 @@ ifeq ($(HAVE_ZYN_DEPS),true)

# Common flags
ZYN_BASE_FLAGS = $(shell pkg-config --cflags liblo mxml)
ZYN_BASE_FLAGS += -Izynaddsubfx -Izynaddsubfx/rtosc
ZYN_BASE_FLAGS += -Iexternal/zynaddsubfx -Iexternal/zynaddsubfx/rtosc
ifneq ($(WIN32),true)
ZYN_BASE_FLAGS += -DHAVE_ASYNC
endif


source/native-plugins/zynaddsubfx/Containers/MultiPseudoStack.cpp → source/native-plugins/external/zynaddsubfx/Containers/MultiPseudoStack.cpp View File


source/native-plugins/zynaddsubfx/Containers/MultiPseudoStack.h → source/native-plugins/external/zynaddsubfx/Containers/MultiPseudoStack.h View File


source/native-plugins/zynaddsubfx/Containers/NotePool.cpp → source/native-plugins/external/zynaddsubfx/Containers/NotePool.cpp View File


source/native-plugins/zynaddsubfx/Containers/NotePool.h → source/native-plugins/external/zynaddsubfx/Containers/NotePool.h View File


source/native-plugins/zynaddsubfx/Containers/ScratchString.cpp → source/native-plugins/external/zynaddsubfx/Containers/ScratchString.cpp View File


source/native-plugins/zynaddsubfx/Containers/ScratchString.h → source/native-plugins/external/zynaddsubfx/Containers/ScratchString.h View File


source/native-plugins/zynaddsubfx/DSP/AnalogFilter.cpp → source/native-plugins/external/zynaddsubfx/DSP/AnalogFilter.cpp View File


source/native-plugins/zynaddsubfx/DSP/AnalogFilter.h → source/native-plugins/external/zynaddsubfx/DSP/AnalogFilter.h View File


source/native-plugins/zynaddsubfx/DSP/FFTwrapper.cpp → source/native-plugins/external/zynaddsubfx/DSP/FFTwrapper.cpp View File


source/native-plugins/zynaddsubfx/DSP/FFTwrapper.h → source/native-plugins/external/zynaddsubfx/DSP/FFTwrapper.h View File


source/native-plugins/zynaddsubfx/DSP/Filter.cpp → source/native-plugins/external/zynaddsubfx/DSP/Filter.cpp View File


source/native-plugins/zynaddsubfx/DSP/Filter.h → source/native-plugins/external/zynaddsubfx/DSP/Filter.h View File


source/native-plugins/zynaddsubfx/DSP/FormantFilter.cpp → source/native-plugins/external/zynaddsubfx/DSP/FormantFilter.cpp View File


source/native-plugins/zynaddsubfx/DSP/FormantFilter.h → source/native-plugins/external/zynaddsubfx/DSP/FormantFilter.h View File


source/native-plugins/zynaddsubfx/DSP/SVFilter.cpp → source/native-plugins/external/zynaddsubfx/DSP/SVFilter.cpp View File


source/native-plugins/zynaddsubfx/DSP/SVFilter.h → source/native-plugins/external/zynaddsubfx/DSP/SVFilter.h View File


source/native-plugins/zynaddsubfx/DSP/Unison.cpp → source/native-plugins/external/zynaddsubfx/DSP/Unison.cpp View File


source/native-plugins/zynaddsubfx/DSP/Unison.h → source/native-plugins/external/zynaddsubfx/DSP/Unison.h View File


source/native-plugins/zynaddsubfx/Effects/Alienwah.cpp → source/native-plugins/external/zynaddsubfx/Effects/Alienwah.cpp View File


source/native-plugins/zynaddsubfx/Effects/Alienwah.h → source/native-plugins/external/zynaddsubfx/Effects/Alienwah.h View File


source/native-plugins/zynaddsubfx/Effects/Chorus.cpp → source/native-plugins/external/zynaddsubfx/Effects/Chorus.cpp View File


source/native-plugins/zynaddsubfx/Effects/Chorus.h → source/native-plugins/external/zynaddsubfx/Effects/Chorus.h View File


source/native-plugins/zynaddsubfx/Effects/Distorsion.cpp → source/native-plugins/external/zynaddsubfx/Effects/Distorsion.cpp View File


source/native-plugins/zynaddsubfx/Effects/Distorsion.h → source/native-plugins/external/zynaddsubfx/Effects/Distorsion.h View File


source/native-plugins/zynaddsubfx/Effects/DynamicFilter.cpp → source/native-plugins/external/zynaddsubfx/Effects/DynamicFilter.cpp View File


source/native-plugins/zynaddsubfx/Effects/DynamicFilter.h → source/native-plugins/external/zynaddsubfx/Effects/DynamicFilter.h View File


source/native-plugins/zynaddsubfx/Effects/EQ.cpp → source/native-plugins/external/zynaddsubfx/Effects/EQ.cpp View File


source/native-plugins/zynaddsubfx/Effects/EQ.h → source/native-plugins/external/zynaddsubfx/Effects/EQ.h View File


source/native-plugins/zynaddsubfx/Effects/Echo.cpp → source/native-plugins/external/zynaddsubfx/Effects/Echo.cpp View File


source/native-plugins/zynaddsubfx/Effects/Echo.h → source/native-plugins/external/zynaddsubfx/Effects/Echo.h View File


source/native-plugins/zynaddsubfx/Effects/Effect.cpp → source/native-plugins/external/zynaddsubfx/Effects/Effect.cpp View File


source/native-plugins/zynaddsubfx/Effects/Effect.h → source/native-plugins/external/zynaddsubfx/Effects/Effect.h View File


source/native-plugins/zynaddsubfx/Effects/EffectLFO.cpp → source/native-plugins/external/zynaddsubfx/Effects/EffectLFO.cpp View File


source/native-plugins/zynaddsubfx/Effects/EffectLFO.h → source/native-plugins/external/zynaddsubfx/Effects/EffectLFO.h View File


source/native-plugins/zynaddsubfx/Effects/EffectMgr.cpp → source/native-plugins/external/zynaddsubfx/Effects/EffectMgr.cpp View File


source/native-plugins/zynaddsubfx/Effects/EffectMgr.h → source/native-plugins/external/zynaddsubfx/Effects/EffectMgr.h View File


source/native-plugins/zynaddsubfx/Effects/Phaser.cpp → source/native-plugins/external/zynaddsubfx/Effects/Phaser.cpp View File


source/native-plugins/zynaddsubfx/Effects/Phaser.h → source/native-plugins/external/zynaddsubfx/Effects/Phaser.h View File


source/native-plugins/zynaddsubfx/Effects/Reverb.cpp → source/native-plugins/external/zynaddsubfx/Effects/Reverb.cpp View File


source/native-plugins/zynaddsubfx/Effects/Reverb.h → source/native-plugins/external/zynaddsubfx/Effects/Reverb.h View File


source/native-plugins/zynaddsubfx/Misc/Allocator.cpp → source/native-plugins/external/zynaddsubfx/Misc/Allocator.cpp View File


source/native-plugins/zynaddsubfx/Misc/Allocator.h → source/native-plugins/external/zynaddsubfx/Misc/Allocator.h View File


source/native-plugins/zynaddsubfx/Misc/Bank.cpp → source/native-plugins/external/zynaddsubfx/Misc/Bank.cpp View File


source/native-plugins/zynaddsubfx/Misc/Bank.h → source/native-plugins/external/zynaddsubfx/Misc/Bank.h View File


source/native-plugins/zynaddsubfx/Misc/BankDb.cpp → source/native-plugins/external/zynaddsubfx/Misc/BankDb.cpp View File


source/native-plugins/zynaddsubfx/Misc/BankDb.h → source/native-plugins/external/zynaddsubfx/Misc/BankDb.h View File


source/native-plugins/zynaddsubfx/Misc/CallbackRepeater.cpp → source/native-plugins/external/zynaddsubfx/Misc/CallbackRepeater.cpp View File


source/native-plugins/zynaddsubfx/Misc/CallbackRepeater.h → source/native-plugins/external/zynaddsubfx/Misc/CallbackRepeater.h View File


source/native-plugins/zynaddsubfx/Misc/Config.cpp → source/native-plugins/external/zynaddsubfx/Misc/Config.cpp View File


source/native-plugins/zynaddsubfx/Misc/Config.h → source/native-plugins/external/zynaddsubfx/Misc/Config.h View File


source/native-plugins/zynaddsubfx/Misc/LASHClient.cpp → source/native-plugins/external/zynaddsubfx/Misc/LASHClient.cpp View File


source/native-plugins/zynaddsubfx/Misc/LASHClient.h → source/native-plugins/external/zynaddsubfx/Misc/LASHClient.h View File


source/native-plugins/zynaddsubfx/Misc/Master.cpp → source/native-plugins/external/zynaddsubfx/Misc/Master.cpp View File


source/native-plugins/zynaddsubfx/Misc/Master.h → source/native-plugins/external/zynaddsubfx/Misc/Master.h View File


source/native-plugins/zynaddsubfx/Misc/Microtonal.cpp → source/native-plugins/external/zynaddsubfx/Misc/Microtonal.cpp View File


source/native-plugins/zynaddsubfx/Misc/Microtonal.h → source/native-plugins/external/zynaddsubfx/Misc/Microtonal.h View File


source/native-plugins/zynaddsubfx/Misc/MiddleWare.cpp → source/native-plugins/external/zynaddsubfx/Misc/MiddleWare.cpp View File


source/native-plugins/zynaddsubfx/Misc/MiddleWare.h → source/native-plugins/external/zynaddsubfx/Misc/MiddleWare.h View File


source/native-plugins/zynaddsubfx/Misc/Part.cpp → source/native-plugins/external/zynaddsubfx/Misc/Part.cpp View File


source/native-plugins/zynaddsubfx/Misc/Part.h → source/native-plugins/external/zynaddsubfx/Misc/Part.h View File


source/native-plugins/zynaddsubfx/Misc/PresetExtractor.cpp → source/native-plugins/external/zynaddsubfx/Misc/PresetExtractor.cpp View File


source/native-plugins/zynaddsubfx/Misc/PresetExtractor.h → source/native-plugins/external/zynaddsubfx/Misc/PresetExtractor.h View File


source/native-plugins/zynaddsubfx/Misc/Recorder.cpp → source/native-plugins/external/zynaddsubfx/Misc/Recorder.cpp View File


source/native-plugins/zynaddsubfx/Misc/Recorder.h → source/native-plugins/external/zynaddsubfx/Misc/Recorder.h View File


source/native-plugins/zynaddsubfx/Misc/Schema.cpp → source/native-plugins/external/zynaddsubfx/Misc/Schema.cpp View File


source/native-plugins/zynaddsubfx/Misc/Stereo.cpp → source/native-plugins/external/zynaddsubfx/Misc/Stereo.cpp View File


source/native-plugins/zynaddsubfx/Misc/Stereo.h → source/native-plugins/external/zynaddsubfx/Misc/Stereo.h View File


source/native-plugins/zynaddsubfx/Misc/Time.h → source/native-plugins/external/zynaddsubfx/Misc/Time.h View File


source/native-plugins/zynaddsubfx/Misc/Util.cpp → source/native-plugins/external/zynaddsubfx/Misc/Util.cpp View File


source/native-plugins/zynaddsubfx/Misc/Util.h → source/native-plugins/external/zynaddsubfx/Misc/Util.h View File


source/native-plugins/zynaddsubfx/Misc/WavFile.cpp → source/native-plugins/external/zynaddsubfx/Misc/WavFile.cpp View File


source/native-plugins/zynaddsubfx/Misc/WavFile.h → source/native-plugins/external/zynaddsubfx/Misc/WavFile.h View File


source/native-plugins/zynaddsubfx/Misc/WaveShapeSmps.cpp → source/native-plugins/external/zynaddsubfx/Misc/WaveShapeSmps.cpp View File


source/native-plugins/zynaddsubfx/Misc/WaveShapeSmps.h → source/native-plugins/external/zynaddsubfx/Misc/WaveShapeSmps.h View File


source/native-plugins/zynaddsubfx/Misc/XMLwrapper.cpp → source/native-plugins/external/zynaddsubfx/Misc/XMLwrapper.cpp View File


source/native-plugins/zynaddsubfx/Misc/XMLwrapper.h → source/native-plugins/external/zynaddsubfx/Misc/XMLwrapper.h View File


source/native-plugins/zynaddsubfx/Nio/AlsaEngine.cpp → source/native-plugins/external/zynaddsubfx/Nio/AlsaEngine.cpp View File


source/native-plugins/zynaddsubfx/Nio/AlsaEngine.h → source/native-plugins/external/zynaddsubfx/Nio/AlsaEngine.h View File


source/native-plugins/zynaddsubfx/Nio/AudioOut.cpp → source/native-plugins/external/zynaddsubfx/Nio/AudioOut.cpp View File


source/native-plugins/zynaddsubfx/Nio/AudioOut.h → source/native-plugins/external/zynaddsubfx/Nio/AudioOut.h View File


source/native-plugins/zynaddsubfx/Nio/Compressor.h → source/native-plugins/external/zynaddsubfx/Nio/Compressor.h View File


source/native-plugins/zynaddsubfx/Nio/Engine.cpp → source/native-plugins/external/zynaddsubfx/Nio/Engine.cpp View File


source/native-plugins/zynaddsubfx/Nio/Engine.h → source/native-plugins/external/zynaddsubfx/Nio/Engine.h View File


source/native-plugins/zynaddsubfx/Nio/EngineMgr.cpp → source/native-plugins/external/zynaddsubfx/Nio/EngineMgr.cpp View File


source/native-plugins/zynaddsubfx/Nio/EngineMgr.h → source/native-plugins/external/zynaddsubfx/Nio/EngineMgr.h View File


source/native-plugins/zynaddsubfx/Nio/InMgr.cpp → source/native-plugins/external/zynaddsubfx/Nio/InMgr.cpp View File


source/native-plugins/zynaddsubfx/Nio/InMgr.h → source/native-plugins/external/zynaddsubfx/Nio/InMgr.h View File


source/native-plugins/zynaddsubfx/Nio/JackEngine.cpp → source/native-plugins/external/zynaddsubfx/Nio/JackEngine.cpp View File


source/native-plugins/zynaddsubfx/Nio/JackEngine.h → source/native-plugins/external/zynaddsubfx/Nio/JackEngine.h View File


source/native-plugins/zynaddsubfx/Nio/JackMultiEngine.cpp → source/native-plugins/external/zynaddsubfx/Nio/JackMultiEngine.cpp View File


source/native-plugins/zynaddsubfx/Nio/JackMultiEngine.h → source/native-plugins/external/zynaddsubfx/Nio/JackMultiEngine.h View File


source/native-plugins/zynaddsubfx/Nio/MidiIn.cpp → source/native-plugins/external/zynaddsubfx/Nio/MidiIn.cpp View File


source/native-plugins/zynaddsubfx/Nio/MidiIn.h → source/native-plugins/external/zynaddsubfx/Nio/MidiIn.h View File


source/native-plugins/zynaddsubfx/Nio/Nio.cpp → source/native-plugins/external/zynaddsubfx/Nio/Nio.cpp View File


source/native-plugins/zynaddsubfx/Nio/Nio.h → source/native-plugins/external/zynaddsubfx/Nio/Nio.h View File


source/native-plugins/zynaddsubfx/Nio/NulEngine.cpp → source/native-plugins/external/zynaddsubfx/Nio/NulEngine.cpp View File


source/native-plugins/zynaddsubfx/Nio/NulEngine.h → source/native-plugins/external/zynaddsubfx/Nio/NulEngine.h View File


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

Loading…
Cancel
Save