diff options
author | rodrigo <rodrigo@FreeBSD.org> | 2016-05-07 18:54:23 +0800 |
---|---|---|
committer | rodrigo <rodrigo@FreeBSD.org> | 2016-05-07 18:54:23 +0800 |
commit | 93d15dc05dabeb7d41a4bacd610d3782f1180f40 (patch) | |
tree | 13a6bf1aec47dd9ce814d2751055fbe09471b8cc /audio | |
parent | 0a09ddd3efcb2e6a014be453140f7f31b5f4085d (diff) | |
download | freebsd-ports-gnome-93d15dc05dabeb7d41a4bacd610d3782f1180f40.tar.gz freebsd-ports-gnome-93d15dc05dabeb7d41a4bacd610d3782f1180f40.tar.zst freebsd-ports-gnome-93d15dc05dabeb7d41a4bacd610d3782f1180f40.zip |
Update LMMS from V0.4.15 to V1.1.3
Sponsored by: Essen Linuxhotel Hackathon 2016
Diffstat (limited to 'audio')
52 files changed, 1235 insertions, 738 deletions
diff --git a/audio/lmms/Makefile b/audio/lmms/Makefile index 296143f9f6ba..e0b21b63ab39 100644 --- a/audio/lmms/Makefile +++ b/audio/lmms/Makefile @@ -2,9 +2,8 @@ # $FreeBSD$ PORTNAME= lmms -PORTVERSION= 0.4.15 +PORTVERSION= 1.1.3 DISTVERSIONPREFIX= v -PORTREVISION= 5 PORTEPOCH= 2 CATEGORIES= audio @@ -20,7 +19,9 @@ LIB_DEPENDS= libFLAC.so:audio/flac \ libsndfile.so:audio/libsndfile \ libvorbis.so:audio/libvorbis \ libfftw3.so:math/fftw3 \ - libfftw3f.so:math/fftw3-float + libfftw3f.so:math/fftw3-float \ + libsamplerate.so:audio/libsamplerate \ + libfltk.so:x11-toolkits/fltk RUN_DEPENDS= ${LOCALBASE}/share/ladspa/rdf/caps.rdf:audio/caps-plugins \ ${LOCALBASE}/lib/ladspa/cmt.so:audio/cmt \ ${LOCALBASE}/share/ladspa/rdf/swh-plugins.rdf:audio/swhplugins \ @@ -45,7 +46,7 @@ CMAKE_ARGS= -DWANT_ALSA:BOOL=OFF \ -DWANT_VST:BOOL=OFF \ -DHAVE_STRTOLL=ON -DOS2UNIX_FILES= plugins/midi_import/portsmf/allegrowr.cpp plugins/midi_import/portsmf/mfmidi.cpp CMakeLists.txt +DOS2UNIX_FILES= CMakeLists.txt JACK_LIB_DEPENDS= libjack.so:audio/jack JACK_CMAKE_OFF= -DWANT_JACK:BOOL=OFF diff --git a/audio/lmms/distinfo b/audio/lmms/distinfo index 09457f282c42..f00c6ce54c04 100644 --- a/audio/lmms/distinfo +++ b/audio/lmms/distinfo @@ -1,2 +1,2 @@ -SHA256 (LMMS-lmms-v0.4.15_GH0.tar.gz) = b516f89d2dba3a34ec57668291ba537d70a2b9fd29a872407ce1d9df4b02df77 -SIZE (LMMS-lmms-v0.4.15_GH0.tar.gz) = 15828961 +SHA256 (LMMS-lmms-v1.1.3_GH0.tar.gz) = 59338e7b90e02fe18db73114aefe479c0e6d1e0e366185d71ea5c1a1e0f9e6bc +SIZE (LMMS-lmms-v1.1.3_GH0.tar.gz) = 16843533 diff --git a/audio/lmms/files/patch-CMakeLists.txt b/audio/lmms/files/patch-CMakeLists.txt index 9f050d84bbe5..07bbe10e4bd2 100644 --- a/audio/lmms/files/patch-CMakeLists.txt +++ b/audio/lmms/files/patch-CMakeLists.txt @@ -1,20 +1,30 @@ ---- CMakeLists.txt.orig 2011-07-02 13:14:01.000000000 +0000 -+++ CMakeLists.txt 2011-10-23 07:48:40.000000000 +0000 -@@ -356,7 +356,7 @@ - # set compiler flags - #SET(CMAKE_BUILD_TYPE relwithdebug) - SET(CMAKE_C_FLAGS "-O2 -g -Wall ${CMAKE_C_FLAGS}") --SET(CMAKE_CXX_FLAGS "-O2 -g -fno-exceptions -Wall ${CMAKE_CXX_FLAGS}") -+SET(CMAKE_CXX_FLAGS "-O2 -g -fno-exceptions -Wall -Wno-unused ${CMAKE_CXX_FLAGS}") - #SET(CMAKE_C_FLAGS_${CMAKE_BUILD_TYPE} "${CMAKE_C_FLAGS}") - #SET(CMAKE_CXX_FLAGS_${CMAKE_BUILD_TYPE} "${CMAKE_CXX_FLAGS}") +--- CMakeLists.txt.orig 2016-04-24 11:28:57 UTC ++++ CMakeLists.txt +@@ -325,6 +325,7 @@ ENDIF(LMMS_BUILD_WIN32) + + # check for libsamplerate + PKG_CHECK_MODULES(SAMPLERATE REQUIRED samplerate>=0.1.8) ++link_directories(${SAMPLERATE_LIBRARY_DIRS}) -@@ -462,7 +462,7 @@ - ENDIF(NOT LMMS_BUILD_APPLE) - INSTALL(TARGETS lmms RUNTIME DESTINATION bin) -- INSTALL(FILES ${CMAKE_BINARY_DIR}/lmms.1.gz DESTINATION ${CMAKE_INSTALL_PREFIX}/share/man/man1/ PERMISSIONS OWNER_READ GROUP_READ WORLD_READ) -+ INSTALL(FILES ${CMAKE_BINARY_DIR}/lmms.1.gz DESTINATION ${CMAKE_INSTALL_PREFIX}/man/man1/ PERMISSIONS OWNER_READ GROUP_READ WORLD_READ) + CONFIGURE_FILE("${CMAKE_SOURCE_DIR}/lmmsconfig.h.in" "${CMAKE_BINARY_DIR}/lmmsconfig.h") +@@ -333,10 +334,7 @@ CONFIGURE_FILE("${CMAKE_SOURCE_DIR}/lmms + CONFIGURE_FILE("${CMAKE_SOURCE_DIR}/plugins/zynaddsubfx/zynaddsubfx.rc.in" "${CMAKE_BINARY_DIR}/plugins/zynaddsubfx/zynaddsubfx.rc") + + # set compiler flags +-SET(WERROR_FLAGS "-Wall -Werror=unused-function -Wno-sign-compare -Wno-strict-overflow") +-IF(NOT LMMS_BUILD_APPLE) +- SET(WERROR_FLAGS "${WERROR_FLAGS} -Werror") +-ENDIF() ++SET(WERROR_FLAGS "-Wall -Wno-sign-compare -Wno-strict-overflow") - ENDIF(LMMS_BUILD_WIN32) + # Due to a regression in gcc-4.8.X, we need to disable array-bounds check + IF (CMAKE_COMPILER_IS_GNUCXX AND ((CMAKE_CXX_COMPILER_VERSION VERSION_EQUAL "4.8.0") OR (CMAKE_CXX_COMPILER_VERSION VERSION_GREATER "4.8.0"))) +@@ -639,6 +637,7 @@ MESSAGE( + "running cmake again!\n" + "-----------------------------------------------------------------\n" + "\n\n") ++message(STATUS "using link directories: ${FFTW3F_LIBRARY_DIRS} ${AUDIO_LIBRARY_DIRS} ${ZLIB_LIBRARY_DIRS} ${FFTW_LIBRARY_DIRS} ${MXML_LIBRARY_DIRS} ${FLTK_LIBRARY_DIRS}") + INCLUDE(InstallRequiredSystemLibraries) + SET(CPACK_PACKAGE_DESCRIPTION_SUMMARY "LMMS - easy music production for everyone!") diff --git a/audio/lmms/files/patch-_plugins_zynaddsubfx_src_Samples_Sample.cpp b/audio/lmms/files/patch-_plugins_zynaddsubfx_src_Samples_Sample.cpp deleted file mode 100644 index 4e28e6dbff2c..000000000000 --- a/audio/lmms/files/patch-_plugins_zynaddsubfx_src_Samples_Sample.cpp +++ /dev/null @@ -1,11 +0,0 @@ ---- plugins/zynaddsubfx/src/Samples/Sample.cpp 2011-07-02 13:14:01.000000000 +0000 -+++ plugins/zynaddsubfx/src/Samples/Sample.cpp.new 2011-09-30 21:17:49.000000000 +0000 -@@ -116,7 +116,7 @@ - - void Sample::resize(unsigned int nsize) - { -- if(bufferSize == nsize) -+ if(bufferSize == (int)nsize) - return; - else {//resampling occurs here - float ratio = (nsize * 1.0) / (bufferSize * 1.0); diff --git a/audio/lmms/files/patch-include_debug.h b/audio/lmms/files/patch-include_debug.h new file mode 100644 index 000000000000..1cdc7e6e7759 --- /dev/null +++ b/audio/lmms/files/patch-include_debug.h @@ -0,0 +1,14 @@ +--- include/debug.h.orig 2015-03-08 02:47:14 UTC ++++ include/debug.h +@@ -30,10 +30,10 @@ + + // set whether debug-stuff (like messages on the console, asserts and other + // additional range-checkings) should be compiled +- + #ifdef LMMS_DEBUG + #include <assert.h> + #else ++ #undef assert + #define assert(x) ((void)(x)) + #endif + #include <cstdio> diff --git a/audio/lmms/files/patch-include_lmms__math.h b/audio/lmms/files/patch-include_lmms__math.h new file mode 100644 index 000000000000..2e2ef85a9b9c --- /dev/null +++ b/audio/lmms/files/patch-include_lmms__math.h @@ -0,0 +1,27 @@ +--- include/lmms_math.h.orig 2016-05-05 22:56:00 UTC ++++ include/lmms_math.h +@@ -26,15 +26,14 @@ + #ifndef LMMS_MATH_H + #define LMMS_MATH_H + ++#include <math.h> + #include <stdint.h> + #include "lmms_constants.h" + #include "lmmsconfig.h" + #include <QtCore/QtGlobal> + +-#include <cmath> + using namespace std; + +-#if defined (LMMS_BUILD_WIN32) || defined (LMMS_BUILD_APPLE) + #ifndef isnanf + #define isnanf(x) isnan(x) + #endif +@@ -53,7 +52,6 @@ using namespace std; + #ifndef exp10f + #define exp10f(x) powf( 10, x ) + #endif +-#endif + + #ifdef __INTEL_COMPILER + diff --git a/audio/lmms/files/patch-plugins_Amplifier_CMakeLists.txt b/audio/lmms/files/patch-plugins_Amplifier_CMakeLists.txt new file mode 100644 index 000000000000..6b0d00c64c21 --- /dev/null +++ b/audio/lmms/files/patch-plugins_Amplifier_CMakeLists.txt @@ -0,0 +1,9 @@ +--- plugins/Amplifier/CMakeLists.txt.orig 2015-03-08 02:47:14 UTC ++++ plugins/Amplifier/CMakeLists.txt +@@ -1,3 +1,6 @@ + INCLUDE(BuildPlugin) + + BUILD_PLUGIN(amplifier Amplifier.cpp AmplifierControls.cpp AmplifierControlDialog.cpp MOCFILES AmplifierControls.h AmplifierControlDialog.h EMBEDDED_RESOURCES "${CMAKE_CURRENT_SOURCE_DIR}/*.png") ++ ++include_directories(${SAMPLERATE_INCLUDE_DIRS}) ++link_directories(${SAMPLERATE_LIBRARY_DIRS}) diff --git a/audio/lmms/files/patch-plugins_BassBooster_CMakeLists.txt b/audio/lmms/files/patch-plugins_BassBooster_CMakeLists.txt new file mode 100644 index 000000000000..670ab4104b7d --- /dev/null +++ b/audio/lmms/files/patch-plugins_BassBooster_CMakeLists.txt @@ -0,0 +1,9 @@ +--- plugins/BassBooster/CMakeLists.txt.orig 2015-03-08 02:47:14 UTC ++++ plugins/BassBooster/CMakeLists.txt +@@ -1,3 +1,6 @@ + INCLUDE(BuildPlugin) + + BUILD_PLUGIN(bassbooster BassBooster.cpp BassBoosterControls.cpp BassBoosterControlDialog.cpp MOCFILES BassBoosterControls.h BassBoosterControlDialog.h EMBEDDED_RESOURCES "${CMAKE_CURRENT_SOURCE_DIR}/*.png") ++ ++include_directories(${SAMPLERATE_INCLUDE_DIRS}) ++link_directories(${SAMPLERATE_LIBRARY_DIRS}) diff --git a/audio/lmms/files/patch-plugins_DualFilter_CMakeLists.txt b/audio/lmms/files/patch-plugins_DualFilter_CMakeLists.txt new file mode 100644 index 000000000000..6518ce41c2b4 --- /dev/null +++ b/audio/lmms/files/patch-plugins_DualFilter_CMakeLists.txt @@ -0,0 +1,9 @@ +--- plugins/DualFilter/CMakeLists.txt.orig 2015-03-08 02:47:14 UTC ++++ plugins/DualFilter/CMakeLists.txt +@@ -1,3 +1,6 @@ + INCLUDE(BuildPlugin) + + BUILD_PLUGIN(dualfilter DualFilter.cpp DualFilterControls.cpp DualFilterControlDialog.cpp MOCFILES DualFilterControls.h DualFilterControlDialog.h EMBEDDED_RESOURCES "${CMAKE_CURRENT_SOURCE_DIR}/*.png") ++ ++include_directories(${SAMPLERATE_INCLUDE_DIRS}) ++link_directories(${SAMPLERATE_LIBRARY_DIRS}) diff --git a/audio/lmms/files/patch-plugins_HydrogenImport_CMakeLists.txt b/audio/lmms/files/patch-plugins_HydrogenImport_CMakeLists.txt new file mode 100644 index 000000000000..d7fbf910ee29 --- /dev/null +++ b/audio/lmms/files/patch-plugins_HydrogenImport_CMakeLists.txt @@ -0,0 +1,8 @@ +--- plugins/HydrogenImport/CMakeLists.txt.orig 2015-03-08 02:47:14 UTC ++++ plugins/HydrogenImport/CMakeLists.txt +@@ -2,3 +2,5 @@ INCLUDE(BuildPlugin) + + BUILD_PLUGIN(hydrogenimport HydrogenImport.cpp HydrogenImport.h local_file_mgr.cpp LocalFileMng.h) + ++include_directories(${SAMPLERATE_INCLUDE_DIRS}) ++link_directories(${SAMPLERATE_LIBRARY_DIRS}) diff --git a/audio/lmms/files/patch-plugins_LadspaEffect_CMakeLists.txt b/audio/lmms/files/patch-plugins_LadspaEffect_CMakeLists.txt new file mode 100644 index 000000000000..46836cb8c134 --- /dev/null +++ b/audio/lmms/files/patch-plugins_LadspaEffect_CMakeLists.txt @@ -0,0 +1,9 @@ +--- plugins/LadspaEffect/CMakeLists.txt.orig 2015-03-08 02:47:14 UTC ++++ plugins/LadspaEffect/CMakeLists.txt +@@ -24,3 +24,6 @@ INCLUDE(BuildPlugin) + BUILD_PLUGIN(ladspaeffect LadspaEffect.cpp LadspaControls.cpp LadspaControlDialog.cpp LadspaSubPluginFeatures.cpp LadspaEffect.h LadspaControls.h LadspaControlDialog.h LadspaSubPluginFeatures.h MOCFILES LadspaEffect.h LadspaControls.h LadspaControlDialog.h EMBEDDED_RESOURCES "${CMAKE_CURRENT_SOURCE_DIR}/*.png") + + ++ ++include_directories(${SAMPLERATE_INCLUDE_DIRS}) ++link_directories(${SAMPLERATE_LIBRARY_DIRS}) diff --git a/audio/lmms/files/patch-plugins_MidiImport_CMakeLists.txt b/audio/lmms/files/patch-plugins_MidiImport_CMakeLists.txt new file mode 100644 index 000000000000..64e6052f472b --- /dev/null +++ b/audio/lmms/files/patch-plugins_MidiImport_CMakeLists.txt @@ -0,0 +1,9 @@ +--- plugins/MidiImport/CMakeLists.txt.orig 2015-03-08 02:47:14 UTC ++++ plugins/MidiImport/CMakeLists.txt +@@ -6,3 +6,6 @@ BUILD_PLUGIN(midiimport MidiImport.cpp M + portsmf/mfmidi.cpp portsmf/mfmidi.h portsmf/strparse.cpp + portsmf/strparse.h portsmf/algrd_internal.h portsmf/algsmfrd_internal.h + portsmf/trace.h MOCFILES MidiImport.h) ++ ++include_directories(${SAMPLERATE_INCLUDE_DIRS}) ++link_directories(${SAMPLERATE_LIBRARY_DIRS}) diff --git a/audio/lmms/files/patch-plugins_MidiImport_portsmf_allegro.h b/audio/lmms/files/patch-plugins_MidiImport_portsmf_allegro.h new file mode 100644 index 000000000000..c774a2143a05 --- /dev/null +++ b/audio/lmms/files/patch-plugins_MidiImport_portsmf_allegro.h @@ -0,0 +1,10 @@ +--- plugins/MidiImport/portsmf/allegro.h.orig 2015-03-08 02:47:14 UTC ++++ plugins/MidiImport/portsmf/allegro.h +@@ -904,6 +904,7 @@ public: + void insert_silence(double t, double len); + Alg_track_ptr copy_track(int track_num, double t, double len, bool all); + Alg_seq *copy(double start, double len, bool all); ++ using Alg_track::paste; + void paste(double start, Alg_seq *seq); + virtual void clear(double t, double len, bool all); + virtual void merge(double t, Alg_event_list_ptr seq); diff --git a/audio/lmms/files/patch-plugins_audio__file__processor_CMakeLists.txt b/audio/lmms/files/patch-plugins_audio__file__processor_CMakeLists.txt new file mode 100644 index 000000000000..8e2b4a810315 --- /dev/null +++ b/audio/lmms/files/patch-plugins_audio__file__processor_CMakeLists.txt @@ -0,0 +1,9 @@ +--- plugins/audio_file_processor/CMakeLists.txt.orig 2015-03-08 02:47:14 UTC ++++ plugins/audio_file_processor/CMakeLists.txt +@@ -1,3 +1,6 @@ + INCLUDE(BuildPlugin) + + BUILD_PLUGIN(audiofileprocessor audio_file_processor.cpp audio_file_processor.h MOCFILES audio_file_processor.h EMBEDDED_RESOURCES "${CMAKE_CURRENT_SOURCE_DIR}/*.png") ++ ++include_directories(${SAMPLERATE_INCLUDE_DIRS}) ++link_directories(${SAMPLERATE_LIBRARY_DIRS}) diff --git a/audio/lmms/files/patch-plugins_bit__invader_CMakeLists.txt b/audio/lmms/files/patch-plugins_bit__invader_CMakeLists.txt new file mode 100644 index 000000000000..1a0b892defee --- /dev/null +++ b/audio/lmms/files/patch-plugins_bit__invader_CMakeLists.txt @@ -0,0 +1,9 @@ +--- plugins/bit_invader/CMakeLists.txt.orig 2015-03-08 02:47:14 UTC ++++ plugins/bit_invader/CMakeLists.txt +@@ -1,3 +1,6 @@ + INCLUDE(BuildPlugin) + + BUILD_PLUGIN(bitinvader bit_invader.cpp bit_invader.h MOCFILES bit_invader.h EMBEDDED_RESOURCES "${CMAKE_CURRENT_SOURCE_DIR}/*.png") ++ ++include_directories(${SAMPLERATE_INCLUDE_DIRS}) ++link_directories(${SAMPLERATE_LIBRARY_DIRS}) diff --git a/audio/lmms/files/patch-plugins_delay_CMakeLists.txt b/audio/lmms/files/patch-plugins_delay_CMakeLists.txt new file mode 100644 index 000000000000..3ad4bb6da47c --- /dev/null +++ b/audio/lmms/files/patch-plugins_delay_CMakeLists.txt @@ -0,0 +1,9 @@ +--- plugins/delay/CMakeLists.txt.orig 2015-03-08 02:47:14 UTC ++++ plugins/delay/CMakeLists.txt +@@ -1,3 +1,6 @@ + INCLUDE(BuildPlugin) + + BUILD_PLUGIN(delay delayeffect.cpp delaycontrols.cpp delaycontrolsdialog.cpp lfo.cpp stereodelay.cpp MOCFILES delaycontrols.h EMBEDDED_RESOURCES "${CMAKE_CURRENT_SOURCE_DIR}/*.png") ++ ++include_directories(${SAMPLERATE_INCLUDE_DIRS}) ++link_directories(${SAMPLERATE_LIBRARY_DIRS}) diff --git a/audio/lmms/files/patch-plugins_dynamics__processor_CMakeLists.txt b/audio/lmms/files/patch-plugins_dynamics__processor_CMakeLists.txt new file mode 100644 index 000000000000..6d31b8c8e326 --- /dev/null +++ b/audio/lmms/files/patch-plugins_dynamics__processor_CMakeLists.txt @@ -0,0 +1,9 @@ +--- plugins/dynamics_processor/CMakeLists.txt.orig 2015-03-08 02:47:14 UTC ++++ plugins/dynamics_processor/CMakeLists.txt +@@ -1,3 +1,6 @@ + INCLUDE(BuildPlugin) + + BUILD_PLUGIN(dynamicsprocessor dynamics_processor.cpp dynamics_processor_controls.cpp dynamics_processor_control_dialog.cpp MOCFILES dynamics_processor_controls.h dynamics_processor_control_dialog.h EMBEDDED_RESOURCES "${CMAKE_CURRENT_SOURCE_DIR}/*.png") ++ ++include_directories(${SAMPLERATE_INCLUDE_DIRS}) ++link_directories(${SAMPLERATE_LIBRARY_DIRS}) diff --git a/audio/lmms/files/patch-plugins_flp__import_CMakeLists.txt b/audio/lmms/files/patch-plugins_flp__import_CMakeLists.txt new file mode 100644 index 000000000000..880d72af3ed6 --- /dev/null +++ b/audio/lmms/files/patch-plugins_flp__import_CMakeLists.txt @@ -0,0 +1,9 @@ +--- plugins/flp_import/CMakeLists.txt.orig 2015-03-08 02:47:14 UTC ++++ plugins/flp_import/CMakeLists.txt +@@ -3,3 +3,6 @@ INCLUDE(BuildPlugin) + INCLUDE_DIRECTORIES(unrtf) + + BUILD_PLUGIN(flpimport FlpImport.cpp unrtf.cpp FlpImport.h) ++ ++include_directories(${SAMPLERATE_INCLUDE_DIRS}) ++link_directories(${SAMPLERATE_LIBRARY_DIRS}) diff --git a/audio/lmms/files/patch-plugins_kicker_CMakeLists.txt b/audio/lmms/files/patch-plugins_kicker_CMakeLists.txt new file mode 100644 index 000000000000..61e85e85284a --- /dev/null +++ b/audio/lmms/files/patch-plugins_kicker_CMakeLists.txt @@ -0,0 +1,9 @@ +--- plugins/kicker/CMakeLists.txt.orig 2015-03-08 02:47:14 UTC ++++ plugins/kicker/CMakeLists.txt +@@ -1,3 +1,6 @@ + INCLUDE(BuildPlugin) + + BUILD_PLUGIN(kicker kicker.cpp kicker.h MOCFILES kicker.h EMBEDDED_RESOURCES "${CMAKE_CURRENT_SOURCE_DIR}/*.png") ++ ++include_directories(${SAMPLERATE_INCLUDE_DIRS}) ++link_directories(${SAMPLERATE_LIBRARY_DIRS}) diff --git a/audio/lmms/files/patch-plugins_ladspa__browser_CMakeLists.txt b/audio/lmms/files/patch-plugins_ladspa__browser_CMakeLists.txt new file mode 100644 index 000000000000..ca2e0643112c --- /dev/null +++ b/audio/lmms/files/patch-plugins_ladspa__browser_CMakeLists.txt @@ -0,0 +1,9 @@ +--- plugins/ladspa_browser/CMakeLists.txt.orig 2015-03-08 02:47:14 UTC ++++ plugins/ladspa_browser/CMakeLists.txt +@@ -1,3 +1,6 @@ + INCLUDE(BuildPlugin) + + BUILD_PLUGIN(ladspabrowser ladspa_browser.cpp ladspa_browser.h ladspa_description.cpp ladspa_description.h ladspa_port_dialog.cpp ladspa_port_dialog.h MOCFILES ladspa_browser.h ladspa_description.h ladspa_port_dialog.h EMBEDDED_RESOURCES "${CMAKE_CURRENT_SOURCE_DIR}/*.png") ++ ++include_directories(${SAMPLERATE_INCLUDE_DIRS}) ++link_directories(${SAMPLERATE_LIBRARY_DIRS}) diff --git a/audio/lmms/files/patch-plugins_lb302_CMakeLists.txt b/audio/lmms/files/patch-plugins_lb302_CMakeLists.txt new file mode 100644 index 000000000000..a7333ecbc2fe --- /dev/null +++ b/audio/lmms/files/patch-plugins_lb302_CMakeLists.txt @@ -0,0 +1,9 @@ +--- plugins/lb302/CMakeLists.txt.orig 2015-03-08 02:47:14 UTC ++++ plugins/lb302/CMakeLists.txt +@@ -1,3 +1,6 @@ + INCLUDE(BuildPlugin) + + BUILD_PLUGIN(lb302 lb302.cpp lb302.h MOCFILES lb302.h EMBEDDED_RESOURCES "${CMAKE_CURRENT_SOURCE_DIR}/*.png") ++ ++include_directories(${SAMPLERATE_INCLUDE_DIRS}) ++link_directories(${SAMPLERATE_LIBRARY_DIRS}) diff --git a/audio/lmms/files/patch-plugins_midi_import_portsmf_allegrord.cpp b/audio/lmms/files/patch-plugins_midi_import_portsmf_allegrord.cpp deleted file mode 100644 index 7afa2655f7c8..000000000000 --- a/audio/lmms/files/patch-plugins_midi_import_portsmf_allegrord.cpp +++ /dev/null @@ -1,241 +0,0 @@ ---- plugins/midi_import/portsmf/allegrord.cpp 2011-07-02 13:14:01.000000000 +0000 -+++ plugins/midi_import/portsmf/allegrord.cpp.new 2011-09-30 11:37:34.000000000 +0000 -@@ -109,19 +109,19 @@ - if (attributes) { - Alg_parameters_ptr a; - bool in_seconds = seq->get_units_are_seconds(); -- if (a = Alg_parameters::remove_key(&attributes, "tempor")) { -+ if ((a = Alg_parameters::remove_key(&attributes, (char *)"tempor"))) { - double tempo = a->parm.r; - seq->insert_tempo(tempo, seq->get_time_map()->time_to_beat(time)); - } -- if (a = Alg_parameters::remove_key(&attributes, "beatr")) { -+ if ((a = Alg_parameters::remove_key(&attributes, (char *)"beatr"))) { - double beat = a->parm.r; - seq->insert_beat(time, beat); - } -- if (a = Alg_parameters::remove_key(&attributes, "timesig_numr")) { -+ if ((a = Alg_parameters::remove_key(&attributes, (char *)"timesig_numr"))) { - tsnum = a->parm.r; - ts_flag = true; - } -- if (a = Alg_parameters::remove_key(&attributes, "timesig_denr")) { -+ if ((a = Alg_parameters::remove_key(&attributes, (char *)"timesig_denr"))) { - tsden = a->parm.r; - ts_flag = true; - } -@@ -210,56 +210,56 @@ - } - if (first == 'V') { - if (voice_flag) { -- parse_error(field, 0, "Voice specified twice"); -+ parse_error(field, 0, (char *)"Voice specified twice"); - } else { - voice = parse_chan(field); - } - voice_flag = true; - } else if (first == 'T') { - if (time_flag) { -- parse_error(field, 0, "Time specified twice"); -+ parse_error(field, 0, (char *)"Time specified twice"); - } else { - time = parse_dur(field, 0.0); - } - time_flag = true; - } else if (first == 'N') { - if (next_flag) { -- parse_error(field, 0, "Next specified twice"); -+ parse_error(field, 0, (char *)"Next specified twice"); - } else { - next = parse_dur(field, time); - } - next_flag = true; - } else if (first == 'K') { - if (new_key_flag) { -- parse_error(field, 0, "Key specified twice"); -+ parse_error(field, 0, (char *)"Key specified twice"); - } else { - new_key = parse_key(field); - new_key_flag = true; - } - } else if (first == 'L') { - if (loud_flag) { -- parse_error(field, 0, "Loudness specified twice"); -+ parse_error(field, 0, (char *)"Loudness specified twice"); - } else { - loud = parse_loud(field); - } - loud_flag = true; - } else if (first == 'P') { - if (new_pitch_flag) { -- parse_error(field, 0, "Pitch specified twice"); -+ parse_error(field, 0, (char *)"Pitch specified twice"); - } else { - new_pitch = parse_pitch(field); - new_pitch_flag = true; - } - } else if (first == 'U') { - if (dur_flag) { -- parse_error(field, 0, "Dur specified twice"); -+ parse_error(field, 0, (char *)"Dur specified twice"); - } else { - dur = parse_dur(field, time); - dur_flag = true; - } - } else if (strchr("SIQHW", first)) { - if (dur_flag) { -- parse_error(field, 0, "Dur specified twice"); -+ parse_error(field, 0, (char *)"Dur specified twice"); - } else { - // prepend 'U' to field, copy EOS too - field.insert(0, 1, 'U'); -@@ -268,7 +268,7 @@ - } - } else if (strchr("ABCDEFG", first)) { - if (new_pitch_flag) { -- parse_error(field, 0, "Pitch specified twice"); -+ parse_error(field, 0, (char *)"Pitch specified twice"); - } else { - // prepend 'P' to field - field.insert(0, 1, 'P'); -@@ -283,7 +283,7 @@ - parm.s = NULL; // protect string from deletion by destructor - } - } else { -- parse_error(field, 0, "Unknown field"); -+ parse_error(field, 0, (char *)"Unknown field"); - } - - if (error_flag) { -@@ -404,11 +404,11 @@ - long Alg_reader::parse_chan(string &field) - { - const char *int_string = field.c_str() + 1; -- char *msg = "Integer or - expected"; -+ char *msg = (char *)"Integer or - expected"; - const char *p = int_string; - char c; - // check that all chars in int_string are digits or '-': -- while (c = *p++) { -+ while ((c = *p++)) { - if (!isdigit(c) && c != '-') { - parse_error(field, p - field.c_str() - 1, msg); - return 0; -@@ -431,8 +431,8 @@ - long Alg_reader::parse_int(string &field) - { - const char *int_string = field.c_str() + 1; -- char *msg = "Integer expected"; -- const char *p = int_string; -+ char *msg = (char *)"Integer expected"; -+ const char *p = int_string; - char c; - // check that all chars in int_string are digits: - while (c = *p++) { -@@ -472,7 +472,7 @@ - - double Alg_reader::parse_real(string &field) - { -- char *msg = "Real expected"; -+ char *msg = (char *)"Real expected"; - int last = find_real_in(field, 1); - string real_string = field.substr(1, last - 1); - if (last <= 1 || last < (int) field.length()) { -@@ -501,8 +501,8 @@ - - double Alg_reader::parse_dur(string &field, double base) - { -- char *msg = "Duration expected"; -- char *durs = "SIQHW"; -+ char *msg = (char *)"Duration expected"; -+ char *durs = (char *)"SIQHW"; - char *p; - int last; - double dur; -@@ -516,7 +516,7 @@ - // convert dur from seconds to beats - dur = seq->get_time_map()->time_to_beat(base + dur) - - seq->get_time_map()->time_to_beat(base); -- } else if (p = strchr(durs, toupper(field[1]))) { -+ } else if ((p = strchr(durs, toupper(field[1])))) { - dur = duration_lookup[p - durs]; - last = 2; - } else { -@@ -554,12 +554,12 @@ - a_string, seq->get_time_map()->beat_to_time( - seq->get_time_map()->time_to_beat(base) + dur)); - } -- parse_error(field, n, "Unexpected character in duration"); -+ parse_error(field, n, (char *)"Unexpected character in duration"); - return dur; - } - - struct loud_lookup_struct { -- char *str; -+ char const *str; - int val; - } loud_lookup[] = { {"FFF", 127}, {"FF", 120}, {"F", 110}, {"MF", 100}, - {"MP", 90}, {"P", 80}, {"PP", 70}, {"PPP", 60}, -@@ -568,7 +568,7 @@ - - double Alg_reader::parse_loud(string &field) - { -- char *msg = "Loudness expected"; -+ char *msg = (char *)"Loudness expected"; - if (isdigit(field[1])) { - return parse_int(field); - } else { -@@ -594,14 +594,14 @@ - // - long Alg_reader::parse_key(string &field) - { -- char *msg = "Pitch expected"; -- char *pitches = "ABCDEFG"; -+ char *msg = (char *)"Pitch expected"; -+ char *pitches = (char *)"ABCDEFG"; - char *p; - if (isdigit(field[1])) { - // This routine would not have been called if field = "P<number>" - // so it must be "K<number>" so <number> must be an integer. - return parse_int(field); -- } else if (p = strchr(pitches, toupper(field[1]))) { -+ } else if ((p = strchr(pitches, toupper(field[1])))) { - long key = key_lookup[p - pitches]; - key = parse_after_key(key, field, 2); - return key; -@@ -629,7 +629,7 @@ - int oct = atoi(octave.c_str()); - return parse_after_key(key + oct * 12, field, last); - } -- parse_error(field, n, "Unexpected character in pitch"); -+ parse_error(field, n, (char *)"Unexpected character in pitch"); - return key; - } - -@@ -654,7 +654,7 @@ - param->set_attr(symbol_table.insert_string(attr.c_str())); - parse_val(param, field, i + 1); - } else { -- parse_error(field, 0, "attribute needs to end with typecode: i,a,r,s, or l"); -+ parse_error(field, 0, (char *)"attribute needs to end with typecode: i,a,r,s, or l"); - } - return !error_flag; - } -@@ -708,7 +708,7 @@ - } else if (!period && s[pos] == '.') { - period = true; - } else { -- parse_error(s, pos, "Unexpected char in number"); -+ parse_error(s, pos, (char *)"Unexpected char in number"); - return false; - } - pos = pos + 1; -@@ -729,7 +729,7 @@ - } - } - } else { -- parse_error(s, i, "invalid value"); -+ parse_error(s, i, (char *)"invalid value"); - return false; - } - return true; diff --git a/audio/lmms/files/patch-plugins_midi_import_portsmf_allegrosmfrd.cpp b/audio/lmms/files/patch-plugins_midi_import_portsmf_allegrosmfrd.cpp deleted file mode 100644 index 7e2a01edb74a..000000000000 --- a/audio/lmms/files/patch-plugins_midi_import_portsmf_allegrosmfrd.cpp +++ /dev/null @@ -1,25 +0,0 @@ ---- plugins/midi_import/portsmf/allegrosmfrd.cpp 2011-07-02 13:14:01.000000000 +0000 -+++ plugins/midi_import/portsmf/allegrosmfrd.cpp.new 2011-09-30 21:07:19.000000000 +0000 -@@ -327,7 +327,7 @@ - - void Alg_midifile_reader::Mf_arbitrary(int len, char *msg) - { -- Mf_error("arbitrary data ignored"); -+ Mf_error((char *)"arbitrary data ignored"); - } - - -@@ -341,11 +341,11 @@ - - void Alg_midifile_reader::Mf_seqnum(int n) - { -- Mf_error("seqnum data ignored"); -+ Mf_error((char *)"seqnum data ignored"); - } - - --static char *fpsstr[4] = {"24", "25", "29.97", "30"}; -+static char *fpsstr[4] = {(char *)"24", (char *)"25", (char *)"29.97", (char *)"30"}; - - void Alg_midifile_reader::Mf_smpte(int hours, int mins, int secs, - int frames, int subframes) diff --git a/audio/lmms/files/patch-plugins_midi_import_portsmf_allegrowr.cpp b/audio/lmms/files/patch-plugins_midi_import_portsmf_allegrowr.cpp deleted file mode 100644 index fd533630b4d7..000000000000 --- a/audio/lmms/files/patch-plugins_midi_import_portsmf_allegrowr.cpp +++ /dev/null @@ -1,11 +0,0 @@ ---- plugins/midi_import/portsmf/allegrowr.cpp.orig 2011-10-03 12:30:46.000000000 +0000 -+++ plugins/midi_import/portsmf/allegrowr.cpp 2011-10-03 12:30:46.000000000 +0000 -@@ -41,7 +41,7 @@ - break; - case 's': { - string str; -- string_escape(str, p->s, "\""); -+ string_escape(str, p->s, (char *)"\""); - file << str; - break; - } diff --git a/audio/lmms/files/patch-plugins_midi_import_portsmf_mfmidi.cpp b/audio/lmms/files/patch-plugins_midi_import_portsmf_mfmidi.cpp deleted file mode 100644 index e0140ec13f5f..000000000000 --- a/audio/lmms/files/patch-plugins_midi_import_portsmf_mfmidi.cpp +++ /dev/null @@ -1,69 +0,0 @@ ---- plugins/midi_import/portsmf/mfmidi.cpp.orig 2011-10-03 12:30:46.000000000 +0000 -+++ plugins/midi_import/portsmf/mfmidi.cpp 2011-10-03 12:30:46.000000000 +0000 -@@ -28,7 +28,7 @@ - ntrks = readheader(); - if (midifile_error) return; - if (ntrks <= 0) { -- mferror("No tracks!"); -+ mferror((char *)"No tracks!"); - /* no need to return since midifile_error is set */ - } - while (ntrks-- > 0 && !midifile_error) readtrack(); -@@ -42,13 +42,13 @@ - char b[4]; - char buff[32]; - int c; -- char *errmsg = "expecting "; -+ char static * errmsg = (char *)"expecting "; - - retry: - while ( nread<4 ) { - c = Mf_getc(); - if ( c == EOF ) { -- errmsg = "EOF while expecting "; -+ errmsg = (char *)"EOF while expecting "; - goto err; - } - b[nread++] = c; -@@ -78,7 +78,7 @@ - int c = Mf_getc(); - - if ( c == EOF ) { -- mferror("premature EOF"); -+ mferror((char *)"premature EOF"); - return EOF; - } - Mf_toberead--; -@@ -90,7 +90,7 @@ - { - int format, ntrks, division; - -- if ( readmt("MThd",Mf_skipinit) == EOF ) -+ if ( readmt((char *)"MThd",Mf_skipinit) == EOF ) - return(0); - - Mf_toberead = read32bit(); -@@ -127,7 +127,7 @@ - int status = 0; /* (possibly running) status byte */ - int needed; - -- if ( readmt("MTrk",0) == EOF ) -+ if ( readmt((char *)"MTrk",0) == EOF ) - return; - - Mf_toberead = read32bit(); -@@ -147,12 +147,12 @@ - if (midifile_error) return; - - if ( sysexcontinue && c != 0xf7 ) { -- mferror("didn't find expected continuation of a sysex"); -+ mferror((char *)"didn't find expected continuation of a sysex"); - return; - } - if ( (c & 0x80) == 0 ) { /* running status? */ - if ( status == 0 ) { -- mferror("unexpected running status"); -+ mferror((char *)"unexpected running status"); - return; - } - running = 1; diff --git a/audio/lmms/files/patch-plugins_monstro_CMakeLists.txt b/audio/lmms/files/patch-plugins_monstro_CMakeLists.txt new file mode 100644 index 000000000000..0488a3dafde4 --- /dev/null +++ b/audio/lmms/files/patch-plugins_monstro_CMakeLists.txt @@ -0,0 +1,9 @@ +--- plugins/monstro/CMakeLists.txt.orig 2015-03-08 02:47:14 UTC ++++ plugins/monstro/CMakeLists.txt +@@ -1,3 +1,6 @@ + INCLUDE(BuildPlugin) + + BUILD_PLUGIN(monstro Monstro.cpp Monstro.h MOCFILES Monstro.h EMBEDDED_RESOURCES "${CMAKE_CURRENT_SOURCE_DIR}/*.png") ++ ++include_directories(${SAMPLERATE_INCLUDE_DIRS}) ++link_directories(${SAMPLERATE_LIBRARY_DIRS}) diff --git a/audio/lmms/files/patch-plugins_nes_CMakeLists.txt b/audio/lmms/files/patch-plugins_nes_CMakeLists.txt new file mode 100644 index 000000000000..5099c483de93 --- /dev/null +++ b/audio/lmms/files/patch-plugins_nes_CMakeLists.txt @@ -0,0 +1,9 @@ +--- plugins/nes/CMakeLists.txt.orig 2015-03-08 02:47:14 UTC ++++ plugins/nes/CMakeLists.txt +@@ -1,3 +1,6 @@ + INCLUDE(BuildPlugin) + + BUILD_PLUGIN(nes Nes.cpp Nes.h MOCFILES Nes.h EMBEDDED_RESOURCES "${CMAKE_CURRENT_SOURCE_DIR}/*.png") ++ ++include_directories(${SAMPLERATE_INCLUDE_DIRS}) ++link_directories(${SAMPLERATE_LIBRARY_DIRS}) diff --git a/audio/lmms/files/patch-plugins_opl2_CMakeLists.txt b/audio/lmms/files/patch-plugins_opl2_CMakeLists.txt new file mode 100644 index 000000000000..5d184ca10ed7 --- /dev/null +++ b/audio/lmms/files/patch-plugins_opl2_CMakeLists.txt @@ -0,0 +1,9 @@ +--- plugins/opl2/CMakeLists.txt.orig 2015-03-08 02:47:14 UTC ++++ plugins/opl2/CMakeLists.txt +@@ -1,3 +1,6 @@ + INCLUDE(BuildPlugin) + + BUILD_PLUGIN(OPL2 opl2instrument.cpp opl2instrument.h opl.h fmopl.c fmopl.h temuopl.cpp temuopl.h MOCFILES opl2instrument.h EMBEDDED_RESOURCES "${CMAKE_CURRENT_SOURCE_DIR}/*.png") ++ ++include_directories(${SAMPLERATE_INCLUDE_DIRS}) ++link_directories(${SAMPLERATE_LIBRARY_DIRS}) diff --git a/audio/lmms/files/patch-plugins_organic_CMakeLists.txt b/audio/lmms/files/patch-plugins_organic_CMakeLists.txt new file mode 100644 index 000000000000..8cfd66d69282 --- /dev/null +++ b/audio/lmms/files/patch-plugins_organic_CMakeLists.txt @@ -0,0 +1,9 @@ +--- plugins/organic/CMakeLists.txt.orig 2015-03-08 02:47:14 UTC ++++ plugins/organic/CMakeLists.txt +@@ -1,3 +1,6 @@ + INCLUDE(BuildPlugin) + + BUILD_PLUGIN(organic organic.cpp organic.h MOCFILES organic.h EMBEDDED_RESOURCES "${CMAKE_CURRENT_SOURCE_DIR}/*.png") ++ ++include_directories(${SAMPLERATE_INCLUDE_DIRS}) ++link_directories(${SAMPLERATE_LIBRARY_DIRS}) diff --git a/audio/lmms/files/patch-plugins_papu_CMakeLists.txt b/audio/lmms/files/patch-plugins_papu_CMakeLists.txt new file mode 100644 index 000000000000..d622285d8e91 --- /dev/null +++ b/audio/lmms/files/patch-plugins_papu_CMakeLists.txt @@ -0,0 +1,9 @@ +--- plugins/papu/CMakeLists.txt.orig 2015-03-08 02:47:14 UTC ++++ plugins/papu/CMakeLists.txt +@@ -1,3 +1,6 @@ + INCLUDE(BuildPlugin) + + BUILD_PLUGIN(papu papu_instrument.cpp papu_instrument.h Basic_Gb_Apu.cpp Basic_Gb_Apu.h gb_apu/Gb_Oscs.cpp gb_apu/Gb_Apu.h gb_apu/Blip_Buffer.cpp gb_apu/Gb_Apu.cpp gb_apu/Gb_Oscs.h gb_apu/blargg_common.h gb_apu/Blip_Buffer.h gb_apu/Multi_Buffer.cpp gb_apu/blargg_source.h gb_apu/Blip_Synth.h gb_apu/Multi_Buffer.h MOCFILES papu_instrument.h EMBEDDED_RESOURCES "${CMAKE_CURRENT_SOURCE_DIR}/*.png") ++ ++include_directories(${SAMPLERATE_INCLUDE_DIRS}) ++link_directories(${SAMPLERATE_LIBRARY_DIRS}) diff --git a/audio/lmms/files/patch-plugins_patman_CMakeLists.txt b/audio/lmms/files/patch-plugins_patman_CMakeLists.txt new file mode 100644 index 000000000000..7826663dd9cb --- /dev/null +++ b/audio/lmms/files/patch-plugins_patman_CMakeLists.txt @@ -0,0 +1,9 @@ +--- plugins/patman/CMakeLists.txt.orig 2015-03-08 02:47:14 UTC ++++ plugins/patman/CMakeLists.txt +@@ -1,3 +1,6 @@ + INCLUDE(BuildPlugin) + + BUILD_PLUGIN(patman patman.cpp patman.h MOCFILES patman.h EMBEDDED_RESOURCES "${CMAKE_CURRENT_SOURCE_DIR}/*.png") ++ ++include_directories(${SAMPLERATE_INCLUDE_DIRS}) ++link_directories(${SAMPLERATE_LIBRARY_DIRS}) diff --git a/audio/lmms/files/patch-plugins_peak__controller__effect_CMakeLists.txt b/audio/lmms/files/patch-plugins_peak__controller__effect_CMakeLists.txt new file mode 100644 index 000000000000..a1c413b376e6 --- /dev/null +++ b/audio/lmms/files/patch-plugins_peak__controller__effect_CMakeLists.txt @@ -0,0 +1,9 @@ +--- plugins/peak_controller_effect/CMakeLists.txt.orig 2015-03-08 02:47:14 UTC ++++ plugins/peak_controller_effect/CMakeLists.txt +@@ -1,3 +1,6 @@ + INCLUDE(BuildPlugin) + + BUILD_PLUGIN(peakcontrollereffect peak_controller_effect.cpp peak_controller_effect_controls.cpp peak_controller_effect_control_dialog.cpp peak_controller_effect.h peak_controller_effect_controls.h peak_controller_effect_control_dialog.h MOCFILES peak_controller_effect_controls.h peak_controller_effect_control_dialog.h EMBEDDED_RESOURCES "${CMAKE_CURRENT_SOURCE_DIR}/*.png") ++ ++include_directories(${SAMPLERATE_INCLUDE_DIRS}) ++link_directories(${SAMPLERATE_LIBRARY_DIRS}) diff --git a/audio/lmms/files/patch-plugins_sfxr_CMakeLists.txt b/audio/lmms/files/patch-plugins_sfxr_CMakeLists.txt new file mode 100644 index 000000000000..b18b690c8dca --- /dev/null +++ b/audio/lmms/files/patch-plugins_sfxr_CMakeLists.txt @@ -0,0 +1,9 @@ +--- plugins/sfxr/CMakeLists.txt.orig 2015-03-08 02:47:14 UTC ++++ plugins/sfxr/CMakeLists.txt +@@ -1,3 +1,6 @@ + INCLUDE(BuildPlugin) + + BUILD_PLUGIN(sfxr sfxr.cpp sfxr.h MOCFILES sfxr.h EMBEDDED_RESOURCES "${CMAKE_CURRENT_SOURCE_DIR}/*.png") ++ ++include_directories(${SAMPLERATE_INCLUDE_DIRS}) ++link_directories(${SAMPLERATE_LIBRARY_DIRS}) diff --git a/audio/lmms/files/patch-plugins_sid_CMakeLists.txt b/audio/lmms/files/patch-plugins_sid_CMakeLists.txt new file mode 100644 index 000000000000..edadc94bf58d --- /dev/null +++ b/audio/lmms/files/patch-plugins_sid_CMakeLists.txt @@ -0,0 +1,9 @@ +--- plugins/sid/CMakeLists.txt.orig 2015-03-08 02:47:14 UTC ++++ plugins/sid/CMakeLists.txt +@@ -2,4 +2,5 @@ INCLUDE(BuildPlugin) + + BUILD_PLUGIN(sid sid_instrument.cpp sid_instrument.h envelope.h extfilt.h filter.h pot.h siddefs.h sid.h spline.h voice.h wave.h envelope.cc extfilt.cc filter.cc pot.cc sid.cc version.cc voice.cc wave6581_PS_.cc wave6581_PST.cc wave6581_P_T.cc wave6581__ST.cc wave8580_PS_.cc wave8580_PST.cc wave8580_P_T.cc wave8580__ST.cc wave.cc MOCFILES sid_instrument.h EMBEDDED_RESOURCES "${CMAKE_CURRENT_SOURCE_DIR}/*.png") + +- ++include_directories(${SAMPLERATE_INCLUDE_DIRS}) ++link_directories(${SAMPLERATE_LIBRARY_DIRS}) diff --git a/audio/lmms/files/patch-plugins_stereo__enhancer_CMakeLists.txt b/audio/lmms/files/patch-plugins_stereo__enhancer_CMakeLists.txt new file mode 100644 index 000000000000..369375a7a1f7 --- /dev/null +++ b/audio/lmms/files/patch-plugins_stereo__enhancer_CMakeLists.txt @@ -0,0 +1,8 @@ +--- plugins/stereo_enhancer/CMakeLists.txt.orig 2015-03-08 02:47:14 UTC ++++ plugins/stereo_enhancer/CMakeLists.txt +@@ -2,3 +2,5 @@ INCLUDE(BuildPlugin) + + BUILD_PLUGIN(stereoenhancer stereo_enhancer.cpp stereoenhancer_controls.cpp stereoenhancer_control_dialog.cpp stereo_enhancer.h stereoenhancer_controls.h stereoenhancer_control_dialog.h MOCFILES stereoenhancer_controls.h stereoenhancer_control_dialog.h EMBEDDED_RESOURCES "${CMAKE_CURRENT_SOURCE_DIR}/*.png") + ++include_directories(${SAMPLERATE_INCLUDE_DIRS}) ++link_directories(${SAMPLERATE_LIBRARY_DIRS}) diff --git a/audio/lmms/files/patch-plugins_stereo__matrix_CMakeLists.txt b/audio/lmms/files/patch-plugins_stereo__matrix_CMakeLists.txt new file mode 100644 index 000000000000..b847bde235d0 --- /dev/null +++ b/audio/lmms/files/patch-plugins_stereo__matrix_CMakeLists.txt @@ -0,0 +1,8 @@ +--- plugins/stereo_matrix/CMakeLists.txt.orig 2015-03-08 02:47:14 UTC ++++ plugins/stereo_matrix/CMakeLists.txt +@@ -2,3 +2,5 @@ INCLUDE(BuildPlugin) + + BUILD_PLUGIN(stereomatrix stereo_matrix.cpp stereomatrix_controls.cpp stereomatrix_control_dialog.cpp stereo_matrix.h stereomatrix_controls.h stereomatrix_control_dialog.h MOCFILES stereomatrix_controls.h stereomatrix_control_dialog.h EMBEDDED_RESOURCES "${CMAKE_CURRENT_SOURCE_DIR}/*.png") + ++include_directories(${SAMPLERATE_INCLUDE_DIRS}) ++link_directories(${SAMPLERATE_LIBRARY_DIRS}) diff --git a/audio/lmms/files/patch-plugins_triple__oscillator_CMakeLists.txt b/audio/lmms/files/patch-plugins_triple__oscillator_CMakeLists.txt new file mode 100644 index 000000000000..dfa276859a92 --- /dev/null +++ b/audio/lmms/files/patch-plugins_triple__oscillator_CMakeLists.txt @@ -0,0 +1,9 @@ +--- plugins/triple_oscillator/CMakeLists.txt.orig 2015-03-08 02:47:14 UTC ++++ plugins/triple_oscillator/CMakeLists.txt +@@ -1,3 +1,6 @@ + INCLUDE(BuildPlugin) + + BUILD_PLUGIN(tripleoscillator TripleOscillator.cpp TripleOscillator.h MOCFILES TripleOscillator.h EMBEDDED_RESOURCES ${CMAKE_CURRENT_SOURCE_DIR}/*.png) ++ ++include_directories(${SAMPLERATE_INCLUDE_DIRS}) ++link_directories(${SAMPLERATE_LIBRARY_DIRS}) diff --git a/audio/lmms/files/patch-plugins_vibed_CMakeLists.txt b/audio/lmms/files/patch-plugins_vibed_CMakeLists.txt new file mode 100644 index 000000000000..2265d5b0462e --- /dev/null +++ b/audio/lmms/files/patch-plugins_vibed_CMakeLists.txt @@ -0,0 +1,9 @@ +--- plugins/vibed/CMakeLists.txt.orig 2015-03-08 02:47:14 UTC ++++ plugins/vibed/CMakeLists.txt +@@ -1,3 +1,6 @@ + INCLUDE(BuildPlugin) + + BUILD_PLUGIN(vibedstrings vibed.cpp nine_button_selector.cpp string_container.cpp vibrating_string.cpp vibed.h nine_button_selector.h string_container.h vibrating_string.h MOCFILES vibed.h nine_button_selector.h EMBEDDED_RESOURCES "${CMAKE_CURRENT_SOURCE_DIR}/*.png") ++ ++include_directories(${SAMPLERATE_INCLUDE_DIRS}) ++link_directories(${SAMPLERATE_LIBRARY_DIRS}) diff --git a/audio/lmms/files/patch-plugins_watsyn_CMakeLists.txt b/audio/lmms/files/patch-plugins_watsyn_CMakeLists.txt new file mode 100644 index 000000000000..cfb5507c25e8 --- /dev/null +++ b/audio/lmms/files/patch-plugins_watsyn_CMakeLists.txt @@ -0,0 +1,9 @@ +--- plugins/watsyn/CMakeLists.txt.orig 2015-03-08 02:47:14 UTC ++++ plugins/watsyn/CMakeLists.txt +@@ -3,3 +3,6 @@ INCLUDE(BuildPlugin) + LINK_DIRECTORIES(${SAMPLERATE_LIBRARY_DIRS}) + LINK_LIBRARIES(${SAMPLERATE_LIBRARIES}) + BUILD_PLUGIN(watsyn Watsyn.cpp Watsyn.h MOCFILES Watsyn.h EMBEDDED_RESOURCES ${CMAKE_CURRENT_SOURCE_DIR}/*.png) ++ ++include_directories(${SAMPLERATE_INCLUDE_DIRS}) ++link_directories(${SAMPLERATE_LIBRARY_DIRS}) diff --git a/audio/lmms/files/patch-plugins_waveshaper_CMakeLists.txt b/audio/lmms/files/patch-plugins_waveshaper_CMakeLists.txt new file mode 100644 index 000000000000..0442853f535e --- /dev/null +++ b/audio/lmms/files/patch-plugins_waveshaper_CMakeLists.txt @@ -0,0 +1,9 @@ +--- plugins/waveshaper/CMakeLists.txt.orig 2015-03-08 02:47:14 UTC ++++ plugins/waveshaper/CMakeLists.txt +@@ -1,3 +1,6 @@ + INCLUDE(BuildPlugin) + + BUILD_PLUGIN(waveshaper waveshaper.cpp waveshaper_controls.cpp waveshaper_control_dialog.cpp MOCFILES waveshaper_controls.h waveshaper_control_dialog.h EMBEDDED_RESOURCES "${CMAKE_CURRENT_SOURCE_DIR}/*.png") ++ ++include_directories(${SAMPLERATE_INCLUDE_DIRS}) ++link_directories(${SAMPLERATE_LIBRARY_DIRS}) diff --git a/audio/lmms/files/patch-plugins_zynaddsubfx_CMakeList.txt b/audio/lmms/files/patch-plugins_zynaddsubfx_CMakeList.txt deleted file mode 100644 index bda385f88df0..000000000000 --- a/audio/lmms/files/patch-plugins_zynaddsubfx_CMakeList.txt +++ /dev/null @@ -1,20 +0,0 @@ ---- plugins/zynaddsubfx/CMakeLists.txt 2011-07-02 13:14:01.000000000 +0000 -+++ plugins/zynaddsubfx/CMakeLists.txt.new 2011-09-27 22:40:14.000000000 +0000 -@@ -75,7 +75,7 @@ - add_subdirectory(src/Samples) - - ADD_LIBRARY(ZynAddSubFxCore SHARED LocalZynAddSubFx.cpp) --TARGET_LINK_LIBRARIES(ZynAddSubFxCore ${ZASF_CORE_LIBS} ${FFTW3F_LIBRARIES} ${QT_LIBRARIES} -lz -lpthread) -+TARGET_LINK_LIBRARIES(ZynAddSubFxCore ${ZASF_CORE_LIBS} ${FFTW3F_LIBRARIES} ${QT_LIBRARIES} -lz -lpthread -L/usr/local/lib ) - IF(LMMS_BUILD_WIN32) - TARGET_LINK_LIBRARIES(ZynAddSubFxCore -lws2_32) - INSTALL(TARGETS ZynAddSubFxCore RUNTIME DESTINATION ${PLUGIN_DIR}) -@@ -112,7 +112,7 @@ - IF(LMMS_BUILD_LINUX) - FIND_PACKAGE(X11) - FIND_PACKAGE(Freetype) -- TARGET_LINK_LIBRARIES(RemoteZynAddSubFx -ldl ${X11_LIBRARIES} ${X11_Xft_LIB} ${X11_Xinerama_LIB} ${FREETYPE_LIBRARY} -lfontconfig) -+ TARGET_LINK_LIBRARIES(RemoteZynAddSubFx ${X11_LIBRARIES} ${X11_Xft_LIB} ${X11_Xinerama_LIB} ${FREETYPE_LIBRARY} -lfontconfig -L/usr/local/lib ) - ENDIF(LMMS_BUILD_LINUX) - - diff --git a/audio/lmms/files/patch-plugins_zynaddsubfx_CMakeLists.txt b/audio/lmms/files/patch-plugins_zynaddsubfx_CMakeLists.txt new file mode 100644 index 000000000000..ad8427bb025b --- /dev/null +++ b/audio/lmms/files/patch-plugins_zynaddsubfx_CMakeLists.txt @@ -0,0 +1,22 @@ +--- plugins/zynaddsubfx/CMakeLists.txt.orig 2015-03-08 02:47:14 UTC ++++ plugins/zynaddsubfx/CMakeLists.txt +@@ -49,6 +49,7 @@ INCLUDE_DIRECTORIES("${FLTK_INCLUDE_DIR} + "${CMAKE_BINARY_DIR}") + + include_directories( ${CMAKE_CURRENT_SOURCE_DIR}/zynaddsubfx/src/UI) ++link_directories(${FFTW3F_LIBRARY_DIRS}) + + ADD_DEFINITIONS(-DPLUGINVERSION) # removes exit confirmation dialogs etc. in MasterUI.fl + add_subdirectory(zynaddsubfx/src/Nio) +@@ -137,11 +138,6 @@ IF(LMMS_BUILD_WIN32) + TARGET_LINK_LIBRARIES(RemoteZynAddSubFx ${QT_LIBRARIES}) + ENDIF(LMMS_BUILD_WIN32) + +-# FLTK needs X +-IF(LMMS_BUILD_LINUX) +- TARGET_LINK_LIBRARIES(RemoteZynAddSubFx -ldl) +-ENDIF(LMMS_BUILD_LINUX) +- + + IF(LMMS_BUILD_WIN32) + ADD_CUSTOM_COMMAND(TARGET ZynAddSubFxCore POST_BUILD COMMAND "${STRIP}" "\"${CMAKE_CURRENT_BINARY_DIR}/libZynAddSubFxCore.dll\"") diff --git a/audio/lmms/files/patch-plugins_zynaddsubfx_fltk_CMakeLists.txt b/audio/lmms/files/patch-plugins_zynaddsubfx_fltk_CMakeLists.txt deleted file mode 100644 index eb11b5695c3b..000000000000 --- a/audio/lmms/files/patch-plugins_zynaddsubfx_fltk_CMakeLists.txt +++ /dev/null @@ -1,11 +0,0 @@ ---- plugins/zynaddsubfx/fltk/CMakeLists.txt.orig 2013-06-11 17:46:42.000000000 +0200 -+++ plugins/zynaddsubfx/fltk/CMakeLists.txt 2015-10-21 10:24:19.901416000 +0200 -@@ -139,7 +139,7 @@ - find_file(HAVE_ALSA_ASOUNDLIB_H alsa/asoundlib.h) - find_file(HAVE_DIRENT_H dirent.h) - find_file(HAVE_DLFCN_H dlfcn.h) --find_file(HAVE_FREETYPE_H freetype.h PATH_SUFFIXES freetype2) -+find_file(HAVE_FREETYPE_H ft2build.h PATH_SUFFIXES freetype2) - find_file(HAVE_GL_GL_H GL/gl.h) - find_file(HAVE_GL_GLU_H GL/glu.h) - find_file(HAVE_LIBPNG_PNG_H libpng/png.h) diff --git a/audio/lmms/files/patch-plugins_zynaddsubfx_fltk_FL_Fl_Widget.H b/audio/lmms/files/patch-plugins_zynaddsubfx_fltk_FL_Fl_Widget.H deleted file mode 100644 index 424b212ac0d4..000000000000 --- a/audio/lmms/files/patch-plugins_zynaddsubfx_fltk_FL_Fl_Widget.H +++ /dev/null @@ -1,10 +0,0 @@ ---- plugins/zynaddsubfx/fltk/FL/Fl_Widget.H 2013-06-11 22:57:16.000000000 +0200 -+++ plugins/zynaddsubfx/fltk/FL/Fl_Widget.H 2013-07-19 13:58:16.000000000 +0200 -@@ -108,6 +108,7 @@ - */ - class FL_EXPORT Fl_Widget { - friend class Fl_Group; -+ friend class Fl_X; - - Fl_Group* parent_; - Fl_Callback* callback_; diff --git a/audio/lmms/files/patch-plugins_zynaddsubfx_fltk_configh.cmake.in b/audio/lmms/files/patch-plugins_zynaddsubfx_fltk_configh.cmake.in deleted file mode 100644 index fd0317f9b8c0..000000000000 --- a/audio/lmms/files/patch-plugins_zynaddsubfx_fltk_configh.cmake.in +++ /dev/null @@ -1,18 +0,0 @@ ---- plugins/zynaddsubfx/fltk/configh.cmake.in 2011-06-09 08:34:59.000000000 +0000 -+++ plugins/zynaddsubfx/fltk/configh.cmake.in.new 2011-08-08 07:55:59.000000000 +0000 -@@ -306,15 +306,6 @@ - # define FLTK_LLCAST (long) - #endif /* HAVE_LONG_LONG */ - --/* -- * Do we have the strtoll() function? -- */ -- --#cmakedefine HAVE_STRTOLL @HAVE_STRTOLL@ -- --#ifndef HAVE_STRTOLL --# define strtoll(nptr,endptr,base) strtol((nptr), (endptr), (base)) --#endif /* !HAVE_STRTOLL */ - - /* - * Do we have the dlsym() function and header? diff --git a/audio/lmms/files/patch-plugins_zynaddsubfx_fltk_src_numericsort.c b/audio/lmms/files/patch-plugins_zynaddsubfx_fltk_src_numericsort.c deleted file mode 100644 index 71a99448ad19..000000000000 --- a/audio/lmms/files/patch-plugins_zynaddsubfx_fltk_src_numericsort.c +++ /dev/null @@ -1,24 +0,0 @@ ---- plugins/zynaddsubfx/fltk/src/numericsort.c 2011-09-27 12:20:36.000000000 +0000 -+++ plugins/zynaddsubfx/fltk/src/numericsort.c.new 2011-09-27 12:26:57.000000000 +0000 -@@ -34,20 +34,7 @@ - #include <sys/types.h> - - #if !defined(WIN32) || defined(__CYGWIN__) --# ifdef HAVE_DIRENT_H --# include <dirent.h> --# else --# define dirent direct --# if HAVE_SYS_NDIR_H --# include <sys/ndir.h> --# endif /* HAVE_SYS_NDIR_H */ --# if HAVE_SYS_DIR_H --# include <sys/dir.h> --# endif /* HAVE_SYS_DIR_H */ --# if HAVE_NDIR_H --# include <ndir.h> --# endif /* HAVE_NDIR_H */ --# endif /* HAVE_DIRENT_H */ -+# include <dirent.h> - #else /* For WIN32 variants */ - # include <FL/filename.H> - #endif /* !WIN32 || __CYGWIN__ */ diff --git a/audio/lmms/files/patch-plugins_zynaddsubfx_fltk_src_scandir.c b/audio/lmms/files/patch-plugins_zynaddsubfx_fltk_src_scandir.c deleted file mode 100644 index 77ad79788b7e..000000000000 --- a/audio/lmms/files/patch-plugins_zynaddsubfx_fltk_src_scandir.c +++ /dev/null @@ -1,27 +0,0 @@ ---- plugins/zynaddsubfx/fltk/src/scandir.c 2011-06-09 08:34:59.000000000 +0000 -+++ plugins/zynaddsubfx/fltk/src/scandir.c.new 2011-08-08 11:43:43.000000000 +0000 -@@ -28,22 +28,8 @@ - # include <sys/types.h> - # include <errno.h> - --# if HAVE_DIRENT_H --# include <dirent.h> --# define NAMLEN(dirent) strlen((dirent)->d_name) --# else --# define dirent direct --# define NAMLEN(dirent) (dirent)->d_namlen --# if HAVE_SYS_NDIR_H --# include <sys/ndir.h> --# endif --# if HAVE_SYS_DIR_H --# include <sys/dir.h> --# endif --# if HAVE_NDIR_H --# include <ndir.h> --# endif --# endif -+# include <dirent.h> -+# define NAMLEN(dirent) strlen((dirent)->d_name) - - int - fl_scandir(const char *dir, struct dirent ***namelist, diff --git a/audio/lmms/files/patch-plugins_zynaddsubfx_src_Effects_Alienwah.cpp b/audio/lmms/files/patch-plugins_zynaddsubfx_src_Effects_Alienwah.cpp deleted file mode 100644 index 15c648bdab92..000000000000 --- a/audio/lmms/files/patch-plugins_zynaddsubfx_src_Effects_Alienwah.cpp +++ /dev/null @@ -1,20 +0,0 @@ ---- plugins/zynaddsubfx/src/Effects/Alienwah.cpp.orig 2014-02-25 15:16:26.000000000 +0200 -+++ plugins/zynaddsubfx/src/Effects/Alienwah.cpp 2014-02-25 15:17:00.000000000 +0200 -@@ -67,7 +67,7 @@ - tmp = clfol * x + oldclfol * x1; - - out = tmp * oldl[oldk]; -- out.real() += (1 - fabs(fb)) * smp.l[i] * (1.0 - panning); -+ out += (1 - fabs(fb)) * smp.l[i] * (1.0 - panning); - - oldl[oldk] = out; - REALTYPE l = out.real() * 10.0 * (fb + 0.1); -@@ -76,7 +76,7 @@ - tmp = clfor * x + oldclfor * x1; - - out = tmp * oldr[oldk]; -- out.real() += (1 - fabs(fb)) * smp.r[i] * (1.0 - panning); -+ out += (1 - fabs(fb)) * smp.r[i] * (1.0 - panning); - - oldr[oldk] = out; - REALTYPE r = out.real() * 10.0 * (fb + 0.1); diff --git a/audio/lmms/files/patch-plugins_zynaddsubfx_src_Misc_Util.cpp b/audio/lmms/files/patch-plugins_zynaddsubfx_src_Misc_Util.cpp deleted file mode 100644 index d79503b96664..000000000000 --- a/audio/lmms/files/patch-plugins_zynaddsubfx_src_Misc_Util.cpp +++ /dev/null @@ -1,11 +0,0 @@ ---- plugins/zynaddsubfx/src/Misc/Util.cpp.orig 2011-10-04 13:23:12.000000000 +0000 -+++ plugins/zynaddsubfx/src/Misc/Util.cpp 2011-10-04 13:23:28.000000000 +0000 -@@ -115,7 +115,7 @@ - - void invSignal(REALTYPE *sig, size_t len) - { -- for(int i = 0; i < len; i++) -+ for(unsigned int i = 0; i < len; i++) - sig[i] *= -1.0f; - } - diff --git a/audio/lmms/files/patch-plugins_zynaddsubfx_src_Params_PresetsStore.cpp b/audio/lmms/files/patch-plugins_zynaddsubfx_src_Params_PresetsStore.cpp deleted file mode 100644 index 923cb00f4c4f..000000000000 --- a/audio/lmms/files/patch-plugins_zynaddsubfx_src_Params_PresetsStore.cpp +++ /dev/null @@ -1,20 +0,0 @@ ---- plugins/zynaddsubfx/src/Params/PresetsStore.cpp.orig 2011-10-04 13:25:02.000000000 +0000 -+++ plugins/zynaddsubfx/src/Params/PresetsStore.cpp 2011-10-04 13:26:03.000000000 +0000 -@@ -167,7 +167,7 @@ - bool PresetsStore::pastepreset(XMLwrapper *xml, int npreset) - { - npreset--; -- if(npreset >= presets.size()) -+ if(npreset >= (int)presets.size()) - return false; - string filename = presets[npreset].file; - if(filename.empty()) -@@ -179,7 +179,7 @@ - void PresetsStore::deletepreset(int npreset) - { - npreset--; -- if(npreset >= presets.size()) -+ if(npreset >= (int)presets.size()) - return; - string filename = presets[npreset].file; - if(filename.empty()) diff --git a/audio/lmms/files/patch-plugins_zynaddsubfx_src_UI_PresetsUI.cc b/audio/lmms/files/patch-plugins_zynaddsubfx_src_UI_PresetsUI.cc deleted file mode 100644 index 763c814f816e..000000000000 --- a/audio/lmms/files/patch-plugins_zynaddsubfx_src_UI_PresetsUI.cc +++ /dev/null @@ -1,11 +0,0 @@ ---- plugins/zynaddsubfx/src/UI/PresetsUI.cc 2011-07-02 13:14:01.000000000 +0000 -+++ plugins/zynaddsubfx/src/UI/PresetsUI.cc.new 2011-09-30 21:19:59.000000000 +0000 -@@ -263,7 +263,7 @@ - pastebrowse->clear(); - p->rescanforpresets(); - -- for (int i=0;i<presetsstore.presets.size();i++){ -+ for (int i=0;i<(int)presetsstore.presets.size();i++){ - std::string name=presetsstore.presets[i].name; - if(name.empty()) - continue; diff --git a/audio/lmms/pkg-plist b/audio/lmms/pkg-plist index 406e74f52cba..da12e72458ac 100644 --- a/audio/lmms/pkg-plist +++ b/audio/lmms/pkg-plist @@ -1,4 +1,4 @@ -@(,,4755) %%QT_BINDIR%%/lmms +%%QT_BINDIR%%/lmms include/lmms/AudioAlsa.h include/lmms/AudioDevice.h include/lmms/AudioDummy.h @@ -18,6 +18,7 @@ include/lmms/AutomationEditor.h include/lmms/AutomationPattern.h include/lmms/AutomationPatternView.h include/lmms/AutomationTrack.h +include/lmms/BandLimitedWave.h include/lmms/Clipboard.h include/lmms/ComboBoxModel.h include/lmms/Controller.h @@ -26,7 +27,9 @@ include/lmms/ControllerConnectionDialog.h include/lmms/ControllerDialog.h include/lmms/ControllerRackView.h include/lmms/ControllerView.h +include/lmms/DataFile.h include/lmms/DetuningHelper.h +include/lmms/DspEffectLibrary.h include/lmms/DummyEffect.h include/lmms/DummyInstrument.h include/lmms/DummyPlugin.h @@ -39,6 +42,9 @@ include/lmms/EffectSelectDialog.h include/lmms/EffectView.h include/lmms/EnvelopeAndLfoParameters.h include/lmms/EnvelopeAndLfoView.h +include/lmms/FileBrowser.h +include/lmms/FileDialog.h +include/lmms/FxLine.h include/lmms/FxMixer.h include/lmms/FxMixerView.h include/lmms/ImportFilter.h @@ -56,41 +62,72 @@ include/lmms/JournallingObject.h include/lmms/LadspaBase.h include/lmms/LadspaControl.h include/lmms/LadspaControlView.h +include/lmms/LcdSpinBox.h +include/lmms/LcdWidget.h include/lmms/LfoController.h +include/lmms/LmmsPalette.h +include/lmms/LmmsStyle.h include/lmms/MainWindow.h +include/lmms/MemoryHelper.h include/lmms/MeterDialog.h include/lmms/MeterModel.h include/lmms/MicroTimer.h +include/lmms/Midi.h include/lmms/MidiAlsaRaw.h include/lmms/MidiAlsaSeq.h include/lmms/MidiClient.h include/lmms/MidiController.h include/lmms/MidiDummy.h +include/lmms/MidiEvent.h include/lmms/MidiEventProcessor.h include/lmms/MidiOss.h include/lmms/MidiPort.h include/lmms/MidiPortMenu.h +include/lmms/MidiTime.h include/lmms/MidiWinMM.h +include/lmms/MixHelpers.h +include/lmms/Mixer.h +include/lmms/MixerProfiler.h +include/lmms/MixerWorkerThread.h include/lmms/Model.h include/lmms/ModelView.h +include/lmms/NotePlayHandle.h include/lmms/Oscillator.h +include/lmms/Pattern.h include/lmms/PeakController.h include/lmms/Piano.h +include/lmms/PianoRoll.h include/lmms/PianoView.h +include/lmms/Pitch.h +include/lmms/PlayHandle.h include/lmms/Plugin.h include/lmms/PluginView.h +include/lmms/PresetPreviewPlayHandle.h include/lmms/ProjectJournal.h include/lmms/ProjectRenderer.h include/lmms/RemotePlugin.h +include/lmms/RmsHelper.h +include/lmms/SampleBuffer.h +include/lmms/SamplePlayHandle.h +include/lmms/SampleRecordHandle.h +include/lmms/SampleTrack.h +include/lmms/SendButtonIndicator.h include/lmms/SerializingObject.h include/lmms/SideBar.h include/lmms/SideBarWidget.h +include/lmms/SongEditor.h include/lmms/SweepOscillator.h include/lmms/TempoSyncKnob.h include/lmms/TempoSyncKnobModel.h +include/lmms/ThreadableJob.h +include/lmms/TimeDisplayWidget.h include/lmms/ToolPlugin.h include/lmms/ToolPluginView.h -include/lmms/VST_sync_shm.h +include/lmms/TrackContainer.h +include/lmms/TrackContainerView.h +include/lmms/VersionedSaveDialog.h +include/lmms/VstSyncController.h +include/lmms/VstSyncData.h include/lmms/about_dialog.h include/lmms/aeffectx.h include/lmms/atomic_int.h @@ -108,7 +145,6 @@ include/lmms/cpuload_widget.h include/lmms/custom_events.h include/lmms/debug.h include/lmms/drumsynth.h -include/lmms/effect_lib.h include/lmms/embed.cpp include/lmms/embed.h include/lmms/endian_handling.h @@ -119,7 +155,6 @@ include/lmms/fade_button.h include/lmms/fader.h include/lmms/fft_helpers.h include/lmms/fifo_buffer.h -include/lmms/file_browser.h include/lmms/graph.h include/lmms/group_box.h include/lmms/gui_templates.h @@ -128,44 +163,26 @@ include/lmms/knob.h include/lmms/ladspa.h include/lmms/ladspa_2_lmms.h include/lmms/ladspa_manager.h -include/lmms/lcd_spinbox.h include/lmms/led_checkbox.h include/lmms/lmms_basics.h include/lmms/lmms_constants.h include/lmms/lmms_math.h -include/lmms/lmms_style.h include/lmms/lmmsconfig.h include/lmms/lmmsversion.h -include/lmms/midi.h -include/lmms/midi_time.h -include/lmms/mixer.h -include/lmms/mmp.h include/lmms/note.h -include/lmms/note_play_handle.h include/lmms/nstate_button.h include/lmms/panning.h include/lmms/panning_constants.h -include/lmms/pattern.h -include/lmms/pch.h -include/lmms/piano_roll.h include/lmms/pixmap_button.h -include/lmms/play_handle.h include/lmms/plugin_browser.h -include/lmms/preset_preview_play_handle.h include/lmms/project_notes.h include/lmms/project_version.h include/lmms/rename_dialog.h include/lmms/rubberband.h -include/lmms/sample_buffer.h -include/lmms/sample_play_handle.h -include/lmms/sample_record_handle.h -include/lmms/sample_track.h include/lmms/setup_dialog.h include/lmms/shared_object.h include/lmms/song.h -include/lmms/song_editor.h include/lmms/string_pair_drag.h -include/lmms/surround_area.h include/lmms/tab_bar.h include/lmms/tab_button.h include/lmms/tab_widget.h @@ -175,18 +192,22 @@ include/lmms/timeline.h include/lmms/tool_button.h include/lmms/tooltip.h include/lmms/track.h -include/lmms/track_container.h -include/lmms/track_container_view.h include/lmms/track_label_button.h include/lmms/transformable_auto_model.h include/lmms/update_event.h +include/lmms/versioninfo.h include/lmms/visualization_widget.h include/lmms/volume.h lib/lmms/RemoteZynAddSubFx +lib/lmms/libOPL2.so lib/lmms/libZynAddSubFxCore.so +lib/lmms/libamplifier.so lib/lmms/libaudiofileprocessor.so lib/lmms/libbassbooster.so lib/lmms/libbitinvader.so +lib/lmms/libdelay.so +lib/lmms/libdualfilter.so +lib/lmms/libdynamicsprocessor.so lib/lmms/libflpimport.so lib/lmms/libhydrogenimport.so lib/lmms/libkicker.so @@ -194,21 +215,26 @@ lib/lmms/libladspabrowser.so lib/lmms/libladspaeffect.so lib/lmms/liblb302.so lib/lmms/libmidiimport.so +lib/lmms/libmonstro.so +lib/lmms/libnes.so lib/lmms/liborganic.so lib/lmms/libpapu.so lib/lmms/libpatman.so lib/lmms/libpeakcontrollereffect.so lib/lmms/libsf2player.so +lib/lmms/libsfxr.so lib/lmms/libsid.so lib/lmms/libspectrumanalyzer.so lib/lmms/libstereoenhancer.so lib/lmms/libstereomatrix.so lib/lmms/libtripleoscillator.so lib/lmms/libvibedstrings.so +lib/lmms/libwatsyn.so +lib/lmms/libwaveshaper.so lib/lmms/libzynaddsubfx.so -man/man1/lmms.1.gz share/applications/lmms.desktop %%DATADIR%%/backgrounds/lmms_tile.png +%%DATADIR%%/backgrounds/newbg.png %%DATADIR%%/backgrounds/vinnie.png %%DATADIR%%/locale/ca.qm %%DATADIR%%/locale/cs.qm @@ -217,14 +243,16 @@ share/applications/lmms.desktop %%DATADIR%%/locale/es.qm %%DATADIR%%/locale/fa.qm %%DATADIR%%/locale/fr.qm +%%DATADIR%%/locale/gl.qm %%DATADIR%%/locale/it.qm %%DATADIR%%/locale/ja.qm %%DATADIR%%/locale/ko.qm %%DATADIR%%/locale/nl.qm %%DATADIR%%/locale/pl.qm -%%DATADIR%%/locale/pt_br.qm +%%DATADIR%%/locale/pt.qm %%DATADIR%%/locale/ru.qm %%DATADIR%%/locale/sv.qm +%%DATADIR%%/locale/zh.qm %%DATADIR%%/presets/AudioFileProcessor/Bass-Mania.xpf %%DATADIR%%/presets/AudioFileProcessor/Erazor.xpf %%DATADIR%%/presets/AudioFileProcessor/Fat-Reversed-Kick.xpf @@ -237,6 +265,7 @@ share/applications/lmms.desktop %%DATADIR%%/presets/BitInvader/cello.xpf %%DATADIR%%/presets/BitInvader/drama.xpf %%DATADIR%%/presets/BitInvader/epiano.xpf +%%DATADIR%%/presets/BitInvader/invaders_must_die.xpf %%DATADIR%%/presets/BitInvader/pluck.xpf %%DATADIR%%/presets/BitInvader/soft_pad.xpf %%DATADIR%%/presets/BitInvader/spacefx.xpf @@ -244,9 +273,48 @@ share/applications/lmms.desktop %%DATADIR%%/presets/BitInvader/sweep_pad.xpf %%DATADIR%%/presets/BitInvader/toy_piano.xpf %%DATADIR%%/presets/BitInvader/wah_synth.xpf +%%DATADIR%%/presets/Kicker/Clap dry.xpf +%%DATADIR%%/presets/Kicker/Clap.xpf +%%DATADIR%%/presets/Kicker/HihatClosed.xpf +%%DATADIR%%/presets/Kicker/HihatOpen.xpf +%%DATADIR%%/presets/Kicker/KickPower.xpf +%%DATADIR%%/presets/Kicker/Shaker.xpf +%%DATADIR%%/presets/Kicker/SnareLong.xpf +%%DATADIR%%/presets/Kicker/SnareMarch.xpf +%%DATADIR%%/presets/Kicker/TR909-RimShot.xpf +%%DATADIR%%/presets/Kicker/TrapKick.xpf +%%DATADIR%%/presets/LB302/AcidLead.xpf +%%DATADIR%%/presets/LB302/AngryLead.xpf +%%DATADIR%%/presets/LB302/DroneArp.xpf %%DATADIR%%/presets/LB302/GoodOldTimes.xpf %%DATADIR%%/presets/LB302/Oh Synth.xpf %%DATADIR%%/presets/LB302/STrash.xpf +%%DATADIR%%/presets/Monstro/Growl.xpf +%%DATADIR%%/presets/Monstro/HorrorLead.xpf +%%DATADIR%%/presets/Monstro/Phat.xpf +%%DATADIR%%/presets/Monstro/ScaryBell.xpf +%%DATADIR%%/presets/Nescaline/Chomp.xpf +%%DATADIR%%/presets/Nescaline/Detune_lead.xpf +%%DATADIR%%/presets/Nescaline/Engine_overheats.xpf +%%DATADIR%%/presets/Nescaline/Fireball_flick.xpf +%%DATADIR%%/presets/Nescaline/Mega_weapon.xpf +%%DATADIR%%/presets/OpulenZ/Bagpipe.xpf +%%DATADIR%%/presets/OpulenZ/Bells.xpf +%%DATADIR%%/presets/OpulenZ/Brass.xpf +%%DATADIR%%/presets/OpulenZ/Bubbly_days.xpf +%%DATADIR%%/presets/OpulenZ/Cheesy_synth.xpf +%%DATADIR%%/presets/OpulenZ/Clarinet.xpf +%%DATADIR%%/presets/OpulenZ/Combo_organ.xpf +%%DATADIR%%/presets/OpulenZ/Epiano.xpf +%%DATADIR%%/presets/OpulenZ/Funky.xpf +%%DATADIR%%/presets/OpulenZ/Halo_pad.xpf +%%DATADIR%%/presets/OpulenZ/Harp.xpf +%%DATADIR%%/presets/OpulenZ/Organ_leslie.xpf +%%DATADIR%%/presets/OpulenZ/Pad.xpf +%%DATADIR%%/presets/OpulenZ/Square.xpf +%%DATADIR%%/presets/OpulenZ/Vibraphone.xpf +%%DATADIR%%/presets/Organic/Pwnage.xpf +%%DATADIR%%/presets/Organic/Rubberband.xpf %%DATADIR%%/presets/Organic/organ_blues.xpf %%DATADIR%%/presets/Organic/organ_risingsun.xpf %%DATADIR%%/presets/Organic/organ_swish.xpf @@ -255,69 +323,78 @@ share/applications/lmms.desktop %%DATADIR%%/presets/Organic/pad_sweep.xpf %%DATADIR%%/presets/Organic/puresine.xpf %%DATADIR%%/presets/Organic/sequencer_64.xpf +%%DATADIR%%/presets/SID/Bass.xpf +%%DATADIR%%/presets/SID/CheesyGuitar.xpf +%%DATADIR%%/presets/SID/Lead.xpf +%%DATADIR%%/presets/SID/MadMind.xpf +%%DATADIR%%/presets/SID/Overdrive.xpf +%%DATADIR%%/presets/SID/Pad.xpf %%DATADIR%%/presets/TripleOscillator/AmazingBubbles.xpf +%%DATADIR%%/presets/TripleOscillator/AnalogBell.xpf %%DATADIR%%/presets/TripleOscillator/AnalogDreamz.xpf %%DATADIR%%/presets/TripleOscillator/AnalogTimes.xpf -%%DATADIR%%/presets/TripleOscillator/AnalogTimes2.xpf %%DATADIR%%/presets/TripleOscillator/Analogous.xpf -%%DATADIR%%/presets/TripleOscillator/ArpKing.xpf -%%DATADIR%%/presets/TripleOscillator/Arpeggio_1.xpf -%%DATADIR%%/presets/TripleOscillator/Arpeggio_2.xpf +%%DATADIR%%/presets/TripleOscillator/Arpeggio.xpf +%%DATADIR%%/presets/TripleOscillator/ArpeggioPing.xpf %%DATADIR%%/presets/TripleOscillator/Bell.xpf -%%DATADIR%%/presets/TripleOscillator/Bell_2.xpf +%%DATADIR%%/presets/TripleOscillator/BellArp.xpf +%%DATADIR%%/presets/TripleOscillator/BlandModBass.xpf +%%DATADIR%%/presets/TripleOscillator/BrokenToy.xpf %%DATADIR%%/presets/TripleOscillator/ChurchOrgan.xpf -%%DATADIR%%/presets/TripleOscillator/DeathBass.xpf -%%DATADIR%%/presets/TripleOscillator/Distorted-FM-Bass.xpf -%%DATADIR%%/presets/TripleOscillator/Dull-Bell-Arp.xpf +%%DATADIR%%/presets/TripleOscillator/CryingPads.xpf +%%DATADIR%%/presets/TripleOscillator/DetunedGhost.xpf +%%DATADIR%%/presets/TripleOscillator/DirtyReece.xpf +%%DATADIR%%/presets/TripleOscillator/DistortedPMBass.xpf +%%DATADIR%%/presets/TripleOscillator/Drums_HardKick.xpf +%%DATADIR%%/presets/TripleOscillator/Drums_HihatC.xpf +%%DATADIR%%/presets/TripleOscillator/Drums_HihatO.xpf +%%DATADIR%%/presets/TripleOscillator/Drums_Kick.xpf +%%DATADIR%%/presets/TripleOscillator/Drums_Snare.xpf +%%DATADIR%%/presets/TripleOscillator/DullBell.xpf %%DATADIR%%/presets/TripleOscillator/E-Organ.xpf %%DATADIR%%/presets/TripleOscillator/E-Organ2.xpf +%%DATADIR%%/presets/TripleOscillator/ElectricOboe.xpf %%DATADIR%%/presets/TripleOscillator/Erazzor.xpf -%%DATADIR%%/presets/TripleOscillator/Fat-FMish-Bells.xpf -%%DATADIR%%/presets/TripleOscillator/Fat-TB303-Arp.xpf -%%DATADIR%%/presets/TripleOscillator/Fat.xpf %%DATADIR%%/presets/TripleOscillator/FatCheese.xpf +%%DATADIR%%/presets/TripleOscillator/FatPMArp.xpf +%%DATADIR%%/presets/TripleOscillator/FatTB303Arp.xpf %%DATADIR%%/presets/TripleOscillator/Freaky-Bass.xpf %%DATADIR%%/presets/TripleOscillator/FutureBass.xpf -%%DATADIR%%/presets/TripleOscillator/Gong.xpf +%%DATADIR%%/presets/TripleOscillator/FuzzyAnalogBass.xpf +%%DATADIR%%/presets/TripleOscillator/Garfunkel.xpf +%%DATADIR%%/presets/TripleOscillator/GhostBoy.xpf %%DATADIR%%/presets/TripleOscillator/Harmonium.xpf %%DATADIR%%/presets/TripleOscillator/Harp-of-a-Fairy.xpf -%%DATADIR%%/presets/TripleOscillator/Harpsichord.xpf %%DATADIR%%/presets/TripleOscillator/HiPad.xpf +%%DATADIR%%/presets/TripleOscillator/HugeGrittyBass.xpf %%DATADIR%%/presets/TripleOscillator/Jupiter.xpf -%%DATADIR%%/presets/TripleOscillator/Kick.xpf -%%DATADIR%%/presets/TripleOscillator/Kick2.xpf %%DATADIR%%/presets/TripleOscillator/LFO-party.xpf %%DATADIR%%/presets/TripleOscillator/LovelyDream.xpf %%DATADIR%%/presets/TripleOscillator/MoogArpeggio.xpf %%DATADIR%%/presets/TripleOscillator/MoveYourBody.xpf %%DATADIR%%/presets/TripleOscillator/OldComputerGames.xpf +%%DATADIR%%/presets/TripleOscillator/PM-FMstring.xpf +%%DATADIR%%/presets/TripleOscillator/PMFMFTWbass.xpf +%%DATADIR%%/presets/TripleOscillator/PMbass.xpf +%%DATADIR%%/presets/TripleOscillator/PercussiveBass.xpf %%DATADIR%%/presets/TripleOscillator/Play-some-rock.xpf %%DATADIR%%/presets/TripleOscillator/PluckArpeggio.xpf -%%DATADIR%%/presets/TripleOscillator/Plucked.xpf +%%DATADIR%%/presets/TripleOscillator/PluckBass.xpf %%DATADIR%%/presets/TripleOscillator/PowerStrings.xpf %%DATADIR%%/presets/TripleOscillator/RaveBass.xpf %%DATADIR%%/presets/TripleOscillator/Ravemania.xpf %%DATADIR%%/presets/TripleOscillator/ResoBass.xpf %%DATADIR%%/presets/TripleOscillator/ResonantPad.xpf -%%DATADIR%%/presets/TripleOscillator/RockOrgan.xpf %%DATADIR%%/presets/TripleOscillator/Rough!.xpf -%%DATADIR%%/presets/TripleOscillator/SBass.xpf -%%DATADIR%%/presets/TripleOscillator/SBass2.xpf %%DATADIR%%/presets/TripleOscillator/SEGuitar.xpf -%%DATADIR%%/presets/TripleOscillator/SawLead.xpf %%DATADIR%%/presets/TripleOscillator/SawReso.xpf -%%DATADIR%%/presets/TripleOscillator/Short1.xpf -%%DATADIR%%/presets/TripleOscillator/Short2.xpf -%%DATADIR%%/presets/TripleOscillator/Short3.xpf -%%DATADIR%%/presets/TripleOscillator/Short4.xpf -%%DATADIR%%/presets/TripleOscillator/Snare.xpf -%%DATADIR%%/presets/TripleOscillator/SoftBass.xpf -%%DATADIR%%/presets/TripleOscillator/SoftStrings.xpf %%DATADIR%%/presets/TripleOscillator/SpaceBass.xpf %%DATADIR%%/presets/TripleOscillator/Square.xpf +%%DATADIR%%/presets/TripleOscillator/SquarePing.xpf +%%DATADIR%%/presets/TripleOscillator/SuperSawLead.xpf %%DATADIR%%/presets/TripleOscillator/Supernova.xpf -%%DATADIR%%/presets/TripleOscillator/TB303-Arpeggio.xpf %%DATADIR%%/presets/TripleOscillator/TB303.xpf +%%DATADIR%%/presets/TripleOscillator/TINTNpad.xpf %%DATADIR%%/presets/TripleOscillator/TheFirstOne.xpf %%DATADIR%%/presets/TripleOscillator/TheMaster.xpf %%DATADIR%%/presets/TripleOscillator/TranceLead.xpf @@ -326,6 +403,9 @@ share/applications/lmms.desktop %%DATADIR%%/presets/TripleOscillator/Xylophon.xpf %%DATADIR%%/presets/Vibed/Harpsichord.xpf %%DATADIR%%/presets/Vibed/SadPad.xpf +%%DATADIR%%/presets/Watsyn/Epic_lead.xpf +%%DATADIR%%/presets/Watsyn/Phase_bass.xpf +%%DATADIR%%/presets/Watsyn/Pulse.xpf %%DATADIR%%/presets/ZynAddSubFX/Arpeggios/0001-Arpeggio1.xiz %%DATADIR%%/presets/ZynAddSubFX/Arpeggios/0002-Arpeggio2.xiz %%DATADIR%%/presets/ZynAddSubFX/Arpeggios/0003-Arpeggio3.xiz @@ -349,6 +429,8 @@ share/applications/lmms.desktop %%DATADIR%%/presets/ZynAddSubFX/Arpeggios/0065-Hyper Organ1.xiz %%DATADIR%%/presets/ZynAddSubFX/Arpeggios/0066-Hyper Arpeggio.xiz %%DATADIR%%/presets/ZynAddSubFX/Arpeggios/0068-Glass Arpeggio.xiz +%%DATADIR%%/presets/ZynAddSubFX/Arpeggios/0068-Glass Arpeggio1.xiz +%%DATADIR%%/presets/ZynAddSubFX/Arpeggios/0069-Glass Arpeggio2.xiz %%DATADIR%%/presets/ZynAddSubFX/Bass/0001-Bass 1.xiz %%DATADIR%%/presets/ZynAddSubFX/Bass/0002-Bass 2.xiz %%DATADIR%%/presets/ZynAddSubFX/Bass/0003-Bass 3 _analog_.xiz @@ -375,6 +457,8 @@ share/applications/lmms.desktop %%DATADIR%%/presets/ZynAddSubFX/Brass/0036-Analog Brass 4.xiz %%DATADIR%%/presets/ZynAddSubFX/Brass/0065-Simple Brass.xiz %%DATADIR%%/presets/ZynAddSubFX/Brass/0066-Fat Brass.xiz +%%DATADIR%%/presets/ZynAddSubFX/Brass/0067-Brass Pad1.xiz +%%DATADIR%%/presets/ZynAddSubFX/Brass/0068-Brass Pad2.xiz %%DATADIR%%/presets/ZynAddSubFX/ChoirAndVoice/0001-AHH Choir 1.xiz %%DATADIR%%/presets/ZynAddSubFX/ChoirAndVoice/0002-AHH Choir 2.xiz %%DATADIR%%/presets/ZynAddSubFX/ChoirAndVoice/0003-EHH Choir 1.xiz @@ -398,115 +482,324 @@ share/applications/lmms.desktop %%DATADIR%%/presets/ZynAddSubFX/ChoirAndVoice/0069-Vocal Morph 5.xiz %%DATADIR%%/presets/ZynAddSubFX/ChoirAndVoice/0070-Vocal Morph 6.xiz %%DATADIR%%/presets/ZynAddSubFX/ChoirAndVoice/0071-Vocal Morph 7.xiz -%%DATADIR%%/presets/ZynAddSubFX/Collections/WillGodfrey/0001-Xylophone.xiz -%%DATADIR%%/presets/ZynAddSubFX/Collections/WillGodfrey/0002-Vibraphone.xiz -%%DATADIR%%/presets/ZynAddSubFX/Collections/WillGodfrey/0003-Soft Vibes.xiz -%%DATADIR%%/presets/ZynAddSubFX/Collections/WillGodfrey/0004-Simple Chimes.xiz -%%DATADIR%%/presets/ZynAddSubFX/Collections/WillGodfrey/0005-Silver Bell.xiz -%%DATADIR%%/presets/ZynAddSubFX/Collections/WillGodfrey/0008-Ethereal.xiz -%%DATADIR%%/presets/ZynAddSubFX/Collections/WillGodfrey/0010-Trem Lead.xiz -%%DATADIR%%/presets/ZynAddSubFX/Collections/WillGodfrey/0012-Trem Synth Piano 3.xiz -%%DATADIR%%/presets/ZynAddSubFX/Collections/WillGodfrey/0015-Simple Square.xiz -%%DATADIR%%/presets/ZynAddSubFX/Collections/WillGodfrey/0016-Full Square.xiz -%%DATADIR%%/presets/ZynAddSubFX/Collections/WillGodfrey/0018-Steel Wire.xiz -%%DATADIR%%/presets/ZynAddSubFX/Collections/WillGodfrey/0020-Fantasia.xiz -%%DATADIR%%/presets/ZynAddSubFX/Collections/WillGodfrey/0021-Soft.xiz -%%DATADIR%%/presets/ZynAddSubFX/Collections/WillGodfrey/0028-Echo Bubbles.xiz -%%DATADIR%%/presets/ZynAddSubFX/Collections/WillGodfrey/0029-Full Strings.xiz -%%DATADIR%%/presets/ZynAddSubFX/Collections/WillGodfrey/0030-Slow Strings.xiz -%%DATADIR%%/presets/ZynAddSubFX/Collections/WillGodfrey/0032-Pizzicato Strings.xiz -%%DATADIR%%/presets/ZynAddSubFX/Collections/WillGodfrey/0033-Trem Synth.xiz -%%DATADIR%%/presets/ZynAddSubFX/Collections/WillGodfrey/0034-Warm Synth.xiz -%%DATADIR%%/presets/ZynAddSubFX/Collections/WillGodfrey/0035-Hard Synth.xiz -%%DATADIR%%/presets/ZynAddSubFX/Collections/WillGodfrey/0036-Bright Synth.xiz -%%DATADIR%%/presets/ZynAddSubFX/Collections/WillGodfrey/0037-Multi Synth.xiz -%%DATADIR%%/presets/ZynAddSubFX/Collections/WillGodfrey/0038-Slow Saw.xiz -%%DATADIR%%/presets/ZynAddSubFX/Collections/WillGodfrey/0039-Medium Saw.xiz -%%DATADIR%%/presets/ZynAddSubFX/Collections/WillGodfrey/0040-Hard Saw.xiz -%%DATADIR%%/presets/ZynAddSubFX/Collections/WillGodfrey/0041-Voiced Saw.xiz -%%DATADIR%%/presets/ZynAddSubFX/Collections/WillGodfrey/0042-Matrix.xiz -%%DATADIR%%/presets/ZynAddSubFX/Collections/WillGodfrey/0043-Sweep Matrix.xiz -%%DATADIR%%/presets/ZynAddSubFX/Collections/WillGodfrey/0044-Wipe Synth.xiz -%%DATADIR%%/presets/ZynAddSubFX/Collections/WillGodfrey/0045-Hard Stereo Sweep Synth.xiz -%%DATADIR%%/presets/ZynAddSubFX/Collections/WillGodfrey/0046-Master Synth Low.xiz -%%DATADIR%%/presets/ZynAddSubFX/Collections/WillGodfrey/0047-Master Synth High.xiz -%%DATADIR%%/presets/ZynAddSubFX/Collections/WillGodfrey/0048-Sharp Synth.xiz -%%DATADIR%%/presets/ZynAddSubFX/Collections/WillGodfrey/0050-Fretless Bass.xiz -%%DATADIR%%/presets/ZynAddSubFX/Collections/WillGodfrey/0051-Decay Bass.xiz -%%DATADIR%%/presets/ZynAddSubFX/Collections/WillGodfrey/0052-Steel Bass.xiz -%%DATADIR%%/presets/ZynAddSubFX/Collections/WillGodfrey/0053-Synth Bass.xiz -%%DATADIR%%/presets/ZynAddSubFX/Collections/WillGodfrey/0057-Sub Delay.xiz -%%DATADIR%%/presets/ZynAddSubFX/Collections/WillGodfrey/0058-Reed Organ.xiz -%%DATADIR%%/presets/ZynAddSubFX/Collections/WillGodfrey/0059-Soft Organ.xiz -%%DATADIR%%/presets/ZynAddSubFX/Collections/WillGodfrey/0060-Thin Pipe.xiz -%%DATADIR%%/presets/ZynAddSubFX/Collections/WillGodfrey/0061-Great Organ.xiz -%%DATADIR%%/presets/ZynAddSubFX/Collections/WillGodfrey/0062-Hammond Organ.xiz -%%DATADIR%%/presets/ZynAddSubFX/Collections/WillGodfrey/0064-Sines.xiz -%%DATADIR%%/presets/ZynAddSubFX/Collections/WillGodfrey/0067-Soft Flute.xiz -%%DATADIR%%/presets/ZynAddSubFX/Collections/WillGodfrey/0068-Warm Flute.xiz -%%DATADIR%%/presets/ZynAddSubFX/Collections/WillGodfrey/0071-Ocarina.xiz -%%DATADIR%%/presets/ZynAddSubFX/Collections/WillGodfrey/0073-Variable Reed.xiz -%%DATADIR%%/presets/ZynAddSubFX/Collections/WillGodfrey/0075-Smooth.xiz -%%DATADIR%%/presets/ZynAddSubFX/Collections/WillGodfrey/0077-Whistle.xiz -%%DATADIR%%/presets/ZynAddSubFX/Collections/WillGodfrey/0078-Ghost Whistle.xiz -%%DATADIR%%/presets/ZynAddSubFX/Collections/WillGodfrey/0079-Ice Field.xiz -%%DATADIR%%/presets/ZynAddSubFX/Collections/WillGodfrey/0080-Hollow Ice Field.xiz -%%DATADIR%%/presets/ZynAddSubFX/Collections/WillGodfrey/0081-Beyond.xiz -%%DATADIR%%/presets/ZynAddSubFX/Collections/WillGodfrey/0083-Sweep Pad.xiz -%%DATADIR%%/presets/ZynAddSubFX/Collections/WillGodfrey/0084-Breathy Pad.xiz -%%DATADIR%%/presets/ZynAddSubFX/Collections/WillGodfrey/0085-Bottle.xiz -%%DATADIR%%/presets/ZynAddSubFX/Collections/WillGodfrey/0086-ReedBank.xiz -%%DATADIR%%/presets/ZynAddSubFX/Collections/WillGodfrey/0087-Sweep Rushes.xiz -%%DATADIR%%/presets/ZynAddSubFX/Collections/WillGodfrey/0088-Rushes.xiz -%%DATADIR%%/presets/ZynAddSubFX/Collections/WillGodfrey/0089-Medium Rushes.xiz -%%DATADIR%%/presets/ZynAddSubFX/Collections/WillGodfrey/0090-Bright Rushes.xiz -%%DATADIR%%/presets/ZynAddSubFX/Collections/WillGodfrey/0091-Bright Rush Pipe.xiz -%%DATADIR%%/presets/ZynAddSubFX/Collections/WillGodfrey/0092-Bright Rush Long Tail.xiz -%%DATADIR%%/presets/ZynAddSubFX/Collections/WillGodfrey/0093-Voyager.xiz -%%DATADIR%%/presets/ZynAddSubFX/Collections/WillGodfrey/0094-Soft Voyager.xiz -%%DATADIR%%/presets/ZynAddSubFX/Collections/WillGodfrey/0095-Soft Voyager Reverse.xiz -%%DATADIR%%/presets/ZynAddSubFX/Collections/WillGodfrey/0096-Echo Choir.xiz -%%DATADIR%%/presets/ZynAddSubFX/Collections/WillGodfrey/0097-Sharp.xiz -%%DATADIR%%/presets/ZynAddSubFX/Collections/WillGodfrey/0098-Sharp and Deep.xiz -%%DATADIR%%/presets/ZynAddSubFX/Collections/WillGodfrey/0099-Sharp Reed.xiz -%%DATADIR%%/presets/ZynAddSubFX/Collections/WillGodfrey/0100-Far Reed.xiz -%%DATADIR%%/presets/ZynAddSubFX/Collections/WillGodfrey/0102-Bassoon.xiz -%%DATADIR%%/presets/ZynAddSubFX/Collections/WillGodfrey/0103-Clarinet.xiz -%%DATADIR%%/presets/ZynAddSubFX/Collections/WillGodfrey/0106-Aooww.xiz -%%DATADIR%%/presets/ZynAddSubFX/Collections/WillGodfrey/0107-Daooww.xiz -%%DATADIR%%/presets/ZynAddSubFX/Collections/WillGodfrey/0108-Yaooww.xiz -%%DATADIR%%/presets/ZynAddSubFX/Collections/WillGodfrey/0109-Yiee.xiz -%%DATADIR%%/presets/ZynAddSubFX/Collections/WillGodfrey/0110-Eeoow.xiz -%%DATADIR%%/presets/ZynAddSubFX/Collections/WillGodfrey/0112-Overdrive.xiz -%%DATADIR%%/presets/ZynAddSubFX/Collections/WillGodfrey/0113-Overdrive 2.xiz -%%DATADIR%%/presets/ZynAddSubFX/Collections/WillGodfrey/0114-Overdrive 3.xiz -%%DATADIR%%/presets/ZynAddSubFX/Collections/WillGodfrey/0116-Power Guitar 1.xiz -%%DATADIR%%/presets/ZynAddSubFX/Collections/WillGodfrey/0117-Power Guitar 2.xiz -%%DATADIR%%/presets/ZynAddSubFX/Collections/WillGodfrey/0120-Wet Brass.xiz -%%DATADIR%%/presets/ZynAddSubFX/Collections/WillGodfrey/0123-Prophesy.xiz -%%DATADIR%%/presets/ZynAddSubFX/Collections/WillGodfrey/0125-Pan Pipe 32.xiz -%%DATADIR%%/presets/ZynAddSubFX/Collections/WillGodfrey/0126-Pan Pipe.xiz -%%DATADIR%%/presets/ZynAddSubFX/Collections/WillGodfrey/0127-Pan Pipe 96.xiz -%%DATADIR%%/presets/ZynAddSubFX/Collections/WillGodfrey/0131-Lite Guitar.xiz -%%DATADIR%%/presets/ZynAddSubFX/Collections/WillGodfrey/0132-Trem Guitar.xiz -%%DATADIR%%/presets/ZynAddSubFX/Collections/WillGodfrey/0133-Smooth Guitar.xiz -%%DATADIR%%/presets/ZynAddSubFX/Collections/WillGodfrey/0134-Nylon Guitar.xiz -%%DATADIR%%/presets/ZynAddSubFX/Collections/WillGodfrey/0139-Home Piano.xiz -%%DATADIR%%/presets/ZynAddSubFX/Collections/WillGodfrey/0140-Moonlight Piano.xiz -%%DATADIR%%/presets/ZynAddSubFX/Collections/WillGodfrey/0141-Soft Piano1.xiz -%%DATADIR%%/presets/ZynAddSubFX/Collections/WillGodfrey/0142-Soft Piano2.xiz -%%DATADIR%%/presets/ZynAddSubFX/Collections/WillGodfrey/0143-Space Piano.xiz -%%DATADIR%%/presets/ZynAddSubFX/Collections/WillGodfrey/0146-Space Voice.xiz -%%DATADIR%%/presets/ZynAddSubFX/Collections/WillGodfrey/0147-Space Voice 2.xiz -%%DATADIR%%/presets/ZynAddSubFX/Collections/WillGodfrey/0149-Soft Choir.xiz -%%DATADIR%%/presets/ZynAddSubFX/Collections/WillGodfrey/0150-Full Choir.xiz -%%DATADIR%%/presets/ZynAddSubFX/Collections/WillGodfrey/0151-Soft Ahh.xiz -%%DATADIR%%/presets/ZynAddSubFX/Collections/WillGodfrey/0152-Breathy Ahh.xiz -%%DATADIR%%/presets/ZynAddSubFX/Collections/WillGodfrey/0155-Super Pad.xiz -%%DATADIR%%/presets/ZynAddSubFX/Collections/WillGodfrey/0156-Hyper Pad.xiz -%%DATADIR%%/presets/ZynAddSubFX/Collections/WillGodfrey/0157-Hyper Matrix.xiz -%%DATADIR%%/presets/ZynAddSubFX/Collections/WillGodfrey/0158-Extreme.xiz -%%DATADIR%%/presets/ZynAddSubFX/Collections/WillGodfrey/0160-Wind and Surf.xiz +%%DATADIR%%/presets/ZynAddSubFX/Collection/0001-Xylophone.xiz +%%DATADIR%%/presets/ZynAddSubFX/Collection/0002-Vibraphone.xiz +%%DATADIR%%/presets/ZynAddSubFX/Collection/0003-Soft Vibes.xiz +%%DATADIR%%/presets/ZynAddSubFX/Collection/0004-Simple Chimes.xiz +%%DATADIR%%/presets/ZynAddSubFX/Collection/0005-Silver Bell.xiz +%%DATADIR%%/presets/ZynAddSubFX/Collection/0006-Soft Hammer.xiz +%%DATADIR%%/presets/ZynAddSubFX/Collection/0007-Ethereal.xiz +%%DATADIR%%/presets/ZynAddSubFX/Collection/0008-Metal Drips.xiz +%%DATADIR%%/presets/ZynAddSubFX/Collection/0009-Trem Lead.xiz +%%DATADIR%%/presets/ZynAddSubFX/Collection/0010-Trem Synth Piano 3.xiz +%%DATADIR%%/presets/ZynAddSubFX/Collection/0011-Trem Synth.xiz +%%DATADIR%%/presets/ZynAddSubFX/Collection/0012-Simple Square.xiz +%%DATADIR%%/presets/ZynAddSubFX/Collection/0013-Full Square.xiz +%%DATADIR%%/presets/ZynAddSubFX/Collection/0014-Super Square.xiz +%%DATADIR%%/presets/ZynAddSubFX/Collection/0015-Steel Wire.xiz +%%DATADIR%%/presets/ZynAddSubFX/Collection/0016-Echo Bubbles.xiz +%%DATADIR%%/presets/ZynAddSubFX/Collection/0017-Fantasia.xiz +%%DATADIR%%/presets/ZynAddSubFX/Collection/0018-Sub Delay.xiz +%%DATADIR%%/presets/ZynAddSubFX/Collection/0019-Soft.xiz +%%DATADIR%%/presets/ZynAddSubFX/Collection/0020-Ultra Soft.xiz +%%DATADIR%%/presets/ZynAddSubFX/Collection/0021-Whistle.xiz +%%DATADIR%%/presets/ZynAddSubFX/Collection/0022-Wipe Whistle.xiz +%%DATADIR%%/presets/ZynAddSubFX/Collection/0023-Ghost Whistle.xiz +%%DATADIR%%/presets/ZynAddSubFX/Collection/0024-Full Strings.xiz +%%DATADIR%%/presets/ZynAddSubFX/Collection/0025-Slow Strings.xiz +%%DATADIR%%/presets/ZynAddSubFX/Collection/0026-Pizzicato Strings.xiz +%%DATADIR%%/presets/ZynAddSubFX/Collection/0027-Sweep Synth.xiz +%%DATADIR%%/presets/ZynAddSubFX/Collection/0028-Warm Synth.xiz +%%DATADIR%%/presets/ZynAddSubFX/Collection/0029-Hard Synth.xiz +%%DATADIR%%/presets/ZynAddSubFX/Collection/0030-Bright Synth.xiz +%%DATADIR%%/presets/ZynAddSubFX/Collection/0031-Multi Synth.xiz +%%DATADIR%%/presets/ZynAddSubFX/Collection/0032-Slow Saw.xiz +%%DATADIR%%/presets/ZynAddSubFX/Collection/0033-Medium Saw.xiz +%%DATADIR%%/presets/ZynAddSubFX/Collection/0034-Hard Saw.xiz +%%DATADIR%%/presets/ZynAddSubFX/Collection/0035-Voiced Saw.xiz +%%DATADIR%%/presets/ZynAddSubFX/Collection/0036-Sweep Saw.xiz +%%DATADIR%%/presets/ZynAddSubFX/Collection/0037-Stereo Sweep Saw.xiz +%%DATADIR%%/presets/ZynAddSubFX/Collection/0038-Wipe Synth.xiz +%%DATADIR%%/presets/ZynAddSubFX/Collection/0039-Hard Stereo Sweep Synth.xiz +%%DATADIR%%/presets/ZynAddSubFX/Collection/0040-Master Synth Low.xiz +%%DATADIR%%/presets/ZynAddSubFX/Collection/0041-Master Synth High.xiz +%%DATADIR%%/presets/ZynAddSubFX/Collection/0042-Sharp Synth.xiz +%%DATADIR%%/presets/ZynAddSubFX/Collection/0043-Fretless Bass.xiz +%%DATADIR%%/presets/ZynAddSubFX/Collection/0044-Decay Bass.xiz +%%DATADIR%%/presets/ZynAddSubFX/Collection/0045-Steel Bass.xiz +%%DATADIR%%/presets/ZynAddSubFX/Collection/0046-Synth Bass.xiz +%%DATADIR%%/presets/ZynAddSubFX/Collection/0047-Distorted Bass.xiz +%%DATADIR%%/presets/ZynAddSubFX/Collection/0048-Variable Reed.xiz +%%DATADIR%%/presets/ZynAddSubFX/Collection/0049-Reed Organ.xiz +%%DATADIR%%/presets/ZynAddSubFX/Collection/0050-Soft Organ.xiz +%%DATADIR%%/presets/ZynAddSubFX/Collection/0051-Thin Pipe.xiz +%%DATADIR%%/presets/ZynAddSubFX/Collection/0052-Great Organ.xiz +%%DATADIR%%/presets/ZynAddSubFX/Collection/0053-64ft Organ.xiz +%%DATADIR%%/presets/ZynAddSubFX/Collection/0054-Hammond Organ.xiz +%%DATADIR%%/presets/ZynAddSubFX/Collection/0055-Percussion Organ.xiz +%%DATADIR%%/presets/ZynAddSubFX/Collection/0056-Sines.xiz +%%DATADIR%%/presets/ZynAddSubFX/Collection/0057-Soft Flute.xiz +%%DATADIR%%/presets/ZynAddSubFX/Collection/0058-Warm Flute.xiz +%%DATADIR%%/presets/ZynAddSubFX/Collection/0059-Ocarina.xiz +%%DATADIR%%/presets/ZynAddSubFX/Collection/0060-Beyond.xiz +%%DATADIR%%/presets/ZynAddSubFX/Collection/0061-Sweep Pad.xiz +%%DATADIR%%/presets/ZynAddSubFX/Collection/0062-Sweep Matrix.xiz +%%DATADIR%%/presets/ZynAddSubFX/Collection/0063-Matrix.xiz +%%DATADIR%%/presets/ZynAddSubFX/Collection/0064-Slow Deep Matrix.xiz +%%DATADIR%%/presets/ZynAddSubFX/Collection/0065-Ice Field.xiz +%%DATADIR%%/presets/ZynAddSubFX/Collection/0066-Hollow Ice Field.xiz +%%DATADIR%%/presets/ZynAddSubFX/Collection/0067-Smooth.xiz +%%DATADIR%%/presets/ZynAddSubFX/Collection/0068-Rushes.xiz +%%DATADIR%%/presets/ZynAddSubFX/Collection/0069-Medium Rushes.xiz +%%DATADIR%%/presets/ZynAddSubFX/Collection/0070-Bright Rushes.xiz +%%DATADIR%%/presets/ZynAddSubFX/Collection/0071-Bright Rush Long Tail.xiz +%%DATADIR%%/presets/ZynAddSubFX/Collection/0072-Extended Rushes.xiz +%%DATADIR%%/presets/ZynAddSubFX/Collection/0073-Bright Rush Pipe.xiz +%%DATADIR%%/presets/ZynAddSubFX/Collection/0074-Sweep Rushes.xiz +%%DATADIR%%/presets/ZynAddSubFX/Collection/0075-Breathy Pad.xiz +%%DATADIR%%/presets/ZynAddSubFX/Collection/0076-ReedBank.xiz +%%DATADIR%%/presets/ZynAddSubFX/Collection/0077-Voyager.xiz +%%DATADIR%%/presets/ZynAddSubFX/Collection/0078-Soft Voyager.xiz +%%DATADIR%%/presets/ZynAddSubFX/Collection/0079-Soft Voyager Reverse.xiz +%%DATADIR%%/presets/ZynAddSubFX/Collection/0080-Echo Choir.xiz +%%DATADIR%%/presets/ZynAddSubFX/Collection/0081-Sharp.xiz +%%DATADIR%%/presets/ZynAddSubFX/Collection/0082-Sharp and Warm.xiz +%%DATADIR%%/presets/ZynAddSubFX/Collection/0083-Sharp and Deep.xiz +%%DATADIR%%/presets/ZynAddSubFX/Collection/0084-Sharp Reed.xiz +%%DATADIR%%/presets/ZynAddSubFX/Collection/0085-Far Reed.xiz +%%DATADIR%%/presets/ZynAddSubFX/Collection/0086-Clarinet.xiz +%%DATADIR%%/presets/ZynAddSubFX/Collection/0087-Bassoon.xiz +%%DATADIR%%/presets/ZynAddSubFX/Collection/0088-Aooww.xiz +%%DATADIR%%/presets/ZynAddSubFX/Collection/0089-Daooww.xiz +%%DATADIR%%/presets/ZynAddSubFX/Collection/0090-Yaooww.xiz +%%DATADIR%%/presets/ZynAddSubFX/Collection/0091-Yiee.xiz +%%DATADIR%%/presets/ZynAddSubFX/Collection/0092-Eeoow.xiz +%%DATADIR%%/presets/ZynAddSubFX/Collection/0093-Overdrive.xiz +%%DATADIR%%/presets/ZynAddSubFX/Collection/0094-Overdrive 2.xiz +%%DATADIR%%/presets/ZynAddSubFX/Collection/0095-Overdrive 3.xiz +%%DATADIR%%/presets/ZynAddSubFX/Collection/0096-Power Guitar 1.xiz +%%DATADIR%%/presets/ZynAddSubFX/Collection/0097-Power Guitar 2.xiz +%%DATADIR%%/presets/ZynAddSubFX/Collection/0098-Wet Brass.xiz +%%DATADIR%%/presets/ZynAddSubFX/Collection/0099-Wet Brass 2.xiz +%%DATADIR%%/presets/ZynAddSubFX/Collection/0100-Prophesy.xiz +%%DATADIR%%/presets/ZynAddSubFX/Collection/0101-Bottle.xiz +%%DATADIR%%/presets/ZynAddSubFX/Collection/0102-Pan Pipe 32.xiz +%%DATADIR%%/presets/ZynAddSubFX/Collection/0103-Pan Pipe.xiz +%%DATADIR%%/presets/ZynAddSubFX/Collection/0104-Pan Pipe 96.xiz +%%DATADIR%%/presets/ZynAddSubFX/Collection/0105-Lite Guitar.xiz +%%DATADIR%%/presets/ZynAddSubFX/Collection/0106-Trem Guitar.xiz +%%DATADIR%%/presets/ZynAddSubFX/Collection/0107-Smooth Guitar.xiz +%%DATADIR%%/presets/ZynAddSubFX/Collection/0108-Nylon Guitar.xiz +%%DATADIR%%/presets/ZynAddSubFX/Collection/0109-Tunnel Piano.xiz +%%DATADIR%%/presets/ZynAddSubFX/Collection/0110-Home Piano.xiz +%%DATADIR%%/presets/ZynAddSubFX/Collection/0111-Moonlight Piano.xiz +%%DATADIR%%/presets/ZynAddSubFX/Collection/0112-Soft Piano1.xiz +%%DATADIR%%/presets/ZynAddSubFX/Collection/0113-Soft Piano2.xiz +%%DATADIR%%/presets/ZynAddSubFX/Collection/0114-Space Piano.xiz +%%DATADIR%%/presets/ZynAddSubFX/Collection/0115-Space Voice.xiz +%%DATADIR%%/presets/ZynAddSubFX/Collection/0116-Far Space Voice.xiz +%%DATADIR%%/presets/ZynAddSubFX/Collection/0117-Space Voice 2.xiz +%%DATADIR%%/presets/ZynAddSubFX/Collection/0118-Soft Choir.xiz +%%DATADIR%%/presets/ZynAddSubFX/Collection/0119-Full Choir.xiz +%%DATADIR%%/presets/ZynAddSubFX/Collection/0120-Soft Ahh.xiz +%%DATADIR%%/presets/ZynAddSubFX/Collection/0121-Breathy Ahh.xiz +%%DATADIR%%/presets/ZynAddSubFX/Collection/0122-Another Choir.xiz +%%DATADIR%%/presets/ZynAddSubFX/Collection/0123-Light Choir.xiz +%%DATADIR%%/presets/ZynAddSubFX/Collection/0124-Super Pad.xiz +%%DATADIR%%/presets/ZynAddSubFX/Collection/0125-Hyper Pad.xiz +%%DATADIR%%/presets/ZynAddSubFX/Collection/0126-Hyper Matrix.xiz +%%DATADIR%%/presets/ZynAddSubFX/Collection/0127-Extreme.xiz +%%DATADIR%%/presets/ZynAddSubFX/Collection/0128-Wind and Surf.xiz +%%DATADIR%%/presets/ZynAddSubFX/Companion/0004-Muffled Bells.xiz +%%DATADIR%%/presets/ZynAddSubFX/Companion/0006-Tinkle Bell.xiz +%%DATADIR%%/presets/ZynAddSubFX/Companion/0010-Metal Sweep.xiz +%%DATADIR%%/presets/ZynAddSubFX/Companion/0011-Slow Steel.xiz +%%DATADIR%%/presets/ZynAddSubFX/Companion/0013-Bright Metal.xiz +%%DATADIR%%/presets/ZynAddSubFX/Companion/0016-Soft Metal.xiz +%%DATADIR%%/presets/ZynAddSubFX/Companion/0019-Warm Square Swell.xiz +%%DATADIR%%/presets/ZynAddSubFX/Companion/0021-Bubbles.xiz +%%DATADIR%%/presets/ZynAddSubFX/Companion/0024-Solo.xiz +%%DATADIR%%/presets/ZynAddSubFX/Companion/0025-Wind Whistle.xiz +%%DATADIR%%/presets/ZynAddSubFX/Companion/0038-Smooth Saw.xiz +%%DATADIR%%/presets/ZynAddSubFX/Companion/0041-Buzz.xiz +%%DATADIR%%/presets/ZynAddSubFX/Companion/0045-Bite.xiz +%%DATADIR%%/presets/ZynAddSubFX/Companion/0055-Thick Bass.xiz +%%DATADIR%%/presets/ZynAddSubFX/Companion/0057-Ultra Bass.xiz +%%DATADIR%%/presets/ZynAddSubFX/Companion/0060-Stopped Pipe.xiz +%%DATADIR%%/presets/ZynAddSubFX/Companion/0074-Smooth Expanded.xiz +%%DATADIR%%/presets/ZynAddSubFX/Companion/0092-Wind Pipes.xiz +%%DATADIR%%/presets/ZynAddSubFX/Companion/0106-Harpsichord.xiz +%%DATADIR%%/presets/ZynAddSubFX/Companion/0107-Cathedral Harp.xiz +%%DATADIR%%/presets/ZynAddSubFX/Companion/0108-Angel Harp.xiz +%%DATADIR%%/presets/ZynAddSubFX/Companion/0116-Soprano.xiz +%%DATADIR%%/presets/ZynAddSubFX/Companion/0119-Ghost Choir.xiz +%%DATADIR%%/presets/ZynAddSubFX/Cormi_Noise/0002-Sparo_01.xiz +%%DATADIR%%/presets/ZynAddSubFX/Cormi_Noise/0003-Laser_01.xiz +%%DATADIR%%/presets/ZynAddSubFX/Cormi_Noise/0005-Elettrico.xiz +%%DATADIR%%/presets/ZynAddSubFX/Cormi_Noise/0006-Ronzio_01.xiz +%%DATADIR%%/presets/ZynAddSubFX/Cormi_Noise/0007-Ronzio_02.xiz +%%DATADIR%%/presets/ZynAddSubFX/Cormi_Noise/0008-Ronzio_03.xiz +%%DATADIR%%/presets/ZynAddSubFX/Cormi_Noise/0010-Interferenze.xiz +%%DATADIR%%/presets/ZynAddSubFX/Cormi_Noise/0012-Passa_astronave.xiz +%%DATADIR%%/presets/ZynAddSubFX/Cormi_Noise/0013-Passa_asteroide.xiz +%%DATADIR%%/presets/ZynAddSubFX/Cormi_Noise/0015-Nave.xiz +%%DATADIR%%/presets/ZynAddSubFX/Cormi_Noise/0017-Strano_01.xiz +%%DATADIR%%/presets/ZynAddSubFX/Cormi_Noise/0018-Strano_02.xiz +%%DATADIR%%/presets/ZynAddSubFX/Cormi_Noise/0020-Acqua.xiz +%%DATADIR%%/presets/ZynAddSubFX/Cormi_Noise/0021-Asteroide.xiz +%%DATADIR%%/presets/ZynAddSubFX/Cormi_Noise/0024-tastiera.xiz +%%DATADIR%%/presets/ZynAddSubFX/Cormi_Noise/0026-beepA.xiz +%%DATADIR%%/presets/ZynAddSubFX/Cormi_Noise/0027-beepB.xiz +%%DATADIR%%/presets/ZynAddSubFX/Cormi_Noise/0028-beepC.xiz +%%DATADIR%%/presets/ZynAddSubFX/Cormi_Noise/0033-buao.xiz +%%DATADIR%%/presets/ZynAddSubFX/Cormi_Noise/0034-creepy.xiz +%%DATADIR%%/presets/ZynAddSubFX/Cormi_Noise/0036-Trillo.xiz +%%DATADIR%%/presets/ZynAddSubFX/Cormi_Noise/0037-Trillo1.xiz +%%DATADIR%%/presets/ZynAddSubFX/Cormi_Noise/0038-Trillo2.xiz +%%DATADIR%%/presets/ZynAddSubFX/Cormi_Noise/0039-Trillo5.xiz +%%DATADIR%%/presets/ZynAddSubFX/Cormi_Noise/0041-Scherzo.xiz +%%DATADIR%%/presets/ZynAddSubFX/Cormi_Noise/0043-Grave.xiz +%%DATADIR%%/presets/ZynAddSubFX/Cormi_Noise/0045-Fischia_01.xiz +%%DATADIR%%/presets/ZynAddSubFX/Cormi_Noise/0046-Fischia_02.xiz +%%DATADIR%%/presets/ZynAddSubFX/Cormi_Noise/0047-Fischia_03.xiz +%%DATADIR%%/presets/ZynAddSubFX/Cormi_Noise/0049-Resonance Pad2.xiz +%%DATADIR%%/presets/ZynAddSubFX/Cormi_Noise/0050-Resonance Pad2.xiz +%%DATADIR%%/presets/ZynAddSubFX/Cormi_Noise/0052-ImpossibleDream1.xiz +%%DATADIR%%/presets/ZynAddSubFX/Cormi_Noise/0053-ImpossibleDream4.xiz +%%DATADIR%%/presets/ZynAddSubFX/Cormi_Noise/0054-Delayed Echo.xiz +%%DATADIR%%/presets/ZynAddSubFX/Cormi_Noise/0057-Glass_01.xiz +%%DATADIR%%/presets/ZynAddSubFX/Cormi_Noise/0059-Tremulo_01.xiz +%%DATADIR%%/presets/ZynAddSubFX/Cormi_Noise/0061-Campane.xiz +%%DATADIR%%/presets/ZynAddSubFX/Cormi_Sound/0001-Bassoon.xiz +%%DATADIR%%/presets/ZynAddSubFX/Cormi_Sound/0002-Bassoon2.xiz +%%DATADIR%%/presets/ZynAddSubFX/Cormi_Sound/0003-Bassoon3.xiz +%%DATADIR%%/presets/ZynAddSubFX/Cormi_Sound/0004-Volo.xiz +%%DATADIR%%/presets/ZynAddSubFX/Cormi_Sound/0006-Arpeggio_01.xiz +%%DATADIR%%/presets/ZynAddSubFX/Cormi_Sound/0007-Arpeggio_02.xiz +%%DATADIR%%/presets/ZynAddSubFX/Cormi_Sound/0008-Arpeggio_03.xiz +%%DATADIR%%/presets/ZynAddSubFX/Cormi_Sound/0009-Glass Arpeggio2.xiz +%%DATADIR%%/presets/ZynAddSubFX/Cormi_Sound/0011-abracadabra.xiz +%%DATADIR%%/presets/ZynAddSubFX/Cormi_Sound/0012-Ghost Whistle.xiz +%%DATADIR%%/presets/ZynAddSubFX/Cormi_Sound/0013-Spazio1.xiz +%%DATADIR%%/presets/ZynAddSubFX/Cormi_Sound/0014-Spazio2.xiz +%%DATADIR%%/presets/ZynAddSubFX/Cormi_Sound/0015-Space Synth.xiz +%%DATADIR%%/presets/ZynAddSubFX/Cormi_Sound/0016-SpaceAtmo.xiz +%%DATADIR%%/presets/ZynAddSubFX/Cormi_Sound/0017-friendly sines.xiz +%%DATADIR%%/presets/ZynAddSubFX/Cormi_Sound/0019-Acquoso_1.xiz +%%DATADIR%%/presets/ZynAddSubFX/Cormi_Sound/0020-Acquoso_5.xiz +%%DATADIR%%/presets/ZynAddSubFX/Cormi_Sound/0021-Acquoso_6.xiz +%%DATADIR%%/presets/ZynAddSubFX/Cormi_Sound/0023-Fagotto_01.xiz +%%DATADIR%%/presets/ZynAddSubFX/Cormi_Sound/0024-Fagotto_02.xiz +%%DATADIR%%/presets/ZynAddSubFX/Cormi_Sound/0025-Fagotto_03.xiz +%%DATADIR%%/presets/ZynAddSubFX/Cormi_Sound/0027-Delicato_01.xiz +%%DATADIR%%/presets/ZynAddSubFX/Cormi_Sound/0028-Delicato_02.xiz +%%DATADIR%%/presets/ZynAddSubFX/Cormi_Sound/0029-Delicato_03.xiz +%%DATADIR%%/presets/ZynAddSubFX/Cormi_Sound/0031-Wah_dolce_1.xiz +%%DATADIR%%/presets/ZynAddSubFX/Cormi_Sound/0032-Wah_dolce_2.xiz +%%DATADIR%%/presets/ZynAddSubFX/Cormi_Sound/0033-Long Space Choir 2.xiz +%%DATADIR%%/presets/ZynAddSubFX/Cormi_Sound/0034-Choir Pad4.xiz +%%DATADIR%%/presets/ZynAddSubFX/Cormi_Sound/0035-Ancient_Echos.xiz +%%DATADIR%%/presets/ZynAddSubFX/Cormi_Sound/0036-Campane.xiz +%%DATADIR%%/presets/ZynAddSubFX/Cormi_Sound/0037-Chorus.xiz +%%DATADIR%%/presets/ZynAddSubFX/Cormi_Sound/0038-HellVoice.xiz +%%DATADIR%%/presets/ZynAddSubFX/Cormi_Sound/0039-Chorus2.xiz +%%DATADIR%%/presets/ZynAddSubFX/Cormi_Sound/0041-DarkNight.xiz +%%DATADIR%%/presets/ZynAddSubFX/Cormi_Sound/0042-LightDawn.xiz +%%DATADIR%%/presets/ZynAddSubFX/Cormi_Sound/0043-Fiiuu.xiz +%%DATADIR%%/presets/ZynAddSubFX/Cormi_Sound/0045-Spazio_profondo1.xiz +%%DATADIR%%/presets/ZynAddSubFX/Cormi_Sound/0046-Spazio_Profondo2.xiz +%%DATADIR%%/presets/ZynAddSubFX/Cormi_Sound/0047-Spazio_Profondo3.xiz +%%DATADIR%%/presets/ZynAddSubFX/Cormi_Sound/0049-DolcePiano_01.xiz +%%DATADIR%%/presets/ZynAddSubFX/Cormi_Sound/0050-DolcePiano_02.xiz +%%DATADIR%%/presets/ZynAddSubFX/Cormi_Sound/0051-DolcePiano_03.xiz +%%DATADIR%%/presets/ZynAddSubFX/Cormi_Sound/0053-Ding_01.xiz +%%DATADIR%%/presets/ZynAddSubFX/Cormi_Sound/0054-Ding_02.xiz +%%DATADIR%%/presets/ZynAddSubFX/Cormi_Sound/0056-Senza_tempo.xiz +%%DATADIR%%/presets/ZynAddSubFX/Cormi_Sound/0057-Senza_tempo_2.xiz +%%DATADIR%%/presets/ZynAddSubFX/Cormi_Sound/0058-Senza_tempo_3.xiz +%%DATADIR%%/presets/ZynAddSubFX/Cormi_Sound/0059-Senza_tempo_4.xiz +%%DATADIR%%/presets/ZynAddSubFX/Cormi_Sound/0060-Senza_tempo_5.xiz +%%DATADIR%%/presets/ZynAddSubFX/Cormi_Sound/0062-Sospirato_01.xiz +%%DATADIR%%/presets/ZynAddSubFX/Cormi_Sound/0063-Sospirato_02.xiz +%%DATADIR%%/presets/ZynAddSubFX/Cormi_Sound/0064-Sospirato_03.xiz +%%DATADIR%%/presets/ZynAddSubFX/Cormi_Sound/0065-Synth_piano_03.xiz +%%DATADIR%%/presets/ZynAddSubFX/Cormi_Sound/0066-Synth_Piano_02.xiz +%%DATADIR%%/presets/ZynAddSubFX/Cormi_Sound/0068-Piano.xiz +%%DATADIR%%/presets/ZynAddSubFX/Cormi_Sound/0069-Pianola.xiz +%%DATADIR%%/presets/ZynAddSubFX/Cormi_Sound/0070-clavicembalo.xiz +%%DATADIR%%/presets/ZynAddSubFX/Cormi_Sound/0072-Zufolo_1.xiz +%%DATADIR%%/presets/ZynAddSubFX/Cormi_Sound/0073-Zufolo_2.xiz +%%DATADIR%%/presets/ZynAddSubFX/Cormi_Sound/0074-Zufolo_3.xiz +%%DATADIR%%/presets/ZynAddSubFX/Cormi_Sound/0075-Zufolo_4.xiz +%%DATADIR%%/presets/ZynAddSubFX/Cormi_Sound/0076-Pinkollo.xiz +%%DATADIR%%/presets/ZynAddSubFX/Cormi_Sound/0078-Tremulo_01.xiz +%%DATADIR%%/presets/ZynAddSubFX/Cormi_Sound/0079-Tremulo_02.xiz +%%DATADIR%%/presets/ZynAddSubFX/Cormi_Sound/0081-Organetto_01.xiz +%%DATADIR%%/presets/ZynAddSubFX/Cormi_Sound/0082-Organetto_02.xiz +%%DATADIR%%/presets/ZynAddSubFX/Cormi_Sound/0084-Organo_01.xiz +%%DATADIR%%/presets/ZynAddSubFX/Cormi_Sound/0085-Organo_02.xiz +%%DATADIR%%/presets/ZynAddSubFX/Cormi_Sound/0086-Organo_03.xiz +%%DATADIR%%/presets/ZynAddSubFX/Cormi_Sound/0087-Harp 3.xiz +%%DATADIR%%/presets/ZynAddSubFX/Cormi_Sound/0088-Harp4.xiz +%%DATADIR%%/presets/ZynAddSubFX/Cormi_Sound/0090-Dolcino_01.xiz +%%DATADIR%%/presets/ZynAddSubFX/Cormi_Sound/0091-Dolcino_02.xiz +%%DATADIR%%/presets/ZynAddSubFX/Cormi_Sound/0092-Dolcino_03.xiz +%%DATADIR%%/presets/ZynAddSubFX/Cormi_Sound/0093-Dolcino_04.xiz +%%DATADIR%%/presets/ZynAddSubFX/Cormi_Sound/0095-Accordian.xiz +%%DATADIR%%/presets/ZynAddSubFX/Cormi_Sound/0096-padNice.xiz +%%DATADIR%%/presets/ZynAddSubFX/Cormi_Sound/0097-k.xiz +%%DATADIR%%/presets/ZynAddSubFX/Cormi_Sound/0098-z.xiz +%%DATADIR%%/presets/ZynAddSubFX/Cormi_Sound/0099-a.xiz +%%DATADIR%%/presets/ZynAddSubFX/Cormi_Sound/0100-Steel Rhodes.xiz +%%DATADIR%%/presets/ZynAddSubFX/Cormi_Sound/0101-Sweet_Night.xiz +%%DATADIR%%/presets/ZynAddSubFX/Cormi_Sound/0102-Sweet_Night_2.xiz +%%DATADIR%%/presets/ZynAddSubFX/Cormi_Sound/0103-Gocce.xiz +%%DATADIR%%/presets/ZynAddSubFX/Cormi_Sound/0104-Ice Rhodes2.xiz +%%DATADIR%%/presets/ZynAddSubFX/Cormi_Sound/0105-Voluttuoso.xiz +%%DATADIR%%/presets/ZynAddSubFX/Cormi_Sound/0106-Entropia.xiz +%%DATADIR%%/presets/ZynAddSubFX/Cormi_Sound/0108-Arcano.xiz +%%DATADIR%%/presets/ZynAddSubFX/Cormi_Sound/0109-Arcano2.xiz +%%DATADIR%%/presets/ZynAddSubFX/Cormi_Sound/0110-Arcano3.xiz +%%DATADIR%%/presets/ZynAddSubFX/Cormi_Sound/0112-Glass_01.xiz +%%DATADIR%%/presets/ZynAddSubFX/Cormi_Sound/0113-Glass_02a.xiz +%%DATADIR%%/presets/ZynAddSubFX/Cormi_Sound/0114-Glass_02b.xiz +%%DATADIR%%/presets/ZynAddSubFX/Cormi_Sound/0115-Glass_03.xiz +%%DATADIR%%/presets/ZynAddSubFX/Cormi_Sound/0116-Glass_04.xiz +%%DATADIR%%/presets/ZynAddSubFX/Cormi_Sound/0119-Arcadia_1.xiz +%%DATADIR%%/presets/ZynAddSubFX/Cormi_Sound/0120-Arcadia_2.xiz +%%DATADIR%%/presets/ZynAddSubFX/Cormi_Sound/0121-Arcadia_3.xiz +%%DATADIR%%/presets/ZynAddSubFX/Cormi_Sound/0122-Arcadia_4.xiz +%%DATADIR%%/presets/ZynAddSubFX/Cormi_Sound/0124-Armonica.xiz +%%DATADIR%%/presets/ZynAddSubFX/Cormi_Sound/0125-Fanfara.xiz +%%DATADIR%%/presets/ZynAddSubFX/Cormi_Sound/0126-Polvere.xiz +%%DATADIR%%/presets/ZynAddSubFX/Cormi_Sound/0127-Comb Filter.xiz +%%DATADIR%%/presets/ZynAddSubFX/Cormi_Sound/0128-Synth Pad 5.xiz +%%DATADIR%%/presets/ZynAddSubFX/Cormi_Sound/0129-Bello.xiz +%%DATADIR%%/presets/ZynAddSubFX/Cormi_Sound/0130-abbellimento.xiz +%%DATADIR%%/presets/ZynAddSubFX/Cormi_Sound/0131-Carino.xiz +%%DATADIR%%/presets/ZynAddSubFX/Cormi_Sound/0132-Cigno.xiz +%%DATADIR%%/presets/ZynAddSubFX/Cormi_Sound/0133-fluido.xiz +%%DATADIR%%/presets/ZynAddSubFX/Cormi_Sound/0136-Romantico.xiz +%%DATADIR%%/presets/ZynAddSubFX/Cormi_Sound/0137-Romantico2.xiz +%%DATADIR%%/presets/ZynAddSubFX/Cormi_Sound/0138-romanticone.xiz +%%DATADIR%%/presets/ZynAddSubFX/Cormi_Sound/0139-Emptyness3.xiz +%%DATADIR%%/presets/ZynAddSubFX/Cormi_Sound/0140-Foglie.xiz +%%DATADIR%%/presets/ZynAddSubFX/Cormi_Sound/0142-Solitudine.xiz +%%DATADIR%%/presets/ZynAddSubFX/Cormi_Sound/0144-Inquietudine.xiz +%%DATADIR%%/presets/ZynAddSubFX/Cormi_Sound/0145-c.xiz +%%DATADIR%%/presets/ZynAddSubFX/Cormi_Sound/0146-Ancestrale.xiz +%%DATADIR%%/presets/ZynAddSubFX/Cormi_Sound/0147-Attesa.xiz +%%DATADIR%%/presets/ZynAddSubFX/Cormi_Sound/0148-vento.xiz +%%DATADIR%%/presets/ZynAddSubFX/Cormi_Sound/0149-pioggia.xiz +%%DATADIR%%/presets/ZynAddSubFX/Cormi_Sound/0150-nebbia.xiz +%%DATADIR%%/presets/ZynAddSubFX/Cormi_Sound/0151-Memory.xiz +%%DATADIR%%/presets/ZynAddSubFX/Cormi_Sound/0152-Memory2.xiz +%%DATADIR%%/presets/ZynAddSubFX/Cormi_Sound/0153-Memory3.xiz +%%DATADIR%%/presets/ZynAddSubFX/Cormi_Sound/0155-contorno.xiz +%%DATADIR%%/presets/ZynAddSubFX/Cormi_Sound/0156-fantasia.xiz +%%DATADIR%%/presets/ZynAddSubFX/Cormi_Sound/0157-nostalgia.xiz +%%DATADIR%%/presets/ZynAddSubFX/Cormi_Sound/0158-patetico.xiz +%%DATADIR%%/presets/ZynAddSubFX/Cormi_Sound/0159-Destino.xiz %%DATADIR%%/presets/ZynAddSubFX/Drums/0001-Drums Kit1.xiz %%DATADIR%%/presets/ZynAddSubFX/Dual/0001-Layered1.xiz %%DATADIR%%/presets/ZynAddSubFX/Dual/0002-Layered2.xiz @@ -550,10 +843,76 @@ share/applications/lmms.desktop %%DATADIR%%/presets/ZynAddSubFX/Guitar/0034-Trash Guitar 2.xiz %%DATADIR%%/presets/ZynAddSubFX/Guitar/0035-Short.xiz %%DATADIR%%/presets/ZynAddSubFX/Guitar/0065-Clean Guitar1.xiz +%%DATADIR%%/presets/ZynAddSubFX/Guitar/0066-Electric Guitar.xiz +%%DATADIR%%/presets/ZynAddSubFX/Guitar/0097-Space Guitar.xiz +%%DATADIR%%/presets/ZynAddSubFX/Laba170bank/0001-SquareToSine.xiz +%%DATADIR%%/presets/ZynAddSubFX/Laba170bank/0002-GaussToSine.xiz +%%DATADIR%%/presets/ZynAddSubFX/Laba170bank/0003-MorphingOrgan.xiz +%%DATADIR%%/presets/ZynAddSubFX/Laba170bank/0004-ThinLead.xiz +%%DATADIR%%/presets/ZynAddSubFX/Laba170bank/0005-BrightLead.xiz +%%DATADIR%%/presets/ZynAddSubFX/Laba170bank/0006-GenericLead.xiz +%%DATADIR%%/presets/ZynAddSubFX/Laba170bank/0007-MorphingSuperSaw.xiz +%%DATADIR%%/presets/ZynAddSubFX/Laba170bank/0008-BrassyFlute.xiz +%%DATADIR%%/presets/ZynAddSubFX/Laba170bank/0009-GenericLead2.xiz +%%DATADIR%%/presets/ZynAddSubFX/Laba170bank/0027-ShortFlute.xiz +%%DATADIR%%/presets/ZynAddSubFX/Laba170bank/0028-PianoBell.xiz +%%DATADIR%%/presets/ZynAddSubFX/Laba170bank/0029-PianoHarp.xiz +%%DATADIR%%/presets/ZynAddSubFX/Laba170bank/0030-ScaredPulse.xiz +%%DATADIR%%/presets/ZynAddSubFX/Laba170bank/0031-Twang2.xiz +%%DATADIR%%/presets/ZynAddSubFX/Laba170bank/0032-Twang1.xiz +%%DATADIR%%/presets/ZynAddSubFX/Laba170bank/0037-FatPatch.xiz +%%DATADIR%%/presets/ZynAddSubFX/Laba170bank/0038-FatPatchSimpler.xiz +%%DATADIR%%/presets/ZynAddSubFX/Laba170bank/0039-FatPatchSimpler2.xiz +%%DATADIR%%/presets/ZynAddSubFX/Laba170bank/0046-NoisyGuitar.xiz +%%DATADIR%%/presets/ZynAddSubFX/Laba170bank/0047-NoisyGuitar2.xiz +%%DATADIR%%/presets/ZynAddSubFX/Laba170bank/0048-NoisyGuitar3.xiz +%%DATADIR%%/presets/ZynAddSubFX/Laba170bank/0049-guitar-PowerChorder.xiz +%%DATADIR%%/presets/ZynAddSubFX/Laba170bank/0050-SynGuitarAcoustic1.xiz +%%DATADIR%%/presets/ZynAddSubFX/Laba170bank/0051-SynGuitarAcoustic2.xiz +%%DATADIR%%/presets/ZynAddSubFX/Laba170bank/0052-SynGuitarAcoustic3.xiz +%%DATADIR%%/presets/ZynAddSubFX/Laba170bank/0054-DevilsFiddle.xiz +%%DATADIR%%/presets/ZynAddSubFX/Laba170bank/0055-DevilsFiddle2.xiz +%%DATADIR%%/presets/ZynAddSubFX/Laba170bank/0085-PanFluteSawPad.xiz +%%DATADIR%%/presets/ZynAddSubFX/Laba170bank/0086-BlownPiano.xiz +%%DATADIR%%/presets/ZynAddSubFX/Laba170bank/0087-ChoirPatch.xiz +%%DATADIR%%/presets/ZynAddSubFX/Laba170bank/0088-InfraSoundPad.xiz +%%DATADIR%%/presets/ZynAddSubFX/Laba170bank/0089-InfraSound2.xiz +%%DATADIR%%/presets/ZynAddSubFX/Laba170bank/0090-Pad-RingModSine.xiz +%%DATADIR%%/presets/ZynAddSubFX/Laba170bank/0091-FatPad.xiz +%%DATADIR%%/presets/ZynAddSubFX/Laba170bank/0092-VibratingPad.xiz +%%DATADIR%%/presets/ZynAddSubFX/Laba170bank/0097-AnalogBass.xiz +%%DATADIR%%/presets/ZynAddSubFX/Laba170bank/0098-DoublePadBass.xiz +%%DATADIR%%/presets/ZynAddSubFX/Laba170bank/0099-SharpBass1.xiz +%%DATADIR%%/presets/ZynAddSubFX/Laba170bank/0100-SharpBass4.xiz +%%DATADIR%%/presets/ZynAddSubFX/Laba170bank/0101-SharpBass5.xiz +%%DATADIR%%/presets/ZynAddSubFX/Laba170bank/0102-PluckedWithTailBassy.xiz +%%DATADIR%%/presets/ZynAddSubFX/Laba170bank/0103-PluckedAnalogBass.xiz +%%DATADIR%%/presets/ZynAddSubFX/Laba170bank/0108-NoisyPulseLead.xiz +%%DATADIR%%/presets/ZynAddSubFX/Laba170bank/0109-NoisyPulseLead2.xiz +%%DATADIR%%/presets/ZynAddSubFX/Laba170bank/0110-wierdSchwoop.xiz +%%DATADIR%%/presets/ZynAddSubFX/Laba170bank/0111-PoorAccordion.xiz +%%DATADIR%%/presets/ZynAddSubFX/Laba170bank/0112-PoorTrumpet.xiz +%%DATADIR%%/presets/ZynAddSubFX/Laba170bank/0113-BassyChirp.xiz +%%DATADIR%%/presets/ZynAddSubFX/Laba170bank/0114-hoarseorgan.xiz +%%DATADIR%%/presets/ZynAddSubFX/Laba170bank/0115-MysticlBells.xiz +%%DATADIR%%/presets/ZynAddSubFX/Laba170bank/0129-chip-SlowSawStrings.xiz +%%DATADIR%%/presets/ZynAddSubFX/Laba170bank/0130-chip-SIDarpSoft.xiz +%%DATADIR%%/presets/ZynAddSubFX/Laba170bank/0131-chip-SIDarpSharp.xiz +%%DATADIR%%/presets/ZynAddSubFX/Laba170bank/0132-chip-SIDarpSharp2.xiz +%%DATADIR%%/presets/ZynAddSubFX/Laba170bank/0133-chip-HarshSaw.xiz +%%DATADIR%%/presets/ZynAddSubFX/Laba170bank/0134-chip-VibratoLead.xiz +%%DATADIR%%/presets/ZynAddSubFX/Laba170bank/0135-chip-VibratoLead2.xiz +%%DATADIR%%/presets/ZynAddSubFX/Laba170bank/0136-chip-PWM-VibratoLead.xiz +%%DATADIR%%/presets/ZynAddSubFX/Laba170bank/0137-chip-PolyDistorted.xiz +%%DATADIR%%/presets/ZynAddSubFX/Laba170bank/0138-chip-PolyDistorted2.xiz +%%DATADIR%%/presets/ZynAddSubFX/Laba170bank/0146-PluckedWithVibTail.xiz +%%DATADIR%%/presets/ZynAddSubFX/Laba170bank/0147-PluckedWithTail2.xiz +%%DATADIR%%/presets/ZynAddSubFX/Laba170bank/0148-PluckedWithTail.xiz %%DATADIR%%/presets/ZynAddSubFX/Misc/0001-Memories.xiz %%DATADIR%%/presets/ZynAddSubFX/Misc/0002-Bells 1.xiz %%DATADIR%%/presets/ZynAddSubFX/Misc/0003-Bells 2.xiz %%DATADIR%%/presets/ZynAddSubFX/Misc/0004-Bells 3.xiz +%%DATADIR%%/presets/ZynAddSubFX/Misc/0005-Bells 4.xiz %%DATADIR%%/presets/ZynAddSubFX/Misc/0006-SuperSaw 1.xiz %%DATADIR%%/presets/ZynAddSubFX/Misc/0007-SuperSaw 2.xiz %%DATADIR%%/presets/ZynAddSubFX/Misc/0008-SuperSaw 3.xiz @@ -562,6 +921,13 @@ share/applications/lmms.desktop %%DATADIR%%/presets/ZynAddSubFX/Misc/0033-Trash Synth 1.xiz %%DATADIR%%/presets/ZynAddSubFX/Misc/0034-Trash Synth 2.xiz %%DATADIR%%/presets/ZynAddSubFX/Misc/0035-Trash Synth 3.xiz +%%DATADIR%%/presets/ZynAddSubFX/Misc/0036-Trash Synth 4.xiz +%%DATADIR%%/presets/ZynAddSubFX/Misc/0065-SuperSaw 1.xiz +%%DATADIR%%/presets/ZynAddSubFX/Misc/0066-SuperSaw 2.xiz +%%DATADIR%%/presets/ZynAddSubFX/Misc/0067-SuperSaw 3.xiz +%%DATADIR%%/presets/ZynAddSubFX/Misc/0068-SuperSaw 4.xiz +%%DATADIR%%/presets/ZynAddSubFX/Misc/0069-SuperSaw 5.xiz +%%DATADIR%%/presets/ZynAddSubFX/Misc/0070-SuperSaw 6.xiz %%DATADIR%%/presets/ZynAddSubFX/Noises/0001-Synth Effect.xiz %%DATADIR%%/presets/ZynAddSubFX/Noises/0002-Ioioioioioi.xiz %%DATADIR%%/presets/ZynAddSubFX/Noises/0003-Noise1.xiz @@ -584,12 +950,14 @@ share/applications/lmms.desktop %%DATADIR%%/presets/ZynAddSubFX/Organ/0009-Organ 9.xiz %%DATADIR%%/presets/ZynAddSubFX/Organ/0010-Organ 10.xiz %%DATADIR%%/presets/ZynAddSubFX/Organ/0011-Organ 11.xiz +%%DATADIR%%/presets/ZynAddSubFX/Organ/0012-Organ 12.xiz %%DATADIR%%/presets/ZynAddSubFX/Organ/0033-Cathedral Organ1.xiz %%DATADIR%%/presets/ZynAddSubFX/Organ/0034-Cathedral Organ2.xiz %%DATADIR%%/presets/ZynAddSubFX/Organ/0035-Cathedral Organ3.xiz %%DATADIR%%/presets/ZynAddSubFX/Organ/0037-Church Organ 1.xiz %%DATADIR%%/presets/ZynAddSubFX/Organ/0038-Church Organ 2.xiz %%DATADIR%%/presets/ZynAddSubFX/Organ/0039-Church Organ 3.xiz +%%DATADIR%%/presets/ZynAddSubFX/Organ/0040-Church Organ 4.xiz %%DATADIR%%/presets/ZynAddSubFX/Organ/0041-Church Organ Soft.xiz %%DATADIR%%/presets/ZynAddSubFX/Organ/0065-Nice Organ 1.xiz %%DATADIR%%/presets/ZynAddSubFX/Organ/0066-Nice Organ 2.xiz @@ -616,8 +984,10 @@ share/applications/lmms.desktop %%DATADIR%%/presets/ZynAddSubFX/Pads/0034-Synth Pad 2.xiz %%DATADIR%%/presets/ZynAddSubFX/Pads/0035-Synth Pad 3.xiz %%DATADIR%%/presets/ZynAddSubFX/Pads/0036-Synth Pad 4.xiz +%%DATADIR%%/presets/ZynAddSubFX/Pads/0037-Synth Pad 5.xiz %%DATADIR%%/presets/ZynAddSubFX/Pads/0065-Soft Pad.xiz %%DATADIR%%/presets/ZynAddSubFX/Pads/0066-Flanged Pad 1.xiz +%%DATADIR%%/presets/ZynAddSubFX/Pads/0097-Bell Pad.xiz %%DATADIR%%/presets/ZynAddSubFX/Plucked/0001-Plucked 1.xiz %%DATADIR%%/presets/ZynAddSubFX/Plucked/0002-Plucked 2.xiz %%DATADIR%%/presets/ZynAddSubFX/Plucked/0003-Plucked 3.xiz @@ -627,6 +997,8 @@ share/applications/lmms.desktop %%DATADIR%%/presets/ZynAddSubFX/Plucked/0033-Plucked String1.xiz %%DATADIR%%/presets/ZynAddSubFX/Plucked/0034-Plucked String2.xiz %%DATADIR%%/presets/ZynAddSubFX/Plucked/0036-Plucked Wah.xiz +%%DATADIR%%/presets/ZynAddSubFX/Plucked/0065-Plucked Pad1.xiz +%%DATADIR%%/presets/ZynAddSubFX/Plucked/progressive-house-pluck.xiz %%DATADIR%%/presets/ZynAddSubFX/ReedAndWind/0001-Flute 1.xiz %%DATADIR%%/presets/ZynAddSubFX/ReedAndWind/0002-Flute 2.xiz %%DATADIR%%/presets/ZynAddSubFX/ReedAndWind/0003-Flute 3.xiz @@ -640,9 +1012,11 @@ share/applications/lmms.desktop %%DATADIR%%/presets/ZynAddSubFX/ReedAndWind/0037-Reed 5.xiz %%DATADIR%%/presets/ZynAddSubFX/ReedAndWind/0038-Reed 6.xiz %%DATADIR%%/presets/ZynAddSubFX/ReedAndWind/0039-Reed 7.xiz +%%DATADIR%%/presets/ZynAddSubFX/ReedAndWind/0040-Reed 8.xiz %%DATADIR%%/presets/ZynAddSubFX/ReedAndWind/0065-Fat Reed1.xiz %%DATADIR%%/presets/ZynAddSubFX/ReedAndWind/0066-Fat Reed2.xiz %%DATADIR%%/presets/ZynAddSubFX/ReedAndWind/0067-Fat Reed3 square.xiz +%%DATADIR%%/presets/ZynAddSubFX/ReedAndWind/0068-Chorused Flute.xiz %%DATADIR%%/presets/ZynAddSubFX/Rhodes/0001-DX Rhodes 1.xiz %%DATADIR%%/presets/ZynAddSubFX/Rhodes/0002-DX Rhodes 2.xiz %%DATADIR%%/presets/ZynAddSubFX/Rhodes/0003-DX Rhodes 3.xiz @@ -667,10 +1041,16 @@ share/applications/lmms.desktop %%DATADIR%%/presets/ZynAddSubFX/Rhodes/0044-Echo Rhodes.xiz %%DATADIR%%/presets/ZynAddSubFX/Rhodes/0045-A long time ago.xiz %%DATADIR%%/presets/ZynAddSubFX/Rhodes/0065-Steel Rhodes.xiz +%%DATADIR%%/presets/ZynAddSubFX/Rhodes/0067-RhodesPad1.xiz +%%DATADIR%%/presets/ZynAddSubFX/Rhodes/0068-RhodesPad2.xiz %%DATADIR%%/presets/ZynAddSubFX/Splited/0001-Strings and Reed1.xiz %%DATADIR%%/presets/ZynAddSubFX/Splited/0002-Strings and Reed2.xiz %%DATADIR%%/presets/ZynAddSubFX/Splited/0003-Strings and Flute.xiz %%DATADIR%%/presets/ZynAddSubFX/Splited/0033-Choir and Reed.xiz +%%DATADIR%%/presets/ZynAddSubFX/Splitted/0001-Strings and Reed1.xiz +%%DATADIR%%/presets/ZynAddSubFX/Splitted/0002-Strings and Reed2.xiz +%%DATADIR%%/presets/ZynAddSubFX/Splitted/0003-Strings and Flute.xiz +%%DATADIR%%/presets/ZynAddSubFX/Splitted/0033-Choir and Reed.xiz %%DATADIR%%/presets/ZynAddSubFX/Strings/0001-Saw Strings 1.xiz %%DATADIR%%/presets/ZynAddSubFX/Strings/0002-Saw Strings 2.xiz %%DATADIR%%/presets/ZynAddSubFX/Strings/0003-Saw Strings 3.xiz @@ -679,9 +1059,15 @@ share/applications/lmms.desktop %%DATADIR%%/presets/ZynAddSubFX/Strings/0006-Saw Strings 6.xiz %%DATADIR%%/presets/ZynAddSubFX/Strings/0007-Saw Strings 7.xiz %%DATADIR%%/presets/ZynAddSubFX/Strings/0008-Saw Strings 8.xiz +%%DATADIR%%/presets/ZynAddSubFX/Strings/0010-Strings Pad1.xiz %%DATADIR%%/presets/ZynAddSubFX/Strings/0011-Strings Pad1.xiz +%%DATADIR%%/presets/ZynAddSubFX/Strings/0011-Strings Pad2.xiz %%DATADIR%%/presets/ZynAddSubFX/Strings/0012-Strings Pad2.xiz +%%DATADIR%%/presets/ZynAddSubFX/Strings/0012-Strings Pad3.xiz %%DATADIR%%/presets/ZynAddSubFX/Strings/0013-Strings Pad3.xiz +%%DATADIR%%/presets/ZynAddSubFX/Strings/0013-Strings Pad4.xiz +%%DATADIR%%/presets/ZynAddSubFX/Strings/0014-Strings Pad5.xiz +%%DATADIR%%/presets/ZynAddSubFX/Strings/0015-Strings Pad6.xiz %%DATADIR%%/presets/ZynAddSubFX/Strings/0016-Sweep Pad 1.xiz %%DATADIR%%/presets/ZynAddSubFX/Strings/0017-Sweep Pad 1 Fat.xiz %%DATADIR%%/presets/ZynAddSubFX/Strings/0018-Sweep Pad 2.xiz @@ -704,11 +1090,15 @@ share/applications/lmms.desktop %%DATADIR%%/presets/ZynAddSubFX/Strings/0051-Synth Violin 2 Fat.xiz %%DATADIR%%/presets/ZynAddSubFX/Strings/0065-Simple Strings.xiz %%DATADIR%%/presets/ZynAddSubFX/Strings/0066-Dual Strings.xiz +%%DATADIR%%/presets/ZynAddSubFX/Strings/0067-Dual Strings Oct1.xiz %%DATADIR%%/presets/ZynAddSubFX/Strings/0067-Dual StringsOct.xiz +%%DATADIR%%/presets/ZynAddSubFX/Strings/0068-Dual Strings Oct2.xiz +%%DATADIR%%/presets/ZynAddSubFX/Strings/0073-Morph Strings1.xiz %%DATADIR%%/presets/ZynAddSubFX/Synth/0001-Soft Synth 1.xiz %%DATADIR%%/presets/ZynAddSubFX/Synth/0002-Soft Synth 2.xiz %%DATADIR%%/presets/ZynAddSubFX/Synth/0004-Pulse Pad 1.xiz %%DATADIR%%/presets/ZynAddSubFX/Synth/0005-Pulse Pad 2.xiz +%%DATADIR%%/presets/ZynAddSubFX/Synth/0006-Pulse Pad 3.xiz %%DATADIR%%/presets/ZynAddSubFX/Synth/0007-Analog Filter 1.xiz %%DATADIR%%/presets/ZynAddSubFX/Synth/0008-Analog Filter 2.xiz %%DATADIR%%/presets/ZynAddSubFX/Synth/0033-Phased Pad 1.xiz @@ -717,7 +1107,10 @@ share/applications/lmms.desktop %%DATADIR%%/presets/ZynAddSubFX/Synth/0037-Resonance Synth.xiz %%DATADIR%%/presets/ZynAddSubFX/Synth/0039-Multi-phase synth.xiz %%DATADIR%%/presets/ZynAddSubFX/Synth/0065-Computer Lead.xiz +%%DATADIR%%/presets/ZynAddSubFX/Synth/0065-Computer Lead1.xiz +%%DATADIR%%/presets/ZynAddSubFX/Synth/0066-Computer Lead2.xiz %%DATADIR%%/presets/ZynAddSubFX/Synth/0067-Detuned Harmonic.xiz +%%DATADIR%%/presets/ZynAddSubFX/Synth/0070-Solo Synth 1.xiz %%DATADIR%%/presets/ZynAddSubFX/Synth/0097-FM Synth.xiz %%DATADIR%%/presets/ZynAddSubFX/SynthPiano/0001-Soft Piano 1.xiz %%DATADIR%%/presets/ZynAddSubFX/SynthPiano/0002-Soft Piano 2.xiz @@ -735,6 +1128,7 @@ share/applications/lmms.desktop %%DATADIR%%/presets/ZynAddSubFX/SynthPiano/0037-FM Synth1.xiz %%DATADIR%%/presets/ZynAddSubFX/SynthPiano/0039-BinaryPiano1.xiz %%DATADIR%%/presets/ZynAddSubFX/SynthPiano/0040-BinaryPiano2.xiz +%%DATADIR%%/presets/ZynAddSubFX/SynthPiano/0043-Saw Piano 1.xiz %%DATADIR%%/presets/ZynAddSubFX/SynthPiano/0065-Synth Piano 1.xiz %%DATADIR%%/presets/ZynAddSubFX/SynthPiano/0066-Synth Piano 2.xiz %%DATADIR%%/presets/ZynAddSubFX/SynthPiano/0067-Synth Piano 3.xiz @@ -742,31 +1136,259 @@ share/applications/lmms.desktop %%DATADIR%%/presets/ZynAddSubFX/SynthPiano/0069-Synth Piano 3 det.xiz %%DATADIR%%/presets/ZynAddSubFX/SynthPiano/0070-Synth Piano 4.xiz %%DATADIR%%/presets/ZynAddSubFX/SynthPiano/0071-Synth Piano 5.xiz +%%DATADIR%%/presets/ZynAddSubFX/olivers-100/0001-Folk Flute.xiz +%%DATADIR%%/presets/ZynAddSubFX/olivers-100/0002-Bamboo Flute.xiz +%%DATADIR%%/presets/ZynAddSubFX/olivers-100/0003-FM Flute.xiz +%%DATADIR%%/presets/ZynAddSubFX/olivers-100/0004-Triple Osc Flute.xiz +%%DATADIR%%/presets/ZynAddSubFX/olivers-100/0005-Soprano Double Reed.xiz +%%DATADIR%%/presets/ZynAddSubFX/olivers-100/0006-FM Saxophone.xiz +%%DATADIR%%/presets/ZynAddSubFX/olivers-100/0007-FM Saxophone 2.xiz +%%DATADIR%%/presets/ZynAddSubFX/olivers-100/0008-Concertina.xiz +%%DATADIR%%/presets/ZynAddSubFX/olivers-100/0009-FM Brass 1.xiz +%%DATADIR%%/presets/ZynAddSubFX/olivers-100/0010-FM Brass 2.xiz +%%DATADIR%%/presets/ZynAddSubFX/olivers-100/0011-FM Brass 3.xiz +%%DATADIR%%/presets/ZynAddSubFX/olivers-100/0013-Soft Guitar.xiz +%%DATADIR%%/presets/ZynAddSubFX/olivers-100/0014-Dist Jazz Guitar.xiz +%%DATADIR%%/presets/ZynAddSubFX/olivers-100/0015-Dist Jazz Guitar 2.xiz +%%DATADIR%%/presets/ZynAddSubFX/olivers-100/0016-Banjoey.xiz +%%DATADIR%%/presets/ZynAddSubFX/olivers-100/0017-Bass Guitar.xiz +%%DATADIR%%/presets/ZynAddSubFX/olivers-100/0018-Bass Guitar - Slap.xiz +%%DATADIR%%/presets/ZynAddSubFX/olivers-100/0019-FM Sitar.xiz +%%DATADIR%%/presets/ZynAddSubFX/olivers-100/0021-EP - Twangy.xiz +%%DATADIR%%/presets/ZynAddSubFX/olivers-100/0022-EP - Muted.xiz +%%DATADIR%%/presets/ZynAddSubFX/olivers-100/0023-EP - Brighter.xiz +%%DATADIR%%/presets/ZynAddSubFX/olivers-100/0024-Far Out EP.xiz +%%DATADIR%%/presets/ZynAddSubFX/olivers-100/0025-Clavinoid.xiz +%%DATADIR%%/presets/ZynAddSubFX/olivers-100/0026-Harpsichord.xiz +%%DATADIR%%/presets/ZynAddSubFX/olivers-100/0027-Toy Piano.xiz +%%DATADIR%%/presets/ZynAddSubFX/olivers-100/0028-Mallets.xiz +%%DATADIR%%/presets/ZynAddSubFX/olivers-100/0029-Steel Drums.xiz +%%DATADIR%%/presets/ZynAddSubFX/olivers-100/0030-Balinese Chimes.xiz +%%DATADIR%%/presets/ZynAddSubFX/olivers-100/0031-Muffled Chimes.xiz +%%DATADIR%%/presets/ZynAddSubFX/olivers-100/0032-Drum Kit.xiz +%%DATADIR%%/presets/ZynAddSubFX/olivers-100/0033-Big Crunchy.xiz +%%DATADIR%%/presets/ZynAddSubFX/olivers-100/0034-Big Flangey.xiz +%%DATADIR%%/presets/ZynAddSubFX/olivers-100/0035-Numanesque.xiz +%%DATADIR%%/presets/ZynAddSubFX/olivers-100/0036-240 Grit Lead.xiz +%%DATADIR%%/presets/ZynAddSubFX/olivers-100/0037-320 Grit Lead.xiz +%%DATADIR%%/presets/ZynAddSubFX/olivers-100/0038-Gentle Triangle Lead.xiz +%%DATADIR%%/presets/ZynAddSubFX/olivers-100/0039-Sliding Squares Lead.xiz +%%DATADIR%%/presets/ZynAddSubFX/olivers-100/0040-Pheasant Lead.xiz +%%DATADIR%%/presets/ZynAddSubFX/olivers-100/0041-Plinker Bell.xiz +%%DATADIR%%/presets/ZynAddSubFX/olivers-100/0042-Low pH Lead.xiz +%%DATADIR%%/presets/ZynAddSubFX/olivers-100/0043-Hovabotalilfanfeer.xiz +%%DATADIR%%/presets/ZynAddSubFX/olivers-100/0044-Muted Fanfare.xiz +%%DATADIR%%/presets/ZynAddSubFX/olivers-100/0045-Bink Bink Lead.xiz +%%DATADIR%%/presets/ZynAddSubFX/olivers-100/0046-Bogus PWM Lead.xiz +%%DATADIR%%/presets/ZynAddSubFX/olivers-100/0047-Dirty Vibrato Lead.xiz +%%DATADIR%%/presets/ZynAddSubFX/olivers-100/0048-Wichita Whoop.xiz +%%DATADIR%%/presets/ZynAddSubFX/olivers-100/0049-Bitey Triangle Lead.xiz +%%DATADIR%%/presets/ZynAddSubFX/olivers-100/0050-70s Triangle Lead.xiz +%%DATADIR%%/presets/ZynAddSubFX/olivers-100/0051-Agro Odds Lead.xiz +%%DATADIR%%/presets/ZynAddSubFX/olivers-100/0052-Soft Synth Brass.xiz +%%DATADIR%%/presets/ZynAddSubFX/olivers-100/0054-Funky Reso Bass.xiz +%%DATADIR%%/presets/ZynAddSubFX/olivers-100/0055-ssaB oseR yknuF.xiz +%%DATADIR%%/presets/ZynAddSubFX/olivers-100/0056-Creeky Reso Base.xiz +%%DATADIR%%/presets/ZynAddSubFX/olivers-100/0057-Synth Bass.xiz +%%DATADIR%%/presets/ZynAddSubFX/olivers-100/0058-Basic Thick Bass.xiz +%%DATADIR%%/presets/ZynAddSubFX/olivers-100/0059-Dirt Encrusted Bass.xiz +%%DATADIR%%/presets/ZynAddSubFX/olivers-100/0060-Punch Bass.xiz +%%DATADIR%%/presets/ZynAddSubFX/olivers-100/0061-Formant Bass.xiz +%%DATADIR%%/presets/ZynAddSubFX/olivers-100/0065-Osiris Pad.xiz +%%DATADIR%%/presets/ZynAddSubFX/olivers-100/0066-Phased Pad.xiz +%%DATADIR%%/presets/ZynAddSubFX/olivers-100/0067-Growing Pad.xiz +%%DATADIR%%/presets/ZynAddSubFX/olivers-100/0068-Vintage Sweep Pad.xiz +%%DATADIR%%/presets/ZynAddSubFX/olivers-100/0069-Mellow Echo Pad.xiz +%%DATADIR%%/presets/ZynAddSubFX/olivers-100/0070-Flanged Wind Pad.xiz +%%DATADIR%%/presets/ZynAddSubFX/olivers-100/0071-Warble Pad.xiz +%%DATADIR%%/presets/ZynAddSubFX/olivers-100/0072-Organz from Outta Space.xiz +%%DATADIR%%/presets/ZynAddSubFX/olivers-100/0073-Shimmer Swell.xiz +%%DATADIR%%/presets/ZynAddSubFX/olivers-100/0074-80s Poly 5ths.xiz +%%DATADIR%%/presets/ZynAddSubFX/olivers-100/0075-Swell 5ths.xiz +%%DATADIR%%/presets/ZynAddSubFX/olivers-100/0076-Vastness 5ths.xiz +%%DATADIR%%/presets/ZynAddSubFX/olivers-100/0077-Celestial 5ths.xiz +%%DATADIR%%/presets/ZynAddSubFX/olivers-100/0078-Supersaw Snit.xiz +%%DATADIR%%/presets/ZynAddSubFX/olivers-100/0079-Subtle Supersaw Strings.xiz +%%DATADIR%%/presets/ZynAddSubFX/olivers-100/0080-Jarre Strings.xiz +%%DATADIR%%/presets/ZynAddSubFX/olivers-100/0081-Phased String Machine.xiz +%%DATADIR%%/presets/ZynAddSubFX/olivers-100/0082-Tronic Strings.xiz +%%DATADIR%%/presets/ZynAddSubFX/olivers-100/0083-Tronic Voices.xiz +%%DATADIR%%/presets/ZynAddSubFX/olivers-100/0084-Welcome to the 80s.xiz +%%DATADIR%%/presets/ZynAddSubFX/olivers-100/0085-Bright 80s Horn Stab.xiz +%%DATADIR%%/presets/ZynAddSubFX/olivers-100/0086-Star Voyage Pad.xiz +%%DATADIR%%/presets/ZynAddSubFX/olivers-100/0087-Breathy Too.xiz +%%DATADIR%%/presets/ZynAddSubFX/olivers-100/0088-Outer Galaxy Pad.xiz +%%DATADIR%%/presets/ZynAddSubFX/olivers-100/0090-Vintage Unison.xiz +%%DATADIR%%/presets/ZynAddSubFX/olivers-100/0091-Breezy Chord.xiz +%%DATADIR%%/presets/ZynAddSubFX/olivers-100/0092-Airy Chord.xiz +%%DATADIR%%/presets/ZynAddSubFX/olivers-100/0093-Chimey Chord.xiz +%%DATADIR%%/presets/ZynAddSubFX/olivers-100/0094-Donk Donk Chord.xiz +%%DATADIR%%/presets/ZynAddSubFX/olivers-100/0097-Passing Comet.xiz +%%DATADIR%%/presets/ZynAddSubFX/olivers-100/0098-Sweepy Noisy Pulses.xiz +%%DATADIR%%/presets/ZynAddSubFX/olivers-100/0099-Robot Overlords.xiz +%%DATADIR%%/presets/ZynAddSubFX/olivers-100/0100-Scrubbed Launch.xiz +%%DATADIR%%/presets/ZynAddSubFX/olivers-100/0101-Alien Lawnmower.xiz +%%DATADIR%%/presets/ZynAddSubFX/olivers-100/0102-RacecaR.xiz +%%DATADIR%%/presets/ZynAddSubFX/olivers-100/0103-Electric Swell.xiz +%%DATADIR%%/presets/ZynAddSubFX/olivers-100/0104-Classic FM Twang.xiz +%%DATADIR%%/presets/ZynAddSubFX/olivers-100/0105-Ominosity.xiz +%%DATADIR%%/presets/ZynAddSubFX/olivers-100/0106-Unpleasantly Drunk.xiz +%%DATADIR%%/presets/ZynAddSubFX/olivers-100/0107-Hammering Metal.xiz +%%DATADIR%%/presets/ZynAddSubFX/olivers-100/0108-Boiling Cauldron.xiz +%%DATADIR%%/presets/ZynAddSubFX/olivers-100/0109-Crickets.xiz +%%DATADIR%%/presets/ZynAddSubFX/the_mysterious_bank/0001-strings_pad.xiz +%%DATADIR%%/presets/ZynAddSubFX/the_mysterious_bank/0002-analog_strings.xiz +%%DATADIR%%/presets/ZynAddSubFX/the_mysterious_bank/0003-smooth_strings_pad.xiz +%%DATADIR%%/presets/ZynAddSubFX/the_mysterious_bank/0004-trance_strings_pad.xiz +%%DATADIR%%/presets/ZynAddSubFX/the_mysterious_bank/0005-mega_string.xiz +%%DATADIR%%/presets/ZynAddSubFX/the_mysterious_bank/0007-bass.xiz +%%DATADIR%%/presets/ZynAddSubFX/the_mysterious_bank/0008-bass2.xiz +%%DATADIR%%/presets/ZynAddSubFX/the_mysterious_bank/0009-agressive_bass.xiz +%%DATADIR%%/presets/ZynAddSubFX/the_mysterious_bank/0010-synth_bass.xiz +%%DATADIR%%/presets/ZynAddSubFX/the_mysterious_bank/0011-synth_bass_fat.xiz +%%DATADIR%%/presets/ZynAddSubFX/the_mysterious_bank/0013-supersaw.xiz +%%DATADIR%%/presets/ZynAddSubFX/the_mysterious_bank/0014-supersaw_wihout_%%CMAKE_BUILD_TYPE%%.xiz +%%DATADIR%%/presets/ZynAddSubFX/the_mysterious_bank/0015-superpulse.xiz +%%DATADIR%%/presets/ZynAddSubFX/the_mysterious_bank/0016-sine_pad.xiz +%%DATADIR%%/presets/ZynAddSubFX/the_mysterious_bank/0018-organ1.xiz +%%DATADIR%%/presets/ZynAddSubFX/the_mysterious_bank/0020-pulse_organ.xiz +%%DATADIR%%/presets/ZynAddSubFX/the_mysterious_bank/0021-rock_organ+distorsion.xiz +%%DATADIR%%/presets/ZynAddSubFX/the_mysterious_bank/0022-rock_organ.xiz +%%DATADIR%%/presets/ZynAddSubFX/the_mysterious_bank/0023-space_organ.xiz +%%DATADIR%%/presets/ZynAddSubFX/the_mysterious_bank/0024-space_organ2.xiz +%%DATADIR%%/presets/ZynAddSubFX/the_mysterious_bank/0026-bell_pad.xiz +%%DATADIR%%/presets/ZynAddSubFX/the_mysterious_bank/0027-inna_bell_like.xiz +%%DATADIR%%/presets/ZynAddSubFX/the_mysterious_bank/0029-hard_pulse.xiz +%%DATADIR%%/presets/ZynAddSubFX/the_mysterious_bank/0030-power_pulsions_lead.xiz +%%DATADIR%%/presets/ZynAddSubFX/the_mysterious_bank/0031-wah_sine.xiz +%%DATADIR%%/presets/ZynAddSubFX/the_mysterious_bank/0032-.xiz +%%DATADIR%%/presets/ZynAddSubFX/the_mysterious_bank/0034-alert_!.xiz +%%DATADIR%%/presets/ZynAddSubFX/the_mysterious_bank/0035-alarm2.xiz +%%DATADIR%%/presets/ZynAddSubFX/the_mysterious_bank/0036-glitch.xiz +%%DATADIR%%/presets/ZynAddSubFX/the_mysterious_bank/0037-the_rain.xiz +%%DATADIR%%/presets/ZynAddSubFX/the_mysterious_bank/0038-the_starting_machine.xiz +%%DATADIR%%/presets/ZynAddSubFX/the_mysterious_bank/0039-thunder.xiz +%%DATADIR%%/presets/ZynAddSubFX/the_mysterious_bank_2/0001-analog strings.xiz +%%DATADIR%%/presets/ZynAddSubFX/the_mysterious_bank_2/0003-fingered_bass.xiz +%%DATADIR%%/presets/ZynAddSubFX/the_mysterious_bank_2/0004-synth_bass.xiz +%%DATADIR%%/presets/ZynAddSubFX/the_mysterious_bank_2/0005-synth_bass_2.xiz +%%DATADIR%%/presets/ZynAddSubFX/the_mysterious_bank_2/0006-synth_bass_3.xiz +%%DATADIR%%/presets/ZynAddSubFX/the_mysterious_bank_2/0007-synth_bass_4.xiz +%%DATADIR%%/presets/ZynAddSubFX/the_mysterious_bank_2/0009-organ1.xiz +%%DATADIR%%/presets/ZynAddSubFX/the_mysterious_bank_2/0010-organ2.xiz +%%DATADIR%%/presets/ZynAddSubFX/the_mysterious_bank_2/0011-organ3.xiz +%%DATADIR%%/presets/ZynAddSubFX/the_mysterious_bank_2/0012-church_organ.xiz +%%DATADIR%%/presets/ZynAddSubFX/the_mysterious_bank_2/0014-synth_bell.xiz +%%DATADIR%%/presets/ZynAddSubFX/the_mysterious_bank_2/0015-rhodes1.xiz +%%DATADIR%%/presets/ZynAddSubFX/the_mysterious_bank_2/0016-pseudo_steeldrums.xiz +%%DATADIR%%/presets/ZynAddSubFX/the_mysterious_bank_2/0017-musicbox.xiz +%%DATADIR%%/presets/ZynAddSubFX/the_mysterious_bank_2/0019-sine_pad.xiz +%%DATADIR%%/presets/ZynAddSubFX/the_mysterious_bank_2/0020-sine_pad2.xiz +%%DATADIR%%/presets/ZynAddSubFX/the_mysterious_bank_2/0021-power_dnb.xiz +%%DATADIR%%/presets/ZynAddSubFX/the_mysterious_bank_2/0022-fantasy_choir.xiz +%%DATADIR%%/presets/ZynAddSubFX/the_mysterious_bank_2/0023-heavy_metal_guitar.xiz +%%DATADIR%%/presets/ZynAddSubFX/the_mysterious_bank_2/0024-synth_flute.xiz +%%DATADIR%%/presets/ZynAddSubFX/the_mysterious_bank_2/0026-kick.xiz +%%DATADIR%%/presets/ZynAddSubFX/the_mysterious_bank_2/0027-hithat.xiz +%%DATADIR%%/presets/ZynAddSubFX/the_mysterious_bank_2/0028-snare.xiz +%%DATADIR%%/presets/ZynAddSubFX/the_mysterious_bank_2/0030-canyon_wind.xiz +%%DATADIR%%/presets/ZynAddSubFX/the_mysterious_bank_2/0031-etrange_sound.xiz +%%DATADIR%%/presets/ZynAddSubFX/the_mysterious_bank_2/0032-mega_alert.xiz +%%DATADIR%%/presets/ZynAddSubFX/the_mysterious_bank_2/0033-new_glitch.xiz +%%DATADIR%%/presets/ZynAddSubFX/the_mysterious_bank_2/0034-radio.xiz +%%DATADIR%%/presets/ZynAddSubFX/the_mysterious_bank_2/0035-the_drunk_world.xiz +%%DATADIR%%/presets/ZynAddSubFX/the_mysterious_bank_2/0036-ufo.xiz +%%DATADIR%%/presets/ZynAddSubFX/the_mysterious_bank_2/0037-ufo2.xiz +%%DATADIR%%/presets/ZynAddSubFX/the_mysterious_bank_2/0038-8_bit_car.xiz +%%DATADIR%%/presets/ZynAddSubFX/the_mysterious_bank_3/0001-soft_strings.xiz +%%DATADIR%%/presets/ZynAddSubFX/the_mysterious_bank_3/0002-sines_pad.xiz +%%DATADIR%%/presets/ZynAddSubFX/the_mysterious_bank_3/0003-at_saturnus.xiz +%%DATADIR%%/presets/ZynAddSubFX/the_mysterious_bank_3/0004-echoes.xiz +%%DATADIR%%/presets/ZynAddSubFX/the_mysterious_bank_3/0005-echoes2.xiz +%%DATADIR%%/presets/ZynAddSubFX/the_mysterious_bank_3/0007-compad.xiz +%%DATADIR%%/presets/ZynAddSubFX/the_mysterious_bank_3/0008-padding.xiz +%%DATADIR%%/presets/ZynAddSubFX/the_mysterious_bank_3/0009-res_pad.xiz +%%DATADIR%%/presets/ZynAddSubFX/the_mysterious_bank_3/0010-supersaw.xiz +%%DATADIR%%/presets/ZynAddSubFX/the_mysterious_bank_3/0011-portal2_lead.xiz +%%DATADIR%%/presets/ZynAddSubFX/the_mysterious_bank_3/0013-fantasy_bell.xiz +%%DATADIR%%/presets/ZynAddSubFX/the_mysterious_bank_3/0014-dreaming_bells.xiz +%%DATADIR%%/presets/ZynAddSubFX/the_mysterious_bank_3/0015-dreaming_bells_dnb.xiz +%%DATADIR%%/presets/ZynAddSubFX/the_mysterious_bank_3/0016-mega_bell.xiz +%%DATADIR%%/presets/ZynAddSubFX/the_mysterious_bank_3/0017-in_the_space.xiz +%%DATADIR%%/presets/ZynAddSubFX/the_mysterious_bank_3/0019-a_bass.xiz +%%DATADIR%%/presets/ZynAddSubFX/the_mysterious_bank_3/0020-synth_bass.xiz +%%DATADIR%%/presets/ZynAddSubFX/the_mysterious_bank_3/0021-synth_bass_2.xiz +%%DATADIR%%/presets/ZynAddSubFX/the_mysterious_bank_3/0022-synth_bass_3.xiz +%%DATADIR%%/presets/ZynAddSubFX/the_mysterious_bank_3/0023-dnb_bass.xiz +%%DATADIR%%/presets/ZynAddSubFX/the_mysterious_bank_3/0024-fat_dnb_bass.xiz +%%DATADIR%%/presets/ZynAddSubFX/the_mysterious_bank_3/0026-cool_organ.xiz +%%DATADIR%%/presets/ZynAddSubFX/the_mysterious_bank_3/0027-cool_organ2.xiz +%%DATADIR%%/presets/ZynAddSubFX/the_mysterious_bank_3/0029-new_arpeggio_3.xiz +%%DATADIR%%/presets/ZynAddSubFX/the_mysterious_bank_3/0030-from_new_arp3.xiz +%%DATADIR%%/presets/ZynAddSubFX/the_mysterious_bank_3/0032-ufo_blues.xiz +%%DATADIR%%/presets/ZynAddSubFX/the_mysterious_bank_3/0033-ufo_funk.xiz +%%DATADIR%%/presets/ZynAddSubFX/the_mysterious_bank_3/0034-synth_guitar.xiz +%%DATADIR%%/presets/ZynAddSubFX/the_mysterious_bank_3/0035-taped_instrument.xiz +%%DATADIR%%/presets/ZynAddSubFX/the_mysterious_bank_3/0037-computer.xiz +%%DATADIR%%/presets/ZynAddSubFX/the_mysterious_bank_3/0038-falling_stars.xiz +%%DATADIR%%/presets/ZynAddSubFX/the_mysterious_bank_3/0039-real_glitch.xiz +%%DATADIR%%/presets/ZynAddSubFX/the_mysterious_bank_4/0001-res_strings_pad.xiz +%%DATADIR%%/presets/ZynAddSubFX/the_mysterious_bank_4/0002-another_respad.xiz +%%DATADIR%%/presets/ZynAddSubFX/the_mysterious_bank_4/0003-strings_pad.xiz +%%DATADIR%%/presets/ZynAddSubFX/the_mysterious_bank_4/0004-strings_pad_2.xiz +%%DATADIR%%/presets/ZynAddSubFX/the_mysterious_bank_4/0005-synth_strings.xiz +%%DATADIR%%/presets/ZynAddSubFX/the_mysterious_bank_4/0007-from_another_space.xiz +%%DATADIR%%/presets/ZynAddSubFX/the_mysterious_bank_4/0008-from_another_galaxy.xiz +%%DATADIR%%/presets/ZynAddSubFX/the_mysterious_bank_4/0009-from_another_planet.xiz +%%DATADIR%%/presets/ZynAddSubFX/the_mysterious_bank_4/0010-unamed_pad.xiz +%%DATADIR%%/presets/ZynAddSubFX/the_mysterious_bank_4/0011-arpeggio1.xiz +%%DATADIR%%/presets/ZynAddSubFX/the_mysterious_bank_4/0013-metal_bell.xiz +%%DATADIR%%/presets/ZynAddSubFX/the_mysterious_bank_4/0014-bell.xiz +%%DATADIR%%/presets/ZynAddSubFX/the_mysterious_bank_4/0015-belly.xiz +%%DATADIR%%/presets/ZynAddSubFX/the_mysterious_bank_4/0016-sine_pad.xiz +%%DATADIR%%/presets/ZynAddSubFX/the_mysterious_bank_4/0017-wil_aow_space.xiz +%%DATADIR%%/presets/ZynAddSubFX/the_mysterious_bank_4/0019-bass_pad.xiz +%%DATADIR%%/presets/ZynAddSubFX/the_mysterious_bank_4/0020-bass_pad_fat.xiz +%%DATADIR%%/presets/ZynAddSubFX/the_mysterious_bank_4/0021-synth_bass.xiz +%%DATADIR%%/presets/ZynAddSubFX/the_mysterious_bank_4/0022-synth_bass_2.xiz +%%DATADIR%%/presets/ZynAddSubFX/the_mysterious_bank_4/0023-hard_bass.xiz +%%DATADIR%%/presets/ZynAddSubFX/the_mysterious_bank_4/0024-pseudo_doublebass.xiz +%%DATADIR%%/presets/ZynAddSubFX/the_mysterious_bank_4/0025-synth_bass_3.xiz +%%DATADIR%%/presets/ZynAddSubFX/the_mysterious_bank_4/0027-funky_lead.xiz +%%DATADIR%%/presets/ZynAddSubFX/the_mysterious_bank_4/0028-daft_punk_lead.xiz +%%DATADIR%%/presets/ZynAddSubFX/the_mysterious_bank_4/0029-synth_guitar.xiz +%%DATADIR%%/presets/ZynAddSubFX/the_mysterious_bank_4/0031-rhodes.xiz +%%DATADIR%%/presets/ZynAddSubFX/the_mysterious_bank_4/0032-rhodes_2.xiz +%%DATADIR%%/presets/ZynAddSubFX/the_mysterious_bank_4/0033-80s_rhodes.xiz +%%DATADIR%%/presets/ZynAddSubFX/the_mysterious_bank_4/0035-organ.xiz +%%DATADIR%%/presets/ZynAddSubFX/the_mysterious_bank_4/0036-organ_not_distorted.xiz +%%DATADIR%%/presets/ZynAddSubFX/the_mysterious_bank_4/0037-old_organ.xiz +%%DATADIR%%/presets/ZynAddSubFX/the_mysterious_bank_4/0039-jazz_guitar.xiz %%DATADIR%%/projects/CoolSongs/Alf42red-Mauiwowi.mmpz -%%DATADIR%%/projects/CoolSongs/CapDan-TwilightArea-OriginalByAlf42red.mmpz -%%DATADIR%%/projects/CoolSongs/CapDan-ZeroSumGame-OriginalByZakarra.mmpz +%%DATADIR%%/projects/CoolSongs/CapDan/CapDan-TwilightArea-OriginalByAlf42red.mmpz +%%DATADIR%%/projects/CoolSongs/CapDan/CapDan-ZeroSumGame-OriginalByZakarra.mmpz %%DATADIR%%/projects/CoolSongs/Farbro-Tectonic.mmpz +%%DATADIR%%/projects/CoolSongs/Greippi-ardudar.mmpz %%DATADIR%%/projects/CoolSongs/Impulslogik-Zen.mmpz %%DATADIR%%/projects/CoolSongs/Momo64-esp.mmpz %%DATADIR%%/projects/CoolSongs/Namitryus-K-Project.mmpz %%DATADIR%%/projects/CoolSongs/Oglsdl-Dr8v2.mmpz +%%DATADIR%%/projects/CoolSongs/Popsip-Electric Dancer.mmpz %%DATADIR%%/projects/CoolSongs/Root84-Initialize.mmpz %%DATADIR%%/projects/CoolSongs/Saber-FinalStep.mmpz %%DATADIR%%/projects/CoolSongs/Settel-InnerRecreation.mmpz -%%DATADIR%%/projects/CoolSongs/Skiessi-Onion.mmpz -%%DATADIR%%/projects/CoolSongs/Skiessi-TurningPoint.mmpz +%%DATADIR%%/projects/CoolSongs/Skiessi/Skiessi-Onion.mmpz +%%DATADIR%%/projects/CoolSongs/Skiessi/Skiessi-RandomProjectNumber14253.mmpz +%%DATADIR%%/projects/CoolSongs/Skiessi/Skiessi-TurningPoint.mmpz %%DATADIR%%/projects/CoolSongs/Socceroos-Progress.mmpz %%DATADIR%%/projects/CoolSongs/StrictProduction-DearJonDoe.mmp %%DATADIR%%/projects/CoolSongs/TameAnderson-MakeMe.mmpz %%DATADIR%%/projects/CoolSongs/Thaledric-Armageddon.mmpz -%%DATADIR%%/projects/CoolSongs/Zakarra-59_Degrees.mmpz -%%DATADIR%%/projects/CoolSongs/Zakarra-MainstreamMemory.mmpz -%%DATADIR%%/projects/CoolSongs/Zakarra-OneDay.mmpz -%%DATADIR%%/projects/Covers/CapDan-Infinity2010.mmpz -%%DATADIR%%/projects/Covers/Edo98-FinalCountdown.mmpz -%%DATADIR%%/projects/Covers/MichaelKuhn-Mondscheinsonate.mmpz -%%DATADIR%%/projects/Covers/Momo64-Jeeg.mmpz -%%DATADIR%%/projects/Covers/Thaledric-AwayFromBoobaloo.mmpz +%%DATADIR%%/projects/CoolSongs/TobyDox-Psycho.mmpz +%%DATADIR%%/projects/CoolSongs/Zakarra/Zakarra-59_Degrees.mmpz +%%DATADIR%%/projects/CoolSongs/Zakarra/Zakarra-MainstreamMemory.mmpz +%%DATADIR%%/projects/CoolSongs/Zakarra/Zakarra-OneDay.mmpz +%%DATADIR%%/projects/CoolSongs/unfa-Spoken.mmpz %%DATADIR%%/projects/Demos/AngryLlama-NewFangled.mmpz %%DATADIR%%/projects/Demos/Ashore.mmpz %%DATADIR%%/projects/Demos/CapDan-ReggaeTry.mmpz @@ -774,18 +1396,9 @@ share/applications/lmms.desktop %%DATADIR%%/projects/Demos/DnB.mmpz %%DATADIR%%/projects/Demos/EsoXLB-CPU.mmpz %%DATADIR%%/projects/Demos/Oglsdl-PpTrip.mmpz +%%DATADIR%%/projects/Demos/Shovon-ProgressiveHousePluckDemo.mmpz %%DATADIR%%/projects/Demos/Skiessi-C64.mmpz %%DATADIR%%/projects/Demos/Thomasso-AxeFromThe80s.mmpz -%%DATADIR%%/projects/OldStuff/BlueWolf-DreamTravel.mmp -%%DATADIR%%/projects/OldStuff/Chris-HorizonRemix.mmp -%%DATADIR%%/projects/OldStuff/Malex-Horizon4.mmp -%%DATADIR%%/projects/OldStuff/MysthR-Living.mmpz -%%DATADIR%%/projects/OldStuff/Siegel-DreamWave.mmp -%%DATADIR%%/projects/OldStuff/Siegel-SpeedTrack.mmp -%%DATADIR%%/projects/OldStuff/Silva-ElvesCall.mmp -%%DATADIR%%/projects/OldStuff/Skiessi-RandomProjectNumber14253.mmpz -%%DATADIR%%/projects/OldStuff/TobyDox-Confused.mmp -%%DATADIR%%/projects/OldStuff/TobyDox-Psycho.mmp %%DATADIR%%/projects/Shorties/Crunk(Demo).mmp %%DATADIR%%/projects/Shorties/Greshz-CoolSnip.mmpz %%DATADIR%%/projects/Shorties/Root84-TrancyLoop.mmpz @@ -793,6 +1406,10 @@ share/applications/lmms.desktop %%DATADIR%%/projects/Shorties/Surrender-Main.mmpz %%DATADIR%%/projects/Shorties/sv-DnB-Startup.mmpz %%DATADIR%%/projects/Shorties/sv-Trance-Startup.mmpz +%%DATADIR%%/projects/templates/AcousticDrumset.mpt +%%DATADIR%%/projects/templates/CR8000.mpt +%%DATADIR%%/projects/templates/ClubMix.mpt +%%DATADIR%%/projects/templates/TR808.mpt %%DATADIR%%/projects/tutorials/editing_note_volumes.mmp %%DATADIR%%/samples/basses/bass01.ogg %%DATADIR%%/samples/basses/bass_acid01.ogg @@ -1764,12 +2381,45 @@ share/applications/lmms.desktop %%DATADIR%%/samples/stringsnpads/space_strings02.ogg %%DATADIR%%/samples/stringsnpads/space_strings03.ogg %%DATADIR%%/samples/stringsnpads/strings01.ogg +%%DATADIR%%/samples/waveforms/10saw.flac +%%DATADIR%%/samples/waveforms/10sine.flac +%%DATADIR%%/samples/waveforms/10sqr.flac +%%DATADIR%%/samples/waveforms/10tri.flac +%%DATADIR%%/samples/waveforms/analogsqr.flac +%%DATADIR%%/samples/waveforms/fmsaw1.flac +%%DATADIR%%/samples/waveforms/fmsine.flac +%%DATADIR%%/samples/waveforms/fmsine2.flac +%%DATADIR%%/samples/waveforms/halfsine.flac +%%DATADIR%%/samples/waveforms/impulse.flac +%%DATADIR%%/samples/waveforms/lfo_trancegate_quarter.flac +%%DATADIR%%/samples/waveforms/lfo_trancegate_sawdecay_quarter.flac +%%DATADIR%%/samples/waveforms/lfo_trancegate_sinedecay_quarter.flac +%%DATADIR%%/samples/waveforms/lfo_trancegate_triplet_half.flac +%%DATADIR%%/samples/waveforms/lfo_trancegate_triplet_half_2.flac +%%DATADIR%%/samples/waveforms/lfo_trancegate_triplet_quarter.flac +%%DATADIR%%/samples/waveforms/lfo_trancegate_whole.flac +%%DATADIR%%/samples/waveforms/lfo_trancegate_whole_2.flac +%%DATADIR%%/samples/waveforms/modsqr.flac +%%DATADIR%%/samples/waveforms/saw1.flac +%%DATADIR%%/samples/waveforms/saw2.flac +%%DATADIR%%/samples/waveforms/sinesaw.flac +%%DATADIR%%/samples/waveforms/w2_addsyn.flac +%%DATADIR%%/samples/waveforms/w2_angrysaw.flac +%%DATADIR%%/samples/waveforms/w2_hexagon.flac +%%DATADIR%%/samples/waveforms/w2_invsine.flac +%%DATADIR%%/samples/waveforms/w2_invsineabs.flac +%%DATADIR%%/samples/waveforms/w2_invsinehalf.flac +%%DATADIR%%/samples/waveforms/w2_noisy.flac +%%DATADIR%%/samples/waveforms/w2_rad.flac +%%DATADIR%%/samples/waveforms/w2_sawsine.flac +%%DATADIR%%/samples/waveforms/w2_sharp.flac +%%DATADIR%%/samples/waveforms/w2_w-wave.flac %%DATADIR%%/themes/default/add.png %%DATADIR%%/themes/default/add_automation.png %%DATADIR%%/themes/default/add_bb_track.png -%%DATADIR%%/themes/default/add_controller.png %%DATADIR%%/themes/default/add_sample_track.png %%DATADIR%%/themes/default/analysis.png +%%DATADIR%%/themes/default/apply-selected.png %%DATADIR%%/themes/default/apply.png %%DATADIR%%/themes/default/arp_down.png %%DATADIR%%/themes/default/arp_free.png @@ -1786,6 +2436,7 @@ share/applications/lmms.desktop %%DATADIR%%/themes/default/back_to_zero.png %%DATADIR%%/themes/default/background_artwork.png %%DATADIR%%/themes/default/bb_track.png +%%DATADIR%%/themes/default/bb_track_btn.png %%DATADIR%%/themes/default/black_key.png %%DATADIR%%/themes/default/black_key_pressed.png %%DATADIR%%/themes/default/cancel.png @@ -1846,6 +2497,7 @@ share/applications/lmms.desktop %%DATADIR%%/themes/default/knob02.png %%DATADIR%%/themes/default/knob03.png %%DATADIR%%/themes/default/knob04.png +%%DATADIR%%/themes/default/knob05.png %%DATADIR%%/themes/default/lcd_19green.png %%DATADIR%%/themes/default/lcd_19red.png %%DATADIR%%/themes/default/lcd_21pink.png @@ -1861,16 +2513,21 @@ share/applications/lmms.desktop %%DATADIR%%/themes/default/lfo_x100_inactive.png %%DATADIR%%/themes/default/lfo_x1_active.png %%DATADIR%%/themes/default/lfo_x1_inactive.png -%%DATADIR%%/themes/default/loop_point.png +%%DATADIR%%/themes/default/loop_point_b.png +%%DATADIR%%/themes/default/loop_point_e.png %%DATADIR%%/themes/default/loop_points_off.png %%DATADIR%%/themes/default/loop_points_on.png +%%DATADIR%%/themes/default/main_slider.png %%DATADIR%%/themes/default/main_toolbar_bg.png %%DATADIR%%/themes/default/master_pitch.png %%DATADIR%%/themes/default/master_volume.png %%DATADIR%%/themes/default/midi_file.png +%%DATADIR%%/themes/default/mixer_send_off.png +%%DATADIR%%/themes/default/mixer_send_on.png %%DATADIR%%/themes/default/moog_saw_wave_active.png %%DATADIR%%/themes/default/moog_saw_wave_inactive.png %%DATADIR%%/themes/default/muted.png +%%DATADIR%%/themes/default/new_channel.png %%DATADIR%%/themes/default/note.png %%DATADIR%%/themes/default/note_double_whole.png %%DATADIR%%/themes/default/note_eighth.png @@ -1886,6 +2543,7 @@ share/applications/lmms.desktop %%DATADIR%%/themes/default/note_tripletthirtysecond.png %%DATADIR%%/themes/default/note_whole.png %%DATADIR%%/themes/default/output_graph.png +%%DATADIR%%/themes/default/pat_rec.png %%DATADIR%%/themes/default/pause.png %%DATADIR%%/themes/default/piano.png %%DATADIR%%/themes/default/play.png @@ -1899,6 +2557,9 @@ share/applications/lmms.desktop %%DATADIR%%/themes/default/pr_white_key_small.png %%DATADIR%%/themes/default/pr_white_key_small_pressed.png %%DATADIR%%/themes/default/preset_file.png +%%DATADIR%%/themes/default/progression_cubic_hermite.png +%%DATADIR%%/themes/default/progression_discrete.png +%%DATADIR%%/themes/default/progression_linear.png %%DATADIR%%/themes/default/project_export.png %%DATADIR%%/themes/default/project_file.png %%DATADIR%%/themes/default/project_import.png @@ -1911,6 +2572,9 @@ share/applications/lmms.desktop %%DATADIR%%/themes/default/project_save.png %%DATADIR%%/themes/default/project_saveas.png %%DATADIR%%/themes/default/quantize.png +%%DATADIR%%/themes/default/random_wave_active.png +%%DATADIR%%/themes/default/random_wave_inactive.png +%%DATADIR%%/themes/default/receive_bg_arrow.png %%DATADIR%%/themes/default/record.png %%DATADIR%%/themes/default/record_accompany.png %%DATADIR%%/themes/default/reload.png @@ -1920,7 +2584,16 @@ share/applications/lmms.desktop %%DATADIR%%/themes/default/sample_track.png %%DATADIR%%/themes/default/saw_wave_active.png %%DATADIR%%/themes/default/saw_wave_inactive.png +%%DATADIR%%/themes/default/sbarrow_down.png +%%DATADIR%%/themes/default/sbarrow_down_d.png +%%DATADIR%%/themes/default/sbarrow_left.png +%%DATADIR%%/themes/default/sbarrow_left_d.png +%%DATADIR%%/themes/default/sbarrow_right.png +%%DATADIR%%/themes/default/sbarrow_right_d.png +%%DATADIR%%/themes/default/sbarrow_up.png +%%DATADIR%%/themes/default/sbarrow_up_d.png %%DATADIR%%/themes/default/scale.png +%%DATADIR%%/themes/default/send_bg_arrow.png %%DATADIR%%/themes/default/setup_audio.png %%DATADIR%%/themes/default/setup_directories.png %%DATADIR%%/themes/default/setup_general.png @@ -1929,6 +2602,7 @@ share/applications/lmms.desktop %%DATADIR%%/themes/default/sin_wave_active.png %%DATADIR%%/themes/default/sin_wave_inactive.png %%DATADIR%%/themes/default/songeditor.png +%%DATADIR%%/themes/default/soundfont_file.png %%DATADIR%%/themes/default/splash.png %%DATADIR%%/themes/default/square_wave_active.png %%DATADIR%%/themes/default/square_wave_inactive.png @@ -1961,6 +2635,10 @@ share/applications/lmms.desktop %%DATADIR%%/themes/default/toolbar_bg.png %%DATADIR%%/themes/default/track_op_grip.png %%DATADIR%%/themes/default/track_op_menu.png +%%DATADIR%%/themes/default/track_op_menu_active.png +%%DATADIR%%/themes/default/trackop.png +%%DATADIR%%/themes/default/trackop_c.png +%%DATADIR%%/themes/default/trackop_h.png %%DATADIR%%/themes/default/triangle_wave_active.png %%DATADIR%%/themes/default/triangle_wave_inactive.png %%DATADIR%%/themes/default/uhoh.png @@ -1969,6 +2647,7 @@ share/applications/lmms.desktop %%DATADIR%%/themes/default/unknown_file.png %%DATADIR%%/themes/default/usr_wave_active.png %%DATADIR%%/themes/default/usr_wave_inactive.png +%%DATADIR%%/themes/default/vst_plugin_file.png %%DATADIR%%/themes/default/whatsthis.png %%DATADIR%%/themes/default/white_key.png %%DATADIR%%/themes/default/white_key_pressed.png @@ -1977,6 +2656,11 @@ share/applications/lmms.desktop %%DATADIR%%/themes/default/zoom.png %%DATADIR%%/themes/default/zoom_x.png %%DATADIR%%/themes/default/zoom_y.png +%%DATADIR%%/wavetables/moog.%%QT_BINDIR%% +%%DATADIR%%/wavetables/saw.%%QT_BINDIR%% +%%DATADIR%%/wavetables/sqr.%%QT_BINDIR%% +%%DATADIR%%/wavetables/tri.%%QT_BINDIR%% +share/man/man1/lmms.1.gz share/menu/lmms share/mime/packages/lmms.xml share/pixmaps/lmms.png |