Compare commits
30 Commits
refac/memo
...
v0.3.2
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
7a3c8324b0 | ||
|
|
c536dcdf9d | ||
|
|
4037f98441 | ||
|
|
f94bb2cb66 | ||
|
|
f2d1d74cbf | ||
|
|
3fefa8db52 | ||
|
|
4685223110 | ||
|
|
5449af4e6f | ||
|
|
5df52a588c | ||
|
|
c317e60b83 | ||
|
|
e2f9c65d2c | ||
|
|
a265e0c2df | ||
|
|
5af988b653 | ||
|
|
33b5b28cd9 | ||
|
|
22f822bf12 | ||
|
|
b70e210cf1 | ||
|
|
28d8ac4b76 | ||
|
|
84e05a7388 | ||
|
|
86c781b8b3 | ||
|
|
eb49d6c11d | ||
|
|
0cd237877a | ||
|
|
1ce450523f | ||
|
|
9ea778d246 | ||
|
|
337578b1ce | ||
|
|
d369b6c0bf | ||
|
|
bb72d54ac3 | ||
|
|
2b1f2a79a4 | ||
|
|
7941e2f1da | ||
|
|
29853b8db6 | ||
|
|
a252706ee2 |
203
ChangeLog
203
ChangeLog
@@ -1,3 +1,206 @@
|
||||
2008-03-09 Tobias Doerffel <tobydox/at/users/dot/sourceforge/dot/net>
|
||||
|
||||
* configure.in:
|
||||
* README:
|
||||
made 0.3.2 release
|
||||
|
||||
* plugins/vst_base/lvsl_server.cpp:
|
||||
made VST-GUI work with recent WINE-versions where no X-windows are
|
||||
being created until a ShowWindow()-request is issued and thus we get a
|
||||
XID for embedding GUI
|
||||
|
||||
2008-03-03 Tobias Doerffel <tobydox/at/users/dot/sourceforge/dot/net>
|
||||
|
||||
* src/core/piano_roll.cpp:
|
||||
- fixed KEY_PRESSURE-events when changing volume of a note
|
||||
- improved painting of volume-lines
|
||||
|
||||
2008-02-11 Tobias Doerffel <tobydox/at/users/dot/sourceforge/dot/net>
|
||||
|
||||
* plugins/audio_file_processor/audio_file_processor.cpp:
|
||||
* plugins/ladspa_base/ladspa_manager.cpp:
|
||||
* plugins/ladspa_effect/ladspa_effect.cpp:
|
||||
* plugins/patman/patman.cpp:
|
||||
* plugins/vestige/vestige.cpp:
|
||||
* plugins/vst_base/lvsl_client.h:
|
||||
* include/track.h:
|
||||
* include/dummy_plugin.h:
|
||||
* include/config_mgr.h:
|
||||
* include/instrument_track.h:
|
||||
* include/file_browser.h:
|
||||
* include/dummy_instrument.h:
|
||||
* include/midi_time.h:
|
||||
* include/basic_filters.h:
|
||||
* include/journalling_object.h:
|
||||
* include/types.h:
|
||||
* include/dummy_effect.h:
|
||||
* src/audio/audio_file_ogg.cpp:
|
||||
* src/core/arp_and_chords_tab_widget.cpp:
|
||||
* src/core/preset_preview_play_handle.cpp:
|
||||
* src/core/export_project_dialog.cpp:
|
||||
* src/core/main_window.cpp:
|
||||
* src/lib/drumsynth.cpp:
|
||||
* src/tracks/instrument_track.cpp:
|
||||
* src/tracks/pattern.cpp:
|
||||
fixed compilation issues with GCC 4.3
|
||||
|
||||
2008-01-05 Tobias Doerffel <tobydox/at/users/dot/sourceforge/dot/net>
|
||||
|
||||
* src/widgets/rack_view.cpp:
|
||||
added missing moveUp-call for effect-chain
|
||||
|
||||
* plugins/organic/organic.cpp:
|
||||
* plugins/bit_invader/bit_invader.cpp:
|
||||
* plugins/vibed/vibed.cpp:
|
||||
* plugins/triple_oscillator/triple_oscillator.cpp:
|
||||
* plugins/stk/mallets/mallets.cpp:
|
||||
make sure, pluginData-pointer is always initialized in playNote()
|
||||
|
||||
* src/core/envelope_and_lfo_widget.cpp:
|
||||
simple range-checking
|
||||
|
||||
* README:
|
||||
fixed version
|
||||
|
||||
2008-01-02 Tobias Doerffel <tobydox/at/users/dot/sourceforge/dot/net>
|
||||
|
||||
* include/dummy_effect.h:
|
||||
* src/core/effect.cpp:
|
||||
make dummyEffect really work in case we need it
|
||||
|
||||
* README:
|
||||
* src/core/about_dialog.cpp:
|
||||
extended copyright from 2007 to 2008
|
||||
|
||||
2007-12-27 Tobias Doerffel <tobydox/at/users/dot/sourceforge/dot/net>
|
||||
|
||||
* src/core/track_container.cpp:
|
||||
when removing tracks start removing at the end of track-vector (i.e.
|
||||
use m_trackWidgets.last() instead of m_trackWidgets.first()) - speeds
|
||||
up things *a lot*
|
||||
|
||||
2007-12-26 Tobias Doerffel <tobydox/at/users/dot/sourceforge/dot/net>
|
||||
|
||||
* src/widgets/rack_plugin.cpp:
|
||||
fixed wrong signal-slot-connection which made gate-parameter of
|
||||
effects not working
|
||||
|
||||
2007-12-17 Paul Wayper <paulway/at/mabula/dot/net>
|
||||
|
||||
* src/core/main_window.cpp:
|
||||
* data/locale/ru.ts:
|
||||
* data/locale/nl.ts:
|
||||
* data/locale/it.ts:
|
||||
* data/locale/ca.ts:
|
||||
* data/locale/de.ts:
|
||||
* data/locale/sv.ts:
|
||||
Changed wiki link to http://lmms.sourceforge.net/wiki/
|
||||
|
||||
2007-12-14 Paul Wayper <paulway/at/mabula/dot/net>
|
||||
|
||||
* include/volume_knob.h:
|
||||
* src/widgets/volume_knob.cpp:
|
||||
* src/core/setup_dialog.cpp:
|
||||
* data/locale/nl.ts:
|
||||
* data/locale/it.ts:
|
||||
* data/locale/ca.ts:
|
||||
* data/locale/ru.t:
|
||||
* data/locale/de.t:
|
||||
* data/locale/sv.t:
|
||||
Changed dbV to dBV throughout
|
||||
|
||||
2007-12-03 Tobias Doerffel <tobydox/at/users/dot/sourceforge/dot/net>
|
||||
|
||||
* plugins/midi_import/midi_import.cpp:
|
||||
load Patman-plugin instead of TripleOsc and try to load patch
|
||||
according to program-change-events
|
||||
|
||||
2007-11-12 Tobias Doerffel <tobydox/at/users/dot/sourceforge/dot/net>
|
||||
|
||||
* configure.in:
|
||||
made 0.3.1 release
|
||||
|
||||
* samples/data/drumsynth/*:
|
||||
replaced spaces in filenames with underscores
|
||||
|
||||
* plugins/stereo_enhancer/stereo_enhancer.h:
|
||||
* plugins/stereo_enhancer/stereo_enhancer.cpp:
|
||||
* plugins/stereo_enhancer/stereoenhancer_control_dialog.h:
|
||||
* plugins/stereo_enhancer/stereoenhancer_control_dialog.cpp:
|
||||
* plugins/stereo_enhancer/Makefile.am:
|
||||
added StereoEnhancer-plugin from
|
||||
Lou Herard <lherard /at/ gmail /dot/ com>
|
||||
|
||||
2007-11-11 Tobias Doerffel <tobydox/at/users/dot/sourceforge/dot/net>
|
||||
|
||||
* include/note.h:
|
||||
* src/core/note.cpp:
|
||||
* src/core/piano_roll.cpp:
|
||||
when adding new notes in piano-roll via mouse use alignment-border of
|
||||
80/20 instead of 50/50 which makes piano-roll more usable
|
||||
|
||||
2007-11-10 Tobias Doerffel <tobydox/at/users/dot/sourceforge/dot/net>
|
||||
|
||||
* data/presets/AudioFileProcessor/Erazor.cs.xml:
|
||||
added preset
|
||||
|
||||
* data/locale/de.ts:
|
||||
* data/locale/de.qm:
|
||||
updated German localization-files
|
||||
|
||||
* src/lib/sample_buffer.cpp:
|
||||
fixed file-filter in file-selection-dialog
|
||||
|
||||
2007-10-30 Tobias Doerffel <tobydox/at/users/dot/sourceforge/dot/net>
|
||||
|
||||
* src/core/note_play_handle.cpp:
|
||||
fixed crash in case of framesLeft() being less or equal zero while
|
||||
instrument::playNote is being called (e.g. when decreasing release
|
||||
while a note is active)
|
||||
|
||||
2007-10-08 Tobias Doerffel <tobydox/at/users/dot/sourceforge/dot/net>
|
||||
|
||||
merged some of Javiers recent changes to trunk:
|
||||
|
||||
* configure.in:
|
||||
* plugins/vst_base/lvsl_client.cpp:
|
||||
* plugins/vst_base/lvsl_server.cpp:
|
||||
* plugins/vst_base/Makefile.am:
|
||||
* src/lib/journalling_object.cpp:
|
||||
amd64 fixes
|
||||
|
||||
* plugins/vestige/vestige.cpp:
|
||||
fixed loading deadlock
|
||||
|
||||
* plugins/vst_base/lvsl_server.c:
|
||||
restricted shared memory permissions
|
||||
|
||||
* plugins/vst_base/communication.h:
|
||||
improved string communication
|
||||
|
||||
* configure.in:
|
||||
look for wine header in system folder too
|
||||
|
||||
* plugins/singerbot/singerbot.cpp:
|
||||
detected heap corruption
|
||||
|
||||
* plugins/polyb302/polyb302.cpp:
|
||||
applied relevant LB302 changes
|
||||
|
||||
2007-09-25 Tobias Doerffel <tobydox/at/users/dot/sourceforge/dot/net>
|
||||
|
||||
* include/mixer.h:
|
||||
* include/visualization_widget.h:
|
||||
* src/core/mixer.cpp:
|
||||
* src/widget/visualization_widget.cpp:
|
||||
reworked code for retrieving current mixer-buffer for visualizing it -
|
||||
do not use signal/slot-mechanism for passing pointer and use
|
||||
currentReadBuffer() + mixer-mutex instead which probably fixes some
|
||||
mixer-related crashes
|
||||
|
||||
* src/widget/effect_label.cpp:
|
||||
set window-title for effect-chain-windows of a sample-track etc.
|
||||
|
||||
2007-08-20 Tobias Doerffel <tobydox/at/users/dot/sourceforge/dot/net>
|
||||
|
||||
* configure.in:
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
AUTOMAKE_OPTIONS = foreign 1.4
|
||||
ACLOCAL_AMFLAGS = -I m4
|
||||
|
||||
dist-hook:
|
||||
rm -rf `find $(distdir) -name \*.moc`
|
||||
@@ -196,6 +197,7 @@ lmms_SOURCES = \
|
||||
$(srcdir)/src/lib/embed.cpp \
|
||||
$(srcdir)/src/lib/mmp.cpp \
|
||||
$(srcdir)/src/lib/oscillator.cpp \
|
||||
$(srcdir)/src/lib/drumsynth.cpp \
|
||||
$(srcdir)/src/lib/sample_buffer.cpp \
|
||||
$(srcdir)/src/lib/string_pair_drag.cpp \
|
||||
$(srcdir)/src/midi/midi_alsa_raw.cpp \
|
||||
@@ -298,6 +300,7 @@ lmms_SOURCES = \
|
||||
$(srcdir)/include/track_container.h \
|
||||
$(srcdir)/include/bb_track.h \
|
||||
$(srcdir)/include/sample_track.h \
|
||||
$(srcdir)/include/drumsynth.h \
|
||||
$(srcdir)/include/sample_buffer.h \
|
||||
$(srcdir)/include/name_label.h \
|
||||
$(srcdir)/include/play_handle.h \
|
||||
|
||||
4
README
4
README
@@ -1,7 +1,7 @@
|
||||
Linux MultiMedia Studio 0.3.0
|
||||
Linux MultiMedia Studio 0.3.2
|
||||
==============================
|
||||
|
||||
Copyright (c) 2004-2007 by LMMS-developers
|
||||
Copyright (c) 2004-2008 by LMMS-developers
|
||||
|
||||
|
||||
This program is free software; you can redistribute it and/or modify
|
||||
|
||||
45
configure.in
45
configure.in
@@ -2,8 +2,8 @@
|
||||
# Process this file with autoconf to produce a configure script.
|
||||
|
||||
AC_PREREQ(2.50)
|
||||
AC_INIT(lmms, 0.3.0, lmms-devel/at/lists/dot/sf/dot/net)
|
||||
AM_INIT_AUTOMAKE(lmms, 0.3.0)
|
||||
AC_INIT(lmms, 0.3.2, lmms-devel/at/lists/dot/sf/dot/net)
|
||||
AM_INIT_AUTOMAKE(lmms, 0.3.2)
|
||||
|
||||
AM_CONFIG_HEADER(config.h)
|
||||
|
||||
@@ -218,7 +218,17 @@ if test "x$with_vst" = "xyes" ; then
|
||||
|
||||
if test "$build_linux" = "true" ; then
|
||||
AC_CHECK_PROG(WINECXX, wineg++, /usr/bin/wineg++,,/usr/bin)
|
||||
AC_CHECK_LIB([wine], [wine_init], true)
|
||||
|
||||
if test "x`uname -m`" != "xx86_64" ; then
|
||||
AC_CHECK_LIB([wine], [wine_init], true)
|
||||
else
|
||||
AMD64_BUILD=yes
|
||||
OLDCFLAGS="$CFLAGS"
|
||||
CFLAGS="-m32 $CFLAGS"
|
||||
AC_CHECK_LIB([wine], [wine_init], true)
|
||||
CFLAGS="$OLDCFLAGS"
|
||||
fi
|
||||
|
||||
if test ! -z "$WINECXX" ; then
|
||||
AC_LANG_PUSH(C++)
|
||||
# CXXFLAGS="$CXXFLAGS -I${prefix}/include/wine/windows"
|
||||
@@ -226,6 +236,7 @@ if test "x$with_vst" = "xyes" ; then
|
||||
OLDCPPFLAGS="$CPPFLAGS"
|
||||
CXX="$WINECXX"
|
||||
CPPFLAGS="$CPPFLAGS -I${prefix}/include/wine/windows"
|
||||
CPPFLAGS+=" -I/usr/include/wine/windows"
|
||||
AC_CHECK_HEADER(windows.h, HAVE_WINDOWS_H="true")
|
||||
CXX="$OLDCXX"
|
||||
CPPFLAGS="$OLDCPPFLAGS"
|
||||
@@ -237,6 +248,7 @@ if test "x$with_vst" = "xyes" ; then
|
||||
fi
|
||||
fi
|
||||
AM_CONDITIONAL(VST_SUPPORT, test ! -z "$WINECXX")
|
||||
AM_CONDITIONAL(AMD64_BUILD, test "x$AMD64_BUILD" = "xyes")
|
||||
|
||||
|
||||
# check for LADSPA-SDK
|
||||
@@ -596,6 +608,32 @@ AC_CONFIG_FILES([Makefile
|
||||
data/samples/bassloopes/Makefile
|
||||
data/samples/beats/Makefile
|
||||
data/samples/drums/Makefile
|
||||
data/samples/drumsynth/Makefile
|
||||
data/samples/drumsynth/acoustic/Makefile
|
||||
data/samples/drumsynth/cr78/Makefile
|
||||
data/samples/drumsynth/cr8000/Makefile
|
||||
data/samples/drumsynth/effects/Makefile
|
||||
data/samples/drumsynth/electro/Makefile
|
||||
data/samples/drumsynth/farfisa/Makefile
|
||||
data/samples/drumsynth/ferraro/Makefile
|
||||
data/samples/drumsynth/instrument/Makefile
|
||||
data/samples/drumsynth/jorgensohn/Makefile
|
||||
data/samples/drumsynth/latin/Makefile
|
||||
data/samples/drumsynth/linn/Makefile
|
||||
data/samples/drumsynth/magnetboy/Makefile
|
||||
data/samples/drumsynth/misc/Makefile
|
||||
data/samples/drumsynth/misc_bass/Makefile
|
||||
data/samples/drumsynth/misc_claps/Makefile
|
||||
data/samples/drumsynth/misc_electro/Makefile
|
||||
data/samples/drumsynth/misc_fx/Makefile
|
||||
data/samples/drumsynth/misc_hats/Makefile
|
||||
data/samples/drumsynth/misc_perc/Makefile
|
||||
data/samples/drumsynth/misc_synth/Makefile
|
||||
data/samples/drumsynth/r_b/Makefile
|
||||
data/samples/drumsynth/tr606/Makefile
|
||||
data/samples/drumsynth/tr77/Makefile
|
||||
data/samples/drumsynth/tr808/Makefile
|
||||
data/samples/drumsynth/tr909/Makefile
|
||||
data/samples/effects/Makefile
|
||||
data/samples/instruments/Makefile
|
||||
data/samples/latin/Makefile
|
||||
@@ -619,6 +657,7 @@ AC_CONFIG_FILES([Makefile
|
||||
plugins/organic/Makefile
|
||||
plugins/patman/Makefile
|
||||
plugins/singerbot/Makefile
|
||||
plugins/stereo_enhancer/Makefile
|
||||
plugins/stk/Makefile
|
||||
plugins/stk/mallets/Makefile
|
||||
plugins/triple_oscillator/Makefile
|
||||
|
||||
@@ -2311,9 +2311,9 @@ Les tecles F1-F10 apaguen els 10 primers instruments a l'Editor de Ritme Ba
|
||||
</message>
|
||||
<message>
|
||||
<source>Currently there's no help available in LMMS.
|
||||
Please visit http://wiki.mindrules.net for documentation on LMMS.</source>
|
||||
Please visit http://lmms.sourceforge.net/wiki/ for documentation on LMMS.</source>
|
||||
<translation>Actualment no hi ha ajuda disponible a LMMS.
|
||||
Per favor, visita http://wiki.mindrules.net per a documentació sobre LMMS.</translation>
|
||||
Per favor, visita http://lmms.sourceforge.net/wiki/ per a documentació sobre LMMS.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Show/hide Automation Editor</source>
|
||||
@@ -3538,8 +3538,8 @@ Si funciona amb altre programari VST sota Linux, per favor contacta amb un desen
|
||||
<translation>No mostris el missatge que surt en tancar aquest diàleg</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Display volume as dbV </source>
|
||||
<translation>Mostra el volum en dbV</translation>
|
||||
<source>Display volume as dBV </source>
|
||||
<translation>Mostra el volum en dBV</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Directories</source>
|
||||
@@ -4594,8 +4594,8 @@ El LED a la cantonada dreta baixa de l'editor de forma d'ona determina
|
||||
<context>
|
||||
<name>volumeKnob</name>
|
||||
<message>
|
||||
<source>Please enter a new value between -96.0 dbV and 6.0 dbV:</source>
|
||||
<translation>Per favor, introdueix un nou valor entre -96,0 dbV i 6,0 dbV:</translation>
|
||||
<source>Please enter a new value between -96.0 dBV and 6.0 dBV:</source>
|
||||
<translation>Per favor, introdueix un nou valor entre -96,0 dBV i 6,0 dBV:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Please enter a new value between %1 and %2:</source>
|
||||
|
||||
Binary file not shown.
@@ -1,11 +1,4 @@
|
||||
<!DOCTYPE TS><TS>
|
||||
<context>
|
||||
<name>QObject</name>
|
||||
<message>
|
||||
<source>Note detuning</source>
|
||||
<translation type="obsolete">Noten-Verstimmung</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>QWidget</name>
|
||||
<message>
|
||||
@@ -94,18 +87,6 @@ Wenn Sie an der Übersetzung von LMMS in eine andere Sprache interessiert sind o
|
||||
<message>
|
||||
<source>LMMS - A powerful synthesizer-studio
|
||||
|
||||
Copyright (c) 2004-2006 LMMS-Developers
|
||||
|
||||
http://lmms.sourceforge.net</source>
|
||||
<translation type="obsolete">LMMS - Ein leistungsfähiges Synthesizer-Studio
|
||||
|
||||
Copyright (c) 2004-2006 LMMS-Entwickler
|
||||
|
||||
http://lmms.sourceforge.net</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>LMMS - A powerful synthesizer-studio
|
||||
|
||||
Copyright (c) 2004-2007 LMMS-Developers
|
||||
|
||||
http://lmms.sourceforge.net</source>
|
||||
@@ -745,38 +726,6 @@ http://lmms.sourceforge.net</translation>
|
||||
<source>Click here, if you want to stop playing of current pattern.</source>
|
||||
<translation>Klicken Sie hier, wenn Sie das Abspielen des aktuellen Patterns stoppen wollen.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Draw mode (D)</source>
|
||||
<translation type="obsolete">Zeichnen-Modus (D)</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Erase mode (E)</source>
|
||||
<translation type="obsolete">Löschen-Modus (E)</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Select mode (S)</source>
|
||||
<translation type="obsolete">Auswahl-Modus (S)</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Move selection mode (M)</source>
|
||||
<translation type="obsolete">Verschieben-Modus (M)</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>If you click here, draw-mode will be activated. In this mode you can add and move single values. This is the default-mode which is used most of the time. You can also press 'D' on your keyboard to activate this mode.</source>
|
||||
<translation type="obsolete">Wenn Sie hier klicken, wird der Zeichen-Modus aktiviert. In diesem Modus können Sie einzelne Werte hinzufügen und verschieben. Das ist der Standard-Modus, der meistens benutzt wird. Sie können auch 'D' auf Ihrer Tastatur drücken, um in diesen Modus zu gelangen.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>If you click here, erase-mode will be activated. In this mode you can erase single values. You can also press 'E' on your keyboard to activate this mode.</source>
|
||||
<translation type="obsolete">Wenn Sie hier klicken, wird der Radier-Modus aktiviert. In diesem Modus können Sie einzelne Werte löschen. Sie können auch 'E' auf Ihrer Tastatur drücken, um diesen Modus zu aktivieren.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>If you click here, select-mode will be activated. In this mode you can select values. This is neccessary if you want to cut, copy, paste, delete or move values. You can also press 'S' on your keyboard to activate this mode.</source>
|
||||
<translation type="obsolete">Wenn Sie hier klicken, wird der Auswahl-Modus aktiviert. In diesem Modus können Sie Werte markieren. Das ist nötig, wenn Sie (mehrere) Noten ausschneiden, kopieren, einfügen, löschen oder verschieben wollen. Sie können auch 'S' auf Ihrer Tastatur drücken, um diesen Modus zu aktivieren.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>If you click here, move-mode will be activated. In this mode you can move the values you selected in select-mode. You can also press 'M' on your keyboard to activate this mode.</source>
|
||||
<translation type="obsolete">Wenn Sie hier klicken, wird der Verschiebe-Modus aktiviert. In diesem Modus können Sie die markierten Werte verschieben. Sie können auch 'M' auf Ihrer Tastatur drücken, um diesen Modus zu aktivieren.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Cut selected values (Ctrl+X)</source>
|
||||
<translation>Ausgewählte Werte ausschneiden (Strg+X)</translation>
|
||||
@@ -1029,93 +978,6 @@ http://lmms.sourceforge.net</translation>
|
||||
<translation>Glätten</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>channelTrack</name>
|
||||
<message>
|
||||
<source>With this knob you can set the volume of the opened channel.</source>
|
||||
<translation type="obsolete">Mit diesem Knopf können Sie die Lautstärke des geöffneten Kanals ändern.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Within this rectangle you can set the position where the channel should be audible. You should have a soundcard supporting at least surround 4.0 for enjoying this feature.</source>
|
||||
<translation type="obsolete">Innerhalb dieses Rechtecks können Sie die Position setzen, an der dieser Kanal zu hören sein soll. Um dieses Feature sinnvoll zu nutzen, sollten Sie eine Soundkarte haben, die mindestens Surround 4.0 unterstützt.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Save current channel settings in a preset-file</source>
|
||||
<translation type="obsolete">Aktuelle Kanal-Einstellungen in einer Preset-Datei speichern</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Channel volume</source>
|
||||
<translation type="obsolete">Kanal Lautstärke</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Channel volume:</source>
|
||||
<translation type="obsolete">Kanal Lautstärke:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Channel-Settings-File (*.cs.xml)</source>
|
||||
<translation type="obsolete">Channel-Settings-Datei (*.cs.xml)</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Save channel-settings in file</source>
|
||||
<translation type="obsolete">Kanal-Einstellungen in Datei speichern</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>VOLUME</source>
|
||||
<translation type="obsolete">LAUTSTÄRKE</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>FX CHNL</source>
|
||||
<translation type="obsolete">FX KANAL</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>ENV/LFO/FILTER</source>
|
||||
<translation type="obsolete">HÜLLK./LFO/FILTER</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>ARP/CHORD</source>
|
||||
<translation type="obsolete">ARP/AKK.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Click here, if you want to save current channel settings in a preset-file. Later you can load this preset by double-clicking it in the preset-browser.</source>
|
||||
<translation type="obsolete">Klicken Sie hier, wenn Sie die aktuellen Kanal-Einstellungen in einer Preset-Datei speichern wollen. Spätern können Sie dieses Preset laden, indem Sie es im Preset-Browser doppelt anklicken.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>VOL</source>
|
||||
<translation type="obsolete">LAUT</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>GENERAL SETTINGS</source>
|
||||
<translation type="obsolete">GRUNDLEGENDE EINSTELLUNGEN</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>MIDI</source>
|
||||
<translation type="obsolete">MIDI</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>PLUGIN</source>
|
||||
<translation type="obsolete">PLUGIN</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>unnamed_channel</source>
|
||||
<translation type="obsolete">Unbenannter_Kanal</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Default</source>
|
||||
<translation type="obsolete">Default</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>MIDI input/output</source>
|
||||
<translation type="obsolete">MIDI-Eingabe/Ausgabe</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>MIDI input</source>
|
||||
<translation type="obsolete">MIDI-Eingabe</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>MIDI output</source>
|
||||
<translation type="obsolete">MIDI-Ausgabe</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>comboBox</name>
|
||||
<message>
|
||||
@@ -1155,33 +1017,6 @@ Dieses Verzeichnis wird genutzt, um Ihre Projekte, Presets, Samples usw. darin a
|
||||
|
||||
Bitte wählen Sie ein Verzeichnis:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>For using the ready presets and samples of LMMS and enjoying the demo-songs the according files have to be copied or linked into your LMMS-working-directory.
|
||||
When copying files, you can modify them, but they need additional space in your working-directory. If you link files, you cannot modify them, but they need no extra space. So it's recommended to copy presets and demo-projects and link samples, which are bigger in size.
|
||||
</source>
|
||||
<translation type="obsolete">Damit Sie die fertigen Presets und Samples von LMMS nutzen können und mit den Demo-Songs herumspielen können, müssen die entsprechenden Dateien in Ihr LMMS-Arbeitsverzeichnis kopiert oder verknüpft werden.
|
||||
Kopierte Dateien können Sie ändern, aber gleichzeitig belegen diese auch zusätzlichen Speicherplatz in Ihrem Arbeitsverzeichnis. Wenn Sie Dateien verknüpfen, können Sie diese nicht verändern, brauchen dafür aber auch keinen extra Speicherplatz. Deshalb wird empfohlen, Presets und Demo-Projekte zu kopieren und die Samples zu verknüpfen, da letztere doch eine gewisse Größe haben.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>samples:</source>
|
||||
<translation type="obsolete">Samples:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>copy</source>
|
||||
<translation type="obsolete">Kopieren</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>link</source>
|
||||
<translation type="obsolete">Verknüpfen</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>presets:</source>
|
||||
<translation type="obsolete">Presets:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>demo projects:</source>
|
||||
<translation type="obsolete">Demo Projekte:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Welcome to LMMS</source>
|
||||
<translation>Willkommen bei LMMS</translation>
|
||||
@@ -1190,10 +1025,6 @@ Kopierte Dateien können Sie ändern, aber gleichzeitig belegen diese auch zusä
|
||||
<source>Select working directory</source>
|
||||
<translation>Arbeitsverzeichnis auswählen</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Copy or link files</source>
|
||||
<translation type="obsolete">Dateien kopieren oder verknüpfen</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Directory not existing</source>
|
||||
<translation>Verzeichnis existiert nicht</translation>
|
||||
@@ -1553,10 +1384,6 @@ installiert sind. Soll der Einrichtungsassistent jetzt gestartet werden?</transl
|
||||
<source>Moog</source>
|
||||
<translation>Moog</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Here you can select the built-in filter you want to use in this channel. Filters are very important for changing the characteristics of a sound.</source>
|
||||
<translation type="obsolete">Hier können Sie den eingebauten Filter wählen, den Sie in diesem Kanal verwenden wollen. Filter sind sehr wichtig, um den Charakter eines Klangs zu ändern.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Hz</source>
|
||||
<translation>Hz</translation>
|
||||
@@ -1699,18 +1526,6 @@ Stellen Sie sicher, dass Sie Schreibzugriff auf die gewählte Datei/Gerät haben
|
||||
<source>Reload (F5)</source>
|
||||
<translation>Neu laden (F5)</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Send to active channel</source>
|
||||
<translation type="obsolete">An aktiven Kanal senden</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Open in new channel/Song-Editor</source>
|
||||
<translation type="obsolete">In neuem Kanal im Song-Editor öffnen</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Open in new channel/B+B Editor</source>
|
||||
<translation type="obsolete">In neuem Kanal im B+B Editor öffnen</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Send to active instrument-track</source>
|
||||
<translation>An aktive Instrument-Spur senden</translation>
|
||||
@@ -2136,49 +1951,6 @@ Double clicking any of the plugins will bring up information on the ports.</sour
|
||||
<translation>Ja</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>ladspaSubPluginDescriptionWidget</name>
|
||||
<message>
|
||||
<source>Description</source>
|
||||
<translation type="obsolete">Beschreibung</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Name: </source>
|
||||
<translation type="obsolete"> Name:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Maker: </source>
|
||||
<translation type="obsolete"> Hersteller:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Copyright: </source>
|
||||
<translation type="obsolete"> Copyright:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Requires Real Time: Yes</source>
|
||||
<translation type="obsolete">Benötigt Echtzeit: ja</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Requires Real Time: No</source>
|
||||
<translation type="obsolete">Benötigt Echtzeit: nein</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Real Time Capable: Yes</source>
|
||||
<translation type="obsolete">Echtzeitfähig: ja</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Real Time Capable: No</source>
|
||||
<translation type="obsolete">Echtzeitfähig: nein</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Channels In: </source>
|
||||
<translation type="obsolete"> Eingangs-Kanäle:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Channels Out: </source>
|
||||
<translation type="obsolete"> Ausgangs-Kanäle:</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>lb302Synth</name>
|
||||
<message>
|
||||
@@ -2279,7 +2051,7 @@ Double clicking any of the plugins will bring up information on the ports.</sour
|
||||
</message>
|
||||
<message>
|
||||
<source>DIST</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation type="unfinished">DIST</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Waveform</source>
|
||||
@@ -2318,69 +2090,6 @@ Double clicking any of the plugins will bring up information on the ports.</sour
|
||||
<translation>Moog </translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>lb303Synth</name>
|
||||
<message>
|
||||
<source>VCF Cutoff Frequency</source>
|
||||
<translation type="obsolete">VCF-Kennfrequenz</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Cutoff Freq:</source>
|
||||
<translation type="obsolete">Kennfreq.:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>VCF Resonance</source>
|
||||
<translation type="obsolete">VCF-Resonanz</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Resonance:</source>
|
||||
<translation type="obsolete">Resonanz:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>VCF Envelope Mod</source>
|
||||
<translation type="obsolete">VCF-Hüllkurvenintensität</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>VCF Envelope Decay</source>
|
||||
<translation type="obsolete">VCF-Hüllkurvenabfallzeit</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Decay:</source>
|
||||
<translation type="obsolete">Abfallzeit (decay):</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Accent</source>
|
||||
<translation type="obsolete">Betonung</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Dead</source>
|
||||
<translation type="obsolete">Tot</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Slide Decay</source>
|
||||
<translation type="obsolete">Slide-Abfallzeit</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Slide Decay:</source>
|
||||
<translation type="obsolete">Slide-Abfallzeit:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Waveform</source>
|
||||
<translation type="obsolete">Wellenform</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Fine detuning of the VCO. Ranged between -100 and 100 centes.</source>
|
||||
<translation type="obsolete">Feinverstimmung des VCOs. Bereich zwischen -100 und 100 Cents.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>VCO Fine Detuning:</source>
|
||||
<translation type="obsolete">VCO Feinverstimmung:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Distortion</source>
|
||||
<translation type="obsolete">Verzerrung</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>lcdSpinBox</name>
|
||||
<message>
|
||||
@@ -2514,14 +2223,6 @@ F1-F10 schalten die ersten 10 Instrumente im Beat+Bassline-Editor stumm bzw. wie
|
||||
<source>Save &As...</source>
|
||||
<translation>Speichern &als...</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Import file</source>
|
||||
<translation type="obsolete">Datei importieren</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>E&xport</source>
|
||||
<translation type="obsolete">E&xportieren</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>&Quit</source>
|
||||
<translation>&Beenden</translation>
|
||||
@@ -2562,27 +2263,19 @@ F1-F10 schalten die ersten 10 Instrumente im Beat+Bassline-Editor stumm bzw. wie
|
||||
<source>Open project</source>
|
||||
<translation>Projekt öffnen</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>MultiMedia Project (*.mmp *.xml)</source>
|
||||
<translation type="obsolete">MultiMedia-Projekt (*.mmp *.xml)</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Save project</source>
|
||||
<translation>Projekt speichern</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>MultiMedia Project (*.mmp);;MultiMedia Project Template (*.mpt)</source>
|
||||
<translation type="obsolete">MultiMedia-Projekt (*.mmp);;MultiMedia-Projekt-Vorlage (*.mpt)</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Help not available</source>
|
||||
<translation>Hilfe nicht verfügbar</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Currently there's no help available in LMMS.
|
||||
Please visit http://wiki.mindrules.net for documentation on LMMS.</source>
|
||||
Please visit http://lmms.sourceforge.net/wiki/ for documentation on LMMS.</source>
|
||||
<translation>Derzeit ist in LMMS keine Hilfe verfügbar.
|
||||
Bitte besuchen Sie http://wiki.mindrules.net für Dokumentationen über LMMS.</translation>
|
||||
Bitte besuchen Sie http://lmms.sourceforge.net/wiki/ für Dokumentationen über LMMS.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Setting up main-window and workspace...</source>
|
||||
@@ -2616,10 +2309,6 @@ Bitte besuchen Sie http://wiki.mindrules.net für Dokumentationen über LMMS.</t
|
||||
<source>By pressing this button, you can show or hide the Automation Editor. With the help of the Automation Editor you can edit dynamic values in an easy way.</source>
|
||||
<translation>Durch das Drücken dieses Knopfes können Sie den Automation-Editor ein- oder ausblenden. Mit Hilfe des Automation-Editors können Sie dynamische Werte auf eine einfache Art und Weise bearbeiten.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>LADSPA Plugins...</source>
|
||||
<translation type="obsolete">LADSPA-Plugins...</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>MultiMedia Project (*.mmp *.mmpz *.xml)</source>
|
||||
<translation>MultiMedia Projekt (*.mmp *.mmpz *.xml)</translation>
|
||||
@@ -3097,14 +2786,6 @@ Bitte besuchen Sie http://wiki.mindrules.net für Dokumentationen über LMMS.</t
|
||||
<source>Refreeze</source>
|
||||
<translation>Erneut einfrieren</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Channel muted</source>
|
||||
<translation type="obsolete">Kanal stumm geschalten</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>The channel this pattern belongs to is currently muted therefore freezing makes no sense! Do you still want to continue?</source>
|
||||
<translation type="obsolete">Der Kanal, zu dem dieser Pattern gehört, ist derzeit stumm geschaltet, weshalb das Einfrieren keinen Sinn ergibt! Wollen Sie trotzdem fortfahren?</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Add steps</source>
|
||||
<translation>Steps hinzufügen</translation>
|
||||
@@ -3127,14 +2808,6 @@ use mouse wheel to set volume of a step</source>
|
||||
<translation>Doppelklick, um diesen Pattern im Piano-Roll zu öffnen
|
||||
Lautstärke eines Steps kann mit Mausrad geändert werden</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Pattern muted</source>
|
||||
<translation type="obsolete">Pattern stummgeschaltet</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>The track this pattern belongs to or the pattern itself is currently muted therefore freezing makes no sense! Do you still want to continue?</source>
|
||||
<translation type="obsolete">Die Spur, zu der dieser Pattern gehört oder dieser Pattern selbst sind derzeit stummgeschaltet, weshalb das Einfrieren keinen Sinn ergibt. Wollen Sie trotzdem fortfahren?</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>patternFreezeStatusDialog</name>
|
||||
@@ -3149,18 +2822,6 @@ Lautstärke eines Steps kann mit Mausrad geändert werden</translation>
|
||||
</context>
|
||||
<context>
|
||||
<name>pianoRoll</name>
|
||||
<message>
|
||||
<source>If you click here, erase-mode will be activated. In this mode you can erase single notes. You can also press 'E' on your keyboard to activate this mode.</source>
|
||||
<translation type="obsolete">Wenn Sie hier klicken, wird der Radier-Modus aktiviert. In diesem Modus können Sie einzelne Noten löschen. Sie können auch 'E' auf Ihrer Tastatur drücken, um diesen Modus zu aktivieren.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>If you click here, select-mode will be activated. In this mode you can select notes. This is neccessary if you want to cut, copy, paste, delete or move notes. You can also press 'S' on your keyboard to activate this mode.</source>
|
||||
<translation type="obsolete">Wenn Sie hier klicken, wird der Auswahl-Modus aktiviert. In diesem Modus können Sie Noten markieren. Das ist nötig, wenn Sie (mehrere) Noten ausschneiden, kopieren, einfügen, löschen oder verschieben wollen. Sie können auch 'S' auf Ihrer Tastatur drücken, um diesen Modus zu aktivieren.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>If you click here, move-mode will be activated. In this mode you can move the notes you selected in select-mode. You can also press 'M' on your keyboard to activate this mode.</source>
|
||||
<translation type="obsolete">Wenn Sie hier klicken, wird der Verschiebe-Modus aktiviert. In diesem Modus können Sie die markierten Noten verschieben. Sie können auch 'M' auf Ihrer Tastatur drücken, um diesen Modus zu aktivieren.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Cut selected notes (Ctrl+X)</source>
|
||||
<translation>Ausgewählte Noten ausschneiden (Strg+X)</translation>
|
||||
@@ -3201,10 +2862,6 @@ Lautstärke eines Steps kann mit Mausrad geändert werden</translation>
|
||||
<source>Click here, if you want to stop playing of current pattern.</source>
|
||||
<translation>Klicken Sie hier, wenn Sie das Abspielen des aktuellen Patterns stoppen wollen.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>If you click here, draw-mode will be activated. In this mode you can add, resize and move single notes. This is the default-mode which is used most of the time. You can also press 'D' on your keyboard to activate this mode.</source>
|
||||
<translation type="obsolete">Wenn Sie hier klicken, wird der Zeichen-Modus aktiviert. In diesem Modus können Sie einzelne Noten hinzufügen, deren Größe ändern oder sie verschieben. Das ist der Standard-Modus, der meistens benutzt wird. Sie können auch 'D' auf Ihrer Tastatur drücken, um in diesen Modus zu gelangen.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Piano-Roll - %1</source>
|
||||
<translation>Piano-Roll - %1</translation>
|
||||
@@ -3225,22 +2882,6 @@ Lautstärke eines Steps kann mit Mausrad geändert werden</translation>
|
||||
<source>Click here, if you want to record notes from a MIDI-device or the virtual test-piano of the according channel-window to the current pattern. When recording all notes you play will be written to this pattern and you can play and edit them afterwards.</source>
|
||||
<translation>Klicken Sie hier, wenn Sie Noten von einem MIDI-Gerät oder dem virtuellen Test-Klavier des zugehörigen Kanal-Fensters in den aktuellen Pattern aufnehmen wollen. Beim Aufnehmen werden alle Noten, die Sie spielen, in diesen Pattern geschrieben und hinterher können Sie diese abspielen und bearbeiten.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Draw mode (D)</source>
|
||||
<translation type="obsolete">Zeichnen-Modus (D)</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Erase mode (E)</source>
|
||||
<translation type="obsolete">Löschen-Modus (E)</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Select mode (S)</source>
|
||||
<translation type="obsolete">Auswahl-Modus (S)</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Move selection mode (M)</source>
|
||||
<translation type="obsolete">Verschieben-Modus (M)</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Notes copied</source>
|
||||
<translation>Noten kopiert</translation>
|
||||
@@ -3334,10 +2975,6 @@ Lautstärke eines Steps kann mit Mausrad geändert werden</translation>
|
||||
<source>three powerful oscillators you can modulate in several ways</source>
|
||||
<translation>Drei leistungsfähige Oszillatoren, die Sie auf verschiedene Art und Weise modulieren können</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>simple sampler with various settings for using samples (e.g. drums) in a channel</source>
|
||||
<translation type="obsolete">Einfacher Sampler mit verschiedenen Einstellungen zum Benutzen von Samples (z.B. Drums) in einem Kanal</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>VST-host for using VST(i)-plugins within LMMS</source>
|
||||
<translation>VST-Host zum Benutzen von VST(i)-Plugins innerhalb von LMMS</translation>
|
||||
@@ -3406,6 +3043,141 @@ Lautstärke eines Steps kann mit Mausrad geändert werden</translation>
|
||||
<source>Tool for live performance</source>
|
||||
<translation>Werkzeug für Live-Auftritte</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Incomplete polyphonic immitation tb303</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Plugin for enhancing stereo separation of a stereo input file</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>polyb302Synth</name>
|
||||
<message>
|
||||
<source>VCF Cutoff Frequency</source>
|
||||
<translation type="unfinished">VCF-Kennfrequenz</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Cutoff Freq:</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>CUT</source>
|
||||
<translation type="unfinished">FREQ</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>VCF Resonance</source>
|
||||
<translation type="unfinished">VCF-Resonanz</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Resonance:</source>
|
||||
<translation type="unfinished">Resonanz:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>RES</source>
|
||||
<translation type="unfinished">RES</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>VCF Envelope Mod</source>
|
||||
<translation type="unfinished">VCF-Hüllkurvenintensität</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Env Mod:</source>
|
||||
<translation type="unfinished">Hüllkurven-Modulation:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>ENV MOD</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>VCF Envelope Decay</source>
|
||||
<translation type="unfinished">VCF-Hüllkurvenabfallzeit</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Decay:</source>
|
||||
<translation type="unfinished">Abfallzeit (decay):</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>DEC</source>
|
||||
<translation type="unfinished">DEC</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>303-es-que, 24dB/octave, 3 pole filter</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Slide Decay</source>
|
||||
<translation type="unfinished">Slide-Abfallzeit</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Slide Decay:</source>
|
||||
<translation type="unfinished">Slide-Abfallzeit:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>SLIDE</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>VCO fine detuning</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>VCO Fine Detuning:</source>
|
||||
<translation type="unfinished">VCO Feinverstimmung:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>DETUNE</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Distortion</source>
|
||||
<translation type="unfinished">Verzerrung</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>DIST:</source>
|
||||
<translation type="unfinished">Verzerrung:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>DIST</source>
|
||||
<translation type="unfinished">DIST</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Waveform</source>
|
||||
<translation type="unfinished">Wellenform</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>WAVE:</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>WAVE</source>
|
||||
<translation type="unfinished">WELLE</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Sawtooth </source>
|
||||
<translation type="unfinished">Sägezahn </translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Inverted Sawtooth </source>
|
||||
<translation type="unfinished">Invertierter Sägezahn </translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Triangle </source>
|
||||
<translation type="unfinished">Dreieck </translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Square </source>
|
||||
<translation type="unfinished">Rechteck</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Rounded Square </source>
|
||||
<translation type="unfinished">Abgerundetes Reckteck</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Moog </source>
|
||||
<translation type="unfinished">Moog </translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>projectNotes</name>
|
||||
@@ -3675,22 +3447,22 @@ Wenn es mit anderer VST-software unter Linux funktioniert, kontaktieren Sie bitt
|
||||
<source>Open audio file</source>
|
||||
<translation>Audio-Datei öffnen</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>All Audio-Files (*.wav *.ogg *.flac *.voc *.aif *.aiff *.au *.raw)</source>
|
||||
<translation type="obsolete">Alle Audio-Dateien (*.wav *.ogg *.flac *.voc *.aif *.aiff *.au *.raw)</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>FLAC-Files (*.flac)</source>
|
||||
<translation>FLAC-Dateien (*.flac)</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>All Audio-Files (*.wav *.ogg *.flac *.spx *.voc *.aif *.aiff *.au *.raw)</source>
|
||||
<translation>Alle Audio-Dateien (*.wav *.ogg *.flac *.spx *.voc *.aif *.aiff *.au *.raw)</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>SPEEX-Files (*.spx)</source>
|
||||
<translation>SPEEX-Dateien (*.spx)</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>DrumSynth-Files (*.ds)</source>
|
||||
<translation>DrumSynth-Dateien (*.ds)</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>All Audio-Files (*.wav *.ogg *.ds *.flac *.spx *.voc *.aif *.aiff *.au *.raw)</source>
|
||||
<translation>Alle Audio-Dateien (*.wav *.ogg *.ds *.flac *.spx *.voc *.aif *.aiff *.au *.raw)</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>sampleTCO</name>
|
||||
@@ -3859,8 +3631,8 @@ Latenz: %2 ms</translation>
|
||||
<translation>Artwork-Verzeichnis wählen</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Display volume as dbV </source>
|
||||
<translation>Lautstärke als in dbV anzeigen </translation>
|
||||
<source>Display volume as dBV </source>
|
||||
<translation>Lautstärke als in dBV anzeigen </translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>FL Studio installation directory</source>
|
||||
@@ -3894,10 +3666,6 @@ Latenz: %2 ms</translation>
|
||||
<source>Parallelizing level</source>
|
||||
<translation>Parallelisierungs-Level</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>SMP-level</source>
|
||||
<translation type="obsolete">SMP-Level</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>If you have a machine with more then one processor (e.g. dual-core systems) you should use a parallelizing-level above 1 which means that LMMS will try to split up sound-processing into several threads which should should be run on several cores by the underlaying operating-system.
|
||||
Please note that in some cases parallelizing won't work with small buffer-sizes. If you experience problems (i.e. lot of xruns), try to increase buffer-size.</source>
|
||||
@@ -4044,10 +3812,6 @@ Wollen Sie diese überschreiben?</translation>
|
||||
<source>Import file</source>
|
||||
<translation>Datei importieren</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>MIDI-files (*.mid)</source>
|
||||
<translation type="obsolete">MIDI-Dateien (*.mid)</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>TEMPO/BPM</source>
|
||||
<translation>TEMPO/BPM</translation>
|
||||
@@ -4117,6 +3881,21 @@ Bitte stellen Sie sicher, dass Sie Schreibrechte auf diese Datei besitzen und ve
|
||||
<translation>Tempo</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>stereoEnhancerControlDialog</name>
|
||||
<message>
|
||||
<source>Width</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>WIDE</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Width:</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>surroundArea</name>
|
||||
<message>
|
||||
@@ -4291,22 +4070,6 @@ Bitte stellen Sie sicher, dass Sie Schreibrechte auf diese Datei besitzen und ve
|
||||
<source>Please wait...</source>
|
||||
<translation>Bitte warten...</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Could not open file</source>
|
||||
<translation type="obsolete">Konnte Datei nicht öffnen</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Could not open file %1 for reading.
|
||||
Please make sure you have read-permission to the file and the directory containing the file and try again!</source>
|
||||
<translation type="obsolete">Die Datei %1 konnte nicht zum Lesen geöffnet werden.
|
||||
Bitte stellen Sie sicher, dass Sie Leserechte auf die Datei und auf das Verzeichnis, das diese Datei beinhaltet, haben und versuchen es erneut!</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Could not open file %1 for writing.
|
||||
Please make sure you have write-permission to the file and the directory containing the file and try again!</source>
|
||||
<translation type="obsolete">Die Datei %1 konnte nicht zum Schreiben geöffnet werden.
|
||||
Bitte stellen Sie sicher, dass Sie Schreibrechte auf diese Datei und das Verzeichnis, das diese Datei enthält, besitzen und versuchen es erneut!</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Importing MIDI-file...</source>
|
||||
<translation>Importiere MIDI-Datei...</translation>
|
||||
@@ -4315,12 +4078,6 @@ Bitte stellen Sie sicher, dass Sie Schreibrechte auf diese Datei und das Verzeic
|
||||
<source>Couldn't import file</source>
|
||||
<translation>Konnte Datei nicht importieren</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Couldn't find a filter for importing file %1.
|
||||
You should convert this file into a format supported by LMMS using another software. </source>
|
||||
<translation type="obsolete">Konnte keinen Filter finden, um die Datei %1 zu importieren.
|
||||
Sie sollten diese Datei mit Hilfe einer anderen Software in ein Format konvertieren, das von LMMS unterstützt wird.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Couldn't open file</source>
|
||||
<translation>Konnte Datei nicht öffnen</translation>
|
||||
@@ -4851,27 +4608,12 @@ Die LED rechts unterhalb der Wellenform gibt an, ob die Saite aktiviert ist.</tr
|
||||
<context>
|
||||
<name>volumeKnob</name>
|
||||
<message>
|
||||
<source>Please enter a new value between -96.0 dbV and 6.0 dbV:</source>
|
||||
<translation>Bitte geben Sie einen Wert zwischen -96.0 dbV und 6.0 dbV ein:</translation>
|
||||
<source>Please enter a new value between -96.0 dBV and 6.0 dBV:</source>
|
||||
<translation>Bitte geben Sie einen Wert zwischen -96.0 dBV und 6.0 dBV ein:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Please enter a new value between %1 and %2:</source>
|
||||
<translation>Bitte geben Sie einen neuen Wert zwischen %1 und %2 ein:</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>vstSubPluginDescriptionWidget</name>
|
||||
<message>
|
||||
<source>Description</source>
|
||||
<translation type="obsolete">Beschreibung</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Name: </source>
|
||||
<translation type="obsolete"> Name:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>File: </source>
|
||||
<translation type="obsolete"> Datei:</translation>
|
||||
</message>
|
||||
</context>
|
||||
</TS>
|
||||
|
||||
@@ -1997,9 +1997,9 @@ Assicurarsi di avere i permessi in scrittura per il file/periferica selezionato!
|
||||
</message>
|
||||
<message>
|
||||
<source>Currently there's no help available in LMMS.
|
||||
Please visit http://wiki.mindrules.net for documentation on LMMS.</source>
|
||||
Please visit http://lmms.sourceforge.net/wiki/ for documentation on LMMS.</source>
|
||||
<translation type="obsolete">Al momento non è disponibile l'aiuto in LMMS.
|
||||
Si prega di visitare http://wiki.mindrules.net per la documentazione su LMMS.</translation>
|
||||
Si prega di visitare http://lmms.sourceforge.net/wiki/ per la documentazione su LMMS.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Setting up main-window and workspace...</source>
|
||||
@@ -2194,9 +2194,9 @@ Si prega di visitare http://wiki.mindrules.net per la documentazione su LMMS.</t
|
||||
</message>
|
||||
<message>
|
||||
<source>Currently there's no help available in LMMS.
|
||||
Please visit http://wiki.mindrules.net for documentation on LMMS.</source>
|
||||
Please visit http://lmms.sourceforge.net/wiki/ for documentation on LMMS.</source>
|
||||
<translation>Al momento non è disponibile l'aiuto in LMMS.
|
||||
Si prega di visitare http://wiki.mindrules.net per la documentazione su LMMS.</translation>
|
||||
Si prega di visitare http://lmms.sourceforge.net/wiki/ per la documentazione su LMMS.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Setting up main-window and workspace...</source>
|
||||
@@ -2944,8 +2944,8 @@ LATENZA: %2 ms</translation>
|
||||
<translation>Non mostrare il messaggio dopo aver chiuso questa finestra</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Display volume as dbV </source>
|
||||
<translation>Mostra il volume in dbV </translation>
|
||||
<source>Display volume as dBV </source>
|
||||
<translation>Mostra il volume in dBV </translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Directories</source>
|
||||
@@ -3988,8 +3988,8 @@ Il LED nell'angolo in basso a destra dell'editor della forma d'on
|
||||
<context>
|
||||
<name>volumeKnob</name>
|
||||
<message>
|
||||
<source>Please enter a new value between -96.0 dbV and 6.0 dbV:</source>
|
||||
<translation>Inserisci un nuovo valore tra -96.0 dbV e 6.0 dbV:</translation>
|
||||
<source>Please enter a new value between -96.0 dBV and 6.0 dBV:</source>
|
||||
<translation>Inserisci un nuovo valore tra -96.0 dBV e 6.0 dBV:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Please enter a new value between %1 and %2:</source>
|
||||
|
||||
@@ -1982,9 +1982,9 @@ Zorg ervoor dat je schrijf-bevoegdheid hebt voor het geselecteerde bestand/appar
|
||||
</message>
|
||||
<message>
|
||||
<source>Currently there's no help available in LMMS.
|
||||
Please visit http://wiki.mindrules.net for documentation on LMMS.</source>
|
||||
Please visit http://lmms.sourceforge.net/wiki/ for documentation on LMMS.</source>
|
||||
<translation>Op dit moment is er nog geen hulp beschikbaar in LMMS.
|
||||
Bezoek http://wiki.mindrules.net voor documentatie over LMMS.</translation>
|
||||
Bezoek http://lmms.sourceforge.net/wiki/ voor documentatie over LMMS.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Setting up main-window and workspace...</source>
|
||||
@@ -2816,8 +2816,8 @@ Vertraging: %2 ms</translation>
|
||||
<translation>Artwork-thema map kiezen</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Display volume as dbV </source>
|
||||
<translation>Volume in dbV tonen </translation>
|
||||
<source>Display volume as dBV </source>
|
||||
<translation>Volume in dBV tonen </translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>FL Studio installation directory</source>
|
||||
@@ -3755,8 +3755,8 @@ De LED in de rechter benedenhoek van de golfvorm bewerker geeft aan of de snaar
|
||||
<context>
|
||||
<name>volumeKnob</name>
|
||||
<message>
|
||||
<source>Please enter a new value between -96.0 dbV and 6.0 dbV:</source>
|
||||
<translation>Voer aub. een waarde tussen -96.0 dbV en 6.0 dbV in:</translation>
|
||||
<source>Please enter a new value between -96.0 dBV and 6.0 dBV:</source>
|
||||
<translation>Voer aub. een waarde tussen -96.0 dBV en 6.0 dBV in:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Please enter a new value between %1 and %2:</source>
|
||||
|
||||
@@ -2434,9 +2434,9 @@ Double clicking any of the plugins will bring up information on the ports.</sour
|
||||
</message>
|
||||
<message>
|
||||
<source>Currently there's no help available in LMMS.
|
||||
Please visit http://wiki.mindrules.net for documentation on LMMS.</source>
|
||||
Please visit http://lmms.sourceforge.net/wiki/ for documentation on LMMS.</source>
|
||||
<translation>Пока что справка для LMMS не написана.
|
||||
Вероятно, Вы сможете найти нужные материалы на http://wiki.mindrules.net.</translation>
|
||||
Вероятно, Вы сможете найти нужные материалы на http://lmms.sourceforge.net/wiki/.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Setting up main-window and workspace...</source>
|
||||
@@ -3655,7 +3655,7 @@ Latency: %2 ms</source>
|
||||
<translation>Выбор каталога с темой оформления для LMMS</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Display volume as dbV </source>
|
||||
<source>Display volume as dBV </source>
|
||||
<translation>Отображать громкости в децибелах (напр.) </translation>
|
||||
</message>
|
||||
<message>
|
||||
@@ -4653,7 +4653,7 @@ The LED in the lower right corner of the waveform editor determines whether the
|
||||
<context>
|
||||
<name>volumeKnob</name>
|
||||
<message>
|
||||
<source>Please enter a new value between -96.0 dbV and 6.0 dbV:</source>
|
||||
<source>Please enter a new value between -96.0 dBV and 6.0 dBV:</source>
|
||||
<translation>Введите новое значение между –96,0 дБ и 6,0 дБ (по напряжению):</translation>
|
||||
</message>
|
||||
<message>
|
||||
|
||||
@@ -1991,9 +1991,9 @@ Double clicking any of the plugins will bring up information on the ports.</sour
|
||||
</message>
|
||||
<message>
|
||||
<source>Currently there's no help available in LMMS.
|
||||
Please visit http://wiki.mindrules.net for documentation on LMMS.</source>
|
||||
Please visit http://lmms.sourceforge.net/wiki/ for documentation on LMMS.</source>
|
||||
<translation>För tillfället finns det ingen aktuell hjälp i LMMS.
|
||||
Besök http://wiki.mindrules.net för dokumentation för LMMS.</translation>
|
||||
Besök http://lmms.sourceforge.net/wiki/ för dokumentation för LMMS.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Setting up main-window and workspace...</source>
|
||||
@@ -2870,8 +2870,8 @@ Right clicking will bring up a context menu where you can change the order in wh
|
||||
<translation>Visa inte meddelande efter stägandet av denna dialogen</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Display volume as dbV </source>
|
||||
<translation>Visa volym i dbV</translation>
|
||||
<source>Display volume as dBV </source>
|
||||
<translation>Visa volym i dBV</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Directories</source>
|
||||
@@ -3876,8 +3876,8 @@ The LED in the lower right corner of the waveform editor determines whether the
|
||||
<context>
|
||||
<name>volumeKnob</name>
|
||||
<message>
|
||||
<source>Please enter a new value between -96.0 dbV and 6.0 dbV:</source>
|
||||
<translation>Skriv in ett nytt värde mellan -96.0 dbV och 6.0 dbV:</translation>
|
||||
<source>Please enter a new value between -96.0 dBV and 6.0 dBV:</source>
|
||||
<translation>Skriv in ett nytt värde mellan -96.0 dBV och 6.0 dBV:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Please enter a new value between %1 and %2:</source>
|
||||
|
||||
30
data/presets/AudioFileProcessor/Erazor.cs.xml
Normal file
30
data/presets/AudioFileProcessor/Erazor.cs.xml
Normal file
@@ -0,0 +1,30 @@
|
||||
<?xml version="1.0"?>
|
||||
<!DOCTYPE multimedia-project>
|
||||
<multimedia-project creator="Linux MultiMedia Studio (LMMS)" creatorversion="0.3.0-svn20071030" type="instrumenttracksettings" version="1.0" >
|
||||
<head/>
|
||||
<instrumenttracksettings>
|
||||
<instrumenttrack width="250" x="0" surpos-x="0" y="0" surpos-y="0" fxch="0" height="438" basenote="69" vol="100" name="Erazor" tab="0" visible="1" >
|
||||
<audiofileprocessor reversed="0" looped="0" eframe="1" sframe="0" amp="90" src="drumsynth/misc synth/wowmelodictone.ds" />
|
||||
<eldata fres="3.51" ftype="0" fcut="2940" fwet="0" >
|
||||
<elvol lspd_numerator="4" lpdel="0" amt="1" rel="0.23" ctlenvamt="0" latt="0" syncmode="0" sus="0.05" lspd_denominator="4" lspd="0.1" att="0" pdel="0" lamt="0" dec="0" userwavefile="" x100="0" lshp="0" hold="0" />
|
||||
<elcut lspd_numerator="4" lpdel="0" amt="0" rel="0.1" ctlenvamt="0" latt="0" syncmode="0" sus="0.5" lspd_denominator="4" lspd="0.01" att="0" pdel="0" lamt="1" dec="0.5" userwavefile="" x100="0" lshp="0" hold="0.5" />
|
||||
<elres lspd_numerator="4" lpdel="0" amt="0" rel="0.1" ctlenvamt="0" latt="0" syncmode="0" sus="0.5" lspd_denominator="4" lspd="0.1" att="0" pdel="0" lamt="0" dec="0.5" userwavefile="" x100="0" lshp="0" hold="0.5" />
|
||||
</eldata>
|
||||
<arpandchords arpmode="0" chordrange="3" arp-enabled="0" arptime_numerator="4" arprange="2" chord-enabled="1" arptime_denominator="4" chord="0" syncmode="0" arpgate="100" arp="0" arptime="100" arpdir="0" />
|
||||
<midi defvelout="0" inputchannel="0" outputchannel="1" receive="0" send="0" defvelin="0" />
|
||||
<fx fxdisabled="0" >
|
||||
<rack numofeffects="3" >
|
||||
<effect key="AAAAAgAAAAIAAAADAAAAbABDAEEAUABTADoAIABQAGwAYQB0AGUAMgB4ADIAIAAtACAAVgBlAHIAcwBhAHQAaQBsAGUAIABwAGwAYQB0AGUAIAByAGUAdgBlAHIAYgAsACAAcwB0AGUAcgBlAG8AIABpAG4AcAB1AHQAcwAAAAQAAAACAAAAEABQAGwAYQB0AGUAMgB4ADIAAAAOAGMAYQBwAHMALgBzAG8=" autoquit="0" name="ladspaeffect" gate="0" wet="1" on="1" >
|
||||
<ladspacontrols port02="0.50197" port03="0.3745" port04="0.249875" port05="0.25" ports="4" />
|
||||
</effect>
|
||||
<effect key="AAAAAgAAAAIAAAADAAAATABGAGUAZQBkAGIAYQBjAGsAIABEAGUAbABhAHkAIABMAGkAbgBlACAAKABNAGEAeABpAG0AdQBtACAARABlAGwAYQB5ACAANQBzACkAAAAEAAAAAgAAABQAZgBiAGQAZQBsAGEAeQBfADUAcwAAAAwAYwBtAHQALgBzAG8=" autoquit="0" name="ladspaeffect" gate="0" wet="1" on="1" >
|
||||
<ladspacontrols port10="200" port11="0.24" port00="200" port01="0.24" port10_numerator="4" port14="0.5" port04link="1" port04="0.5" port01link="1" syncmode="0" port00link="1" link="1" ports="6" port10_denominator="4" port00_numerator="4" port00_denominator="4" />
|
||||
</effect>
|
||||
<effect key="AAAAAgAAAAIAAAADAAAAFgBiAGEAcwBzAGIAbwBvAHMAdABlAHIAAAAA/////wAA" autoquit="0" name="bassbooster" gate="0" wet="1" on="1" >
|
||||
<bassboostercontrols ratio="2" freq="100" gain="1" />
|
||||
</effect>
|
||||
</rack>
|
||||
</fx>
|
||||
</instrumenttrack>
|
||||
</instrumenttracksettings>
|
||||
</multimedia-project>
|
||||
@@ -1,2 +1,2 @@
|
||||
SUBDIRS = basses bassloopes beats drums effects instruments latin misc shapes stringsnpads
|
||||
SUBDIRS = basses bassloopes beats drums drumsynth effects instruments latin misc shapes stringsnpads
|
||||
|
||||
|
||||
1
data/samples/drumsynth/Makefile.am
Normal file
1
data/samples/drumsynth/Makefile.am
Normal file
@@ -0,0 +1 @@
|
||||
SUBDIRS = acoustic cr78 cr8000 effects electro farfisa ferraro instrument jorgensohn latin linn magnetboy misc misc_bass misc_claps misc_electro misc_fx misc_hats misc_perc misc_synth r_b tr606 tr77 tr808 tr909
|
||||
35
data/samples/drumsynth/acoustic/Brush1.ds
Normal file
35
data/samples/drumsynth/acoustic/Brush1.ds
Normal file
@@ -0,0 +1,35 @@
|
||||
[General]
|
||||
Version=DrumSynth v1.0
|
||||
Comment=
|
||||
|
||||
[Tone]
|
||||
On=1
|
||||
Level=87
|
||||
F1=180
|
||||
F2=125
|
||||
Droop=0
|
||||
Phase=10
|
||||
Envelope=0,0 89,95 596,24 2384,0
|
||||
|
||||
[Noise]
|
||||
On=1
|
||||
Level=64
|
||||
Slope=-58
|
||||
Envelope=0,0 223,87 1654,0
|
||||
|
||||
[Overtones]
|
||||
On=0
|
||||
Level=128
|
||||
F1=200
|
||||
F2=120
|
||||
Method=0
|
||||
Param=0
|
||||
Envelope1=0,100 4800,50 16000,0
|
||||
Envelope2=0,100 5400,50 18000,0
|
||||
|
||||
[NoiseBand]
|
||||
On=0
|
||||
Level=119
|
||||
F=100
|
||||
dF=18
|
||||
Envelope=0,99 1788,24 4321,7 7449,0
|
||||
35
data/samples/drumsynth/acoustic/Brush2.ds
Normal file
35
data/samples/drumsynth/acoustic/Brush2.ds
Normal file
@@ -0,0 +1,35 @@
|
||||
[General]
|
||||
Version=DrumSynth v1.0
|
||||
Comment=
|
||||
|
||||
[Tone]
|
||||
On=1
|
||||
Level=102
|
||||
F1=180
|
||||
F2=125
|
||||
Droop=0
|
||||
Phase=10
|
||||
Envelope=0,0 492,81 939,28 2384,0
|
||||
|
||||
[Noise]
|
||||
On=1
|
||||
Level=64
|
||||
Slope=-58
|
||||
Envelope=0,0 536,70 1013,87 1460,26 3665,18 3844,0
|
||||
|
||||
[Overtones]
|
||||
On=0
|
||||
Level=128
|
||||
F1=200
|
||||
F2=120
|
||||
Method=0
|
||||
Param=0
|
||||
Envelope1=0,100 4800,50 16000,0
|
||||
Envelope2=0,100 5400,50 18000,0
|
||||
|
||||
[NoiseBand]
|
||||
On=0
|
||||
Level=119
|
||||
F=100
|
||||
dF=18
|
||||
Envelope=0,99 1788,24 4321,7 7449,0
|
||||
35
data/samples/drumsynth/acoustic/JazzKick.ds
Normal file
35
data/samples/drumsynth/acoustic/JazzKick.ds
Normal file
@@ -0,0 +1,35 @@
|
||||
[General]
|
||||
Version=DrumSynth v1.0
|
||||
Comment=
|
||||
|
||||
[Tone]
|
||||
On=1
|
||||
Level=132
|
||||
F1=90
|
||||
F2=68
|
||||
Droop=76
|
||||
Phase=0
|
||||
Envelope=0,0 521,96 2160,46 6034,17 12962,0
|
||||
|
||||
[Noise]
|
||||
On=0
|
||||
Level=64
|
||||
Slope=-70
|
||||
Envelope=0,100 358,0
|
||||
|
||||
[Overtones]
|
||||
On=0
|
||||
Level=128
|
||||
F1=200
|
||||
F2=120
|
||||
Method=0
|
||||
Param=0
|
||||
Envelope1=0,100 4800,50 16000,0
|
||||
Envelope2=0,100 5400,50 18000,0
|
||||
|
||||
[NoiseBand]
|
||||
On=1
|
||||
Level=119
|
||||
F=100
|
||||
dF=18
|
||||
Envelope=0,0 52,100 2086,6 4708,0
|
||||
60
data/samples/drumsynth/acoustic/JazzSnr.ds
Normal file
60
data/samples/drumsynth/acoustic/JazzSnr.ds
Normal file
@@ -0,0 +1,60 @@
|
||||
[General]
|
||||
Version=DrumSynth v2.0
|
||||
Tuning=0.00
|
||||
Stretch=100.0
|
||||
Filter=1
|
||||
HighPass=0
|
||||
FilterEnv=0,100 2502,100 4940,56 6746,44 442000,100 443000,0
|
||||
Level=0
|
||||
Resonance=0
|
||||
|
||||
[Tone]
|
||||
On=1
|
||||
Level=128
|
||||
F1=180
|
||||
F2=153
|
||||
Droop=38
|
||||
Phase=10
|
||||
Envelope=0,100 521,95 745,19 2458,6 6481,0
|
||||
|
||||
[Noise]
|
||||
On=1
|
||||
Level=100
|
||||
Slope=-68
|
||||
Envelope=0,97 275,15 668,26 2086,10 5438,0
|
||||
FixedSeq=0
|
||||
|
||||
[Overtones]
|
||||
On=0
|
||||
Level=100
|
||||
F1=345
|
||||
F2=200
|
||||
Method=0
|
||||
Param=47
|
||||
Envelope1=0,100 1490,17 4991,0
|
||||
Envelope2=0,100 894,12 7077,0
|
||||
Wave1=0
|
||||
Track1=0
|
||||
Wave2=0
|
||||
Track2=0
|
||||
Filter=0
|
||||
|
||||
[NoiseBand]
|
||||
On=1
|
||||
Level=86
|
||||
F=400
|
||||
dF=34
|
||||
Envelope=0,63 1494,37 1788,4 5810,0
|
||||
|
||||
[NoiseBand2]
|
||||
On=0
|
||||
Level=128
|
||||
F=1000
|
||||
dF=50
|
||||
Envelope=0,100 100,30 200,0
|
||||
|
||||
[Distortion]
|
||||
On=0
|
||||
Clipping=0
|
||||
Bits=0
|
||||
Rate=0
|
||||
60
data/samples/drumsynth/acoustic/JazzSnr_H.ds
Normal file
60
data/samples/drumsynth/acoustic/JazzSnr_H.ds
Normal file
@@ -0,0 +1,60 @@
|
||||
[General]
|
||||
Version=DrumSynth v2.0
|
||||
Tuning=0.00
|
||||
Stretch=100.0
|
||||
Level=0
|
||||
Filter=1
|
||||
HighPass=0
|
||||
Resonance=0
|
||||
FilterEnv=0,100 2439,100 4940,56 6746,44 442000,100 443000,0
|
||||
|
||||
[Tone]
|
||||
On=1
|
||||
Level=128
|
||||
F1=180
|
||||
F2=153
|
||||
Droop=38
|
||||
Phase=90
|
||||
Envelope=0,100 521,95 745,19 2458,6 6481,0
|
||||
|
||||
[Noise]
|
||||
On=1
|
||||
Level=100
|
||||
Slope=-68
|
||||
Envelope=0,97 190,92 317,21 668,26 2086,10 5438,0
|
||||
FixedSeq=0
|
||||
|
||||
[Overtones]
|
||||
On=0
|
||||
Level=100
|
||||
F1=345
|
||||
Wave1=0
|
||||
Track1=0
|
||||
F2=200
|
||||
Wave2=0
|
||||
Track2=0
|
||||
Method=0
|
||||
Param=47
|
||||
Envelope1=0,100 1490,17 4991,0
|
||||
Envelope2=0,100 894,12 7077,0
|
||||
Filter=0
|
||||
|
||||
[NoiseBand]
|
||||
On=1
|
||||
Level=86
|
||||
F=400
|
||||
dF=34
|
||||
Envelope=0,92 206,96 317,62 1552,36 1788,4 5810,0
|
||||
|
||||
[NoiseBand2]
|
||||
On=0
|
||||
Level=128
|
||||
F=1000
|
||||
dF=50
|
||||
Envelope=0,100 100,30 200,0
|
||||
|
||||
[Distortion]
|
||||
On=1
|
||||
Clipping=5
|
||||
Bits=0
|
||||
Rate=0
|
||||
35
data/samples/drumsynth/acoustic/K_Muffle.ds
Normal file
35
data/samples/drumsynth/acoustic/K_Muffle.ds
Normal file
@@ -0,0 +1,35 @@
|
||||
[General]
|
||||
Version=DrumSynth v1.0
|
||||
Comment=
|
||||
|
||||
[Tone]
|
||||
On=1
|
||||
Level=181
|
||||
F1=90
|
||||
F2=40
|
||||
Droop=21
|
||||
Phase=0
|
||||
Envelope=0,99 1862,50 5066,47 7449,38 11546,0
|
||||
|
||||
[Noise]
|
||||
On=0
|
||||
Level=164
|
||||
Slope=29
|
||||
Envelope=0,100 291,37 656,0 1192,0
|
||||
|
||||
[Overtones]
|
||||
On=0
|
||||
Level=119
|
||||
F1=876
|
||||
F2=1356
|
||||
Method=0
|
||||
Param=54
|
||||
Envelope1=0,100 1266,31 4470,26 10578,0
|
||||
Envelope2=0,100 894,45 3278,30 10355,0
|
||||
|
||||
[NoiseBand]
|
||||
On=0
|
||||
Level=161
|
||||
F=100
|
||||
dF=35
|
||||
Envelope=0,98 1341,0 4097,10 10578,0
|
||||
35
data/samples/drumsynth/acoustic/Kick.ds
Normal file
35
data/samples/drumsynth/acoustic/Kick.ds
Normal file
@@ -0,0 +1,35 @@
|
||||
[General]
|
||||
Version=DrumSynth v1.0
|
||||
Comment=
|
||||
|
||||
[Tone]
|
||||
On=1
|
||||
Level=132
|
||||
F1=90
|
||||
F2=70
|
||||
Droop=68
|
||||
Phase=10
|
||||
Envelope=0,0 89,95 2160,46 6034,17 9088,0
|
||||
|
||||
[Noise]
|
||||
On=1
|
||||
Level=64
|
||||
Slope=-70
|
||||
Envelope=0,100 358,0
|
||||
|
||||
[Overtones]
|
||||
On=0
|
||||
Level=128
|
||||
F1=200
|
||||
F2=120
|
||||
Method=0
|
||||
Param=0
|
||||
Envelope1=0,100 4800,50 16000,0
|
||||
Envelope2=0,100 5400,50 18000,0
|
||||
|
||||
[NoiseBand]
|
||||
On=1
|
||||
Level=119
|
||||
F=100
|
||||
dF=18
|
||||
Envelope=0,99 1788,24 4321,7 7449,0
|
||||
6
data/samples/drumsynth/acoustic/Makefile.am
Normal file
6
data/samples/drumsynth/acoustic/Makefile.am
Normal file
@@ -0,0 +1,6 @@
|
||||
acousticdrumsynthsamplesdir = $(lmmsdatadir)/samples/drumsynth/acoustic
|
||||
|
||||
acousticdrumsynthsamples_DATA = *.ds
|
||||
|
||||
EXTRA_DIST = $(acousticdrumsynthsamples_DATA)
|
||||
|
||||
58
data/samples/drumsynth/acoustic/Plain_Kick.ds
Normal file
58
data/samples/drumsynth/acoustic/Plain_Kick.ds
Normal file
@@ -0,0 +1,58 @@
|
||||
[General]
|
||||
Version=DrumSynth v1.0
|
||||
Comment=
|
||||
Tuning=0.00
|
||||
Stretch=100.0
|
||||
Filter=0
|
||||
HighPass=0
|
||||
FilterEnv=0,100 442000,100 442000,0
|
||||
|
||||
[Tone]
|
||||
On=1
|
||||
Level=128
|
||||
F1=100
|
||||
F2=40
|
||||
Droop=0
|
||||
Phase=0
|
||||
Envelope=0,100 1266,40 3129,15 6332,0
|
||||
|
||||
[Noise]
|
||||
On=0
|
||||
Level=128
|
||||
Slope=0
|
||||
Envelope=0,100 1000,10 3000,0
|
||||
|
||||
[Overtones]
|
||||
On=0
|
||||
Level=128
|
||||
F1=200
|
||||
Wave1=0
|
||||
Track1=0
|
||||
F2=125
|
||||
Wave2=0
|
||||
Track2=0
|
||||
Filter=0
|
||||
Method=0
|
||||
Param=50
|
||||
Envelope1=0,100 2500,20 6250,0
|
||||
Envelope2=0,100 2000,20 5000,0
|
||||
|
||||
[NoiseBand]
|
||||
On=1
|
||||
Level=109
|
||||
F=2630
|
||||
dF=81
|
||||
Envelope=0,100 210,0 690,6 1920,0
|
||||
|
||||
[NoiseBand2]
|
||||
On=0
|
||||
Level=128
|
||||
F=3150
|
||||
dF=50
|
||||
Envelope=0,100 1000,20 2500,0
|
||||
|
||||
[Distortion]
|
||||
On=0
|
||||
Clipping=0
|
||||
Bits=0
|
||||
Rate=0
|
||||
57
data/samples/drumsynth/acoustic/Ride.ds
Normal file
57
data/samples/drumsynth/acoustic/Ride.ds
Normal file
@@ -0,0 +1,57 @@
|
||||
[General]
|
||||
Version=DrumSynth v1.0
|
||||
Comment=<3D>1997 Paul Kellett - http://www.abel.co.uk/~maxim/
|
||||
Tuning=0.00
|
||||
Stretch=100.0
|
||||
Filter=0
|
||||
FilterEnv=0,100 442000,100 442000,0
|
||||
|
||||
[Tone]
|
||||
On=0
|
||||
Level=128
|
||||
F1=200
|
||||
F2=120
|
||||
Droop=0
|
||||
Phase=0
|
||||
Envelope=0,100 5250,30 10500,0
|
||||
|
||||
[Noise]
|
||||
On=0
|
||||
Level=128
|
||||
Slope=60
|
||||
Envelope=0,100 894,45 2756,18 5289,8 20113,0
|
||||
|
||||
[Overtones]
|
||||
On=1
|
||||
Level=108
|
||||
F1=4600
|
||||
Wave1=3
|
||||
Track1=0
|
||||
F2=321
|
||||
Wave2=3
|
||||
Track2=0
|
||||
Filter=0
|
||||
Method=2
|
||||
Param=72
|
||||
Envelope1=0,100 1341,37 5215,10 20784,0
|
||||
Envelope2=0,100 1713,62 5661,35 20560,0
|
||||
|
||||
[NoiseBand]
|
||||
On=1
|
||||
Level=138
|
||||
F=6500
|
||||
dF=22
|
||||
Envelope=0,100 1639,38 4619,20 10802,10 21082,0
|
||||
|
||||
[NoiseBand2]
|
||||
On=1
|
||||
Level=23
|
||||
F=1000
|
||||
dF=42
|
||||
Envelope=0,100 968,24 4842,0
|
||||
|
||||
[Distortion]
|
||||
On=0
|
||||
Clipping=0
|
||||
Bits=0
|
||||
Rate=0
|
||||
58
data/samples/drumsynth/acoustic/Ride2.ds
Normal file
58
data/samples/drumsynth/acoustic/Ride2.ds
Normal file
@@ -0,0 +1,58 @@
|
||||
[General]
|
||||
Version=DrumSynth v1.0
|
||||
Comment=<3D>1997 Paul Kellett http://www.abel.co.uk/~maxim/
|
||||
Tuning=0.00
|
||||
Stretch=100.0
|
||||
Filter=0
|
||||
HighPass=0
|
||||
FilterEnv=0,90 442000,100 442000,0
|
||||
|
||||
[Tone]
|
||||
On=0
|
||||
Level=128
|
||||
F1=200
|
||||
F2=120
|
||||
Droop=0
|
||||
Phase=0
|
||||
Envelope=0,100 5250,30 10500,0
|
||||
|
||||
[Noise]
|
||||
On=0
|
||||
Level=113
|
||||
Slope=100
|
||||
Envelope=0,100 1490,76 3725,48 15495,16 16538,0
|
||||
|
||||
[Overtones]
|
||||
On=1
|
||||
Level=100
|
||||
F1=7182
|
||||
Wave1=2
|
||||
Track1=0
|
||||
F2=5.3
|
||||
Wave2=2
|
||||
Track2=0
|
||||
Filter=0
|
||||
Method=2
|
||||
Param=100
|
||||
Envelope1=0,100 2533,38 11174,8 32181,0
|
||||
Envelope2=0,100 32032,98 33224,0
|
||||
|
||||
[NoiseBand]
|
||||
On=1
|
||||
Level=85
|
||||
F=8500
|
||||
dF=35
|
||||
Envelope=0,100 2086,54 6257,27 15942,10 32032,0
|
||||
|
||||
[NoiseBand2]
|
||||
On=0
|
||||
Level=128
|
||||
F=3150
|
||||
dF=50
|
||||
Envelope=0,100 1500,30 3000,0
|
||||
|
||||
[Distortion]
|
||||
On=0
|
||||
Clipping=0
|
||||
Bits=0
|
||||
Rate=0
|
||||
60
data/samples/drumsynth/acoustic/Ride3.ds
Normal file
60
data/samples/drumsynth/acoustic/Ride3.ds
Normal file
@@ -0,0 +1,60 @@
|
||||
[General]
|
||||
Version=DrumSynth v2.0
|
||||
Tuning=0.00
|
||||
Stretch=100.0
|
||||
Filter=1
|
||||
HighPass=1
|
||||
FilterEnv=0,78 442000,100 442000,0
|
||||
Level=-6
|
||||
Resonance=0
|
||||
|
||||
[Tone]
|
||||
On=0
|
||||
Level=128
|
||||
F1=200
|
||||
F2=120
|
||||
Droop=0
|
||||
Phase=0
|
||||
Envelope=0,100 3500,20 8750,0
|
||||
|
||||
[Noise]
|
||||
On=0
|
||||
Level=143
|
||||
Slope=18
|
||||
Envelope=0,100 3000,35 10350,2 37050,0
|
||||
FixedSeq=0
|
||||
|
||||
[Overtones]
|
||||
On=1
|
||||
Level=164
|
||||
F1=7834
|
||||
Wave1=4
|
||||
Track1=0
|
||||
F2=4569
|
||||
Wave2=4
|
||||
Track2=0
|
||||
Filter=0
|
||||
Method=1
|
||||
Param=100
|
||||
Envelope1=0,0 150,100 923,30 3129,12 12738,7 37650,0
|
||||
Envelope2=0,100 19443,0
|
||||
|
||||
[NoiseBand]
|
||||
On=1
|
||||
Level=181
|
||||
F=9000
|
||||
dF=36
|
||||
Envelope=0,0 150,100 750,55 4050,29 12738,7 36300,0
|
||||
|
||||
[NoiseBand2]
|
||||
On=0
|
||||
Level=128
|
||||
F=3150
|
||||
dF=50
|
||||
Envelope=0,100 1000,20 2500,0
|
||||
|
||||
[Distortion]
|
||||
On=0
|
||||
Clipping=0
|
||||
Bits=0
|
||||
Rate=0
|
||||
57
data/samples/drumsynth/acoustic/Snare.ds
Normal file
57
data/samples/drumsynth/acoustic/Snare.ds
Normal file
@@ -0,0 +1,57 @@
|
||||
[General]
|
||||
Version=DrumSynth v1.0
|
||||
Tuning=0.00
|
||||
Stretch=100.0
|
||||
Filter=1
|
||||
HighPass=0
|
||||
FilterEnv=0,100 2309,71 4246,44 7300,59 442000,100 443000,0
|
||||
|
||||
[Tone]
|
||||
On=1
|
||||
Level=170
|
||||
F1=380
|
||||
F2=230
|
||||
Droop=54
|
||||
Phase=-45
|
||||
Envelope=0,100 745,41 1937,18 12217,0
|
||||
|
||||
[Noise]
|
||||
On=1
|
||||
Level=142
|
||||
Slope=-53
|
||||
Envelope=0,100 521,24 2384,15 7971,0
|
||||
|
||||
[Overtones]
|
||||
On=0
|
||||
Level=128
|
||||
F1=200
|
||||
F2=120
|
||||
Method=0
|
||||
Param=0
|
||||
Envelope1=0,100 4800,50 16000,0
|
||||
Envelope2=0,100 5400,50 18000,0
|
||||
Wave1=0
|
||||
Track1=0
|
||||
Wave2=0
|
||||
Track2=0
|
||||
Filter=0
|
||||
|
||||
[NoiseBand]
|
||||
On=1
|
||||
Level=128
|
||||
F=1000
|
||||
dF=100
|
||||
Envelope=0,20 745,96 1490,36 3203,12 11025,0
|
||||
|
||||
[NoiseBand2]
|
||||
On=0
|
||||
Level=128
|
||||
F=1000
|
||||
dF=50
|
||||
Envelope=0,100 100,30 200,0
|
||||
|
||||
[Distortion]
|
||||
On=0
|
||||
Clipping=0
|
||||
Bits=0
|
||||
Rate=0
|
||||
36
data/samples/drumsynth/cr78/Bongo_h.ds
Normal file
36
data/samples/drumsynth/cr78/Bongo_h.ds
Normal file
@@ -0,0 +1,36 @@
|
||||
[General]
|
||||
Version=DrumSynth v1.0
|
||||
Comment=
|
||||
Stretch=102.03
|
||||
|
||||
[Tone]
|
||||
On=1
|
||||
Level=125
|
||||
F1=623
|
||||
F2=623
|
||||
Droop=0
|
||||
Phase=-180
|
||||
Envelope=0,99 231,72 946,21 2138,0
|
||||
|
||||
[Noise]
|
||||
On=0
|
||||
Level=138
|
||||
Slope=12
|
||||
Envelope=0,100 1311,65 2205,38 2563,0
|
||||
|
||||
[Overtones]
|
||||
On=0
|
||||
Level=128
|
||||
F1=200
|
||||
F2=120
|
||||
Method=1
|
||||
Param=0
|
||||
Envelope1=0,100 4800,50 16000,0
|
||||
Envelope2=0,100 5400,50 18000,0
|
||||
|
||||
[NoiseBand]
|
||||
On=0
|
||||
Level=128
|
||||
F=1000
|
||||
dF=50
|
||||
Envelope=0,100 6000,50 20000,0
|
||||
35
data/samples/drumsynth/cr78/Bongo_l.ds
Normal file
35
data/samples/drumsynth/cr78/Bongo_l.ds
Normal file
@@ -0,0 +1,35 @@
|
||||
[General]
|
||||
Version=DrumSynth v1.0
|
||||
Comment=
|
||||
|
||||
[Tone]
|
||||
On=1
|
||||
Level=125
|
||||
F1=412
|
||||
F2=412
|
||||
Droop=0
|
||||
Phase=-180
|
||||
Envelope=0,99 231,72 946,21 2056,0
|
||||
|
||||
[Noise]
|
||||
On=0
|
||||
Level=138
|
||||
Slope=12
|
||||
Envelope=0,100 1311,65 2205,38 2563,0
|
||||
|
||||
[Overtones]
|
||||
On=0
|
||||
Level=128
|
||||
F1=200
|
||||
F2=120
|
||||
Method=1
|
||||
Param=0
|
||||
Envelope1=0,100 4800,50 16000,0
|
||||
Envelope2=0,100 5400,50 18000,0
|
||||
|
||||
[NoiseBand]
|
||||
On=0
|
||||
Level=128
|
||||
F=1000
|
||||
dF=50
|
||||
Envelope=0,100 6000,50 20000,0
|
||||
35
data/samples/drumsynth/cr78/Clave.ds
Normal file
35
data/samples/drumsynth/cr78/Clave.ds
Normal file
@@ -0,0 +1,35 @@
|
||||
[General]
|
||||
Version=DrumSynth v1.0
|
||||
Comment=
|
||||
|
||||
[Tone]
|
||||
On=1
|
||||
Level=125
|
||||
F1=2450
|
||||
F2=2450
|
||||
Droop=0
|
||||
Phase=-130
|
||||
Envelope=0,99 149,66 946,21 2138,0
|
||||
|
||||
[Noise]
|
||||
On=0
|
||||
Level=138
|
||||
Slope=12
|
||||
Envelope=0,100 1311,65 2205,38 2563,0
|
||||
|
||||
[Overtones]
|
||||
On=0
|
||||
Level=128
|
||||
F1=200
|
||||
F2=120
|
||||
Method=1
|
||||
Param=0
|
||||
Envelope1=0,100 4800,50 16000,0
|
||||
Envelope2=0,100 5400,50 18000,0
|
||||
|
||||
[NoiseBand]
|
||||
On=0
|
||||
Level=128
|
||||
F=1000
|
||||
dF=50
|
||||
Envelope=0,100 6000,50 20000,0
|
||||
35
data/samples/drumsynth/cr78/Conga.ds
Normal file
35
data/samples/drumsynth/cr78/Conga.ds
Normal file
@@ -0,0 +1,35 @@
|
||||
[General]
|
||||
Version=DrumSynth v1.0
|
||||
Comment=
|
||||
|
||||
[Tone]
|
||||
On=1
|
||||
Level=147
|
||||
F1=212
|
||||
F2=212
|
||||
Droop=0
|
||||
Phase=0
|
||||
Envelope=0,100 328,83 2145,48 4082,43 5334,21 6853,14 7002,0
|
||||
|
||||
[Noise]
|
||||
On=0
|
||||
Level=138
|
||||
Slope=12
|
||||
Envelope=0,100 1311,65 2205,38 2563,0
|
||||
|
||||
[Overtones]
|
||||
On=0
|
||||
Level=128
|
||||
F1=200
|
||||
F2=120
|
||||
Method=1
|
||||
Param=0
|
||||
Envelope1=0,100 4800,50 16000,0
|
||||
Envelope2=0,100 5400,50 18000,0
|
||||
|
||||
[NoiseBand]
|
||||
On=0
|
||||
Level=128
|
||||
F=1000
|
||||
dF=50
|
||||
Envelope=0,100 6000,50 20000,0
|
||||
57
data/samples/drumsynth/cr78/Cymbal.ds
Normal file
57
data/samples/drumsynth/cr78/Cymbal.ds
Normal file
@@ -0,0 +1,57 @@
|
||||
[General]
|
||||
Version=DrumSynth v1.0
|
||||
Comment=
|
||||
Tuning=0.00
|
||||
Stretch=100.0
|
||||
Filter=0
|
||||
FilterEnv=0,100 442000,100 443000,0
|
||||
|
||||
[Tone]
|
||||
On=0
|
||||
Level=153
|
||||
F1=8600
|
||||
F2=8600
|
||||
Droop=0
|
||||
Phase=-180
|
||||
Envelope=0,99 1013,51 1013,0
|
||||
|
||||
[Noise]
|
||||
On=1
|
||||
Level=79
|
||||
Slope=19
|
||||
Envelope=0,100 372,32 1490,0
|
||||
|
||||
[Overtones]
|
||||
On=0
|
||||
Level=128
|
||||
F1=200
|
||||
F2=120
|
||||
Method=1
|
||||
Param=0
|
||||
Envelope1=0,100 4800,50 16000,0
|
||||
Envelope2=0,100 5400,50 18000,0
|
||||
Wave1=0
|
||||
Track1=0
|
||||
Wave2=0
|
||||
Track2=0
|
||||
Filter=0
|
||||
|
||||
[NoiseBand]
|
||||
On=1
|
||||
Level=132
|
||||
F=9500
|
||||
dF=48
|
||||
Envelope=0,100 521,92 641,52 11174,31 15048,16 21305,0
|
||||
|
||||
[NoiseBand2]
|
||||
On=0
|
||||
Level=128
|
||||
F=1000
|
||||
dF=50
|
||||
Envelope=0,100 100,30 200,0
|
||||
|
||||
[Distortion]
|
||||
On=0
|
||||
Clipping=0
|
||||
Bits=0
|
||||
Rate=0
|
||||
35
data/samples/drumsynth/cr78/Hihat.ds
Normal file
35
data/samples/drumsynth/cr78/Hihat.ds
Normal file
@@ -0,0 +1,35 @@
|
||||
[General]
|
||||
Version=DrumSynth v1.0
|
||||
Comment=
|
||||
|
||||
[Tone]
|
||||
On=0
|
||||
Level=153
|
||||
F1=8600
|
||||
F2=8600
|
||||
Droop=0
|
||||
Phase=-180
|
||||
Envelope=0,99 1013,51 1013,0
|
||||
|
||||
[Noise]
|
||||
On=1
|
||||
Level=89
|
||||
Slope=19
|
||||
Envelope=0,100 372,32 1490,0
|
||||
|
||||
[Overtones]
|
||||
On=0
|
||||
Level=128
|
||||
F1=200
|
||||
F2=120
|
||||
Method=1
|
||||
Param=0
|
||||
Envelope1=0,100 4800,50 16000,0
|
||||
Envelope2=0,100 5400,50 18000,0
|
||||
|
||||
[NoiseBand]
|
||||
On=1
|
||||
Level=136
|
||||
F=9500
|
||||
dF=45
|
||||
Envelope=0,100 521,92 641,52 2160,37 3278,0
|
||||
35
data/samples/drumsynth/cr78/Kick.ds
Normal file
35
data/samples/drumsynth/cr78/Kick.ds
Normal file
@@ -0,0 +1,35 @@
|
||||
[General]
|
||||
Version=DrumSynth v1.0
|
||||
Comment=
|
||||
|
||||
[Tone]
|
||||
On=1
|
||||
Level=181
|
||||
F1=71
|
||||
F2=71
|
||||
Droop=0
|
||||
Phase=-30
|
||||
Envelope=0,100 372,80 2682,37 8865,0
|
||||
|
||||
[Noise]
|
||||
On=0
|
||||
Level=128
|
||||
Slope=0
|
||||
Envelope=0,100 4200,50 14000,0
|
||||
|
||||
[Overtones]
|
||||
On=0
|
||||
Level=128
|
||||
F1=200
|
||||
F2=120
|
||||
Method=1
|
||||
Param=0
|
||||
Envelope1=0,100 4800,50 16000,0
|
||||
Envelope2=0,100 5400,50 18000,0
|
||||
|
||||
[NoiseBand]
|
||||
On=0
|
||||
Level=128
|
||||
F=1000
|
||||
dF=50
|
||||
Envelope=0,100 6000,50 20000,0
|
||||
6
data/samples/drumsynth/cr78/Makefile.am
Normal file
6
data/samples/drumsynth/cr78/Makefile.am
Normal file
@@ -0,0 +1,6 @@
|
||||
cr78drumsynthsamplesdir = $(lmmsdatadir)/samples/drumsynth/cr78
|
||||
|
||||
cr78drumsynthsamples_DATA = *.ds
|
||||
|
||||
EXTRA_DIST = $(cr78drumsynthsamples_DATA)
|
||||
|
||||
35
data/samples/drumsynth/cr78/Maracas.ds
Normal file
35
data/samples/drumsynth/cr78/Maracas.ds
Normal file
@@ -0,0 +1,35 @@
|
||||
[General]
|
||||
Version=DrumSynth v1.0
|
||||
Comment=
|
||||
|
||||
[Tone]
|
||||
On=0
|
||||
Level=153
|
||||
F1=8600
|
||||
F2=8600
|
||||
Droop=0
|
||||
Phase=-180
|
||||
Envelope=0,99 1013,51 1013,0
|
||||
|
||||
[Noise]
|
||||
On=0
|
||||
Level=138
|
||||
Slope=50
|
||||
Envelope=0,100 998,57 1013,0
|
||||
|
||||
[Overtones]
|
||||
On=0
|
||||
Level=128
|
||||
F1=200
|
||||
F2=120
|
||||
Method=1
|
||||
Param=0
|
||||
Envelope1=0,100 4800,50 16000,0
|
||||
Envelope2=0,100 5400,50 18000,0
|
||||
|
||||
[NoiseBand]
|
||||
On=1
|
||||
Level=136
|
||||
F=8800
|
||||
dF=50
|
||||
Envelope=0,100 410,94 633,29 916,0
|
||||
35
data/samples/drumsynth/cr78/Rim.ds
Normal file
35
data/samples/drumsynth/cr78/Rim.ds
Normal file
@@ -0,0 +1,35 @@
|
||||
[General]
|
||||
Version=DrumSynth v1.0
|
||||
Comment=
|
||||
|
||||
[Tone]
|
||||
On=1
|
||||
Level=181
|
||||
F1=1600
|
||||
F2=1500
|
||||
Droop=0
|
||||
Phase=-90
|
||||
Envelope=0,99 57,42 143,17 310,0
|
||||
|
||||
[Noise]
|
||||
On=0
|
||||
Level=138
|
||||
Slope=12
|
||||
Envelope=0,100 1311,65 2205,38 2563,0
|
||||
|
||||
[Overtones]
|
||||
On=0
|
||||
Level=128
|
||||
F1=200
|
||||
F2=120
|
||||
Method=1
|
||||
Param=0
|
||||
Envelope1=0,100 4800,50 16000,0
|
||||
Envelope2=0,100 5400,50 18000,0
|
||||
|
||||
[NoiseBand]
|
||||
On=0
|
||||
Level=128
|
||||
F=1000
|
||||
dF=50
|
||||
Envelope=0,100 6000,50 20000,0
|
||||
35
data/samples/drumsynth/cr78/Snare.ds
Normal file
35
data/samples/drumsynth/cr78/Snare.ds
Normal file
@@ -0,0 +1,35 @@
|
||||
[General]
|
||||
Version=DrumSynth v1.0
|
||||
Comment=
|
||||
|
||||
[Tone]
|
||||
On=1
|
||||
Level=170
|
||||
F1=300
|
||||
F2=300
|
||||
Droop=0
|
||||
Phase=-30
|
||||
Envelope=0,99 253,21 745,0
|
||||
|
||||
[Noise]
|
||||
On=1
|
||||
Level=138
|
||||
Slope=12
|
||||
Envelope=0,100 1311,65 2205,38 2563,0
|
||||
|
||||
[Overtones]
|
||||
On=0
|
||||
Level=128
|
||||
F1=200
|
||||
F2=120
|
||||
Method=1
|
||||
Param=0
|
||||
Envelope1=0,100 4800,50 16000,0
|
||||
Envelope2=0,100 5400,50 18000,0
|
||||
|
||||
[NoiseBand]
|
||||
On=0
|
||||
Level=128
|
||||
F=1000
|
||||
dF=50
|
||||
Envelope=0,100 6000,50 20000,0
|
||||
35
data/samples/drumsynth/cr78/Tamb.ds
Normal file
35
data/samples/drumsynth/cr78/Tamb.ds
Normal file
@@ -0,0 +1,35 @@
|
||||
[General]
|
||||
Version=DrumSynth v1.0
|
||||
Comment=
|
||||
|
||||
[Tone]
|
||||
On=0
|
||||
Level=153
|
||||
F1=8600
|
||||
F2=8600
|
||||
Droop=0
|
||||
Phase=-180
|
||||
Envelope=0,99 1013,51 1013,0
|
||||
|
||||
[Noise]
|
||||
On=1
|
||||
Level=45
|
||||
Slope=43
|
||||
Envelope=0,100 2086,76 4023,80 5587,67 7226,0
|
||||
|
||||
[Overtones]
|
||||
On=0
|
||||
Level=128
|
||||
F1=200
|
||||
F2=120
|
||||
Method=1
|
||||
Param=0
|
||||
Envelope1=0,100 4800,50 16000,0
|
||||
Envelope2=0,100 5400,50 18000,0
|
||||
|
||||
[NoiseBand]
|
||||
On=1
|
||||
Level=136
|
||||
F=4620
|
||||
dF=33
|
||||
Envelope=0,31 521,96 1788,87 2160,44 4619,36 5810,6 9014,0
|
||||
57
data/samples/drumsynth/cr8000/Clap.ds
Normal file
57
data/samples/drumsynth/cr8000/Clap.ds
Normal file
@@ -0,0 +1,57 @@
|
||||
[General]
|
||||
Version=DrumSynth v1.0
|
||||
Comment=
|
||||
Tuning=0.00
|
||||
Stretch=100.0
|
||||
Filter=0
|
||||
FilterEnv=0,100 442000,100 443000,0
|
||||
|
||||
[Tone]
|
||||
On=0
|
||||
Level=98
|
||||
F1=7600
|
||||
F2=7600
|
||||
Droop=0
|
||||
Phase=-45
|
||||
Envelope=0,100 1043,61 4991,47 11025,25 19741,6 19741,25 19964,0
|
||||
|
||||
[Noise]
|
||||
On=1
|
||||
Level=108
|
||||
Slope=85
|
||||
Envelope=0,100 119,34 447,17 447,100 536,32 886,15 886,100 1013,28 1326,12 1326,100 1631,33 2384,16 4023,8 7211,0
|
||||
|
||||
[Overtones]
|
||||
On=0
|
||||
Level=128
|
||||
F1=200
|
||||
Wave1=0
|
||||
Track1=0
|
||||
F2=120
|
||||
Wave2=0
|
||||
Track2=0
|
||||
Filter=0
|
||||
Method=1
|
||||
Param=0
|
||||
Envelope1=0,100 4800,50 16000,0
|
||||
Envelope2=0,100 5400,50 18000,0
|
||||
|
||||
[NoiseBand]
|
||||
On=1
|
||||
Level=138
|
||||
F=3250
|
||||
dF=75
|
||||
Envelope=0,99 104,38 440,0 440,100 521,30 894,0 894,100 1028,26 1333,0 1333,98 1788,28 4097,7 9386,0
|
||||
|
||||
[NoiseBand2]
|
||||
On=0
|
||||
Level=128
|
||||
F=1000
|
||||
dF=50
|
||||
Envelope=0,100 100,30 200,0
|
||||
|
||||
[Distortion]
|
||||
On=0
|
||||
Clipping=0
|
||||
Bits=0
|
||||
Rate=0
|
||||
57
data/samples/drumsynth/cr8000/Clave.ds
Normal file
57
data/samples/drumsynth/cr8000/Clave.ds
Normal file
@@ -0,0 +1,57 @@
|
||||
[General]
|
||||
Version=DrumSynth v1.0
|
||||
Comment=
|
||||
Tuning=0.00
|
||||
Stretch=100.0
|
||||
Filter=1
|
||||
FilterEnv=0,62 442000,100 443000,0
|
||||
|
||||
[Tone]
|
||||
On=0
|
||||
Level=176
|
||||
F1=2300
|
||||
F2=2300
|
||||
Droop=0
|
||||
Phase=30
|
||||
Envelope=0,0 149,98 670,4 2980,0
|
||||
|
||||
[Noise]
|
||||
On=0
|
||||
Level=98
|
||||
Slope=55
|
||||
Envelope=0,100 1311,65 2205,38 2563,0
|
||||
|
||||
[Overtones]
|
||||
On=1
|
||||
Level=170
|
||||
F1=2320
|
||||
Wave1=1
|
||||
Track1=0
|
||||
F2=120
|
||||
Wave2=0
|
||||
Track2=0
|
||||
Filter=0
|
||||
Method=0
|
||||
Param=0
|
||||
Envelope1=0,0 74,100 670,4 1937,0
|
||||
Envelope2=0,100 1266,57 2309,0
|
||||
|
||||
[NoiseBand]
|
||||
On=0
|
||||
Level=128
|
||||
F=1000
|
||||
dF=50
|
||||
Envelope=0,100 6000,50 20000,0
|
||||
|
||||
[NoiseBand2]
|
||||
On=0
|
||||
Level=128
|
||||
F=1000
|
||||
dF=50
|
||||
Envelope=0,100 100,30 200,0
|
||||
|
||||
[Distortion]
|
||||
On=0
|
||||
Clipping=0
|
||||
Bits=0
|
||||
Rate=0
|
||||
57
data/samples/drumsynth/cr8000/Conga_l.ds
Normal file
57
data/samples/drumsynth/cr8000/Conga_l.ds
Normal file
@@ -0,0 +1,57 @@
|
||||
[General]
|
||||
Version=DrumSynth v1.0
|
||||
Comment=
|
||||
Tuning=0.00
|
||||
Stretch=100.0
|
||||
Filter=0
|
||||
FilterEnv=0,100 442000,100 443000,0
|
||||
|
||||
[Tone]
|
||||
On=1
|
||||
Level=161
|
||||
F1=195
|
||||
F2=195
|
||||
Droop=0
|
||||
Phase=0
|
||||
Envelope=0,100 447,67 2682,43 6332,23 11695,0
|
||||
|
||||
[Noise]
|
||||
On=0
|
||||
Level=138
|
||||
Slope=12
|
||||
Envelope=0,100 1311,65 2205,38 2563,0
|
||||
|
||||
[Overtones]
|
||||
On=0
|
||||
Level=128
|
||||
F1=200
|
||||
Wave1=0
|
||||
Track1=0
|
||||
F2=120
|
||||
Wave2=0
|
||||
Track2=0
|
||||
Filter=0
|
||||
Method=1
|
||||
Param=0
|
||||
Envelope1=0,100 4800,50 16000,0
|
||||
Envelope2=0,100 5400,50 18000,0
|
||||
|
||||
[NoiseBand]
|
||||
On=0
|
||||
Level=128
|
||||
F=1000
|
||||
dF=50
|
||||
Envelope=0,100 6000,50 20000,0
|
||||
|
||||
[NoiseBand2]
|
||||
On=0
|
||||
Level=128
|
||||
F=1000
|
||||
dF=50
|
||||
Envelope=0,100 100,30 200,0
|
||||
|
||||
[Distortion]
|
||||
On=0
|
||||
Clipping=0
|
||||
Bits=0
|
||||
Rate=0
|
||||
57
data/samples/drumsynth/cr8000/Conga_m.ds
Normal file
57
data/samples/drumsynth/cr8000/Conga_m.ds
Normal file
@@ -0,0 +1,57 @@
|
||||
[General]
|
||||
Version=DrumSynth v1.0
|
||||
Comment=
|
||||
Tuning=0.00
|
||||
Stretch=100.0
|
||||
Filter=0
|
||||
FilterEnv=0,100 442000,100 443000,0
|
||||
|
||||
[Tone]
|
||||
On=1
|
||||
Level=168
|
||||
F1=302
|
||||
F2=302
|
||||
Droop=0
|
||||
Phase=1
|
||||
Envelope=0,100 372,96 819,67 4246,24 8865,0
|
||||
|
||||
[Noise]
|
||||
On=0
|
||||
Level=138
|
||||
Slope=12
|
||||
Envelope=0,100 1311,65 2205,38 2563,0
|
||||
|
||||
[Overtones]
|
||||
On=0
|
||||
Level=128
|
||||
F1=200
|
||||
Wave1=0
|
||||
Track1=0
|
||||
F2=120
|
||||
Wave2=0
|
||||
Track2=0
|
||||
Filter=0
|
||||
Method=1
|
||||
Param=0
|
||||
Envelope1=0,100 4800,50 16000,0
|
||||
Envelope2=0,100 5400,50 18000,0
|
||||
|
||||
[NoiseBand]
|
||||
On=0
|
||||
Level=128
|
||||
F=1000
|
||||
dF=50
|
||||
Envelope=0,100 6000,50 20000,0
|
||||
|
||||
[NoiseBand2]
|
||||
On=0
|
||||
Level=128
|
||||
F=1000
|
||||
dF=50
|
||||
Envelope=0,100 100,30 200,0
|
||||
|
||||
[Distortion]
|
||||
On=0
|
||||
Clipping=0
|
||||
Bits=0
|
||||
Rate=0
|
||||
57
data/samples/drumsynth/cr8000/Cowbell.ds
Normal file
57
data/samples/drumsynth/cr8000/Cowbell.ds
Normal file
@@ -0,0 +1,57 @@
|
||||
[General]
|
||||
Version=DrumSynth v1.0
|
||||
Comment=
|
||||
Tuning=0.00
|
||||
Stretch=100.0
|
||||
Filter=1
|
||||
FilterEnv=0,86 596,28 1639,13 7449,0 12068,0 442000,100 443000,0
|
||||
|
||||
[Tone]
|
||||
On=0
|
||||
Level=68
|
||||
F1=851
|
||||
F2=851
|
||||
Droop=54
|
||||
Phase=0
|
||||
Envelope=0,58 10578,26 12217,0
|
||||
|
||||
[Noise]
|
||||
On=0
|
||||
Level=142
|
||||
Slope=-53
|
||||
Envelope=0,100 521,24 2384,15 7971,0
|
||||
|
||||
[Overtones]
|
||||
On=1
|
||||
Level=145
|
||||
F1=817
|
||||
Wave1=3
|
||||
Track1=0
|
||||
F2=552
|
||||
Wave2=3
|
||||
Track2=0
|
||||
Filter=1
|
||||
Method=0
|
||||
Param=17
|
||||
Envelope1=0,0 30,98 819,47 2235,24 5587,9 7375,0
|
||||
Envelope2=0,0 37,99 745,50 2384,26 5364,9 7077,0
|
||||
|
||||
[NoiseBand]
|
||||
On=0
|
||||
Level=128
|
||||
F=1000
|
||||
dF=100
|
||||
Envelope=0,20 745,96 1490,36 3203,12 11025,0
|
||||
|
||||
[NoiseBand2]
|
||||
On=0
|
||||
Level=128
|
||||
F=1000
|
||||
dF=50
|
||||
Envelope=0,100 100,30 200,0
|
||||
|
||||
[Distortion]
|
||||
On=0
|
||||
Clipping=0
|
||||
Bits=0
|
||||
Rate=0
|
||||
58
data/samples/drumsynth/cr8000/Cymbal.ds
Normal file
58
data/samples/drumsynth/cr8000/Cymbal.ds
Normal file
@@ -0,0 +1,58 @@
|
||||
[General]
|
||||
Version=DrumSynth v1.0
|
||||
Comment=<3D>1997 Paul Kellett http://www.abel.co.uk/~maxim/
|
||||
Tuning=0.00
|
||||
Stretch=100.0
|
||||
Filter=0
|
||||
FilterEnv=0,84 442000,100 442000,0
|
||||
HighPass=1
|
||||
|
||||
[Tone]
|
||||
On=0
|
||||
Level=128
|
||||
F1=200
|
||||
F2=120
|
||||
Droop=0
|
||||
Phase=0
|
||||
Envelope=0,100 5250,30 10500,0
|
||||
|
||||
[Noise]
|
||||
On=1
|
||||
Level=108
|
||||
Slope=92
|
||||
Envelope=0,100 1117,15 3129,0
|
||||
|
||||
[Overtones]
|
||||
On=1
|
||||
Level=157
|
||||
F1=5182
|
||||
Wave1=3
|
||||
Track1=0
|
||||
F2=4399
|
||||
Wave2=3
|
||||
Track2=0
|
||||
Filter=1
|
||||
Method=0
|
||||
Param=50
|
||||
Envelope1=0,100 968,60 10355,16 19964,0
|
||||
Envelope2=0,100 968,60 10429,17 19890,0
|
||||
|
||||
[NoiseBand]
|
||||
On=1
|
||||
Level=73
|
||||
F=9200
|
||||
dF=49
|
||||
Envelope=0,100 819,78 9088,28 17282,0
|
||||
|
||||
[NoiseBand2]
|
||||
On=0
|
||||
Level=128
|
||||
F=3150
|
||||
dF=50
|
||||
Envelope=0,100 1500,30 3000,0
|
||||
|
||||
[Distortion]
|
||||
On=0
|
||||
Clipping=0
|
||||
Bits=0
|
||||
Rate=0
|
||||
58
data/samples/drumsynth/cr8000/Hat_c.ds
Normal file
58
data/samples/drumsynth/cr8000/Hat_c.ds
Normal file
@@ -0,0 +1,58 @@
|
||||
[General]
|
||||
Version=DrumSynth v1.0
|
||||
Comment=<3D>1997 Paul Kellett http://www.abel.co.uk/~maxim/
|
||||
Tuning=0.00
|
||||
Stretch=100.0
|
||||
Filter=0
|
||||
FilterEnv=0,78 442000,100 442000,0
|
||||
HighPass=0
|
||||
|
||||
[Tone]
|
||||
On=0
|
||||
Level=128
|
||||
F1=200
|
||||
F2=120
|
||||
Droop=0
|
||||
Phase=0
|
||||
Envelope=0,100 5250,30 10500,0
|
||||
|
||||
[Noise]
|
||||
On=1
|
||||
Level=85
|
||||
Slope=92
|
||||
Envelope=0,100 1117,82 1564,28 5513,0
|
||||
|
||||
[Overtones]
|
||||
On=1
|
||||
Level=87
|
||||
F1=7182
|
||||
Wave1=3
|
||||
Track1=0
|
||||
F2=6399
|
||||
Wave2=3
|
||||
Track2=0
|
||||
Filter=0
|
||||
Method=0
|
||||
Param=50
|
||||
Envelope1=0,100 1639,21 5215,0
|
||||
Envelope2=0,100 1564,25 5066,0
|
||||
|
||||
[NoiseBand]
|
||||
On=0
|
||||
Level=115
|
||||
F=9500
|
||||
dF=49
|
||||
Envelope=0,100 819,78 1639,24 4470,0
|
||||
|
||||
[NoiseBand2]
|
||||
On=0
|
||||
Level=128
|
||||
F=3150
|
||||
dF=50
|
||||
Envelope=0,100 1500,30 3000,0
|
||||
|
||||
[Distortion]
|
||||
On=0
|
||||
Clipping=0
|
||||
Bits=0
|
||||
Rate=0
|
||||
57
data/samples/drumsynth/cr8000/Hat_o.ds
Normal file
57
data/samples/drumsynth/cr8000/Hat_o.ds
Normal file
@@ -0,0 +1,57 @@
|
||||
[General]
|
||||
Version=DrumSynth v1.0
|
||||
Comment=<3D>1997 Paul Kellett http://www.abel.co.uk/~maxim/
|
||||
Tuning=0.00
|
||||
Stretch=100.0
|
||||
Filter=0
|
||||
FilterEnv=0,78 442000,100 442000,0
|
||||
|
||||
[Tone]
|
||||
On=0
|
||||
Level=128
|
||||
F1=200
|
||||
F2=120
|
||||
Droop=0
|
||||
Phase=0
|
||||
Envelope=0,100 5250,30 10500,0
|
||||
|
||||
[Noise]
|
||||
On=1
|
||||
Level=87
|
||||
Slope=92
|
||||
Envelope=0,100 8641,53 10653,15 14228,0
|
||||
|
||||
[Overtones]
|
||||
On=1
|
||||
Level=81
|
||||
F1=7182
|
||||
Wave1=2
|
||||
Track1=0
|
||||
F2=6399
|
||||
Wave2=2
|
||||
Track2=0
|
||||
Filter=0
|
||||
Method=0
|
||||
Param=50
|
||||
Envelope1=0,100 8343,52 10355,16 14899,0
|
||||
Envelope2=0,100 8269,54 10429,17 14899,0
|
||||
|
||||
[NoiseBand]
|
||||
On=0
|
||||
Level=115
|
||||
F=9500
|
||||
dF=49
|
||||
Envelope=0,100 819,78 8567,52 10355,17 14824,0
|
||||
|
||||
[NoiseBand2]
|
||||
On=0
|
||||
Level=128
|
||||
F=3150
|
||||
dF=50
|
||||
Envelope=0,100 1500,30 3000,0
|
||||
|
||||
[Distortion]
|
||||
On=0
|
||||
Clipping=0
|
||||
Bits=0
|
||||
Rate=0
|
||||
57
data/samples/drumsynth/cr8000/Kick.ds
Normal file
57
data/samples/drumsynth/cr8000/Kick.ds
Normal file
@@ -0,0 +1,57 @@
|
||||
[General]
|
||||
Version=DrumSynth v1.0
|
||||
Comment=
|
||||
Tuning=0.00
|
||||
Stretch=100.0
|
||||
Filter=1
|
||||
FilterEnv=0,28 1713,38 442000,100 443000,0
|
||||
|
||||
[Tone]
|
||||
On=1
|
||||
Level=176
|
||||
F1=90
|
||||
F2=60
|
||||
Droop=0
|
||||
Phase=30
|
||||
Envelope=0,99 819,15 2980,0
|
||||
|
||||
[Noise]
|
||||
On=0
|
||||
Level=98
|
||||
Slope=55
|
||||
Envelope=0,100 1311,65 2205,38 2563,0
|
||||
|
||||
[Overtones]
|
||||
On=0
|
||||
Level=128
|
||||
F1=200
|
||||
Wave1=0
|
||||
Track1=0
|
||||
F2=120
|
||||
Wave2=0
|
||||
Track2=0
|
||||
Filter=0
|
||||
Method=1
|
||||
Param=0
|
||||
Envelope1=0,100 4800,50 16000,0
|
||||
Envelope2=0,100 5400,50 18000,0
|
||||
|
||||
[NoiseBand]
|
||||
On=0
|
||||
Level=128
|
||||
F=1000
|
||||
dF=50
|
||||
Envelope=0,100 6000,50 20000,0
|
||||
|
||||
[NoiseBand2]
|
||||
On=0
|
||||
Level=128
|
||||
F=1000
|
||||
dF=50
|
||||
Envelope=0,100 100,30 200,0
|
||||
|
||||
[Distortion]
|
||||
On=0
|
||||
Clipping=0
|
||||
Bits=0
|
||||
Rate=0
|
||||
6
data/samples/drumsynth/cr8000/Makefile.am
Normal file
6
data/samples/drumsynth/cr8000/Makefile.am
Normal file
@@ -0,0 +1,6 @@
|
||||
cr8000drumsynthsamplesdir = $(lmmsdatadir)/samples/drumsynth/cr8000
|
||||
|
||||
cr8000drumsynthsamples_DATA = *.ds
|
||||
|
||||
EXTRA_DIST = $(cr8000drumsynthsamples_DATA)
|
||||
|
||||
60
data/samples/drumsynth/cr8000/Rim.ds
Normal file
60
data/samples/drumsynth/cr8000/Rim.ds
Normal file
@@ -0,0 +1,60 @@
|
||||
[General]
|
||||
Version=DrumSynth v2.0
|
||||
Tuning=0.00
|
||||
Stretch=100.0
|
||||
Filter=0
|
||||
FilterEnv=0,100 1974,79 442000,100 443000,0
|
||||
Level=0
|
||||
HighPass=0
|
||||
Resonance=0
|
||||
|
||||
[Tone]
|
||||
On=0
|
||||
Level=168
|
||||
F1=8000
|
||||
F2=8000
|
||||
Droop=0
|
||||
Phase=1
|
||||
Envelope=0,100 5250,30 10500,0
|
||||
|
||||
[Noise]
|
||||
On=0
|
||||
Level=138
|
||||
Slope=-58
|
||||
Envelope=0,100 4500,30 9000,0
|
||||
FixedSeq=0
|
||||
|
||||
[Overtones]
|
||||
On=0
|
||||
Level=128
|
||||
F1=200
|
||||
Wave1=0
|
||||
Track1=0
|
||||
F2=120
|
||||
Wave2=0
|
||||
Track2=0
|
||||
Filter=0
|
||||
Method=1
|
||||
Param=0
|
||||
Envelope1=0,100 4800,50 16000,0
|
||||
Envelope2=0,100 5400,50 18000,0
|
||||
|
||||
[NoiseBand]
|
||||
On=1
|
||||
Level=128
|
||||
F=2500
|
||||
dF=92
|
||||
Envelope=0,0 0,24 0,100 104,20 396,7 2233,0
|
||||
|
||||
[NoiseBand2]
|
||||
On=0
|
||||
Level=128
|
||||
F=1000
|
||||
dF=50
|
||||
Envelope=0,100 100,30 200,0
|
||||
|
||||
[Distortion]
|
||||
On=1
|
||||
Clipping=6
|
||||
Bits=0
|
||||
Rate=0
|
||||
57
data/samples/drumsynth/cr8000/Snare.ds
Normal file
57
data/samples/drumsynth/cr8000/Snare.ds
Normal file
@@ -0,0 +1,57 @@
|
||||
[General]
|
||||
Version=DrumSynth v1.0
|
||||
Comment=
|
||||
Tuning=0.00
|
||||
Stretch=100.0
|
||||
Filter=1
|
||||
FilterEnv=0,74 442000,100 443000,0
|
||||
|
||||
[Tone]
|
||||
On=1
|
||||
Level=170
|
||||
F1=240
|
||||
F2=240
|
||||
Droop=0
|
||||
Phase=-30
|
||||
Envelope=0,99 745,14 2384,0
|
||||
|
||||
[Noise]
|
||||
On=1
|
||||
Level=98
|
||||
Slope=55
|
||||
Envelope=0,100 1311,65 2205,38 2563,0
|
||||
|
||||
[Overtones]
|
||||
On=0
|
||||
Level=128
|
||||
F1=200
|
||||
Wave1=0
|
||||
Track1=0
|
||||
F2=120
|
||||
Wave2=0
|
||||
Track2=0
|
||||
Filter=0
|
||||
Method=1
|
||||
Param=0
|
||||
Envelope1=0,100 4800,50 16000,0
|
||||
Envelope2=0,100 5400,50 18000,0
|
||||
|
||||
[NoiseBand]
|
||||
On=0
|
||||
Level=128
|
||||
F=1000
|
||||
dF=50
|
||||
Envelope=0,100 6000,50 20000,0
|
||||
|
||||
[NoiseBand2]
|
||||
On=0
|
||||
Level=128
|
||||
F=1000
|
||||
dF=50
|
||||
Envelope=0,100 100,30 200,0
|
||||
|
||||
[Distortion]
|
||||
On=0
|
||||
Clipping=0
|
||||
Bits=0
|
||||
Rate=0
|
||||
35
data/samples/drumsynth/effects/Bubble.ds
Normal file
35
data/samples/drumsynth/effects/Bubble.ds
Normal file
@@ -0,0 +1,35 @@
|
||||
[General]
|
||||
Version=DrumSynth v1.0
|
||||
Comment=
|
||||
|
||||
[Tone]
|
||||
On=1
|
||||
Level=102
|
||||
F1=40
|
||||
F2=3000
|
||||
Droop=0
|
||||
Phase=0
|
||||
Envelope=0,7 894,40 1341,84 2160,61 3203,0
|
||||
|
||||
[Noise]
|
||||
On=0
|
||||
Level=128
|
||||
Slope=0
|
||||
Envelope=0,100 4200,50 14000,0
|
||||
|
||||
[Overtones]
|
||||
On=0
|
||||
Level=128
|
||||
F1=200
|
||||
F2=120
|
||||
Method=1
|
||||
Param=0
|
||||
Envelope1=0,100 4800,50 16000,0
|
||||
Envelope2=0,100 5400,50 18000,0
|
||||
|
||||
[NoiseBand]
|
||||
On=0
|
||||
Level=128
|
||||
F=1000
|
||||
dF=50
|
||||
Envelope=0,100 6000,50 20000,0
|
||||
58
data/samples/drumsynth/effects/Cicada.ds
Normal file
58
data/samples/drumsynth/effects/Cicada.ds
Normal file
@@ -0,0 +1,58 @@
|
||||
[General]
|
||||
Version=DrumSynth v1.0
|
||||
Comment=
|
||||
Tuning=0.00
|
||||
Stretch=100.0
|
||||
Filter=0
|
||||
HighPass=0
|
||||
FilterEnv=0,79 442000,100 442000,0
|
||||
|
||||
[Tone]
|
||||
On=0
|
||||
Level=128
|
||||
F1=200
|
||||
F2=120
|
||||
Droop=0
|
||||
Phase=0
|
||||
Envelope=0,100 3500,20 8750,0
|
||||
|
||||
[Noise]
|
||||
On=0
|
||||
Level=128
|
||||
Slope=17
|
||||
Envelope=0,0 670,4 1490,19 1937,3 3501,22 4097,2 5289,15 6406,0
|
||||
|
||||
[Overtones]
|
||||
On=0
|
||||
Level=128
|
||||
F1=200
|
||||
Wave1=0
|
||||
Track1=0
|
||||
F2=125
|
||||
Wave2=0
|
||||
Track2=0
|
||||
Filter=0
|
||||
Method=0
|
||||
Param=50
|
||||
Envelope1=0,100 2500,20 6250,0
|
||||
Envelope2=0,100 2000,20 5000,0
|
||||
|
||||
[NoiseBand]
|
||||
On=1
|
||||
Level=128
|
||||
F=11000
|
||||
dF=34
|
||||
Envelope=0,0 670,2 1192,20 1415,56 1788,19 2533,3 3278,19 3650,43 3874,18 4544,3 5140,12 5364,29 5587,13 6108,4 8120,0
|
||||
|
||||
[NoiseBand2]
|
||||
On=0
|
||||
Level=128
|
||||
F=3150
|
||||
dF=50
|
||||
Envelope=0,100 1000,20 2500,0
|
||||
|
||||
[Distortion]
|
||||
On=0
|
||||
Clipping=0
|
||||
Bits=0
|
||||
Rate=0
|
||||
34
data/samples/drumsynth/effects/Glass.ds
Normal file
34
data/samples/drumsynth/effects/Glass.ds
Normal file
@@ -0,0 +1,34 @@
|
||||
[General]
|
||||
Version=DrumSynth v1.0
|
||||
Comment=<3D>1997 Paul Kellett http://www.abel.co.uk/~maxim/
|
||||
|
||||
[Tone]
|
||||
On=1
|
||||
Level=128
|
||||
F1=3000
|
||||
F2=3000
|
||||
Droop=0
|
||||
Phase=0
|
||||
Envelope=0,100 1490,23 3203,8 11621,0
|
||||
|
||||
[Noise]
|
||||
On=0
|
||||
Level=128
|
||||
Slope=0
|
||||
Envelope=0,100 4500,30 9000,0
|
||||
|
||||
[Overtones]
|
||||
On=0
|
||||
Level=128
|
||||
F1=789
|
||||
F2=861
|
||||
Method=2
|
||||
Envelope1=0,100 1266,13 8418,0
|
||||
Envelope2=0,99 447,31 3129,0
|
||||
|
||||
[NoiseBand]
|
||||
On=1
|
||||
Level=79
|
||||
F=1024
|
||||
dF=19
|
||||
Envelope=0,100 670,17 1713,5 4500,0
|
||||
61
data/samples/drumsynth/effects/Glass_rn.ds
Normal file
61
data/samples/drumsynth/effects/Glass_rn.ds
Normal file
@@ -0,0 +1,61 @@
|
||||
[General]
|
||||
Version=DrumSynth v2.0
|
||||
Comment=<3D>1997 Paul Kellett http://www.abel.co.uk/~maxim/
|
||||
Tuning=0.00
|
||||
Stretch=100.0
|
||||
Filter=0
|
||||
HighPass=0
|
||||
FilterEnv=0,100 57211,94 71514,63 82836,34 88796,0 442000,100 442000,0
|
||||
Level=-6
|
||||
Resonance=0
|
||||
|
||||
[Tone]
|
||||
On=1
|
||||
Level=128
|
||||
F1=1000
|
||||
F2=5000
|
||||
Droop=63
|
||||
Phase=0
|
||||
Envelope=0,66 2384,87 4470,49 11025,0
|
||||
|
||||
[Noise]
|
||||
On=0
|
||||
Level=128
|
||||
Slope=0
|
||||
Envelope=0,100 4500,30 9000,0
|
||||
FixedSeq=0
|
||||
|
||||
[Overtones]
|
||||
On=1
|
||||
Level=181
|
||||
F1=2000
|
||||
Wave1=0
|
||||
Track1=0
|
||||
F2=2003
|
||||
Wave2=0
|
||||
Track2=0
|
||||
Filter=1
|
||||
Method=0
|
||||
Param=33
|
||||
Envelope1=0,100 87604,0
|
||||
Envelope2=0,100 88195,0
|
||||
|
||||
[NoiseBand]
|
||||
On=0
|
||||
Level=181
|
||||
F=630
|
||||
dF=0
|
||||
Envelope=0,100 2250,30 4500,0
|
||||
|
||||
[NoiseBand2]
|
||||
On=0
|
||||
Level=128
|
||||
F=3150
|
||||
dF=50
|
||||
Envelope=0,100 1500,30 3000,0
|
||||
|
||||
[Distortion]
|
||||
On=0
|
||||
Clipping=12
|
||||
Bits=6
|
||||
Rate=0
|
||||
58
data/samples/drumsynth/effects/Gunshot.ds
Normal file
58
data/samples/drumsynth/effects/Gunshot.ds
Normal file
@@ -0,0 +1,58 @@
|
||||
[General]
|
||||
Version=DrumSynth v1.0
|
||||
Comment=<3D>1997 Paul Kellett http://www.abel.co.uk/~maxim/
|
||||
Tuning=0.00
|
||||
Stretch=100.0
|
||||
Filter=0
|
||||
HighPass=0
|
||||
FilterEnv=0,100 442000,100 443000,0
|
||||
|
||||
[Tone]
|
||||
On=1
|
||||
Level=113
|
||||
F1=3000
|
||||
F2=1000
|
||||
Droop=0
|
||||
Phase=0
|
||||
Envelope=0,100 1937,24 7449,6 11621,0
|
||||
|
||||
[Noise]
|
||||
On=1
|
||||
Level=145
|
||||
Slope=-82
|
||||
Envelope=0,100 298,14 596,0
|
||||
|
||||
[Overtones]
|
||||
On=0
|
||||
Level=128
|
||||
F1=789
|
||||
F2=861
|
||||
Method=2
|
||||
Envelope1=0,100 1266,13 8418,0
|
||||
Envelope2=0,99 447,31 3129,0
|
||||
Wave1=0
|
||||
Track1=0
|
||||
Wave2=0
|
||||
Track2=0
|
||||
Filter=0
|
||||
Param=50
|
||||
|
||||
[NoiseBand]
|
||||
On=1
|
||||
Level=142
|
||||
F=1024
|
||||
dF=72
|
||||
Envelope=0,100 1639,17 1639,66 4246,13 4246,54 5885,7 5885,35 7151,8 17655,0
|
||||
|
||||
[NoiseBand2]
|
||||
On=0
|
||||
Level=128
|
||||
F=1000
|
||||
dF=50
|
||||
Envelope=0,100 100,30 200,0
|
||||
|
||||
[Distortion]
|
||||
On=0
|
||||
Clipping=0
|
||||
Bits=0
|
||||
Rate=0
|
||||
58
data/samples/drumsynth/effects/Hammer.ds
Normal file
58
data/samples/drumsynth/effects/Hammer.ds
Normal file
@@ -0,0 +1,58 @@
|
||||
[General]
|
||||
Version=DrumSynth v1.0
|
||||
Comment=
|
||||
Tuning=0
|
||||
Stretch=100.0
|
||||
Filter=1
|
||||
HighPass=0
|
||||
FilterEnv=0,100 1043,0 2950,0 2950,58 442000,100 443000,0
|
||||
|
||||
[Tone]
|
||||
On=1
|
||||
Level=178
|
||||
F1=200
|
||||
F2=200
|
||||
Droop=0
|
||||
Phase=90
|
||||
Envelope=0,99 231,72 685,0
|
||||
|
||||
[Noise]
|
||||
On=0
|
||||
Level=138
|
||||
Slope=12
|
||||
Envelope=0,100 1728,85 2205,38 4405,0
|
||||
|
||||
[Overtones]
|
||||
On=0
|
||||
Level=100
|
||||
F1=8000
|
||||
Wave1=0
|
||||
Track1=0
|
||||
F2=6321
|
||||
Wave2=0
|
||||
Track2=0
|
||||
Filter=0
|
||||
Method=0
|
||||
Param=50
|
||||
Envelope1=0,29 2384,35 7598,0
|
||||
Envelope2=0,30 5400,50 10131,0
|
||||
|
||||
[NoiseBand]
|
||||
On=0
|
||||
Level=128
|
||||
F=1000
|
||||
dF=50
|
||||
Envelope=0,100 6000,50 20000,0
|
||||
|
||||
[NoiseBand2]
|
||||
On=1
|
||||
Level=136
|
||||
F=500
|
||||
dF=100
|
||||
Envelope=0,100 100,30 7479,0
|
||||
|
||||
[Distortion]
|
||||
On=1
|
||||
Clipping=10
|
||||
Bits=0
|
||||
Rate=0
|
||||
58
data/samples/drumsynth/effects/Laser.ds
Normal file
58
data/samples/drumsynth/effects/Laser.ds
Normal file
@@ -0,0 +1,58 @@
|
||||
[General]
|
||||
Version=DrumSynth v1.0
|
||||
Comment=Adjust the overtones 'drive' to hit harder!
|
||||
Tuning=0.00
|
||||
Stretch=100.0
|
||||
Filter=0
|
||||
HighPass=0
|
||||
FilterEnv=0,100 442000,100 442000,0
|
||||
|
||||
[Tone]
|
||||
On=1
|
||||
Level=1
|
||||
F1=600
|
||||
F2=4523
|
||||
Droop=0
|
||||
Phase=0
|
||||
Envelope=0,100 4544,30 19741,0
|
||||
|
||||
[Noise]
|
||||
On=0
|
||||
Level=73
|
||||
Slope=-79
|
||||
Envelope=0,100 194,8 685,0
|
||||
|
||||
[Overtones]
|
||||
On=1
|
||||
Level=161
|
||||
F1=700
|
||||
Wave1=0
|
||||
Track1=1
|
||||
F2=1000
|
||||
Wave2=1
|
||||
Track2=0
|
||||
Filter=0
|
||||
Method=2
|
||||
Param=89
|
||||
Envelope1=0,100 1415,42 4693,44 8865,16 18027,0
|
||||
Envelope2=0,100 745,20 2980,96 5215,20 8269,99 13483,17 20709,100 20709,0
|
||||
|
||||
[NoiseBand]
|
||||
On=0
|
||||
Level=128
|
||||
F=630
|
||||
dF=50
|
||||
Envelope=0,100 1500,20 3750,0
|
||||
|
||||
[NoiseBand2]
|
||||
On=0
|
||||
Level=128
|
||||
F=3150
|
||||
dF=50
|
||||
Envelope=0,100 1000,20 2500,0
|
||||
|
||||
[Distortion]
|
||||
On=0
|
||||
Clipping=0
|
||||
Bits=0
|
||||
Rate=0
|
||||
6
data/samples/drumsynth/effects/Makefile.am
Normal file
6
data/samples/drumsynth/effects/Makefile.am
Normal file
@@ -0,0 +1,6 @@
|
||||
effectsdrumsynthsamplesdir = $(lmmsdatadir)/samples/drumsynth/effects
|
||||
|
||||
effectsdrumsynthsamples_DATA = *.ds
|
||||
|
||||
EXTRA_DIST = $(effectsdrumsynthsamples_DATA)
|
||||
|
||||
35
data/samples/drumsynth/effects/Reverse.ds
Normal file
35
data/samples/drumsynth/effects/Reverse.ds
Normal file
@@ -0,0 +1,35 @@
|
||||
[General]
|
||||
Version=DrumSynth v1.0
|
||||
Comment=
|
||||
|
||||
[Tone]
|
||||
On=1
|
||||
Level=117
|
||||
F1=200
|
||||
F2=180
|
||||
Droop=0
|
||||
Phase=0
|
||||
Envelope=0,0 5140,0 7598,7 12440,17 13483,87 14005,93 14005,0
|
||||
|
||||
[Noise]
|
||||
On=1
|
||||
Level=128
|
||||
Slope=-39
|
||||
Envelope=0,0 4768,18 9312,44 14000,94 14000,0
|
||||
|
||||
[Overtones]
|
||||
On=0
|
||||
Level=128
|
||||
F1=200
|
||||
F2=120
|
||||
Method=1
|
||||
Param=0
|
||||
Envelope1=0,100 4800,50 16000,0
|
||||
Envelope2=0,100 5400,50 18000,0
|
||||
|
||||
[NoiseBand]
|
||||
On=0
|
||||
Level=128
|
||||
F=1000
|
||||
dF=50
|
||||
Envelope=0,100 6000,50 20000,0
|
||||
58
data/samples/drumsynth/effects/Ringing.ds
Normal file
58
data/samples/drumsynth/effects/Ringing.ds
Normal file
@@ -0,0 +1,58 @@
|
||||
[General]
|
||||
Version=DrumSynth v1.0
|
||||
Comment=Adjust the overtones 'drive' to hit harder!
|
||||
Tuning=0.00
|
||||
Stretch=100.0
|
||||
Filter=0
|
||||
HighPass=0
|
||||
FilterEnv=0,100 442000,100 442000,0
|
||||
|
||||
[Tone]
|
||||
On=0
|
||||
Level=128
|
||||
F1=1200
|
||||
F2=1200
|
||||
Droop=0
|
||||
Phase=0
|
||||
Envelope=0,100 2011,22 5587,0
|
||||
|
||||
[Noise]
|
||||
On=0
|
||||
Level=130
|
||||
Slope=-100
|
||||
Envelope=0,100 596,8 1490,0
|
||||
|
||||
[Overtones]
|
||||
On=1
|
||||
Level=128
|
||||
F1=621
|
||||
Wave1=2
|
||||
Track1=0
|
||||
F2=10
|
||||
Wave2=2
|
||||
Track2=0
|
||||
Filter=0
|
||||
Method=1
|
||||
Param=100
|
||||
Envelope1=0,100 19294,67 19666,0
|
||||
Envelope2=0,100 19070,100 19517,0
|
||||
|
||||
[NoiseBand]
|
||||
On=0
|
||||
Level=128
|
||||
F=630
|
||||
dF=50
|
||||
Envelope=0,100 1500,20 3750,0
|
||||
|
||||
[NoiseBand2]
|
||||
On=0
|
||||
Level=128
|
||||
F=3150
|
||||
dF=50
|
||||
Envelope=0,100 1000,20 2500,0
|
||||
|
||||
[Distortion]
|
||||
On=0
|
||||
Clipping=0
|
||||
Bits=0
|
||||
Rate=0
|
||||
60
data/samples/drumsynth/effects/Scissors.ds
Normal file
60
data/samples/drumsynth/effects/Scissors.ds
Normal file
@@ -0,0 +1,60 @@
|
||||
[General]
|
||||
Version=DrumSynth v2.0
|
||||
Tuning=0.00
|
||||
Stretch=100.0
|
||||
Filter=0
|
||||
HighPass=0
|
||||
FilterEnv=0,100 442000,100 442000,0
|
||||
Level=0
|
||||
Resonance=0
|
||||
|
||||
[Tone]
|
||||
On=0
|
||||
Level=92
|
||||
F1=8000
|
||||
F2=8000
|
||||
Droop=0
|
||||
Phase=0
|
||||
Envelope=0,0 10206,0 11025,5 11323,0
|
||||
|
||||
[Noise]
|
||||
On=1
|
||||
Level=128
|
||||
Slope=27
|
||||
Envelope=0,0 968,11 968,100 1192,3 1862,0
|
||||
FixedSeq=0
|
||||
|
||||
[Overtones]
|
||||
On=0
|
||||
Level=128
|
||||
F1=200
|
||||
Wave1=0
|
||||
Track1=0
|
||||
F2=125
|
||||
Wave2=0
|
||||
Track2=0
|
||||
Filter=0
|
||||
Method=0
|
||||
Param=50
|
||||
Envelope1=0,100 2500,20 6250,0
|
||||
Envelope2=0,100 2000,20 5000,0
|
||||
|
||||
[NoiseBand]
|
||||
On=0
|
||||
Level=128
|
||||
F=630
|
||||
dF=50
|
||||
Envelope=0,100 1500,20 3750,0
|
||||
|
||||
[NoiseBand2]
|
||||
On=0
|
||||
Level=151
|
||||
F=100
|
||||
dF=35
|
||||
Envelope=0,100 1000,20 3054,16 7449,22 8641,0
|
||||
|
||||
[Distortion]
|
||||
On=0
|
||||
Clipping=6
|
||||
Bits=0
|
||||
Rate=0
|
||||
58
data/samples/drumsynth/effects/Sonar.ds
Normal file
58
data/samples/drumsynth/effects/Sonar.ds
Normal file
@@ -0,0 +1,58 @@
|
||||
[General]
|
||||
Version=DrumSynth v1.0
|
||||
Comment=
|
||||
Tuning=0.00
|
||||
Stretch=100.0
|
||||
Filter=0
|
||||
HighPass=0
|
||||
FilterEnv=0,100 442000,100 442000,0
|
||||
|
||||
[Tone]
|
||||
On=0
|
||||
Level=128
|
||||
F1=200
|
||||
F2=120
|
||||
Droop=0
|
||||
Phase=0
|
||||
Envelope=0,100 3500,20 8750,0
|
||||
|
||||
[Noise]
|
||||
On=0
|
||||
Level=128
|
||||
Slope=0
|
||||
Envelope=0,100 1000,10 3000,0
|
||||
|
||||
[Overtones]
|
||||
On=0
|
||||
Level=128
|
||||
F1=200
|
||||
Wave1=0
|
||||
Track1=0
|
||||
F2=125
|
||||
Wave2=0
|
||||
Track2=0
|
||||
Filter=0
|
||||
Method=0
|
||||
Param=50
|
||||
Envelope1=0,100 2500,20 6250,0
|
||||
Envelope2=0,100 2000,20 5000,0
|
||||
|
||||
[NoiseBand]
|
||||
On=1
|
||||
Level=94
|
||||
F=508
|
||||
dF=12
|
||||
Envelope=0,0 13111,24 18176,47 22944,28 28605,52 35161,41 40226,47 47676,12 55423,3 77473,0
|
||||
|
||||
[NoiseBand2]
|
||||
On=1
|
||||
Level=128
|
||||
F=500
|
||||
dF=17
|
||||
Envelope=0,0 596,90 2384,16 21156,8 36353,7 87008,0
|
||||
|
||||
[Distortion]
|
||||
On=0
|
||||
Clipping=0
|
||||
Bits=0
|
||||
Rate=0
|
||||
58
data/samples/drumsynth/effects/dialing.ds
Normal file
58
data/samples/drumsynth/effects/dialing.ds
Normal file
@@ -0,0 +1,58 @@
|
||||
[General]
|
||||
Version=DrumSynth v1.0
|
||||
Comment=Adjust the overtones 'drive' to hit harder!
|
||||
Tuning=0.00
|
||||
Stretch=100.0
|
||||
Filter=0
|
||||
HighPass=0
|
||||
FilterEnv=0,100 442000,100 442000,0
|
||||
|
||||
[Tone]
|
||||
On=0
|
||||
Level=128
|
||||
F1=1200
|
||||
F2=1200
|
||||
Droop=0
|
||||
Phase=0
|
||||
Envelope=0,100 2011,22 5587,0
|
||||
|
||||
[Noise]
|
||||
On=0
|
||||
Level=130
|
||||
Slope=-100
|
||||
Envelope=0,100 596,8 1490,0
|
||||
|
||||
[Overtones]
|
||||
On=1
|
||||
Level=128
|
||||
F1=621
|
||||
Wave1=2
|
||||
Track1=0
|
||||
F2=22
|
||||
Wave2=2
|
||||
Track2=0
|
||||
Filter=0
|
||||
Method=1
|
||||
Param=100
|
||||
Envelope1=0,100 19294,67 19666,0
|
||||
Envelope2=0,100 19070,100 19517,0
|
||||
|
||||
[NoiseBand]
|
||||
On=0
|
||||
Level=128
|
||||
F=630
|
||||
dF=50
|
||||
Envelope=0,100 1500,20 3750,0
|
||||
|
||||
[NoiseBand2]
|
||||
On=0
|
||||
Level=128
|
||||
F=3150
|
||||
dF=50
|
||||
Envelope=0,100 1000,20 2500,0
|
||||
|
||||
[Distortion]
|
||||
On=0
|
||||
Clipping=0
|
||||
Bits=0
|
||||
Rate=0
|
||||
58
data/samples/drumsynth/effects/hammer2.ds
Normal file
58
data/samples/drumsynth/effects/hammer2.ds
Normal file
@@ -0,0 +1,58 @@
|
||||
[General]
|
||||
Version=DrumSynth v1.0
|
||||
Comment=
|
||||
Tuning=0
|
||||
Stretch=90.0
|
||||
Filter=1
|
||||
HighPass=0
|
||||
FilterEnv=0,100 1341,0 4917,0 5215,30 442000,100 443000,0
|
||||
|
||||
[Tone]
|
||||
On=1
|
||||
Level=178
|
||||
F1=2000
|
||||
F2=200
|
||||
Droop=35
|
||||
Phase=40
|
||||
Envelope=0,99 231,72 685,0
|
||||
|
||||
[Noise]
|
||||
On=0
|
||||
Level=138
|
||||
Slope=12
|
||||
Envelope=0,100 1728,85 2205,38 4405,0
|
||||
|
||||
[Overtones]
|
||||
On=0
|
||||
Level=100
|
||||
F1=8000
|
||||
Wave1=0
|
||||
Track1=0
|
||||
F2=6321
|
||||
Wave2=0
|
||||
Track2=0
|
||||
Filter=0
|
||||
Method=0
|
||||
Param=50
|
||||
Envelope1=0,29 2384,35 7598,0
|
||||
Envelope2=0,30 5400,50 10131,0
|
||||
|
||||
[NoiseBand]
|
||||
On=0
|
||||
Level=128
|
||||
F=1000
|
||||
dF=50
|
||||
Envelope=0,100 6000,50 20000,0
|
||||
|
||||
[NoiseBand2]
|
||||
On=1
|
||||
Level=136
|
||||
F=500
|
||||
dF=100
|
||||
Envelope=0,100 100,30 5215,0 5215,18 6853,2 16835,0
|
||||
|
||||
[Distortion]
|
||||
On=1
|
||||
Clipping=10
|
||||
Bits=0
|
||||
Rate=0
|
||||
60
data/samples/drumsynth/effects/impulses.ds
Normal file
60
data/samples/drumsynth/effects/impulses.ds
Normal file
@@ -0,0 +1,60 @@
|
||||
[General]
|
||||
Version=DrumSynth v2.0
|
||||
Tuning=0
|
||||
Stretch=100.0
|
||||
Filter=0
|
||||
HighPass=0
|
||||
FilterEnv=0,17 33224,98 442000,100 443000,0
|
||||
Level=0
|
||||
Resonance=0
|
||||
|
||||
[Tone]
|
||||
On=1
|
||||
Level=178
|
||||
F1=50
|
||||
F2=110
|
||||
Droop=0
|
||||
Phase=90
|
||||
Envelope=0,0 819,0 819,98 1490,0
|
||||
|
||||
[Noise]
|
||||
On=0
|
||||
Level=138
|
||||
Slope=-100
|
||||
Envelope=0,100 1728,85 2205,38 4405,0
|
||||
FixedSeq=0
|
||||
|
||||
[Overtones]
|
||||
On=1
|
||||
Level=140
|
||||
F1=14.11
|
||||
Wave1=3
|
||||
Track1=0
|
||||
F2=14.1
|
||||
Wave2=4
|
||||
Track2=0
|
||||
Filter=0
|
||||
Method=0
|
||||
Param=52
|
||||
Envelope1=0,29 0,68 5140,37 12962,15 22050,8 40822,0
|
||||
Envelope2=0,30 5400,50 11174,28 19070,14 30244,6 40375,0
|
||||
|
||||
[NoiseBand]
|
||||
On=0
|
||||
Level=128
|
||||
F=1000
|
||||
dF=50
|
||||
Envelope=0,100 6000,50 20000,0
|
||||
|
||||
[NoiseBand2]
|
||||
On=0
|
||||
Level=181
|
||||
F=200
|
||||
dF=100
|
||||
Envelope=0,0 171,0 253,100 268,0 7479,0
|
||||
|
||||
[Distortion]
|
||||
On=0
|
||||
Clipping=10
|
||||
Bits=0
|
||||
Rate=0
|
||||
58
data/samples/drumsynth/effects/loop.ds
Normal file
58
data/samples/drumsynth/effects/loop.ds
Normal file
@@ -0,0 +1,58 @@
|
||||
[General]
|
||||
Version=DrumSynth v1.0
|
||||
Comment=
|
||||
Tuning=0.00
|
||||
Stretch=100.0
|
||||
Filter=0
|
||||
HighPass=0
|
||||
FilterEnv=0,100 442000,100 442000,0
|
||||
|
||||
[Tone]
|
||||
On=1
|
||||
Level=128
|
||||
F1=120
|
||||
F2=80
|
||||
Droop=31
|
||||
Phase=0
|
||||
Envelope=0,0 30,99 1117,31 2831,0 22199,0 22497,55 23242,31 25477,0 29648,0
|
||||
|
||||
[Noise]
|
||||
On=1
|
||||
Level=104
|
||||
Slope=81
|
||||
Envelope=0,44 1043,0 5513,0 5513,40 7449,0 11025,0 11025,38 12515,13 22050,0 22050,35 23540,0 27563,0 27563,33 29052,0 33075,0 33075,33 40375,0
|
||||
|
||||
[Overtones]
|
||||
On=1
|
||||
Level=128
|
||||
F1=220
|
||||
Wave1=0
|
||||
Track1=1
|
||||
F2=125
|
||||
Wave2=0
|
||||
Track2=0
|
||||
Filter=0
|
||||
Method=0
|
||||
Param=50
|
||||
Envelope1=0,0 11025,0 11025,57 11919,0 16835,-1 16835,58 18027,0 27711,0 27711,61 28903,0 37843,0 37843,18 39332,0
|
||||
Envelope2=0,100 2000,20 5000,0
|
||||
|
||||
[NoiseBand]
|
||||
On=1
|
||||
Level=106
|
||||
F=1000
|
||||
dF=78
|
||||
Envelope=0,0 11025,0 11025,21 12068,0 22199,0 22199,76 23093,10 28903,0 33075,0 33075,22 33820,0
|
||||
|
||||
[NoiseBand2]
|
||||
On=0
|
||||
Level=128
|
||||
F=3150
|
||||
dF=62
|
||||
Envelope=0,0 22199,0 22199,76 23093,10 29946,0
|
||||
|
||||
[Distortion]
|
||||
On=0
|
||||
Clipping=0
|
||||
Bits=0
|
||||
Rate=0
|
||||
58
data/samples/drumsynth/effects/thunder.ds
Normal file
58
data/samples/drumsynth/effects/thunder.ds
Normal file
@@ -0,0 +1,58 @@
|
||||
[General]
|
||||
Version=DrumSynth v1.0
|
||||
Comment=
|
||||
Tuning=0.00
|
||||
Stretch=100.0
|
||||
Filter=1
|
||||
HighPass=0
|
||||
FilterEnv=0,2 442000,100 442000,0
|
||||
|
||||
[Tone]
|
||||
On=0
|
||||
Level=128
|
||||
F1=200
|
||||
F2=120
|
||||
Droop=0
|
||||
Phase=0
|
||||
Envelope=0,100 3500,20 8750,0
|
||||
|
||||
[Noise]
|
||||
On=0
|
||||
Level=128
|
||||
Slope=0
|
||||
Envelope=0,100 1000,10 3000,0
|
||||
|
||||
[Overtones]
|
||||
On=0
|
||||
Level=128
|
||||
F1=200
|
||||
Wave1=0
|
||||
Track1=0
|
||||
F2=125
|
||||
Wave2=0
|
||||
Track2=0
|
||||
Filter=0
|
||||
Method=0
|
||||
Param=50
|
||||
Envelope1=0,100 2500,20 6250,0
|
||||
Envelope2=0,100 2000,20 5000,0
|
||||
|
||||
[NoiseBand]
|
||||
On=1
|
||||
Level=128
|
||||
F=100
|
||||
dF=22
|
||||
Envelope=0,0 5513,79 10429,32 13111,58 15197,27 17133,39 24136,36 41120,0
|
||||
|
||||
[NoiseBand2]
|
||||
On=1
|
||||
Level=128
|
||||
F=50
|
||||
dF=16
|
||||
Envelope=0,0 11025,64 28903,19 87008,0
|
||||
|
||||
[Distortion]
|
||||
On=0
|
||||
Clipping=0
|
||||
Bits=0
|
||||
Rate=0
|
||||
58
data/samples/drumsynth/electro/Boom.ds
Normal file
58
data/samples/drumsynth/electro/Boom.ds
Normal file
@@ -0,0 +1,58 @@
|
||||
[General]
|
||||
Version=DrumSynth v1.0
|
||||
Comment=<3D>1997 Paul Kellett - http://www.abel.co.uk/~maxim/
|
||||
Tuning=0.00
|
||||
Stretch=100.0
|
||||
Filter=0
|
||||
HighPass=0
|
||||
FilterEnv=0,100 442000,100 443000,0
|
||||
|
||||
[Tone]
|
||||
On=1
|
||||
Level=147
|
||||
F1=80
|
||||
F2=80
|
||||
Droop=0
|
||||
Phase=0
|
||||
Envelope=0,100 1564,56 5250,30 19368,7 34863,0
|
||||
|
||||
[Noise]
|
||||
On=0
|
||||
Level=128
|
||||
Slope=0
|
||||
Envelope=0,100 596,23 9000,0
|
||||
|
||||
[Overtones]
|
||||
On=1
|
||||
Level=94
|
||||
F1=80
|
||||
F2=125
|
||||
Method=0
|
||||
Envelope1=0,0 2235,51 11993,0
|
||||
Envelope2=0,100 1117,19 3799,0
|
||||
Wave1=2
|
||||
Track1=0
|
||||
Wave2=0
|
||||
Track2=0
|
||||
Filter=0
|
||||
Param=0
|
||||
|
||||
[NoiseBand]
|
||||
On=0
|
||||
Level=128
|
||||
F=630
|
||||
dF=50
|
||||
Envelope=0,100 2250,30 4500,0
|
||||
|
||||
[NoiseBand2]
|
||||
On=0
|
||||
Level=128
|
||||
F=1000
|
||||
dF=50
|
||||
Envelope=0,100 100,30 200,0
|
||||
|
||||
[Distortion]
|
||||
On=0
|
||||
Clipping=0
|
||||
Bits=0
|
||||
Rate=0
|
||||
60
data/samples/drumsynth/electro/H_closed.ds
Normal file
60
data/samples/drumsynth/electro/H_closed.ds
Normal file
@@ -0,0 +1,60 @@
|
||||
[General]
|
||||
Version=DrumSynth v2.0
|
||||
Tuning=0.00
|
||||
Stretch=100.0
|
||||
Level=0
|
||||
Filter=0
|
||||
HighPass=0
|
||||
Resonance=0
|
||||
FilterEnv=0,100 442000,100 443000,0
|
||||
|
||||
[Tone]
|
||||
On=1
|
||||
Level=98
|
||||
F1=10000
|
||||
F2=10000
|
||||
Droop=0
|
||||
Phase=-45
|
||||
Envelope=0,100 516,21 1904,0
|
||||
|
||||
[Noise]
|
||||
On=1
|
||||
Level=111
|
||||
Slope=69
|
||||
Envelope=0,100 535,26 2548,0
|
||||
FixedSeq=0
|
||||
|
||||
[Overtones]
|
||||
On=0
|
||||
Level=128
|
||||
F1=200
|
||||
Wave1=0
|
||||
Track1=0
|
||||
F2=120
|
||||
Wave2=0
|
||||
Track2=0
|
||||
Method=1
|
||||
Param=0
|
||||
Envelope1=0,100 4800,50 16000,0
|
||||
Envelope2=0,100 5400,50 18000,0
|
||||
Filter=0
|
||||
|
||||
[NoiseBand]
|
||||
On=0
|
||||
Level=128
|
||||
F=1000
|
||||
dF=50
|
||||
Envelope=0,100 6000,50 20000,0
|
||||
|
||||
[NoiseBand2]
|
||||
On=0
|
||||
Level=128
|
||||
F=1000
|
||||
dF=50
|
||||
Envelope=0,100 100,30 200,0
|
||||
|
||||
[Distortion]
|
||||
On=0
|
||||
Clipping=0
|
||||
Bits=0
|
||||
Rate=0
|
||||
35
data/samples/drumsynth/electro/H_open.ds
Normal file
35
data/samples/drumsynth/electro/H_open.ds
Normal file
@@ -0,0 +1,35 @@
|
||||
[General]
|
||||
Version=DrumSynth v1.0
|
||||
Comment=
|
||||
|
||||
[Tone]
|
||||
On=1
|
||||
Level=98
|
||||
F1=10000
|
||||
F2=10000
|
||||
Droop=0
|
||||
Phase=-45
|
||||
Envelope=0,100 1117,24 10504,0
|
||||
|
||||
[Noise]
|
||||
On=1
|
||||
Level=111
|
||||
Slope=69
|
||||
Envelope=0,100 819,31 12440,4 18772,0
|
||||
|
||||
[Overtones]
|
||||
On=0
|
||||
Level=128
|
||||
F1=200
|
||||
F2=120
|
||||
Method=1
|
||||
Param=0
|
||||
Envelope1=0,100 4800,50 16000,0
|
||||
Envelope2=0,100 5400,50 18000,0
|
||||
|
||||
[NoiseBand]
|
||||
On=0
|
||||
Level=128
|
||||
F=1000
|
||||
dF=50
|
||||
Envelope=0,100 6000,50 20000,0
|
||||
57
data/samples/drumsynth/electro/Hi-q.ds
Normal file
57
data/samples/drumsynth/electro/Hi-q.ds
Normal file
@@ -0,0 +1,57 @@
|
||||
[General]
|
||||
Version=DrumSynth v1.0
|
||||
Comment=
|
||||
Tuning=0.00
|
||||
Stretch=100.0
|
||||
Filter=0
|
||||
FilterEnv=0,100 442000,100 443000,0
|
||||
|
||||
[Tone]
|
||||
On=1
|
||||
Level=102
|
||||
F1=18000
|
||||
F2=20
|
||||
Droop=45
|
||||
Phase=-45
|
||||
Envelope=0,100 1862,48 3501,36 3725,0
|
||||
|
||||
[Noise]
|
||||
On=0
|
||||
Level=128
|
||||
Slope=0
|
||||
Envelope=0,100 4200,50 14000,0
|
||||
|
||||
[Overtones]
|
||||
On=0
|
||||
Level=128
|
||||
F1=200
|
||||
F2=120
|
||||
Method=1
|
||||
Param=0
|
||||
Envelope1=0,100 4800,50 16000,0
|
||||
Envelope2=0,100 5400,50 18000,0
|
||||
Wave1=0
|
||||
Track1=0
|
||||
Wave2=0
|
||||
Track2=0
|
||||
Filter=0
|
||||
|
||||
[NoiseBand]
|
||||
On=0
|
||||
Level=128
|
||||
F=1000
|
||||
dF=50
|
||||
Envelope=0,100 6000,50 20000,0
|
||||
|
||||
[NoiseBand2]
|
||||
On=0
|
||||
Level=128
|
||||
F=1000
|
||||
dF=50
|
||||
Envelope=0,100 100,30 200,0
|
||||
|
||||
[Distortion]
|
||||
On=0
|
||||
Clipping=0
|
||||
Bits=0
|
||||
Rate=0
|
||||
57
data/samples/drumsynth/electro/Hi-q_2.ds
Normal file
57
data/samples/drumsynth/electro/Hi-q_2.ds
Normal file
@@ -0,0 +1,57 @@
|
||||
[General]
|
||||
Version=DrumSynth v1.0
|
||||
Comment=
|
||||
Tuning=0.00
|
||||
Stretch=100.0
|
||||
Filter=0
|
||||
FilterEnv=0,100 442000,100 443000,0
|
||||
|
||||
[Tone]
|
||||
On=1
|
||||
Level=102
|
||||
F1=6000
|
||||
F2=20
|
||||
Droop=29
|
||||
Phase=-45
|
||||
Envelope=0,100 1862,48 3501,36 3725,0
|
||||
|
||||
[Noise]
|
||||
On=0
|
||||
Level=128
|
||||
Slope=0
|
||||
Envelope=0,100 4200,50 14000,0
|
||||
|
||||
[Overtones]
|
||||
On=0
|
||||
Level=128
|
||||
F1=200
|
||||
F2=120
|
||||
Method=1
|
||||
Param=0
|
||||
Envelope1=0,100 4800,50 16000,0
|
||||
Envelope2=0,100 5400,50 18000,0
|
||||
Wave1=0
|
||||
Track1=0
|
||||
Wave2=0
|
||||
Track2=0
|
||||
Filter=0
|
||||
|
||||
[NoiseBand]
|
||||
On=0
|
||||
Level=128
|
||||
F=1000
|
||||
dF=50
|
||||
Envelope=0,100 6000,50 20000,0
|
||||
|
||||
[NoiseBand2]
|
||||
On=0
|
||||
Level=128
|
||||
F=1000
|
||||
dF=50
|
||||
Envelope=0,100 100,30 200,0
|
||||
|
||||
[Distortion]
|
||||
On=0
|
||||
Clipping=0
|
||||
Bits=0
|
||||
Rate=0
|
||||
58
data/samples/drumsynth/electro/K_8bit.ds
Normal file
58
data/samples/drumsynth/electro/K_8bit.ds
Normal file
@@ -0,0 +1,58 @@
|
||||
[General]
|
||||
Version=DrumSynth v1.0
|
||||
Comment=
|
||||
Tuning=0.00
|
||||
Stretch=100.0
|
||||
Filter=0
|
||||
FilterEnv=0,100 442000,100 443000,0
|
||||
HighPass=0
|
||||
|
||||
[Tone]
|
||||
On=1
|
||||
Level=132
|
||||
F1=90
|
||||
F2=70
|
||||
Droop=68
|
||||
Phase=10
|
||||
Envelope=0,0 89,95 2160,46 6034,17 6108,0
|
||||
|
||||
[Noise]
|
||||
On=1
|
||||
Level=64
|
||||
Slope=-70
|
||||
Envelope=0,100 358,0
|
||||
|
||||
[Overtones]
|
||||
On=0
|
||||
Level=128
|
||||
F1=200
|
||||
Wave1=0
|
||||
Track1=0
|
||||
F2=120
|
||||
Wave2=0
|
||||
Track2=0
|
||||
Filter=0
|
||||
Method=0
|
||||
Param=0
|
||||
Envelope1=0,100 4800,50 16000,0
|
||||
Envelope2=0,100 5400,50 18000,0
|
||||
|
||||
[NoiseBand]
|
||||
On=1
|
||||
Level=119
|
||||
F=100
|
||||
dF=18
|
||||
Envelope=0,99 1788,24 4321,7 7449,0
|
||||
|
||||
[NoiseBand2]
|
||||
On=0
|
||||
Level=128
|
||||
F=1000
|
||||
dF=50
|
||||
Envelope=0,100 100,30 200,0
|
||||
|
||||
[Distortion]
|
||||
On=1
|
||||
Clipping=6
|
||||
Bits=4
|
||||
Rate=2
|
||||
58
data/samples/drumsynth/electro/K_Linn.ds
Normal file
58
data/samples/drumsynth/electro/K_Linn.ds
Normal file
@@ -0,0 +1,58 @@
|
||||
[General]
|
||||
Version=DrumSynth v1.0
|
||||
Comment=
|
||||
Tuning=0.00
|
||||
Stretch=100.0
|
||||
Filter=0
|
||||
HighPass=0
|
||||
FilterEnv=0,100 442000,100 443000,0
|
||||
|
||||
[Tone]
|
||||
On=1
|
||||
Level=128
|
||||
F1=105
|
||||
F2=30
|
||||
Droop=0
|
||||
Phase=-45
|
||||
Envelope=0,100 1862,62 5513,35 13558,0
|
||||
|
||||
[Noise]
|
||||
On=1
|
||||
Level=111
|
||||
Slope=1
|
||||
Envelope=0,100 372,24 1117,0
|
||||
|
||||
[Overtones]
|
||||
On=0
|
||||
Level=128
|
||||
F1=200
|
||||
Wave1=0
|
||||
Track1=0
|
||||
F2=120
|
||||
Wave2=0
|
||||
Track2=0
|
||||
Filter=0
|
||||
Method=1
|
||||
Param=0
|
||||
Envelope1=0,100 4800,50 16000,0
|
||||
Envelope2=0,100 5400,50 18000,0
|
||||
|
||||
[NoiseBand]
|
||||
On=0
|
||||
Level=128
|
||||
F=1000
|
||||
dF=50
|
||||
Envelope=0,100 6000,50 20000,0
|
||||
|
||||
[NoiseBand2]
|
||||
On=0
|
||||
Level=128
|
||||
F=1000
|
||||
dF=50
|
||||
Envelope=0,100 100,30 200,0
|
||||
|
||||
[Distortion]
|
||||
On=0
|
||||
Clipping=0
|
||||
Bits=0
|
||||
Rate=0
|
||||
60
data/samples/drumsynth/electro/K_reverb.ds
Normal file
60
data/samples/drumsynth/electro/K_reverb.ds
Normal file
@@ -0,0 +1,60 @@
|
||||
[General]
|
||||
Version=DrumSynth v2.0
|
||||
Tuning=0.00
|
||||
Stretch=100.0
|
||||
Filter=0
|
||||
HighPass=0
|
||||
FilterEnv=0,100 442000,100 443000,0
|
||||
Level=0
|
||||
Resonance=0
|
||||
|
||||
[Tone]
|
||||
On=1
|
||||
Level=181
|
||||
F1=100
|
||||
F2=40
|
||||
Droop=12
|
||||
Phase=120
|
||||
Envelope=0,99 793,91 1824,37 4097,25 5959,20 6630,0
|
||||
|
||||
[Noise]
|
||||
On=1
|
||||
Level=78
|
||||
Slope=-40
|
||||
Envelope=0,100 291,37 656,0 2221,0 3807,5 8328,0
|
||||
FixedSeq=1
|
||||
|
||||
[Overtones]
|
||||
On=0
|
||||
Level=119
|
||||
F1=876
|
||||
F2=1356
|
||||
Method=0
|
||||
Param=54
|
||||
Envelope1=0,100 1266,31 4470,26 10578,0
|
||||
Envelope2=0,100 894,45 3278,30 10355,0
|
||||
Wave1=0
|
||||
Track1=0
|
||||
Wave2=0
|
||||
Track2=0
|
||||
Filter=0
|
||||
|
||||
[NoiseBand]
|
||||
On=1
|
||||
Level=161
|
||||
F=100
|
||||
dF=35
|
||||
Envelope=0,98 1341,0 4097,10 10578,0
|
||||
|
||||
[NoiseBand2]
|
||||
On=0
|
||||
Level=128
|
||||
F=1000
|
||||
dF=50
|
||||
Envelope=0,100 100,30 200,0
|
||||
|
||||
[Distortion]
|
||||
On=1
|
||||
Clipping=3
|
||||
Bits=0
|
||||
Rate=0
|
||||
6
data/samples/drumsynth/electro/Makefile.am
Normal file
6
data/samples/drumsynth/electro/Makefile.am
Normal file
@@ -0,0 +1,6 @@
|
||||
electrodrumsynthsamplesdir = $(lmmsdatadir)/samples/drumsynth/electro
|
||||
|
||||
electrodrumsynthsamples_DATA = *.ds
|
||||
|
||||
EXTRA_DIST = $(electrodrumsynthsamples_DATA)
|
||||
|
||||
58
data/samples/drumsynth/electro/S_8bit.ds
Normal file
58
data/samples/drumsynth/electro/S_8bit.ds
Normal file
@@ -0,0 +1,58 @@
|
||||
[General]
|
||||
Version=DrumSynth v1.0
|
||||
Comment=
|
||||
Tuning=0.00
|
||||
Stretch=100.0
|
||||
Filter=0
|
||||
FilterEnv=0,100 442000,100 443000,0
|
||||
HighPass=0
|
||||
|
||||
[Tone]
|
||||
On=1
|
||||
Level=149
|
||||
F1=380
|
||||
F2=230
|
||||
Droop=54
|
||||
Phase=-45
|
||||
Envelope=0,100 745,41 1937,18 4991,0 12142,0
|
||||
|
||||
[Noise]
|
||||
On=1
|
||||
Level=130
|
||||
Slope=-53
|
||||
Envelope=0,100 521,24 2384,11 5661,3 5810,0
|
||||
|
||||
[Overtones]
|
||||
On=0
|
||||
Level=128
|
||||
F1=200
|
||||
Wave1=0
|
||||
Track1=0
|
||||
F2=120
|
||||
Wave2=0
|
||||
Track2=0
|
||||
Filter=0
|
||||
Method=0
|
||||
Param=0
|
||||
Envelope1=0,100 4800,50 16000,0
|
||||
Envelope2=0,100 5400,50 18000,0
|
||||
|
||||
[NoiseBand]
|
||||
On=1
|
||||
Level=128
|
||||
F=1000
|
||||
dF=100
|
||||
Envelope=0,20 745,96 1490,36 3203,12 8194,11 9461,5 11025,0
|
||||
|
||||
[NoiseBand2]
|
||||
On=0
|
||||
Level=128
|
||||
F=1000
|
||||
dF=50
|
||||
Envelope=0,100 100,30 200,0
|
||||
|
||||
[Distortion]
|
||||
On=1
|
||||
Clipping=5
|
||||
Bits=5
|
||||
Rate=2
|
||||
58
data/samples/drumsynth/electro/S_Linn.ds
Normal file
58
data/samples/drumsynth/electro/S_Linn.ds
Normal file
@@ -0,0 +1,58 @@
|
||||
[General]
|
||||
Version=DrumSynth v1.0
|
||||
Comment=
|
||||
Tuning=0.00
|
||||
Stretch=100.0
|
||||
Filter=0
|
||||
HighPass=0
|
||||
FilterEnv=0,100 442000,100 443000,0
|
||||
|
||||
[Tone]
|
||||
On=1
|
||||
Level=128
|
||||
F1=200
|
||||
F2=120
|
||||
Droop=0
|
||||
Phase=-45
|
||||
Envelope=0,100 4395,54 10355,0
|
||||
|
||||
[Noise]
|
||||
On=1
|
||||
Level=111
|
||||
Slope=-61
|
||||
Envelope=0,100 1713,28 4768,18 8641,11 9982,0
|
||||
|
||||
[Overtones]
|
||||
On=0
|
||||
Level=128
|
||||
F1=200
|
||||
Wave1=0
|
||||
Track1=0
|
||||
F2=120
|
||||
Wave2=0
|
||||
Track2=0
|
||||
Filter=0
|
||||
Method=1
|
||||
Param=0
|
||||
Envelope1=0,100 4800,50 16000,0
|
||||
Envelope2=0,100 5400,50 18000,0
|
||||
|
||||
[NoiseBand]
|
||||
On=0
|
||||
Level=128
|
||||
F=1000
|
||||
dF=50
|
||||
Envelope=0,100 6000,50 20000,0
|
||||
|
||||
[NoiseBand2]
|
||||
On=0
|
||||
Level=128
|
||||
F=1000
|
||||
dF=50
|
||||
Envelope=0,100 100,30 200,0
|
||||
|
||||
[Distortion]
|
||||
On=0
|
||||
Clipping=0
|
||||
Bits=0
|
||||
Rate=0
|
||||
60
data/samples/drumsynth/electro/S_reverb.ds
Normal file
60
data/samples/drumsynth/electro/S_reverb.ds
Normal file
@@ -0,0 +1,60 @@
|
||||
[General]
|
||||
Version=DrumSynth v2.0
|
||||
Tuning=0.00
|
||||
Stretch=100.0
|
||||
Level=0
|
||||
Filter=1
|
||||
HighPass=0
|
||||
Resonance=0
|
||||
FilterEnv=0,100 2502,100 4940,56 6746,44 442000,100 443000,0
|
||||
|
||||
[Tone]
|
||||
On=1
|
||||
Level=128
|
||||
F1=180
|
||||
F2=153
|
||||
Droop=38
|
||||
Phase=10
|
||||
Envelope=0,100 521,95 745,19 2458,6 6481,0
|
||||
|
||||
[Noise]
|
||||
On=1
|
||||
Level=160
|
||||
Slope=-68
|
||||
Envelope=0,97 275,15 668,26 2086,10 4838,5 6266,4 10708,4 11422,0
|
||||
FixedSeq=0
|
||||
|
||||
[Overtones]
|
||||
On=0
|
||||
Level=100
|
||||
F1=345
|
||||
F2=200
|
||||
Method=0
|
||||
Param=47
|
||||
Envelope1=0,100 1490,17 4991,0
|
||||
Envelope2=0,100 894,12 7077,0
|
||||
Wave1=0
|
||||
Track1=0
|
||||
Wave2=0
|
||||
Track2=0
|
||||
Filter=0
|
||||
|
||||
[NoiseBand]
|
||||
On=1
|
||||
Level=139
|
||||
F=400
|
||||
dF=34
|
||||
Envelope=0,63 1494,37 1788,4 5810,0
|
||||
|
||||
[NoiseBand2]
|
||||
On=0
|
||||
Level=128
|
||||
F=1000
|
||||
dF=50
|
||||
Envelope=0,100 100,30 200,0
|
||||
|
||||
[Distortion]
|
||||
On=1
|
||||
Clipping=8
|
||||
Bits=0
|
||||
Rate=0
|
||||
35
data/samples/drumsynth/electro/Syntom_1.ds
Normal file
35
data/samples/drumsynth/electro/Syntom_1.ds
Normal file
@@ -0,0 +1,35 @@
|
||||
[General]
|
||||
Version=DrumSynth v1.0
|
||||
Comment=
|
||||
|
||||
[Tone]
|
||||
On=1
|
||||
Level=128
|
||||
F1=800
|
||||
F2=400
|
||||
Droop=0
|
||||
Phase=-45
|
||||
Envelope=0,100 2309,38 5736,15 15495,0
|
||||
|
||||
[Noise]
|
||||
On=0
|
||||
Level=111
|
||||
Slope=-61
|
||||
Envelope=0,100 1713,28 4768,18 8641,11 9982,0
|
||||
|
||||
[Overtones]
|
||||
On=0
|
||||
Level=128
|
||||
F1=200
|
||||
F2=120
|
||||
Method=1
|
||||
Param=0
|
||||
Envelope1=0,100 4800,50 16000,0
|
||||
Envelope2=0,100 5400,50 18000,0
|
||||
|
||||
[NoiseBand]
|
||||
On=0
|
||||
Level=128
|
||||
F=1000
|
||||
dF=50
|
||||
Envelope=0,100 6000,50 20000,0
|
||||
57
data/samples/drumsynth/electro/Syntom_2.ds
Normal file
57
data/samples/drumsynth/electro/Syntom_2.ds
Normal file
@@ -0,0 +1,57 @@
|
||||
[General]
|
||||
Version=DrumSynth v1.0
|
||||
Tuning=0.00
|
||||
Stretch=100.0
|
||||
Filter=0
|
||||
HighPass=0
|
||||
FilterEnv=0,100 442000,100 443000,0
|
||||
|
||||
[Tone]
|
||||
On=1
|
||||
Level=128
|
||||
F1=550
|
||||
F2=275
|
||||
Droop=0
|
||||
Phase=-45
|
||||
Envelope=0,100 2309,38 5736,15 15495,0
|
||||
|
||||
[Noise]
|
||||
On=0
|
||||
Level=111
|
||||
Slope=-61
|
||||
Envelope=0,100 1713,28 4768,18 8641,11 9982,0
|
||||
|
||||
[Overtones]
|
||||
On=0
|
||||
Level=128
|
||||
F1=200
|
||||
F2=120
|
||||
Method=1
|
||||
Param=0
|
||||
Envelope1=0,100 4800,50 16000,0
|
||||
Envelope2=0,100 5400,50 18000,0
|
||||
Wave1=0
|
||||
Track1=0
|
||||
Wave2=0
|
||||
Track2=0
|
||||
Filter=0
|
||||
|
||||
[NoiseBand]
|
||||
On=0
|
||||
Level=128
|
||||
F=1000
|
||||
dF=50
|
||||
Envelope=0,100 6000,50 20000,0
|
||||
|
||||
[NoiseBand2]
|
||||
On=0
|
||||
Level=128
|
||||
F=1000
|
||||
dF=50
|
||||
Envelope=0,100 100,30 200,0
|
||||
|
||||
[Distortion]
|
||||
On=0
|
||||
Clipping=0
|
||||
Bits=0
|
||||
Rate=0
|
||||
58
data/samples/drumsynth/electro/s_eq.ds
Normal file
58
data/samples/drumsynth/electro/s_eq.ds
Normal file
@@ -0,0 +1,58 @@
|
||||
[General]
|
||||
Version=DrumSynth v1.0
|
||||
Comment=
|
||||
Tuning=0.00
|
||||
Stretch=100.0
|
||||
Filter=0
|
||||
HighPass=0
|
||||
FilterEnv=0,100 442000,100 443000,0
|
||||
|
||||
[Tone]
|
||||
On=1
|
||||
Level=170
|
||||
F1=180
|
||||
F2=100
|
||||
Droop=9
|
||||
Phase=90
|
||||
Envelope=0,100 745,41 1937,18 4097,0
|
||||
|
||||
[Noise]
|
||||
On=1
|
||||
Level=89
|
||||
Slope=12
|
||||
Envelope=0,72 1043,9 9386,0
|
||||
|
||||
[Overtones]
|
||||
On=0
|
||||
Level=128
|
||||
F1=200
|
||||
Wave1=0
|
||||
Track1=0
|
||||
F2=120
|
||||
Wave2=0
|
||||
Track2=0
|
||||
Filter=0
|
||||
Method=0
|
||||
Param=0
|
||||
Envelope1=0,100 4800,50 16000,0
|
||||
Envelope2=0,100 5400,50 18000,0
|
||||
|
||||
[NoiseBand]
|
||||
On=1
|
||||
Level=142
|
||||
F=800
|
||||
dF=42
|
||||
Envelope=0,87 1490,36 4246,0
|
||||
|
||||
[NoiseBand2]
|
||||
On=1
|
||||
Level=136
|
||||
F=2000
|
||||
dF=70
|
||||
Envelope=0,100 894,29 7747,0
|
||||
|
||||
[Distortion]
|
||||
On=0
|
||||
Clipping=7
|
||||
Bits=0
|
||||
Rate=0
|
||||
61
data/samples/drumsynth/farfisa/Fisa_Bongo.ds
Normal file
61
data/samples/drumsynth/farfisa/Fisa_Bongo.ds
Normal file
@@ -0,0 +1,61 @@
|
||||
[General]
|
||||
Version=DrumSynth v2.0
|
||||
Comment=Use FruityLoops to sequence your DrumSynth sounds! << http://www.fruityloops.com >>
|
||||
Tuning=0
|
||||
Stretch=100
|
||||
Level=0
|
||||
Filter=0
|
||||
HighPass=0
|
||||
Resonance=0
|
||||
FilterEnv=0,100 444000,100 444000,0
|
||||
|
||||
[Tone]
|
||||
On=0
|
||||
Level=161
|
||||
F1=130
|
||||
F2=62
|
||||
Droop=30
|
||||
Phase=20
|
||||
Envelope=0,0 317,100 635,100 1368,50 4660,13 7833,0
|
||||
|
||||
[Noise]
|
||||
On=0
|
||||
Level=53
|
||||
Slope=-98
|
||||
Envelope=0,67 203,24 1840,3 6358,0
|
||||
FixedSeq=1
|
||||
|
||||
[Overtones]
|
||||
On=1
|
||||
Level=110
|
||||
F1=245.7
|
||||
Wave1=0
|
||||
Track1=0
|
||||
F2=633.95
|
||||
Wave2=0
|
||||
Track2=0
|
||||
Method=0
|
||||
Param=100
|
||||
Envelope1=0,100 1599,65 3648,38 6096,18 8994,8 15990,0
|
||||
Envelope2=0,100 600,22 2099,5 3748,0
|
||||
Filter=0
|
||||
|
||||
[NoiseBand]
|
||||
On=1
|
||||
Level=128
|
||||
F=7650
|
||||
dF=47
|
||||
Envelope=0,72 350,29 2798,5 5746,0
|
||||
|
||||
[NoiseBand2]
|
||||
On=1
|
||||
Level=63
|
||||
F=50
|
||||
dF=12
|
||||
Envelope=0,56 393,0
|
||||
|
||||
[Distortion]
|
||||
On=0
|
||||
Clipping=0
|
||||
Bits=0
|
||||
Rate=0
|
||||
61
data/samples/drumsynth/farfisa/Fisa_Cym.ds
Normal file
61
data/samples/drumsynth/farfisa/Fisa_Cym.ds
Normal file
@@ -0,0 +1,61 @@
|
||||
[General]
|
||||
Version=DrumSynth v2.0
|
||||
Comment=Use FruityLoops to sequence your DrumSynth sounds! << http://www.fruityloops.com >>
|
||||
Tuning=0
|
||||
Stretch=100
|
||||
Level=0
|
||||
Filter=0
|
||||
HighPass=0
|
||||
Resonance=0
|
||||
FilterEnv=0,100 444000,100 444000,0
|
||||
|
||||
[Tone]
|
||||
On=0
|
||||
Level=164
|
||||
F1=125
|
||||
F2=62
|
||||
Droop=47
|
||||
Phase=0
|
||||
Envelope=0,0 317,100 635,100 1428,64 4759,18 10153,0
|
||||
|
||||
[Noise]
|
||||
On=0
|
||||
Level=53
|
||||
Slope=-98
|
||||
Envelope=0,67 203,24 1840,3 6358,0
|
||||
FixedSeq=1
|
||||
|
||||
[Overtones]
|
||||
On=0
|
||||
Level=128
|
||||
F1=315
|
||||
Wave1=0
|
||||
Track1=0
|
||||
F2=630
|
||||
Wave2=0
|
||||
Track2=0
|
||||
Method=0
|
||||
Param=0
|
||||
Envelope1=0,100 1250,20 3750,0
|
||||
Envelope2=0,100 1000,20 3000,0
|
||||
Filter=0
|
||||
|
||||
[NoiseBand]
|
||||
On=1
|
||||
Level=128
|
||||
F=7650
|
||||
dF=54
|
||||
Envelope=0,41 216,31 3348,16 7246,5 18239,0
|
||||
|
||||
[NoiseBand2]
|
||||
On=1
|
||||
Level=54
|
||||
F=50
|
||||
dF=12
|
||||
Envelope=0,56 393,0
|
||||
|
||||
[Distortion]
|
||||
On=0
|
||||
Clipping=0
|
||||
Bits=0
|
||||
Rate=0
|
||||
61
data/samples/drumsynth/farfisa/Fisa_Hat.ds
Normal file
61
data/samples/drumsynth/farfisa/Fisa_Hat.ds
Normal file
@@ -0,0 +1,61 @@
|
||||
[General]
|
||||
Version=DrumSynth v2.0
|
||||
Comment=Use FruityLoops to sequence your DrumSynth sounds! << http://www.fruityloops.com >>
|
||||
Tuning=0
|
||||
Stretch=100
|
||||
Level=0
|
||||
Filter=0
|
||||
HighPass=0
|
||||
Resonance=0
|
||||
FilterEnv=0,100 444000,100 444000,0
|
||||
|
||||
[Tone]
|
||||
On=0
|
||||
Level=164
|
||||
F1=125
|
||||
F2=62
|
||||
Droop=47
|
||||
Phase=0
|
||||
Envelope=0,0 317,100 635,100 1428,64 4759,18 10153,0
|
||||
|
||||
[Noise]
|
||||
On=0
|
||||
Level=53
|
||||
Slope=-98
|
||||
Envelope=0,67 203,24 1840,3 6358,0
|
||||
FixedSeq=1
|
||||
|
||||
[Overtones]
|
||||
On=0
|
||||
Level=128
|
||||
F1=315
|
||||
Wave1=0
|
||||
Track1=0
|
||||
F2=630
|
||||
Wave2=0
|
||||
Track2=0
|
||||
Method=0
|
||||
Param=0
|
||||
Envelope1=0,100 1250,20 3750,0
|
||||
Envelope2=0,100 1000,20 3000,0
|
||||
Filter=0
|
||||
|
||||
[NoiseBand]
|
||||
On=1
|
||||
Level=128
|
||||
F=7650
|
||||
dF=47
|
||||
Envelope=0,67 216,31 2678,2 6866,0
|
||||
|
||||
[NoiseBand2]
|
||||
On=1
|
||||
Level=63
|
||||
F=50
|
||||
dF=12
|
||||
Envelope=0,56 393,0
|
||||
|
||||
[Distortion]
|
||||
On=0
|
||||
Clipping=0
|
||||
Bits=0
|
||||
Rate=0
|
||||
61
data/samples/drumsynth/farfisa/Fisa_K_H.ds
Normal file
61
data/samples/drumsynth/farfisa/Fisa_K_H.ds
Normal file
@@ -0,0 +1,61 @@
|
||||
[General]
|
||||
Version=DrumSynth v2.0
|
||||
Comment=Use FruityLoops to sequence your DrumSynth sounds! << http://www.fruityloops.com >>
|
||||
Tuning=0
|
||||
Stretch=100
|
||||
Level=0
|
||||
Filter=0
|
||||
HighPass=0
|
||||
Resonance=0
|
||||
FilterEnv=0,100 444000,100 444000,0
|
||||
|
||||
[Tone]
|
||||
On=1
|
||||
Level=161
|
||||
F1=130
|
||||
F2=62
|
||||
Droop=30
|
||||
Phase=20
|
||||
Envelope=0,0 317,100 635,100 1368,50 4660,13 7833,0
|
||||
|
||||
[Noise]
|
||||
On=0
|
||||
Level=53
|
||||
Slope=-98
|
||||
Envelope=0,67 203,24 1840,3 6358,0
|
||||
FixedSeq=1
|
||||
|
||||
[Overtones]
|
||||
On=0
|
||||
Level=128
|
||||
F1=315
|
||||
Wave1=0
|
||||
Track1=0
|
||||
F2=630
|
||||
Wave2=0
|
||||
Track2=0
|
||||
Method=0
|
||||
Param=0
|
||||
Envelope1=0,100 1250,20 3750,0
|
||||
Envelope2=0,100 1000,20 3000,0
|
||||
Filter=0
|
||||
|
||||
[NoiseBand]
|
||||
On=1
|
||||
Level=128
|
||||
F=7650
|
||||
dF=47
|
||||
Envelope=0,67 216,31 2678,2 6866,0
|
||||
|
||||
[NoiseBand2]
|
||||
On=1
|
||||
Level=63
|
||||
F=50
|
||||
dF=12
|
||||
Envelope=0,56 393,0
|
||||
|
||||
[Distortion]
|
||||
On=0
|
||||
Clipping=0
|
||||
Bits=0
|
||||
Rate=0
|
||||
61
data/samples/drumsynth/farfisa/Fisa_K_K.ds
Normal file
61
data/samples/drumsynth/farfisa/Fisa_K_K.ds
Normal file
@@ -0,0 +1,61 @@
|
||||
[General]
|
||||
Version=DrumSynth v2.0
|
||||
Comment=Use FruityLoops to sequence your DrumSynth sounds! << http://www.fruityloops.com >>
|
||||
Tuning=0
|
||||
Stretch=100
|
||||
Level=0
|
||||
Filter=0
|
||||
HighPass=0
|
||||
Resonance=0
|
||||
FilterEnv=0,100 444000,100 444000,0
|
||||
|
||||
[Tone]
|
||||
On=1
|
||||
Level=161
|
||||
F1=130
|
||||
F2=62
|
||||
Droop=30
|
||||
Phase=20
|
||||
Envelope=0,0 317,100 635,100 1368,50 4660,13 7833,0
|
||||
|
||||
[Noise]
|
||||
On=0
|
||||
Level=53
|
||||
Slope=-98
|
||||
Envelope=0,67 203,24 1840,3 6358,0
|
||||
FixedSeq=1
|
||||
|
||||
[Overtones]
|
||||
On=1
|
||||
Level=61
|
||||
F1=245.7
|
||||
Wave1=0
|
||||
Track1=0
|
||||
F2=633.95
|
||||
Wave2=0
|
||||
Track2=0
|
||||
Method=0
|
||||
Param=100
|
||||
Envelope1=0,100 1599,65 3648,38 6096,18 8994,8 15990,0
|
||||
Envelope2=0,100 350,0
|
||||
Filter=0
|
||||
|
||||
[NoiseBand]
|
||||
On=1
|
||||
Level=128
|
||||
F=7650
|
||||
dF=50
|
||||
Envelope=0,84 800,27 2848,14 4497,4 7046,0
|
||||
|
||||
[NoiseBand2]
|
||||
On=1
|
||||
Level=63
|
||||
F=50
|
||||
dF=12
|
||||
Envelope=0,56 393,0
|
||||
|
||||
[Distortion]
|
||||
On=0
|
||||
Clipping=0
|
||||
Bits=0
|
||||
Rate=0
|
||||
61
data/samples/drumsynth/farfisa/Fisa_Kick.ds
Normal file
61
data/samples/drumsynth/farfisa/Fisa_Kick.ds
Normal file
@@ -0,0 +1,61 @@
|
||||
[General]
|
||||
Version=DrumSynth v2.0
|
||||
Comment=Use FruityLoops to sequence your DrumSynth sounds! << http://www.fruityloops.com >>
|
||||
Tuning=0
|
||||
Stretch=100
|
||||
Level=0
|
||||
Filter=0
|
||||
HighPass=0
|
||||
Resonance=0
|
||||
FilterEnv=0,100 444000,100 444000,0
|
||||
|
||||
[Tone]
|
||||
On=1
|
||||
Level=164
|
||||
F1=125
|
||||
F2=62
|
||||
Droop=47
|
||||
Phase=0
|
||||
Envelope=0,0 317,100 635,100 1428,64 4759,18 10153,0
|
||||
|
||||
[Noise]
|
||||
On=0
|
||||
Level=128
|
||||
Slope=0
|
||||
Envelope=0,100 500,20 1500,0
|
||||
FixedSeq=1
|
||||
|
||||
[Overtones]
|
||||
On=0
|
||||
Level=128
|
||||
F1=315
|
||||
Wave1=0
|
||||
Track1=0
|
||||
F2=630
|
||||
Wave2=0
|
||||
Track2=0
|
||||
Method=0
|
||||
Param=0
|
||||
Envelope1=0,100 1250,20 3750,0
|
||||
Envelope2=0,100 1000,20 3000,0
|
||||
Filter=0
|
||||
|
||||
[NoiseBand]
|
||||
On=0
|
||||
Level=128
|
||||
F=1200
|
||||
dF=40
|
||||
Envelope=0,100 750,20 2250,0
|
||||
|
||||
[NoiseBand2]
|
||||
On=0
|
||||
Level=128
|
||||
F=3100
|
||||
dF=40
|
||||
Envelope=0,100 1500,20 4500,0
|
||||
|
||||
[Distortion]
|
||||
On=0
|
||||
Clipping=0
|
||||
Bits=0
|
||||
Rate=0
|
||||
61
data/samples/drumsynth/farfisa/Fisa_S_B.ds
Normal file
61
data/samples/drumsynth/farfisa/Fisa_S_B.ds
Normal file
@@ -0,0 +1,61 @@
|
||||
[General]
|
||||
Version=DrumSynth v2.0
|
||||
Comment=Use FruityLoops to sequence your DrumSynth sounds! << http://www.fruityloops.com >>
|
||||
Tuning=0
|
||||
Stretch=100
|
||||
Level=0
|
||||
Filter=0
|
||||
HighPass=0
|
||||
Resonance=0
|
||||
FilterEnv=0,100 444000,100 444000,0
|
||||
|
||||
[Tone]
|
||||
On=1
|
||||
Level=83
|
||||
F1=130
|
||||
F2=62
|
||||
Droop=30
|
||||
Phase=20
|
||||
Envelope=0,0 317,100 635,100 1368,50 4660,13 7833,0
|
||||
|
||||
[Noise]
|
||||
On=1
|
||||
Level=63
|
||||
Slope=-55
|
||||
Envelope=0,70 1699,25 5197,0
|
||||
FixedSeq=1
|
||||
|
||||
[Overtones]
|
||||
On=1
|
||||
Level=172
|
||||
F1=187.05
|
||||
Wave1=0
|
||||
Track1=0
|
||||
F2=633.95
|
||||
Wave2=0
|
||||
Track2=0
|
||||
Method=0
|
||||
Param=23
|
||||
Envelope1=0,100 2099,21 8695,0
|
||||
Envelope2=0,100 600,22 2099,5 3748,0
|
||||
Filter=0
|
||||
|
||||
[NoiseBand]
|
||||
On=1
|
||||
Level=83
|
||||
F=7650
|
||||
dF=47
|
||||
Envelope=0,72 350,29 3998,10 4697,2 7595,0
|
||||
|
||||
[NoiseBand2]
|
||||
On=0
|
||||
Level=98
|
||||
F=200
|
||||
dF=36
|
||||
Envelope=0,72 350,29 3548,11 4697,2 7595,0
|
||||
|
||||
[Distortion]
|
||||
On=0
|
||||
Clipping=0
|
||||
Bits=0
|
||||
Rate=0
|
||||
61
data/samples/drumsynth/farfisa/Fisa_Snare.ds
Normal file
61
data/samples/drumsynth/farfisa/Fisa_Snare.ds
Normal file
@@ -0,0 +1,61 @@
|
||||
[General]
|
||||
Version=DrumSynth v2.0
|
||||
Comment=Use FruityLoops to sequence your DrumSynth sounds! << http://www.fruityloops.com >>
|
||||
Tuning=0
|
||||
Stretch=100
|
||||
Level=0
|
||||
Filter=0
|
||||
HighPass=0
|
||||
Resonance=0
|
||||
FilterEnv=0,100 444000,100 444000,0
|
||||
|
||||
[Tone]
|
||||
On=1
|
||||
Level=83
|
||||
F1=130
|
||||
F2=62
|
||||
Droop=30
|
||||
Phase=20
|
||||
Envelope=0,0 317,100 635,100 1368,50 4660,13 7833,0
|
||||
|
||||
[Noise]
|
||||
On=1
|
||||
Level=63
|
||||
Slope=-55
|
||||
Envelope=0,70 1699,25 5197,0
|
||||
FixedSeq=1
|
||||
|
||||
[Overtones]
|
||||
On=1
|
||||
Level=157
|
||||
F1=187.05
|
||||
Wave1=0
|
||||
Track1=0
|
||||
F2=633.95
|
||||
Wave2=0
|
||||
Track2=0
|
||||
Method=0
|
||||
Param=3
|
||||
Envelope1=0,100 2099,21 8695,0
|
||||
Envelope2=0,100 600,22 2099,5 3748,0
|
||||
Filter=0
|
||||
|
||||
[NoiseBand]
|
||||
On=1
|
||||
Level=83
|
||||
F=7650
|
||||
dF=47
|
||||
Envelope=0,72 350,29 3998,10 4697,2 7595,0
|
||||
|
||||
[NoiseBand2]
|
||||
On=0
|
||||
Level=98
|
||||
F=200
|
||||
dF=36
|
||||
Envelope=0,72 350,29 3548,11 4697,2 7595,0
|
||||
|
||||
[Distortion]
|
||||
On=0
|
||||
Clipping=0
|
||||
Bits=0
|
||||
Rate=0
|
||||
61
data/samples/drumsynth/farfisa/Fisa_Tom.ds
Normal file
61
data/samples/drumsynth/farfisa/Fisa_Tom.ds
Normal file
@@ -0,0 +1,61 @@
|
||||
[General]
|
||||
Version=DrumSynth v2.0
|
||||
Comment=Use FruityLoops to sequence your DrumSynth sounds! << http://www.fruityloops.com >>
|
||||
Tuning=0
|
||||
Stretch=100
|
||||
Level=0
|
||||
Filter=0
|
||||
HighPass=0
|
||||
Resonance=0
|
||||
FilterEnv=0,100 444000,100 444000,0
|
||||
|
||||
[Tone]
|
||||
On=0
|
||||
Level=161
|
||||
F1=130
|
||||
F2=62
|
||||
Droop=30
|
||||
Phase=20
|
||||
Envelope=0,0 317,100 635,100 1368,50 4660,13 7833,0
|
||||
|
||||
[Noise]
|
||||
On=0
|
||||
Level=53
|
||||
Slope=-98
|
||||
Envelope=0,67 203,24 1840,3 6358,0
|
||||
FixedSeq=1
|
||||
|
||||
[Overtones]
|
||||
On=1
|
||||
Level=146
|
||||
F1=245.7
|
||||
Wave1=0
|
||||
Track1=0
|
||||
F2=633.95
|
||||
Wave2=0
|
||||
Track2=0
|
||||
Method=0
|
||||
Param=0
|
||||
Envelope1=0,100 1599,65 3648,38 6096,18 8994,8 15990,0
|
||||
Envelope2=0,100 1000,20 3000,0
|
||||
Filter=0
|
||||
|
||||
[NoiseBand]
|
||||
On=1
|
||||
Level=74
|
||||
F=7650
|
||||
dF=47
|
||||
Envelope=0,84 350,29 2898,5 6866,0
|
||||
|
||||
[NoiseBand2]
|
||||
On=1
|
||||
Level=63
|
||||
F=50
|
||||
dF=12
|
||||
Envelope=0,56 393,0
|
||||
|
||||
[Distortion]
|
||||
On=0
|
||||
Clipping=0
|
||||
Bits=0
|
||||
Rate=0
|
||||
6
data/samples/drumsynth/farfisa/Makefile.am
Normal file
6
data/samples/drumsynth/farfisa/Makefile.am
Normal file
@@ -0,0 +1,6 @@
|
||||
farfisadrumsynthsamplesdir = $(lmmsdatadir)/samples/drumsynth/farfisa
|
||||
|
||||
farfisadrumsynthsamples_DATA = *.ds
|
||||
|
||||
EXTRA_DIST = $(farfisadrumsynthsamples_DATA)
|
||||
|
||||
6
data/samples/drumsynth/ferraro/Makefile.am
Normal file
6
data/samples/drumsynth/ferraro/Makefile.am
Normal file
@@ -0,0 +1,6 @@
|
||||
ferrarodrumsynthsamplesdir = $(lmmsdatadir)/samples/drumsynth/ferraro
|
||||
|
||||
ferrarodrumsynthsamples_DATA = *.ds
|
||||
|
||||
EXTRA_DIST = $(ferrarodrumsynthsamples_DATA)
|
||||
|
||||
61
data/samples/drumsynth/ferraro/curb_meat_bass.ds
Normal file
61
data/samples/drumsynth/ferraro/curb_meat_bass.ds
Normal file
@@ -0,0 +1,61 @@
|
||||
[General]
|
||||
Version=DrumSynth v2.0
|
||||
Comment=Remember to send any good .ds files to paul.kellett@maxim.abel.co.uk
|
||||
Tuning=0.00
|
||||
Stretch=100.0
|
||||
Level=0
|
||||
Filter=0
|
||||
HighPass=0
|
||||
Resonance=7
|
||||
FilterEnv=0,100 444000,100 444000,0
|
||||
|
||||
[Tone]
|
||||
On=1
|
||||
Level=181
|
||||
F1=100
|
||||
F2=20
|
||||
Droop=0
|
||||
Phase=90
|
||||
Envelope=0,0 0,76 0,74 20622,0
|
||||
|
||||
[Noise]
|
||||
On=1
|
||||
Level=86
|
||||
Slope=100
|
||||
Envelope=0,100 500,20 1500,0
|
||||
FixedSeq=0
|
||||
|
||||
[Overtones]
|
||||
On=1
|
||||
Level=181
|
||||
F1=9000
|
||||
Wave1=3
|
||||
Track1=1
|
||||
F2=4566
|
||||
Wave2=0
|
||||
Track2=1
|
||||
Method=3
|
||||
Param=57
|
||||
Envelope1=0,100 1250,20 3750,0
|
||||
Envelope2=0,100 11184,10 29030,0
|
||||
Filter=1
|
||||
|
||||
[NoiseBand]
|
||||
On=1
|
||||
Level=121
|
||||
F=6000
|
||||
dF=40
|
||||
Envelope=0,40 2250,30 2250,56 4283,22 4283,8 4283,0
|
||||
|
||||
[NoiseBand2]
|
||||
On=1
|
||||
Level=92
|
||||
F=3100
|
||||
dF=40
|
||||
Envelope=0,100 1500,20 4500,0
|
||||
|
||||
[Distortion]
|
||||
On=1
|
||||
Clipping=38
|
||||
Bits=1
|
||||
Rate=0
|
||||
60
data/samples/drumsynth/ferraro/eel_bass.ds
Normal file
60
data/samples/drumsynth/ferraro/eel_bass.ds
Normal file
@@ -0,0 +1,60 @@
|
||||
[General]
|
||||
Version=DrumSynth v2.0
|
||||
Tuning=0.00
|
||||
Stretch=0
|
||||
Level=9
|
||||
Filter=1
|
||||
HighPass=0
|
||||
Resonance=64
|
||||
FilterEnv=0,100 952,74 5711,49 6663,28 14991,6 22129,0 442000,100 442000,0
|
||||
|
||||
[Tone]
|
||||
On=1
|
||||
Level=163
|
||||
F1=60
|
||||
F2=20
|
||||
Droop=0
|
||||
Phase=-45
|
||||
Envelope=0,100 3093,58 4759,35 4759,100 10708,21 18798,65 19750,20 27840,9 37358,19 57822,2 78761,0
|
||||
|
||||
[Noise]
|
||||
On=1
|
||||
Level=174
|
||||
Slope=100
|
||||
Envelope=0,100 521,24 2384,11 5810,35 64484,0
|
||||
FixedSeq=0
|
||||
|
||||
[Overtones]
|
||||
On=0
|
||||
Level=74
|
||||
F1=545
|
||||
Wave1=1
|
||||
Track1=1
|
||||
F2=4
|
||||
Wave2=0
|
||||
Track2=1
|
||||
Method=0
|
||||
Param=73
|
||||
Envelope1=0,100 4800,50 10232,25 14039,61 17846,0 17846,0
|
||||
Envelope2=0,100 5400,50 18000,0
|
||||
Filter=0
|
||||
|
||||
[NoiseBand]
|
||||
On=1
|
||||
Level=65
|
||||
F=300
|
||||
dF=53
|
||||
Envelope=0,20 745,96 1490,36 3203,12 8194,11 9461,5 11025,0
|
||||
|
||||
[NoiseBand2]
|
||||
On=1
|
||||
Level=34
|
||||
F=1000
|
||||
dF=100
|
||||
Envelope=0,100 100,30 200,0
|
||||
|
||||
[Distortion]
|
||||
On=0
|
||||
Clipping=6
|
||||
Bits=2
|
||||
Rate=7
|
||||
61
data/samples/drumsynth/ferraro/feed_this.ds
Normal file
61
data/samples/drumsynth/ferraro/feed_this.ds
Normal file
@@ -0,0 +1,61 @@
|
||||
[General]
|
||||
Version=DrumSynth v2.0
|
||||
Comment=Remember to send any good .ds files to paul.kellett@maxim.abel.co.uk
|
||||
Tuning=0.00
|
||||
Stretch=100.0
|
||||
Level=0
|
||||
Filter=0
|
||||
HighPass=0
|
||||
Resonance=7
|
||||
FilterEnv=0,100 444000,100 444000,0
|
||||
|
||||
[Tone]
|
||||
On=1
|
||||
Level=181
|
||||
F1=5000
|
||||
F2=1000
|
||||
Droop=100
|
||||
Phase=90
|
||||
Envelope=0,0 0,76 0,74 20622,0
|
||||
|
||||
[Noise]
|
||||
On=1
|
||||
Level=86
|
||||
Slope=100
|
||||
Envelope=0,100 500,20 1500,0
|
||||
FixedSeq=0
|
||||
|
||||
[Overtones]
|
||||
On=1
|
||||
Level=181
|
||||
F1=9000
|
||||
Wave1=3
|
||||
Track1=1
|
||||
F2=4566
|
||||
Wave2=0
|
||||
Track2=1
|
||||
Method=3
|
||||
Param=57
|
||||
Envelope1=0,100 1250,20 3750,0
|
||||
Envelope2=0,100 11184,10 29030,0
|
||||
Filter=1
|
||||
|
||||
[NoiseBand]
|
||||
On=1
|
||||
Level=121
|
||||
F=6000
|
||||
dF=40
|
||||
Envelope=0,40 2250,30 2250,56 4283,22 4283,8 4283,0
|
||||
|
||||
[NoiseBand2]
|
||||
On=1
|
||||
Level=92
|
||||
F=3100
|
||||
dF=40
|
||||
Envelope=0,100 1500,20 4500,0
|
||||
|
||||
[Distortion]
|
||||
On=1
|
||||
Clipping=38
|
||||
Bits=1
|
||||
Rate=0
|
||||
61
data/samples/drumsynth/ferraro/gerbil_snare.ds
Normal file
61
data/samples/drumsynth/ferraro/gerbil_snare.ds
Normal file
@@ -0,0 +1,61 @@
|
||||
[General]
|
||||
Version=DrumSynth v2.0
|
||||
Comment=Remember to send any good .ds files to paul.kellett@maxim.abel.co.uk
|
||||
Tuning=0.00
|
||||
Stretch=600
|
||||
Level=-9
|
||||
Filter=1
|
||||
HighPass=0
|
||||
Resonance=0
|
||||
FilterEnv=0,100 444000,100 444000,0
|
||||
|
||||
[Tone]
|
||||
On=1
|
||||
Level=128
|
||||
F1=200
|
||||
F2=120
|
||||
Droop=0
|
||||
Phase=0
|
||||
Envelope=0,100 1750,20 5250,0
|
||||
|
||||
[Noise]
|
||||
On=1
|
||||
Level=128
|
||||
Slope=0
|
||||
Envelope=0,100 500,20 1500,0
|
||||
FixedSeq=1
|
||||
|
||||
[Overtones]
|
||||
On=1
|
||||
Level=181
|
||||
F1=315
|
||||
Wave1=0
|
||||
Track1=0
|
||||
F2=630
|
||||
Wave2=0
|
||||
Track2=0
|
||||
Method=0
|
||||
Param=0
|
||||
Envelope1=0,100 1250,20 3750,0
|
||||
Envelope2=0,100 1000,20 3000,0
|
||||
Filter=0
|
||||
|
||||
[NoiseBand]
|
||||
On=1
|
||||
Level=128
|
||||
F=1200
|
||||
dF=40
|
||||
Envelope=0,100 750,20 2250,0
|
||||
|
||||
[NoiseBand2]
|
||||
On=1
|
||||
Level=92
|
||||
F=3100
|
||||
dF=40
|
||||
Envelope=0,100 1500,20 4500,0
|
||||
|
||||
[Distortion]
|
||||
On=1
|
||||
Clipping=26
|
||||
Bits=4
|
||||
Rate=1
|
||||
61
data/samples/drumsynth/ferraro/grumpy_buzzard.ds
Normal file
61
data/samples/drumsynth/ferraro/grumpy_buzzard.ds
Normal file
@@ -0,0 +1,61 @@
|
||||
[General]
|
||||
Version=DrumSynth v2.0
|
||||
Comment=Use FruityLoops to sequence your DrumSynth sounds! << http://www.fruityloops.com >>
|
||||
Tuning=0
|
||||
Stretch=100
|
||||
Level=0
|
||||
Filter=0
|
||||
HighPass=0
|
||||
Resonance=0
|
||||
FilterEnv=0,100 444000,100 444000,0
|
||||
|
||||
[Tone]
|
||||
On=1
|
||||
Level=162
|
||||
F1=250
|
||||
F2=500
|
||||
Droop=100
|
||||
Phase=20
|
||||
Envelope=0,0 317,100 635,100 1368,50 4660,13 7833,0
|
||||
|
||||
[Noise]
|
||||
On=1
|
||||
Level=160
|
||||
Slope=40
|
||||
Envelope=0,70 1699,25 5197,0
|
||||
FixedSeq=1
|
||||
|
||||
[Overtones]
|
||||
On=1
|
||||
Level=157
|
||||
F1=187.05
|
||||
Wave1=3
|
||||
Track1=0
|
||||
F2=633.95
|
||||
Wave2=3
|
||||
Track2=0
|
||||
Method=1
|
||||
Param=3
|
||||
Envelope1=0,100 2099,21 8695,0
|
||||
Envelope2=0,100 600,22 2099,5 3748,0
|
||||
Filter=0
|
||||
|
||||
[NoiseBand]
|
||||
On=1
|
||||
Level=83
|
||||
F=7650
|
||||
dF=47
|
||||
Envelope=0,72 350,29 3998,10 4697,2 7595,0
|
||||
|
||||
[NoiseBand2]
|
||||
On=0
|
||||
Level=98
|
||||
F=200
|
||||
dF=36
|
||||
Envelope=0,72 350,29 3548,11 4697,2 7595,0
|
||||
|
||||
[Distortion]
|
||||
On=1
|
||||
Clipping=26
|
||||
Bits=3
|
||||
Rate=0
|
||||
61
data/samples/drumsynth/ferraro/jaguar_hats.ds
Normal file
61
data/samples/drumsynth/ferraro/jaguar_hats.ds
Normal file
@@ -0,0 +1,61 @@
|
||||
[General]
|
||||
Version=DrumSynth v2.0
|
||||
Comment=Remember to send any good .ds files to paul.kellett@maxim.abel.co.uk
|
||||
Tuning=0.00
|
||||
Stretch=100.0
|
||||
Level=0
|
||||
Filter=0
|
||||
HighPass=1
|
||||
Resonance=23
|
||||
FilterEnv=0,92 26174,0 444000,100 444000,0
|
||||
|
||||
[Tone]
|
||||
On=1
|
||||
Level=108
|
||||
F1=5000
|
||||
F2=20000
|
||||
Droop=100
|
||||
Phase=90
|
||||
Envelope=0,100 7376,20 7376,11 15070,0
|
||||
|
||||
[Noise]
|
||||
On=1
|
||||
Level=181
|
||||
Slope=-100
|
||||
Envelope=0,100 500,20 1500,0
|
||||
FixedSeq=0
|
||||
|
||||
[Overtones]
|
||||
On=1
|
||||
Level=109
|
||||
F1=9000
|
||||
Wave1=2
|
||||
Track1=1
|
||||
F2=4566
|
||||
Wave2=2
|
||||
Track2=1
|
||||
Method=3
|
||||
Param=19
|
||||
Envelope1=0,100 1250,20 31727,0
|
||||
Envelope2=0,100 11184,10 26968,0
|
||||
Filter=1
|
||||
|
||||
[NoiseBand]
|
||||
On=1
|
||||
Level=49
|
||||
F=1200
|
||||
dF=40
|
||||
Envelope=0,100 2250,30 2250,100 4283,22 4283,8 22209,0
|
||||
|
||||
[NoiseBand2]
|
||||
On=1
|
||||
Level=92
|
||||
F=3100
|
||||
dF=40
|
||||
Envelope=0,100 1500,20 4500,0
|
||||
|
||||
[Distortion]
|
||||
On=1
|
||||
Clipping=26
|
||||
Bits=1
|
||||
Rate=7
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user