Compare commits
101 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
e565e2e740 | ||
|
|
cbc4c7c0aa | ||
|
|
2188ac9741 | ||
|
|
31b393af58 | ||
|
|
8201a19d4c | ||
|
|
6b0c083ce5 | ||
|
|
9c4dc40de1 | ||
|
|
894ee9ea48 | ||
|
|
f687591986 | ||
|
|
ed02d1d501 | ||
|
|
c94d003683 | ||
|
|
4995b3a87c | ||
|
|
8f735d4b06 | ||
|
|
1f99455e67 | ||
|
|
02149d66f5 | ||
|
|
c16d1be0a8 | ||
|
|
9009d745e9 | ||
|
|
601b6c7c59 | ||
|
|
e940acd3cb | ||
|
|
e0a26a35fc | ||
|
|
0edc0db7bd | ||
|
|
52bab63548 | ||
|
|
0d0288eabe | ||
|
|
833610ea1c | ||
|
|
9dee41c017 | ||
|
|
1ed140eec4 | ||
|
|
b93d62124c | ||
|
|
4ec030b518 | ||
|
|
40627ffc53 | ||
|
|
a680dd413d | ||
|
|
e7b2cfc9f8 | ||
|
|
315cd1936d | ||
|
|
2e1c7ce8a2 | ||
|
|
99807eeb98 | ||
|
|
af8862fd2a | ||
|
|
45eaf1439b | ||
|
|
45a128512b | ||
|
|
0cb99b2d67 | ||
|
|
1046c7afb8 | ||
|
|
4569b635d9 | ||
|
|
2828262459 | ||
|
|
a850c1dd43 | ||
|
|
8ec501d6c6 | ||
|
|
844aba46b0 | ||
|
|
bf03fa7eb2 | ||
|
|
7931d65a89 | ||
|
|
b46e711205 | ||
|
|
ec07aef5ac | ||
|
|
49ffdcd5bc | ||
|
|
8bfcadfcaf | ||
|
|
c0c729412b | ||
|
|
4dbb6a20bd | ||
|
|
efbe9c94c0 | ||
|
|
ab35c12552 | ||
|
|
2b033627e6 | ||
|
|
76252b461b | ||
|
|
345277d34f | ||
|
|
0f40a68e75 | ||
|
|
a6fbb8bb2d | ||
|
|
95b0607745 | ||
|
|
fc38ce4d96 | ||
|
|
12ba546419 | ||
|
|
9cf48736d9 | ||
|
|
a2c0960810 | ||
|
|
2ff42ac80b | ||
|
|
640f140ef1 | ||
|
|
fa7085d80f | ||
|
|
6c7e6571e7 | ||
|
|
9b533f055a | ||
|
|
168b65dfae | ||
|
|
625c947d7a | ||
|
|
264ad268ba | ||
|
|
6b875a9181 | ||
|
|
4c93249aae | ||
|
|
c720c1f4c8 | ||
|
|
1102f03fde | ||
|
|
c5d01d5e0d | ||
|
|
e5dddeffb0 | ||
|
|
ab180ad254 | ||
|
|
e867071e43 | ||
|
|
bc2bf0e30b | ||
|
|
4db2ef1f7d | ||
|
|
95df8100a2 | ||
|
|
12b07484aa | ||
|
|
fa6e5be636 | ||
|
|
84f3ecf76b | ||
|
|
a4ba618828 | ||
|
|
83ce3c21b4 | ||
|
|
48990656b9 | ||
|
|
d3e6f5a348 | ||
|
|
0d90ac3176 | ||
|
|
48fe96c9ac | ||
|
|
1ffe1c0733 | ||
|
|
aa575bca83 | ||
|
|
b3c9bf011b | ||
|
|
8b3d3f33a7 | ||
|
|
4fefc16f4b | ||
|
|
e1403ee10b | ||
|
|
6748aa99d1 | ||
|
|
541d9d5ad6 | ||
|
|
10f2fab3d2 |
@@ -15,7 +15,7 @@ INCLUDE(FindPkgConfig)
|
||||
|
||||
SET(VERSION_MAJOR "0")
|
||||
SET(VERSION_MINOR "4")
|
||||
SET(VERSION_PATCH "1")
|
||||
SET(VERSION_PATCH "4")
|
||||
#SET(VERSION_SUFFIX "")
|
||||
SET(VERSION "${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH}")
|
||||
IF(VERSION_SUFFIX)
|
||||
@@ -29,13 +29,13 @@ INCLUDE(DetectMachine)
|
||||
IF(LMMS_HOST_X86_64)
|
||||
SET(STRIP /opt/mingw64/bin/x86_64-pc-mingw32-strip)
|
||||
ELSE(LMMS_HOST_X86_64)
|
||||
SET(STRIP /opt/mingw/bin/i586-mingw32-strip)
|
||||
SET(STRIP /opt/mingw32/bin/i586-pc-mingw32-strip)
|
||||
ENDIF(LMMS_HOST_X86_64)
|
||||
|
||||
OPTION(WANT_ALSA "Include ALSA (Advanced Linux Sound Architecture) support" ON)
|
||||
OPTION(WANT_CAPS "Include C* Audio Plugin Suite (LADSPA plugins)" ON)
|
||||
OPTION(WANT_CMT "Include Computer Music Toolkit LADSPA plugins" ON)
|
||||
OPTION(WANT_FFTW3F "Include SpectrumAnalyzer plugin" ON)
|
||||
OPTION(WANT_FFTW3F "Include SpectrumAnalyzer and ZynAddSubFX plugin" ON)
|
||||
OPTION(WANT_JACK "Include JACK (Jack Audio Connection Kit) support" ON)
|
||||
OPTION(WANT_OGGVORBIS "Include OGG/Vorbis support" ON)
|
||||
OPTION(WANT_PULSEAUDIO "Include PulseAudio support" ON)
|
||||
@@ -95,6 +95,14 @@ SET(QT_MIN_VERSION "4.3.0")
|
||||
FIND_PACKAGE(Qt4 REQUIRED)
|
||||
SET(QT_USE_QTXML 1)
|
||||
EXEC_PROGRAM(${QT_QMAKE_EXECUTABLE} ARGS "-query QT_INSTALL_TRANSLATIONS" OUTPUT_VARIABLE QT_TRANSLATIONS_DIR)
|
||||
IF(LMMS_BUILD_WIN32)
|
||||
SET(QT_TRANSLATIONS_DIR "/opt/mingw32/share/qt4/translations/")
|
||||
# hack to allow making moc.exe a symlink to native moc-binary in compatible version
|
||||
SET(QT_MOC_EXECUTABLE ${QT_BINARY_DIR}/moc.exe)
|
||||
ENDIF(LMMS_BUILD_WIN32)
|
||||
IF(LMMS_BUILD_WIN64)
|
||||
SET(QT_TRANSLATIONS_DIR "/opt/mingw64/share/qt4/translations/")
|
||||
ENDIF(LMMS_BUILD_WIN64)
|
||||
IF(EXISTS "${QT_TRANSLATIONS_DIR}")
|
||||
MESSAGE("-- Found Qt translations in ${QT_TRANSLATIONS_DIR}")
|
||||
ADD_DEFINITIONS(-D'QT_TRANSLATIONS_DIR="${QT_TRANSLATIONS_DIR}"')
|
||||
@@ -148,7 +156,7 @@ IF(WANT_SDL)
|
||||
SET(STATUS_SDL "OK")
|
||||
ELSE(SDL_FOUND)
|
||||
SET(STATUS_SDL "not found, please install libsdl1.2-dev (or similiar) "
|
||||
"if your require SDL support")
|
||||
"if you require SDL support")
|
||||
ENDIF(SDL_FOUND)
|
||||
ENDIF(WANT_SDL)
|
||||
IF(NOT LMMS_HAVE_SDL)
|
||||
@@ -169,7 +177,7 @@ IF(WANT_STK)
|
||||
ELSE(STK_FOUND)
|
||||
SET(STK_INCLUDE_DIR "")
|
||||
SET(STATUS_STK "not found, please install libstk0-dev (or similiar) "
|
||||
"if your require the Vibed Instrument")
|
||||
"if you require the Vibed Instrument")
|
||||
ENDIF(STK_FOUND)
|
||||
ENDIF(WANT_STK)
|
||||
|
||||
@@ -182,7 +190,7 @@ ENDIF(WANT_STK)
|
||||
# SET(STATUS_PORTAUDIO "OK")
|
||||
# ELSE(PORTAUDIO_FOUND)
|
||||
# SET(STATUS_PORTAUDIO "not found, please install libportaudio-dev (or similiar, version >= 1.8) "
|
||||
# "if your require Portaudio support")
|
||||
# "if you require Portaudio support")
|
||||
# ENDIF(PORTAUDIO_FOUND)
|
||||
#ENDIF(WANT_PORTAUDIO)
|
||||
IF(NOT LMMS_HAVE_PORTAUDIO)
|
||||
@@ -199,7 +207,7 @@ IF(WANT_PULSEAUDIO)
|
||||
SET(STATUS_PULSEAUDIO "OK")
|
||||
ELSE(PULSEAUDIO_FOUND)
|
||||
SET(STATUS_PULSEAUDIO "not found, please install libpulse-dev (or similiar) "
|
||||
"if your require PulseAudio support")
|
||||
"if you require PulseAudio support")
|
||||
ENDIF(PULSEAUDIO_FOUND)
|
||||
ENDIF(WANT_PULSEAUDIO)
|
||||
IF(NOT LMMS_HAVE_PULSEAUDIO)
|
||||
@@ -317,7 +325,7 @@ ENDIF(LMMS_BUILD_WIN32)
|
||||
|
||||
# check for libsamplerate
|
||||
IF(WANT_SYSTEM_SR)
|
||||
PKG_CHECK_MODULES(SAMPLERATE samplerate>=0.1.3)
|
||||
PKG_CHECK_MODULES(SAMPLERATE samplerate>=0.1.7)
|
||||
IF(SAMPLERATE_FOUND)
|
||||
SET(LMMS_HAVE_SAMPLERATE TRUE)
|
||||
ENDIF(SAMPLERATE_FOUND)
|
||||
@@ -392,7 +400,7 @@ IF(WIN32)
|
||||
IF(LMMS_HOST_X86_64)
|
||||
SET(WINDRES /opt/mingw64/bin/x86_64-pc-mingw32-windres)
|
||||
ELSE(LMMS_HOST_X86_64)
|
||||
SET(WINDRES /opt/mingw/bin/i586-mingw32-windres)
|
||||
SET(WINDRES /opt/mingw32/bin/i586-pc-mingw32-windres)
|
||||
ENDIF(LMMS_HOST_X86_64)
|
||||
ADD_CUSTOM_COMMAND(OUTPUT ${WINRC}
|
||||
COMMAND ${WINDRES}
|
||||
@@ -426,6 +434,7 @@ ADD_CUSTOM_COMMAND(OUTPUT ${CMAKE_BINARY_DIR}/lmms.1.gz COMMAND gzip -c ${CMAKE_
|
||||
ADD_EXECUTABLE(lmms ${lmms_SOURCES} ${lmms_INCLUDES} ${LIBSAMPLERATE_SOURCES} ${LMMS_ER_H} ${lmms_UI_out} lmmsconfig.h ${WINRC} ${CMAKE_BINARY_DIR}/lmms.1.gz)
|
||||
|
||||
IF(LMMS_BUILD_WIN32)
|
||||
|
||||
SET_TARGET_PROPERTIES(lmms PROPERTIES LINK_FLAGS "${LINK_FLAGS} -mwindows")
|
||||
ADD_CUSTOM_COMMAND(TARGET lmms POST_BUILD COMMAND ${STRIP} ${CMAKE_BINARY_DIR}/lmms.exe)
|
||||
|
||||
@@ -433,11 +442,15 @@ IF(LMMS_BUILD_WIN32)
|
||||
IF(LMMS_BUILD_WIN64)
|
||||
INSTALL(FILES /opt/mingw64/bin/QtCore4.dll /opt/mingw64/bin/QtGui4.dll /opt/mingw64/bin/QtXml4.dll /opt/mingw64/bin/libsndfile-1.dll /opt/mingw64/bin/libvorbis-0.dll /opt/mingw64/bin/libvorbisenc-2.dll /opt/mingw64/bin/libvorbisfile-3.dll /opt/mingw64/bin/libogg-0.dll /opt/mingw64/bin/libfluidsynth-1.dll /opt/mingw64/bin/libfftw3f-3.dll /opt/mingw64/bin/SDL.dll DESTINATION .)
|
||||
ELSE(LMMS_BUILD_WIN64)
|
||||
INSTALL(FILES /opt/mingw/bin/QtCore4.dll /opt/mingw/bin/QtGui4.dll /opt/mingw/bin/QtXml4.dll /opt/mingw/bin/libz.dll /opt/mingw/bin/libsndfile-1.dll /opt/mingw/bin/libvorbis-0.dll /opt/mingw/bin/libvorbisenc-2.dll /opt/mingw/bin/libvorbisfile-3.dll /opt/mingw/bin/libogg-0.dll /opt/mingw/bin/libfluidsynth-1.dll /opt/mingw/bin/libfftw3f-3.dll /opt/mingw/bin/SDL.dll /opt/mingw/i586-mingw32/bin/mingwm10.dll DESTINATION .)
|
||||
INSTALL(FILES /opt/mingw32/bin/QtCore4.dll /opt/mingw32/bin/QtGui4.dll /opt/mingw32/bin/QtXml4.dll /opt/mingw32/bin/libz.dll /opt/mingw32/bin/libsndfile-1.dll /opt/mingw32/bin/libvorbis-0.dll /opt/mingw32/bin/libvorbisenc-2.dll /opt/mingw32/bin/libvorbisfile-3.dll /opt/mingw32/bin/libogg-0.dll /opt/mingw32/bin/libfluidsynth-1.dll /opt/mingw32/bin/libfftw3f-3.dll /opt/mingw32/bin/SDL.dll /opt/mingw32/i586-pc-mingw32/bin/mingwm10.dll DESTINATION .)
|
||||
ENDIF(LMMS_BUILD_WIN64)
|
||||
|
||||
ELSE(LMMS_BUILD_WIN32)
|
||||
SET_TARGET_PROPERTIES(lmms PROPERTIES LINK_FLAGS "${LINK_FLAGS} -Wl,-E")
|
||||
|
||||
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)
|
||||
|
||||
ENDIF(LMMS_BUILD_WIN32)
|
||||
|
||||
#
|
||||
@@ -450,7 +463,7 @@ FOREACH(_ts_file ${lmms_LOCALES})
|
||||
STRING(REPLACE "${CMAKE_SOURCE_DIR}/data/locale/" "" _ts_target "${_ts_file}")
|
||||
STRING(REPLACE ".ts" ".qm" _qm_file "${_ts_file}")
|
||||
STRING(REPLACE ".ts" ".qm" _qm_target "${_ts_target}")
|
||||
ADD_CUSTOM_TARGET(${_ts_target} COMMAND ${QT_LUPDATE_EXECUTABLE} ${lmms_SOURCES} `find plugins/ -type f -name '*.cpp'` -ts ${_ts_file})
|
||||
ADD_CUSTOM_TARGET(${_ts_target} COMMAND ${QT_LUPDATE_EXECUTABLE} ${lmms_SOURCES} `find ${CMAKE_SOURCE_DIR}/plugins/ -type f -name '*.cpp'` -ts ${_ts_file})
|
||||
ADD_CUSTOM_TARGET(${_qm_target} COMMAND ${QT_LRELEASE_EXECUTABLE} ${_ts_file} -qm ${_qm_file})
|
||||
LIST(APPEND ts_targets "${_ts_target}")
|
||||
LIST(APPEND qm_targets "${_qm_target}")
|
||||
@@ -519,21 +532,21 @@ ADD_CUSTOM_TARGET(win32-pkg
|
||||
COMMAND cp plugins/ladspa_effect/caps/caps.dll tmp/lmms/plugins/ladspa/
|
||||
COMMAND cp plugins/ladspa_effect/tap/tap*.dll tmp/lmms/plugins/ladspa/
|
||||
COMMAND cd data && make DESTDIR=${CMAKE_BINARY_DIR}/tmp/lmms/ install
|
||||
COMMAND mv tmp/lmms/opt/mingw/share/lmms/* tmp/lmms/data/ && rm -rf tmp/lmms/opt
|
||||
COMMAND cp /opt/mingw/bin/QtCore4.dll tmp/lmms
|
||||
COMMAND cp /opt/mingw/bin/QtGui4.dll tmp/lmms
|
||||
COMMAND cp /opt/mingw/bin/QtXml4.dll tmp/lmms
|
||||
COMMAND cp /opt/mingw/bin/libz.dll tmp/lmms
|
||||
COMMAND cp /opt/mingw/bin/libsndfile-1.dll tmp/lmms
|
||||
COMMAND cp /opt/mingw/bin/libvorbis*.dll tmp/lmms
|
||||
COMMAND cp /opt/mingw/bin/libogg-0.dll tmp/lmms
|
||||
COMMAND cp /opt/mingw/bin/libfluidsynth-1.dll tmp/lmms
|
||||
COMMAND cp /opt/mingw/bin/libfftw3f-3.dll tmp/lmms
|
||||
COMMAND cp /opt/mingw/bin/SDL.dll tmp/lmms
|
||||
COMMAND cp /opt/mingw/i586-mingw32/bin/mingwm10.dll tmp/lmms
|
||||
COMMAND mv tmp/lmms/opt/mingw32/share/lmms/* tmp/lmms/data/ && rm -rf tmp/lmms/opt
|
||||
COMMAND cp /opt/mingw32/bin/QtCore4.dll tmp/lmms
|
||||
COMMAND cp /opt/mingw32/bin/QtGui4.dll tmp/lmms
|
||||
COMMAND cp /opt/mingw32/bin/QtXml4.dll tmp/lmms
|
||||
COMMAND cp /opt/mingw32/bin/libz.dll tmp/lmms
|
||||
COMMAND cp /opt/mingw32/bin/libsndfile-1.dll tmp/lmms
|
||||
COMMAND cp /opt/mingw32/bin/libvorbis*.dll tmp/lmms
|
||||
COMMAND cp /opt/mingw32/bin/libogg-0.dll tmp/lmms
|
||||
COMMAND cp /opt/mingw32/bin/libfluidsynth-1.dll tmp/lmms
|
||||
COMMAND cp /opt/mingw32/bin/libfftw3f-3.dll tmp/lmms
|
||||
COMMAND cp /opt/mingw32/bin/SDL.dll tmp/lmms
|
||||
COMMAND cp /opt/mingw32/i586-mingw32/bin/mingwm10.dll tmp/lmms
|
||||
COMMAND cp -L ${CMAKE_SOURCE_DIR}/COPYING tmp/lmms/LICENSE.TXT
|
||||
COMMAND cp -L ${CMAKE_SOURCE_DIR}/README tmp/lmms/README.TXT
|
||||
COMMAND /opt/mingw/bin/i586-mingw32-strip tmp/lmms/lmms.exe tmp/lmms/plugins/*.dll tmp/lmms/plugins/ladspa/*.dll
|
||||
COMMAND /opt/mingw32/bin/i586-pc-mingw32-strip tmp/lmms/lmms.exe tmp/lmms/plugins/*.dll tmp/lmms/plugins/ladspa/*.dll
|
||||
COMMAND mv tmp/lmms tmp/lmms-${VERSION}
|
||||
COMMAND cd tmp && zip -r -9 ../lmms-${VERSION}-bin-win32.zip lmms-${VERSION}/*
|
||||
COMMAND rm -rf tmp
|
||||
@@ -593,6 +606,7 @@ MESSAGE(
|
||||
"* CMT LADSPA plugins : ${STATUS_CMT}\n"
|
||||
"* TAP LADSPA plugins : ${STATUS_TAP}\n"
|
||||
"* SWH LADSPA plugins : ${STATUS_SWH}\n"
|
||||
"* ZynAddSubFX : ${STATUS_FFTW3F}\n"
|
||||
)
|
||||
|
||||
MESSAGE(
|
||||
|
||||
188
ChangeLog
188
ChangeLog
@@ -1,3 +1,191 @@
|
||||
2009-02-23 Tobias Doerffel <tobydox/at/users/dot/sourceforge/dot/net>
|
||||
|
||||
* README:
|
||||
* CMakeLists.txt:
|
||||
made 0.4.3 release
|
||||
|
||||
* include/atomic_int.h:
|
||||
- fixed typo
|
||||
- added copy constructor implementation for AtomicInt class - fixes
|
||||
build failure with Qt < 4.4.0
|
||||
|
||||
* CMakeLists.txt:
|
||||
fixed typos
|
||||
|
||||
* cmake/modules/FindSTK.cmake:
|
||||
* CMakeLists.txt:
|
||||
reflect changes in MinGW crosscompiling environment
|
||||
|
||||
2009-02-19 Tobias Doerffel <tobydox/at/users/dot/sourceforge/dot/net>
|
||||
|
||||
* include/fade_button.h:
|
||||
* src/gui/widgets/fade_button.cpp:
|
||||
rewrote timing of fading animation for not postponing updates of
|
||||
hidden fadeButton until it becomes visible
|
||||
|
||||
* src/gui/widgets/automatable_button.cpp:
|
||||
* src/core/track.cpp:
|
||||
make sure all buttons in trackOperationsWidget have focus-policy
|
||||
set to Qt::NoFocus in order to make space play song even if you clicked
|
||||
e.g. a mute-button (closes #2486211)
|
||||
|
||||
* include/note.h:
|
||||
* src/core/note.cpp:
|
||||
- coding style fixes
|
||||
- improved handling of shared detuningHelper object
|
||||
|
||||
* include/instrument_track.h:
|
||||
* include/piano_roll.h:
|
||||
* src/gui/piano_roll.cpp:
|
||||
* src/gui/song_editor.cpp:
|
||||
* src/tracks/instrument_track.cpp:
|
||||
fixed various bugs regarding recording:
|
||||
- once recording has been started, stop it as soon as playMode of song
|
||||
changes or similiar things happen (closes #2486341)
|
||||
- fixed broken record-accompany in most use-cases other than using
|
||||
record-while-playing-song by also tracking NoteOn events and remember
|
||||
current play position to use the correct note postitions on NoteOff
|
||||
events (play position might have wrapped around in the meantime due
|
||||
to looppoints or end of BB track) (closes #2486299, #2486203)
|
||||
- move timeLine marker in Piano Roll and autoscroll when recording while
|
||||
playing song (closes #2486334)
|
||||
|
||||
2009-02-14 Tobias Doerffel <tobydox/at/users/dot/sourceforge/dot/net>
|
||||
|
||||
* src/3rdparty/samplerate/samplerate.h:
|
||||
reverted rev 2037 as we have custom changes in this file
|
||||
|
||||
2009-02-13 Tobias Doerffel <tobydox/at/users/dot/sourceforge/dot/net>
|
||||
|
||||
* include/pattern.h:
|
||||
* src/tracks/pattern.cpp:
|
||||
- added missing slot declaration for abortFreeze(), fixes lockup when
|
||||
freezing pattern (closes #2530320)
|
||||
- update patternView after freezing
|
||||
- fixed drawing of frozen pattern
|
||||
|
||||
* include/sample_buffer.h:
|
||||
* src/core/sample_buffer.cpp:
|
||||
- when resampling whole sampleBuffer, set end_of_input = 1 in
|
||||
libsamplerate data struct - fixes lots of zero samples at the end
|
||||
of output buffer (closes #2531452)
|
||||
- coding style fixes
|
||||
- removed obsolete save/restore of EOF-property in libsample rate
|
||||
data struct when resampling successively (always use 0)
|
||||
|
||||
* src/3rdparty/samplerate/src_linear.c:
|
||||
* src/3rdparty/samplerate/samplerate.h:
|
||||
* src/3rdparty/samplerate/src_sinc.c:
|
||||
* src/3rdparty/samplerate/src_zoh.c:
|
||||
* src/3rdparty/samplerate/samplerate.c:
|
||||
* CMakeLists.txt:
|
||||
integrated latest libsamplerate which is both faster and more reliable
|
||||
|
||||
* src/gui/widgets/visualization_widget.cpp:
|
||||
disable output monitor per default and show click-hint
|
||||
|
||||
2009-02-12 Tobias Doerffel <tobydox/at/users/dot/sourceforge/dot/net>
|
||||
|
||||
* include/group_box.h:
|
||||
* src/gui/widgets/effect_rack_view.cpp:
|
||||
backport: manage effectRackView with a QVBoxLayout
|
||||
|
||||
* src/gui/widgets/controller_rack_view.cpp:
|
||||
* src/gui/widgets/effect_rack_view.cpp:
|
||||
backport: prevent Horizontal bars from appearing in some cases
|
||||
|
||||
* cmake/modules/Win32Toolchain.cmake:
|
||||
reflect recent changes to MinGW cross compiling environment
|
||||
|
||||
* plugins/sf2_player/sf2_player.cpp:
|
||||
update patch after loading settings (closes #2486372)
|
||||
|
||||
* src/gui/piano_roll.cpp:
|
||||
ensure, cursor is never NULL when painting it in paintEvent()
|
||||
|
||||
* src/core/sample_buffer.cpp:
|
||||
do not load samples bigger than 100 MB (closes #2458375)
|
||||
|
||||
2009-02-05 Tobias Doerffel <tobydox/at/users/dot/sourceforge/dot/net>
|
||||
|
||||
* plugins/ladspa_effect/caps/dsp/Eq.h:
|
||||
better workaround for optimizer bug in GCC >= 4.3
|
||||
|
||||
* plugins/sid/sid_instrument.cpp:
|
||||
* plugins/flp_import/unrtf.cpp:
|
||||
* src/core/track.cpp:
|
||||
added missing header for compilation with GCC 4.4
|
||||
|
||||
* include/pattern.h:
|
||||
* src/tracks/pattern.cpp:
|
||||
cleanups
|
||||
|
||||
* src/core/envelope_and_lfo_parameters.cpp:
|
||||
- simplified formulas for calculating envelope array resulting in about
|
||||
3x performance with traditional FPU code
|
||||
- loops now can be vectorized by GCC 4.4
|
||||
|
||||
* include/atomic_int.h:
|
||||
* include/audio_port.h:
|
||||
* include/mixer.h:
|
||||
* src/core/mixer.cpp:
|
||||
reworked mixer-threads (synchronization, realization of jobqueue etc.)
|
||||
which results in a much better performance and stability
|
||||
|
||||
2009-02-04 Andrew Kelley <superjoe30/at/gmail/dot/com>
|
||||
|
||||
* src/gui/piano_roll.cpp:
|
||||
fixed bug: you can use shift+left to move notes past the beginning
|
||||
|
||||
2009-02-01 Andrew Kelley <superjoe30/at/gmail/dot/com>
|
||||
|
||||
* src/core/track.cpp:
|
||||
integrated pitanga's patch to fix unquantized BB dragging in
|
||||
song editor. Changed ctrl modifier to alt to be consistent.
|
||||
|
||||
2009-01-25 Paul Giblock <drfaygo/at/gmail/dot/com>
|
||||
|
||||
* src/tracks/bb_track.cpp:
|
||||
Integrate broken BB-clone bug from pitanga
|
||||
|
||||
2009-01-25 Paul Giblock <drfaygo/at/gmail/dot/com>
|
||||
|
||||
* src/gui/widgets/knob.cpp:
|
||||
Fix infinite recursion on Mac OSX
|
||||
|
||||
* plugins/flp_import/unrtf/html.c:
|
||||
* plugins/flp_import/unrtf/output.h:
|
||||
* plugins/flp_import/unrtf/convert.c:
|
||||
Avoid compile warnings
|
||||
|
||||
2008-12-22 Tobias Doerffel <tobydox/at/users/dot/sourceforge/dot/net>
|
||||
|
||||
* CMakeLists.txt:
|
||||
fixed plugins/ directory when updating localization file
|
||||
|
||||
* plugins/flp_import/flp_import.cpp:
|
||||
in FL_EffectChannel initialize isMuted member - fixes muted FX channels
|
||||
when importing older FLP files
|
||||
|
||||
2008-12-19 Tobias Doerffel <tobydox/at/users/dot/sourceforge/dot/net>
|
||||
|
||||
* CMakeLists.txt:
|
||||
* README:
|
||||
made 0.4.2 release
|
||||
|
||||
* plugins/vst_base/vst_plugin.h:
|
||||
* plugins/vst_base/vst_plugin.cpp:
|
||||
* plugins/vst_effect/vst_effect_control_dialog.cpp:
|
||||
* plugins/vst_effect/vst_effect.cpp:
|
||||
* plugins/vestige/vestige.cpp:
|
||||
fixed crash when adding VST effects
|
||||
|
||||
* include/project_version.h:
|
||||
* src/core/project_version.cpp:
|
||||
fixed broken version comparing which indicated 0.x.y to be less than
|
||||
0.x.y-patch - fixes messed up projects when loading files created
|
||||
with LMMS 0.4.0
|
||||
|
||||
2008-12-17 Tobias Doerffel <tobydox/at/users/dot/sourceforge/dot/net>
|
||||
|
||||
* CMakeLists.txt:
|
||||
|
||||
13
README
13
README
@@ -1,7 +1,7 @@
|
||||
Linux MultiMedia Studio 0.4.1
|
||||
Linux MultiMedia Studio 0.4.4
|
||||
==============================
|
||||
|
||||
Copyright (c) 2004-2008 by LMMS-developers
|
||||
Copyright (c) 2004-2009 by LMMS-developers
|
||||
|
||||
|
||||
This program is free software; you can redistribute it and/or modify
|
||||
@@ -52,15 +52,16 @@ Required libraries:
|
||||
- Qt >= 4.3.0 with devel-files (4.4.x recommended)
|
||||
|
||||
Optional, but strongly recommended:
|
||||
- libalsa with devel-files
|
||||
- JACK with devel-files
|
||||
- libvorbis & libogg with devel-files
|
||||
- libfluidsynth with devel files
|
||||
- libalsa with devel-files
|
||||
- SDL with devel-files
|
||||
- libsamplerate >= 0.1.3 with devel-files
|
||||
- libsamplerate >= 0.1.7 with devel-files
|
||||
- libsndfile with devel-files
|
||||
- WINE + WINE-devel-files
|
||||
- stk, libstk + libstk-dev
|
||||
- JACK with devel-files
|
||||
- libfluidsynth with devel files
|
||||
- fftw3 with devel-files
|
||||
|
||||
For compiling you should have an up to date GCC with g++.
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
FIND_PATH(STK_INCLUDE_DIR Stk.h /usr/include/stk /usr/local/include/stk ${CMAKE_INSTALL_PREFIX}/include/stk)
|
||||
FIND_PATH(STK_INCLUDE_DIR Stk.h /usr/include/stk /usr/local/include/stk ${CMAKE_INSTALL_PREFIX}/include/stk ${CMAKE_FIND_ROOT_PATH}/include/stk)
|
||||
|
||||
FIND_LIBRARY(STK_LIBRARY NAMES stk PATH /usr/lib /usr/local/lib ${CMAKE_INSTALL_PREFIX}/lib)
|
||||
FIND_LIBRARY(STK_LIBRARY NAMES stk PATH /usr/lib /usr/local/lib ${CMAKE_INSTALL_PREFIX}/lib ${CMAKE_FIND_ROOT_PATH}/lib)
|
||||
|
||||
IF (STK_INCLUDE_DIR AND STK_LIBRARY)
|
||||
SET(STK_FOUND TRUE)
|
||||
|
||||
@@ -4,16 +4,16 @@ SET(CMAKE_SYSTEM_NAME Windows)
|
||||
SET(CMAKE_SYSTEM_VERSION 1)
|
||||
|
||||
SET(CMAKE_SYSTEM_PROCESSOR i686)
|
||||
SET(CMAKE_INSTALL_PREFIX /opt/mingw)
|
||||
SET(CMAKE_INSTALL_PREFIX /opt/mingw32)
|
||||
|
||||
SET(CC_PREFIX /opt/mingw)
|
||||
SET(CC_PREFIX /opt/mingw32)
|
||||
|
||||
# specify the cross compiler
|
||||
SET(CMAKE_C_COMPILER ${CC_PREFIX}/bin/i586-mingw32-gcc)
|
||||
SET(CMAKE_CXX_COMPILER ${CC_PREFIX}/bin/i586-mingw32-g++)
|
||||
SET(CMAKE_C_COMPILER ${CC_PREFIX}/bin/i586-pc-mingw32-gcc)
|
||||
SET(CMAKE_CXX_COMPILER ${CC_PREFIX}/bin/i586-pc-mingw32-g++)
|
||||
|
||||
# where is the target environment
|
||||
SET(CMAKE_FIND_ROOT_PATH /opt/mingw)
|
||||
SET(CMAKE_FIND_ROOT_PATH /opt/mingw32)
|
||||
|
||||
SET(QT_BINARY_DIR ${CC_PREFIX}/bin)
|
||||
SET(QT_LIBRARY_DIR ${CC_PREFIX}/lib)
|
||||
|
||||
@@ -6637,7 +6637,7 @@ Wenn es mit anderer VST-software unter Linux funktioniert, kontaktieren Sie bitt
|
||||
<message>
|
||||
<location filename="../../plugins/vestige/vestige.cpp" line="311"/>
|
||||
<source>Open VST-plugin</source>
|
||||
<translation>VST-Plugn öffnen</translation>
|
||||
<translation>VST-Plugin öffnen</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../plugins/vestige/vestige.cpp" line="329"/>
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
INCLUDE(InstallHelpers)
|
||||
|
||||
INSTALL_DATA_SUBDIRS("presets" "*.xpf")
|
||||
INSTALL_DATA_SUBDIRS("presets" "*.xiz")
|
||||
|
||||
|
||||
BIN
data/presets/ZynAddSubFX/Arpeggios/0001-Arpeggio1.xiz
Normal file
BIN
data/presets/ZynAddSubFX/Arpeggios/0001-Arpeggio1.xiz
Normal file
Binary file not shown.
BIN
data/presets/ZynAddSubFX/Arpeggios/0002-Arpeggio2.xiz
Normal file
BIN
data/presets/ZynAddSubFX/Arpeggios/0002-Arpeggio2.xiz
Normal file
Binary file not shown.
BIN
data/presets/ZynAddSubFX/Arpeggios/0003-Arpeggio3.xiz
Normal file
BIN
data/presets/ZynAddSubFX/Arpeggios/0003-Arpeggio3.xiz
Normal file
Binary file not shown.
BIN
data/presets/ZynAddSubFX/Arpeggios/0004-Arpeggio4.xiz
Normal file
BIN
data/presets/ZynAddSubFX/Arpeggios/0004-Arpeggio4.xiz
Normal file
Binary file not shown.
BIN
data/presets/ZynAddSubFX/Arpeggios/0005-Arpeggio5.xiz
Normal file
BIN
data/presets/ZynAddSubFX/Arpeggios/0005-Arpeggio5.xiz
Normal file
Binary file not shown.
BIN
data/presets/ZynAddSubFX/Arpeggios/0006-Aporggio6.xiz
Normal file
BIN
data/presets/ZynAddSubFX/Arpeggios/0006-Aporggio6.xiz
Normal file
Binary file not shown.
BIN
data/presets/ZynAddSubFX/Arpeggios/0007-Arpeggio7.xiz
Normal file
BIN
data/presets/ZynAddSubFX/Arpeggios/0007-Arpeggio7.xiz
Normal file
Binary file not shown.
BIN
data/presets/ZynAddSubFX/Arpeggios/0008-Arpeggio8.xiz
Normal file
BIN
data/presets/ZynAddSubFX/Arpeggios/0008-Arpeggio8.xiz
Normal file
Binary file not shown.
BIN
data/presets/ZynAddSubFX/Arpeggios/0009-Arpeggio9.xiz
Normal file
BIN
data/presets/ZynAddSubFX/Arpeggios/0009-Arpeggio9.xiz
Normal file
Binary file not shown.
BIN
data/presets/ZynAddSubFX/Arpeggios/0010-Arpeggio10.xiz
Normal file
BIN
data/presets/ZynAddSubFX/Arpeggios/0010-Arpeggio10.xiz
Normal file
Binary file not shown.
BIN
data/presets/ZynAddSubFX/Arpeggios/0011-Arpeggio11.xiz
Normal file
BIN
data/presets/ZynAddSubFX/Arpeggios/0011-Arpeggio11.xiz
Normal file
Binary file not shown.
BIN
data/presets/ZynAddSubFX/Arpeggios/0033-Sequence1.xiz
Normal file
BIN
data/presets/ZynAddSubFX/Arpeggios/0033-Sequence1.xiz
Normal file
Binary file not shown.
BIN
data/presets/ZynAddSubFX/Arpeggios/0034-Sequence2.xiz
Normal file
BIN
data/presets/ZynAddSubFX/Arpeggios/0034-Sequence2.xiz
Normal file
Binary file not shown.
BIN
data/presets/ZynAddSubFX/Arpeggios/0036-Echoed Synth.xiz
Normal file
BIN
data/presets/ZynAddSubFX/Arpeggios/0036-Echoed Synth.xiz
Normal file
Binary file not shown.
BIN
data/presets/ZynAddSubFX/Arpeggios/0037-Echo FX.xiz
Normal file
BIN
data/presets/ZynAddSubFX/Arpeggios/0037-Echo FX.xiz
Normal file
Binary file not shown.
BIN
data/presets/ZynAddSubFX/Arpeggios/0039-Soft Arpeggio1.xiz
Normal file
BIN
data/presets/ZynAddSubFX/Arpeggios/0039-Soft Arpeggio1.xiz
Normal file
Binary file not shown.
BIN
data/presets/ZynAddSubFX/Arpeggios/0040-Soft Arpeggio2.xiz
Normal file
BIN
data/presets/ZynAddSubFX/Arpeggios/0040-Soft Arpeggio2.xiz
Normal file
Binary file not shown.
BIN
data/presets/ZynAddSubFX/Arpeggios/0041-Soft Arpeggio3.xiz
Normal file
BIN
data/presets/ZynAddSubFX/Arpeggios/0041-Soft Arpeggio3.xiz
Normal file
Binary file not shown.
BIN
data/presets/ZynAddSubFX/Arpeggios/0042-Soft Arpeggio4.xiz
Normal file
BIN
data/presets/ZynAddSubFX/Arpeggios/0042-Soft Arpeggio4.xiz
Normal file
Binary file not shown.
BIN
data/presets/ZynAddSubFX/Arpeggios/0043-Soft Arpeggio5.xiz
Normal file
BIN
data/presets/ZynAddSubFX/Arpeggios/0043-Soft Arpeggio5.xiz
Normal file
Binary file not shown.
BIN
data/presets/ZynAddSubFX/Arpeggios/0065-Hyper Organ1.xiz
Normal file
BIN
data/presets/ZynAddSubFX/Arpeggios/0065-Hyper Organ1.xiz
Normal file
Binary file not shown.
BIN
data/presets/ZynAddSubFX/Arpeggios/0066-Hyper Arpeggio.xiz
Normal file
BIN
data/presets/ZynAddSubFX/Arpeggios/0066-Hyper Arpeggio.xiz
Normal file
Binary file not shown.
BIN
data/presets/ZynAddSubFX/Arpeggios/0068-Glass Arpeggio.xiz
Normal file
BIN
data/presets/ZynAddSubFX/Arpeggios/0068-Glass Arpeggio.xiz
Normal file
Binary file not shown.
BIN
data/presets/ZynAddSubFX/Bass/0001-Bass 1.xiz
Normal file
BIN
data/presets/ZynAddSubFX/Bass/0001-Bass 1.xiz
Normal file
Binary file not shown.
BIN
data/presets/ZynAddSubFX/Bass/0002-Bass 2.xiz
Normal file
BIN
data/presets/ZynAddSubFX/Bass/0002-Bass 2.xiz
Normal file
Binary file not shown.
BIN
data/presets/ZynAddSubFX/Bass/0003-Bass 3 _analog_.xiz
Normal file
BIN
data/presets/ZynAddSubFX/Bass/0003-Bass 3 _analog_.xiz
Normal file
Binary file not shown.
BIN
data/presets/ZynAddSubFX/Bass/0004-Bass 4.xiz
Normal file
BIN
data/presets/ZynAddSubFX/Bass/0004-Bass 4.xiz
Normal file
Binary file not shown.
BIN
data/presets/ZynAddSubFX/Bass/0005-Bass 5.xiz
Normal file
BIN
data/presets/ZynAddSubFX/Bass/0005-Bass 5.xiz
Normal file
Binary file not shown.
BIN
data/presets/ZynAddSubFX/Bass/0006-Analogue Bass.xiz
Normal file
BIN
data/presets/ZynAddSubFX/Bass/0006-Analogue Bass.xiz
Normal file
Binary file not shown.
BIN
data/presets/ZynAddSubFX/Bass/0033-Wah Bass.xiz
Normal file
BIN
data/presets/ZynAddSubFX/Bass/0033-Wah Bass.xiz
Normal file
Binary file not shown.
BIN
data/presets/ZynAddSubFX/Bass/0035-FM Bass 1.xiz
Normal file
BIN
data/presets/ZynAddSubFX/Bass/0035-FM Bass 1.xiz
Normal file
Binary file not shown.
BIN
data/presets/ZynAddSubFX/Bass/0036-FM Bass 2.xiz
Normal file
BIN
data/presets/ZynAddSubFX/Bass/0036-FM Bass 2.xiz
Normal file
Binary file not shown.
BIN
data/presets/ZynAddSubFX/Brass/0001-FM Thrumpet.xiz
Normal file
BIN
data/presets/ZynAddSubFX/Brass/0001-FM Thrumpet.xiz
Normal file
Binary file not shown.
BIN
data/presets/ZynAddSubFX/Brass/0003-Synth Brazz 1.xiz
Normal file
BIN
data/presets/ZynAddSubFX/Brass/0003-Synth Brazz 1.xiz
Normal file
Binary file not shown.
BIN
data/presets/ZynAddSubFX/Brass/0004-Synth Brazz 2.xiz
Normal file
BIN
data/presets/ZynAddSubFX/Brass/0004-Synth Brazz 2.xiz
Normal file
Binary file not shown.
BIN
data/presets/ZynAddSubFX/Brass/0005-Synth Brass 3.xiz
Normal file
BIN
data/presets/ZynAddSubFX/Brass/0005-Synth Brass 3.xiz
Normal file
Binary file not shown.
BIN
data/presets/ZynAddSubFX/Brass/0006-Synth Brass 4.xiz
Normal file
BIN
data/presets/ZynAddSubFX/Brass/0006-Synth Brass 4.xiz
Normal file
Binary file not shown.
BIN
data/presets/ZynAddSubFX/Brass/0007-Synth Brass 5.xiz
Normal file
BIN
data/presets/ZynAddSubFX/Brass/0007-Synth Brass 5.xiz
Normal file
Binary file not shown.
BIN
data/presets/ZynAddSubFX/Brass/0008-Brass Pad.xiz
Normal file
BIN
data/presets/ZynAddSubFX/Brass/0008-Brass Pad.xiz
Normal file
Binary file not shown.
BIN
data/presets/ZynAddSubFX/Brass/0009-Wah Brass.xiz
Normal file
BIN
data/presets/ZynAddSubFX/Brass/0009-Wah Brass.xiz
Normal file
Binary file not shown.
BIN
data/presets/ZynAddSubFX/Brass/0010-Solo Synth1.xiz
Normal file
BIN
data/presets/ZynAddSubFX/Brass/0010-Solo Synth1.xiz
Normal file
Binary file not shown.
BIN
data/presets/ZynAddSubFX/Brass/0011-Brazz 1.xiz
Normal file
BIN
data/presets/ZynAddSubFX/Brass/0011-Brazz 1.xiz
Normal file
Binary file not shown.
BIN
data/presets/ZynAddSubFX/Brass/0012-Brazz 2.xiz
Normal file
BIN
data/presets/ZynAddSubFX/Brass/0012-Brazz 2.xiz
Normal file
Binary file not shown.
BIN
data/presets/ZynAddSubFX/Brass/0033-Analog Brass 1.xiz
Normal file
BIN
data/presets/ZynAddSubFX/Brass/0033-Analog Brass 1.xiz
Normal file
Binary file not shown.
BIN
data/presets/ZynAddSubFX/Brass/0034-Analog Brass 2.xiz
Normal file
BIN
data/presets/ZynAddSubFX/Brass/0034-Analog Brass 2.xiz
Normal file
Binary file not shown.
BIN
data/presets/ZynAddSubFX/Brass/0035-Analog Brass 3.xiz
Normal file
BIN
data/presets/ZynAddSubFX/Brass/0035-Analog Brass 3.xiz
Normal file
Binary file not shown.
BIN
data/presets/ZynAddSubFX/Brass/0036-Analog Brass 4.xiz
Normal file
BIN
data/presets/ZynAddSubFX/Brass/0036-Analog Brass 4.xiz
Normal file
Binary file not shown.
BIN
data/presets/ZynAddSubFX/Brass/0065-Simple Brass.xiz
Normal file
BIN
data/presets/ZynAddSubFX/Brass/0065-Simple Brass.xiz
Normal file
Binary file not shown.
BIN
data/presets/ZynAddSubFX/Brass/0066-Fat Brass.xiz
Normal file
BIN
data/presets/ZynAddSubFX/Brass/0066-Fat Brass.xiz
Normal file
Binary file not shown.
BIN
data/presets/ZynAddSubFX/ChoirAndVoice/0001-AHH Choir 1.xiz
Normal file
BIN
data/presets/ZynAddSubFX/ChoirAndVoice/0001-AHH Choir 1.xiz
Normal file
Binary file not shown.
BIN
data/presets/ZynAddSubFX/ChoirAndVoice/0002-AHH Choir 2.xiz
Normal file
BIN
data/presets/ZynAddSubFX/ChoirAndVoice/0002-AHH Choir 2.xiz
Normal file
Binary file not shown.
BIN
data/presets/ZynAddSubFX/ChoirAndVoice/0003-EHH Choir 1.xiz
Normal file
BIN
data/presets/ZynAddSubFX/ChoirAndVoice/0003-EHH Choir 1.xiz
Normal file
Binary file not shown.
BIN
data/presets/ZynAddSubFX/ChoirAndVoice/0004-Voice OOH.xiz
Normal file
BIN
data/presets/ZynAddSubFX/ChoirAndVoice/0004-Voice OOH.xiz
Normal file
Binary file not shown.
BIN
data/presets/ZynAddSubFX/ChoirAndVoice/0005-Choir Pad1.xiz
Normal file
BIN
data/presets/ZynAddSubFX/ChoirAndVoice/0005-Choir Pad1.xiz
Normal file
Binary file not shown.
BIN
data/presets/ZynAddSubFX/ChoirAndVoice/0006-Choir Pad2.xiz
Normal file
BIN
data/presets/ZynAddSubFX/ChoirAndVoice/0006-Choir Pad2.xiz
Normal file
Binary file not shown.
BIN
data/presets/ZynAddSubFX/ChoirAndVoice/0007-Choir Pad3.xiz
Normal file
BIN
data/presets/ZynAddSubFX/ChoirAndVoice/0007-Choir Pad3.xiz
Normal file
Binary file not shown.
BIN
data/presets/ZynAddSubFX/ChoirAndVoice/0008-Choir Pad4.xiz
Normal file
BIN
data/presets/ZynAddSubFX/ChoirAndVoice/0008-Choir Pad4.xiz
Normal file
Binary file not shown.
BIN
data/presets/ZynAddSubFX/ChoirAndVoice/0009-Choir Pad5.xiz
Normal file
BIN
data/presets/ZynAddSubFX/ChoirAndVoice/0009-Choir Pad5.xiz
Normal file
Binary file not shown.
BIN
data/presets/ZynAddSubFX/ChoirAndVoice/0010-Choir Pad6.xiz
Normal file
BIN
data/presets/ZynAddSubFX/ChoirAndVoice/0010-Choir Pad6.xiz
Normal file
Binary file not shown.
BIN
data/presets/ZynAddSubFX/ChoirAndVoice/0033-Choir.xiz
Normal file
BIN
data/presets/ZynAddSubFX/ChoirAndVoice/0033-Choir.xiz
Normal file
Binary file not shown.
BIN
data/presets/ZynAddSubFX/ChoirAndVoice/0034-Slow Morph_Choir.xiz
Normal file
BIN
data/presets/ZynAddSubFX/ChoirAndVoice/0034-Slow Morph_Choir.xiz
Normal file
Binary file not shown.
BIN
data/presets/ZynAddSubFX/ChoirAndVoice/0035-Wah Choir.xiz
Normal file
BIN
data/presets/ZynAddSubFX/ChoirAndVoice/0035-Wah Choir.xiz
Normal file
Binary file not shown.
BIN
data/presets/ZynAddSubFX/ChoirAndVoice/0036-Eooooo.xiz
Normal file
BIN
data/presets/ZynAddSubFX/ChoirAndVoice/0036-Eooooo.xiz
Normal file
Binary file not shown.
BIN
data/presets/ZynAddSubFX/ChoirAndVoice/0037-Voiced Synth.xiz
Normal file
BIN
data/presets/ZynAddSubFX/ChoirAndVoice/0037-Voiced Synth.xiz
Normal file
Binary file not shown.
BIN
data/presets/ZynAddSubFX/ChoirAndVoice/0039-Ohh Choir.xiz
Normal file
BIN
data/presets/ZynAddSubFX/ChoirAndVoice/0039-Ohh Choir.xiz
Normal file
Binary file not shown.
BIN
data/presets/ZynAddSubFX/ChoirAndVoice/0065-Vocal Morph 1.xiz
Normal file
BIN
data/presets/ZynAddSubFX/ChoirAndVoice/0065-Vocal Morph 1.xiz
Normal file
Binary file not shown.
BIN
data/presets/ZynAddSubFX/ChoirAndVoice/0066-Vocal Morph 2.xiz
Normal file
BIN
data/presets/ZynAddSubFX/ChoirAndVoice/0066-Vocal Morph 2.xiz
Normal file
Binary file not shown.
BIN
data/presets/ZynAddSubFX/ChoirAndVoice/0067-Vocal Morph 3.xiz
Normal file
BIN
data/presets/ZynAddSubFX/ChoirAndVoice/0067-Vocal Morph 3.xiz
Normal file
Binary file not shown.
BIN
data/presets/ZynAddSubFX/ChoirAndVoice/0068-Vocal Morph 4.xiz
Normal file
BIN
data/presets/ZynAddSubFX/ChoirAndVoice/0068-Vocal Morph 4.xiz
Normal file
Binary file not shown.
BIN
data/presets/ZynAddSubFX/ChoirAndVoice/0069-Vocal Morph 5.xiz
Normal file
BIN
data/presets/ZynAddSubFX/ChoirAndVoice/0069-Vocal Morph 5.xiz
Normal file
Binary file not shown.
BIN
data/presets/ZynAddSubFX/ChoirAndVoice/0070-Vocal Morph 6.xiz
Normal file
BIN
data/presets/ZynAddSubFX/ChoirAndVoice/0070-Vocal Morph 6.xiz
Normal file
Binary file not shown.
BIN
data/presets/ZynAddSubFX/ChoirAndVoice/0071-Vocal Morph 7.xiz
Normal file
BIN
data/presets/ZynAddSubFX/ChoirAndVoice/0071-Vocal Morph 7.xiz
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
data/presets/ZynAddSubFX/Collections/WillGodfrey/0021-Soft.xiz
Normal file
BIN
data/presets/ZynAddSubFX/Collections/WillGodfrey/0021-Soft.xiz
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user