Compare commits

..

20 Commits

Author SHA1 Message Date
Tobias Doerffel
5a35d3289c Made 0.4.12 release
Bumped version number to 0.4.12 in CMakeLists.txt, README and lmms.rc.in.
2011-07-02 15:10:36 +02:00
Tobias Doerffel
14cfe77804 InstrumentTrack: make sure m_runningMidiNotes[x] does not become negative
Even though there's no known code path for this event to happen we
should always make sure m_runningMidiNotes[x] does not become negative
as this might mess up future key events.
2011-07-02 14:41:17 +02:00
Tobias Doerffel
83daa2d8fb SampleBuffer: do not use UTF-8 filenames on Windows
As libogg, libsndfile & friends do not seem to have an UTF8-compatible
implementation on Windows we have to pass the filename as local 8 bit
encoding in order to make the file being read properly.

Closes #2952858.
2011-07-02 14:15:52 +02:00
Tobias Doerffel
1e83b1e23b Reset filename when recovering project after unexpected exit
We must not use "recover.mmp" as regular filename after we recovered
the sesion from it as this causes following save cycles to go into
the recovery file. Instead load the recovery file via
song::createNewProjectFromTemplate() so the used will be asked for
a filename when saving the recovered project the first time.

Closes #3294122.
2011-07-02 13:52:44 +02:00
Tobias Doerffel
4d473a36fb ConfigMgr: properly write configuration file if it contains non-ASCII chars
There has been a problem UTF-8 characters in the configuration file
since 2006 (!), as the length of the data to be written was mis-
calculated. We can omit the specification of the data length at all
when just passing a QByteArray object to QFile::write().

Fixes setup dialog appearing each start if one of the configured paths
in the setup dialog contains non-ASCII characters.

Closes #3348920, #3017409, #2812054.
2011-07-02 13:37:36 +02:00
Tobias Doerffel
7b31be67ac ConfigMgr: do not silently fail to parse configuration file
Instead of failing silently when parsing configuration file show a
messagebox with helpful debugging information.
2011-07-02 13:28:02 +02:00
Tobias Doerffel
76a4d88fe4 Added missing plugins from the SWH LADSPA plugin collection
Once I added the SWH LADSPA plugins I just added a small selection of
them in order to improve clarity. However lots of projects use SWH
LADSPA plugins that are not shipped with LMMS and thus can't be
played properly e.g. on Windows. Fix this by adding missing plugins
(except the analog and FM oscillators).
2011-07-02 12:47:49 +02:00
Tobias Doerffel
ddf3d6fceb Data/Projects: completely revised shipped collection of projects
Most of the projects represented LMMS and it's capabilities from a few
years ago. Therefore removed most old projects and added fresh ones from
the sharing platform.

Also started to add licensing information about these files in each
project directory.
2011-07-02 12:44:53 +02:00
Tobias Doerffel
586ffe038e INSTALL: added note for systems without sudo support
Some people might not have sudo installed or configured. Added a note in
the INSTALL file for this case.

Closes #3299883.
2011-06-27 20:55:41 +02:00
Tobias Doerffel
e338b34faf Widgets classes: use "WindowTitle" property instead of "AccessibleName"
As the interface for the "AccessibleName" property might not be available
when Qt was built without accessibility support, use the "WindowTitle"
property instead where appropriate.

Closes #3300101.
2011-06-27 20:43:09 +02:00
Tobias Doerffel
1cc77b72e3 Do not apply FX mixer effects twice when playing frozen pattern
We must not process the FX mixer if we notice that currently a pattern
is frozen. Furthermore renamed some state-reading messages of the
pattern class.

Closes #3316495.
2011-06-27 20:27:03 +02:00
Tobias Doerffel
d4684f3ab1 Faders in FX mixer: added peak value indicator
Based on the patch by Thorsten Müller provided at #3307037, I continued
the work to display nice indicators for the peak value of the last 1500
ms.

Closes #3307037.
2011-06-23 10:53:39 +02:00
Thorsten Müller
ee0f6ccd10 Add tooltips to fxmixer faders
Added tooltips to show the actual value when moving the fader handle.
This works mostly like the same feature we already have for the volume
knobs. Depending on settings the value is shown in a range between
0% to 200% or -inf/-34dBV to 6.02 dBV. Again that's the same as for the
volume knob. Value range could be adjusted easily if necessary.

Closes #3305914.

Signed-off-by: Tobias Doerffel <tobias.doerffel@gmail.com>
2011-06-23 10:16:45 +02:00
Tobias Doerffel
8f9d90df5d LadspaManager: really only load shared library on Linux
Testing the last two characters of the filename against "so" is
insufficient as this might cover e.g. ISO files as well. Therefore
explicitely check for ".so".

Thanks to Mikobuntu for the contribution.

Closes #3289932.
2011-06-23 09:56:56 +02:00
Tobias Doerffel
66d36b3071 MainWindow: skip autosave while playing or exporting
It's a very bad idea to autosave while playing as this causes severe
underrun problems. Therefore instead of autosaving, trigger a re-try
timer for 10 seconds.

Closes #3317776.
2011-06-22 11:15:20 +02:00
Tobias Doerffel
34e61f0ea3 ZynAddSubFX: regenerated UI source code files with recent Fluid (2)
Forgot to include one file in commit 13d1e38f4b.
(cherry picked from commit 99113677c4)
2011-06-16 00:21:38 +02:00
Tobias Doerffel
6f00e6d6f3 ZynAddSubFX: regenerated UI source code files with recent Fluid
Now that we updated FLTK we also need to regenerate ZynAddSubFX'
UI source code files using recent Fluid tool. Indentation seems to
have been fixed.
(cherry picked from commit 13d1e38f4b)
2011-06-16 00:13:36 +02:00
Tobias Doerffel
b99d63eaf0 ZynAddSubFX/FLTK: updated to SVN revision 8805
Updated FLTK to SVN revision 8805 of branch-1.3.
(cherry picked from commit c2c315e11f)
2011-06-16 00:13:31 +02:00
Tobias Doerffel
56d7e2e6ec ZynAddSubFX: minor fixes from upstream
* Fixing Envelopes not going to zero
  * FLTK1.3: Applying patch to force code generation
(cherry picked from commit a1006f7a32)
2011-06-16 00:13:23 +02:00
Tobias Doerffel
f791b08840 lmms.rc.in: extended copyright notice
Extended copyright notice in lmms.rc.in which is used as resource file
when building win32/win64 executable.
2011-06-13 23:12:21 +02:00
619 changed files with 90193 additions and 28597 deletions

View File

@@ -15,7 +15,7 @@ INCLUDE(FindPkgConfig)
SET(VERSION_MAJOR "0")
SET(VERSION_MINOR "4")
SET(VERSION_PATCH "11")
SET(VERSION_PATCH "12")
#SET(VERSION_SUFFIX "")
SET(VERSION "${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH}")
IF(VERSION_SUFFIX)

11
INSTALL
View File

@@ -9,10 +9,13 @@ cmake ../
make
sudo make install
This way an out-of-tree build is performed. You can also run "cmake ." directly
in the root of source-tree although this is not recommended. When performing an
out-of-tree build after there's already an in-tree build, make sure to run
"make distclean" before running cmake inside build-directory.
If your system does not have "sudo", become root with your preferred mechanism
and run the "make install" command.
With the above commands an out-of-tree build is performed. You can also run
"cmake ." directly in the root of source tree although this is not recommended.
When performing an out-of-tree build after there's already an in-tree build,
make sure to run "make distclean" before running cmake inside build-directory.
If you want to use custom compiler flags simply set the environment variables
CFLAGS and CXXFLAGS.

2
README
View File

@@ -1,4 +1,4 @@
Linux MultiMedia Studio 0.4.11
Linux MultiMedia Studio 0.4.12
===============================
Copyright (c) 2004-2011 by LMMS-developers

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@@ -0,0 +1,67 @@
* Alf42red-Mauiwowi.mmpz
- CC (by-sa)
- http://lmms.sourceforge.net/lsp/index.php?action=show&file=819
* CapDan-TwilightArea-OriginalByAlf42red.mmpz
- CC (by-sa)
- http://lmms.sourceforge.net/lsp/index.php?action=show&file=1439
* CapDan-ZeroSumGame-OriginalByZakarra.mmpz
- Artistic 2.0
- http://lmms.sourceforge.net/lsp/index.php?action=show&file=1565
* Farbro-Tectonic.mmpz
- CC (by)
- http://lmms.sourceforge.net/lsp/index.php?action=show&file=1327
* Impulslogik-Zen.mmpz
- Artistic 2.0
- http://lmms.sourceforge.net/lsp/index.php?action=show&file=581
* Momo64-esp.mmpz
- Artistic 2.0
- http://lmms.sourceforge.net/lsp/index.php?action=show&file=1534
* Namitryus-K-Project.mmpz
- CC (by-nc)
- http://lmms.sourceforge.net/lsp/index.php?action=show&file=1138
* Oglsdl-Dr8v2.mmpz
- Artistic 2.0
- http://lmms.sourceforge.net/lsp/index.php?action=show&file=1124
* Root84-Initialize.mmpz
- Yellow openmusic
- http://lmms.sourceforge.net/lsp/index.php?action=show&file=628
* Saber-FinalStep.mmpz
- BSD
- http://lmms.sourceforge.net/lsp/index.php?action=show&file=721
* Settel-InnerRecreation.mmpz
- Artistic 2.0
- http://lmms.sourceforge.net/lsp/index.php?action=show&file=515
* Skiessi-Onion.mmpz
- CC (by-sa)
- http://lmms.sourceforge.net/lsp/index.php?action=show&file=405
* Socceroos-Progress.mmpz
- Artistic 2.0
- http://lmms.sourceforge.net/lsp/index.php?action=show&file=1516
* TameAnderson-MakeMe.mmpz
- Artistic 2.0
- http://lmms.sourceforge.net/lsp/index.php?action=show&file=1060
* Zakarra-MainstreamMemory.mmpz
- Artistic 2.0
- http://lmms.sourceforge.net/lsp/index.php?action=show&file=1201
* Zakarra-OneDay.mmpz
- Artistic 2.0
- http://lmms.sourceforge.net/lsp/index.php?action=show&file=1501
* Zakarra-59_Degrees.mmpz
- Artistic 2.0
- http://lmms.sourceforge.net/lsp/index.php?action=show&file=1059

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@@ -0,0 +1,20 @@
* CapDan-Infinity2010.mmpz
- Artistic 2.0
- http://lmms.sourceforge.net/lsp/index.php?action=show&file=990
* Edo98-FinalCountdown.mmpz
- CC (by)
- http://lmms.sourceforge.net/lsp/index.php?action=show&file=1198
* MichaelKuhn-Mondscheinsonate.mmpz
- Artistic 2.0
- http://lmms.sourceforge.net/lsp/index.php?action=show&file=1581
* Momo64-Jeeg.mmpz
- Artistic 2.0
- http://lmms.sourceforge.net/lsp/index.php?action=show&file=1380
* Thaledric-AwayFromBoobaloo.mmpz
- CC (by-nc-sa)
- http://lmms.sourceforge.net/lsp/index.php?action=show&file=1187

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@@ -0,0 +1,24 @@
* CapDan-ReggaetonTry.mmpz
- Artistic 2.0
- http://lmms.sourceforge.net/lsp/index.php?action=show&file=1370
* CapDan-ReggaeTry.mmpz
- Artistic 2.0
- http://lmms.sourceforge.net/lsp/index.php?action=show&file=1369
* EsoXLB-CPU.mmpz
- Artistic 2.0
- http://lmms.sourceforge.net/lsp/index.php?action=show&file=723
* Oglsdl-PpTrip.mmpz
- Artistic 2.0
- http://lmms.sourceforge.net/lsp/index.php?action=show&file=1156
* Skiessi-C64.mmpz
- CC (by sa)
- http://lmms.sourceforge.net/lsp/index.php?action=show&file=472
* Thomasso-AxeFromThe80s.mmpz
- Artistic 2.0
- http://lmms.sourceforge.net/lsp/index.php?action=show&file=474

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@@ -0,0 +1,388 @@
<?xml version="1.0"?>
<!DOCTYPE multimedia-project>
<multimedia-project version="1.0" creator="Linux MultiMedia Studio (LMMS)" creatorversion="0.4.11" type="song">
<head timesig_numerator="4" mastervol="102" timesig_denominator="4" bpm="130" masterpitch="0"/>
<song>
<trackcontainer width="600" x="5" y="5" maximized="0" height="212" visible="1" type="song" minimized="0">
<track muted="0" type="1" name="Drum">
<bbtrack>
<trackcontainer width="504" x="3" y="217" maximized="0" height="150" visible="1" type="bbtrackcontainer" minimized="0">
<track muted="0" type="0" name="Kick 01">
<instrumenttrack pan="0" fxch="1" pitch="0" basenote="57" vol="76">
<instrument name="audiofileprocessor">
<audiofileprocessor reversed="0" looped="0" eframe="1" sframe="0" src="drums/kick01.ogg" amp="100"/>
</instrument>
<eldata fres="0.5" ftype="0" fcut="14000" fwet="0">
<elvol lspd_denominator="4" pdel="0" userwavefile="" dec="0.5" lamt="0" syncmode="0" latt="0" rel="0.1" sus="0.5" amt="0" x100="0" att="0" lpdel="0" hold="0.5" lshp="0" lspd="0.1" ctlenvamt="0" lspd_numerator="4"/>
<elcut lspd_denominator="4" pdel="0" userwavefile="" dec="0.5" lamt="0" syncmode="0" latt="0" rel="0.1" sus="0.5" amt="0" x100="0" att="0" lpdel="0" hold="0.5" lshp="0" lspd="0.1" ctlenvamt="0" lspd_numerator="4"/>
<elres lspd_denominator="4" pdel="0" userwavefile="" dec="0.5" lamt="0" syncmode="0" latt="0" rel="0.1" sus="0.5" amt="0" x100="0" att="0" lpdel="0" hold="0.5" lshp="0" lspd="0.1" ctlenvamt="0" lspd_numerator="4"/>
</eldata>
<chordcreator chord="0" chordrange="1" chord-enabled="0"/>
<arpeggiator arptime="100" arprange="1" arptime_denominator="4" syncmode="0" arpmode="0" arp-enabled="0" arp="0" arptime_numerator="4" arpdir="0" arpgate="100"/>
<midiport inputcontroller="0" fixedoutputvelocity="-1" inputchannel="0" outputcontroller="0" writable="0" outputchannel="1" fixedinputvelocity="-1" outputprogram="1" readable="0"/>
<fxchain numofeffects="0" enabled="0"/>
</instrumenttrack>
<pattern steps="16" muted="0" type="0" name="Kick 01" pos="0" len="192" frozen="0">
<note pan="0" key="57" vol="100" pos="0" len="-192"/>
<note pan="0" key="57" vol="100" pos="120" len="-192"/>
</pattern>
</track>
<track muted="0" type="0" name="Clap 04">
<instrumenttrack pan="0" fxch="1" pitch="0" basenote="57" vol="88">
<instrument name="audiofileprocessor">
<audiofileprocessor reversed="0" looped="0" eframe="1" sframe="0" src="drums/clap04.ogg" amp="100"/>
</instrument>
<eldata fres="0.5" ftype="0" fcut="14000" fwet="0">
<elvol lspd_denominator="4" pdel="0" userwavefile="" dec="0.5" lamt="0" syncmode="0" latt="0" rel="0.1" sus="0.5" amt="0" x100="0" att="0" lpdel="0" hold="0.5" lshp="0" lspd="0.1" ctlenvamt="0" lspd_numerator="4"/>
<elcut lspd_denominator="4" pdel="0" userwavefile="" dec="0.5" lamt="0" syncmode="0" latt="0" rel="0.1" sus="0.5" amt="0" x100="0" att="0" lpdel="0" hold="0.5" lshp="0" lspd="0.1" ctlenvamt="0" lspd_numerator="4"/>
<elres lspd_denominator="4" pdel="0" userwavefile="" dec="0.5" lamt="0" syncmode="0" latt="0" rel="0.1" sus="0.5" amt="0" x100="0" att="0" lpdel="0" hold="0.5" lshp="0" lspd="0.1" ctlenvamt="0" lspd_numerator="4"/>
</eldata>
<chordcreator chord="0" chordrange="1" chord-enabled="0"/>
<arpeggiator arptime="100" arprange="1" arptime_denominator="4" syncmode="0" arpmode="0" arp-enabled="0" arp="0" arptime_numerator="4" arpdir="0" arpgate="100"/>
<midiport inputcontroller="0" fixedoutputvelocity="-1" inputchannel="0" outputcontroller="0" writable="0" outputchannel="1" fixedinputvelocity="-1" outputprogram="1" readable="0"/>
<fxchain numofeffects="0" enabled="0"/>
</instrumenttrack>
<pattern steps="16" muted="0" type="0" name="Clap 04" pos="0" len="192" frozen="0">
<note pan="0" key="57" vol="100" pos="48" len="-192"/>
<note pan="0" key="57" vol="100" pos="144" len="-192"/>
</pattern>
</track>
</trackcontainer>
</bbtrack>
<bbtco muted="0" name="" pos="768" color="4282417407" len="768"/>
<bbtco muted="0" name="" pos="0" color="4282417407" len="768"/>
</track>
<track muted="0" type="0" name="Bass">
<instrumenttrack pan="0" fxch="2" pitch="0" basenote="57" vol="100">
<instrument name="audiofileprocessor">
<audiofileprocessor reversed="0" looped="0" eframe="1" sframe="0" src="basses/bass_hard01.ogg" amp="100"/>
</instrument>
<eldata fres="0.5" ftype="0" fcut="14000" fwet="0">
<elvol lspd_denominator="4" pdel="0" userwavefile="" dec="0.5" lamt="0" syncmode="0" latt="0" rel="0.1" sus="0.5" amt="0" x100="0" att="0" lpdel="0" hold="0.5" lshp="0" lspd="0.1" ctlenvamt="0" lspd_numerator="4"/>
<elcut lspd_denominator="4" pdel="0" userwavefile="" dec="0.5" lamt="0" syncmode="0" latt="0" rel="0.1" sus="0.5" amt="0" x100="0" att="0" lpdel="0" hold="0.5" lshp="0" lspd="0.1" ctlenvamt="0" lspd_numerator="4"/>
<elres lspd_denominator="4" pdel="0" userwavefile="" dec="0.5" lamt="0" syncmode="0" latt="0" rel="0.1" sus="0.5" amt="0" x100="0" att="0" lpdel="0" hold="0.5" lshp="0" lspd="0.1" ctlenvamt="0" lspd_numerator="4"/>
</eldata>
<chordcreator chord="0" chordrange="1" chord-enabled="0"/>
<arpeggiator arptime="100" arprange="1" arptime_denominator="4" syncmode="0" arpmode="0" arp-enabled="0" arp="0" arptime_numerator="4" arpdir="0" arpgate="100"/>
<midiport inputcontroller="0" fixedoutputvelocity="-1" inputchannel="0" outputcontroller="0" writable="0" outputchannel="1" fixedinputvelocity="-1" outputprogram="1" readable="0"/>
<fxchain numofeffects="1" enabled="1">
<effect autoquit_numerator="4" autoquit_denominator="4" syncmode="0" autoquit="1" gate="0" name="ladspaeffect" wet="1" on="1">
<ladspacontrols port02="0.50197" port03="0.3745" port04="0.249875" port05="0.25" ports="4"/>
<key>
<attribute value="caps" name="file"/>
<attribute value="Plate2x2" name="plugin"/>
</key>
</effect>
</fxchain>
</instrumenttrack>
<pattern steps="16" muted="0" type="1" name="Bass" pos="0" len="768" frozen="0">
<note pan="0" key="52" vol="100" pos="0" len="36"/>
<note pan="0" key="52" vol="100" pos="72" len="36"/>
<note pan="0" key="52" vol="100" pos="144" len="36"/>
<note pan="0" key="59" vol="100" pos="216" len="24"/>
<note pan="0" key="59" vol="100" pos="240" len="24"/>
<note pan="0" key="59" vol="100" pos="276" len="24"/>
<note pan="0" key="59" vol="100" pos="312" len="24"/>
<note pan="0" key="59" vol="100" pos="360" len="24"/>
<note pan="0" key="60" vol="100" pos="384" len="36"/>
<note pan="0" key="60" vol="100" pos="456" len="36"/>
<note pan="0" key="60" vol="100" pos="528" len="36"/>
<note pan="0" key="55" vol="100" pos="600" len="24"/>
<note pan="0" key="55" vol="100" pos="624" len="24"/>
<note pan="0" key="55" vol="100" pos="660" len="24"/>
<note pan="0" key="59" vol="100" pos="696" len="24"/>
<note pan="0" key="59" vol="100" pos="744" len="24"/>
</pattern>
<pattern steps="16" muted="0" type="1" name="Bass" pos="768" len="768" frozen="0">
<note pan="0" key="52" vol="100" pos="0" len="36"/>
<note pan="0" key="52" vol="100" pos="72" len="36"/>
<note pan="0" key="52" vol="100" pos="144" len="36"/>
<note pan="0" key="59" vol="100" pos="216" len="24"/>
<note pan="0" key="59" vol="100" pos="240" len="24"/>
<note pan="0" key="59" vol="100" pos="276" len="24"/>
<note pan="0" key="59" vol="100" pos="312" len="24"/>
<note pan="0" key="59" vol="100" pos="360" len="24"/>
<note pan="0" key="60" vol="100" pos="384" len="36"/>
<note pan="0" key="60" vol="100" pos="456" len="36"/>
<note pan="0" key="60" vol="100" pos="528" len="36"/>
<note pan="0" key="55" vol="100" pos="600" len="24"/>
<note pan="0" key="55" vol="100" pos="624" len="24"/>
<note pan="0" key="55" vol="100" pos="660" len="24"/>
<note pan="0" key="59" vol="100" pos="696" len="24"/>
<note pan="0" key="59" vol="100" pos="744" len="24"/>
</pattern>
</track>
<track muted="0" type="0" name="Synth">
<instrumenttrack pan="0" fxch="3" pitch="0" basenote="57" vol="88">
<instrument name="papu">
<papu ch4vsd="0" ch1so1="1" ch2ssl="0" so2vol="7" ch1so2="1" ch2vol="15" srs="0" Treble="-11" ch4so1="0" ch4so2="0" srw="0" ch2wpd="2" so1vol="7" ch1ssl="0" Bass="461" ch1vol="15" sd="0" ch3so1="0" ch4ssl="7" ch3so2="0" ch4vol="15" ch1wpd="2" ch2vsd="0" ch2so1="1" ch2so2="1" ch3vol="3" st="4" sampleShape="AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA=" ch1vsd="0"/>
</instrument>
<eldata fres="0.5" ftype="0" fcut="14000" fwet="0">
<elvol lspd_denominator="4" pdel="0" userwavefile="" dec="0.5" lamt="0" syncmode="0" latt="0" rel="0.1" sus="0.5" amt="0" x100="0" att="0" lpdel="0" hold="0.5" lshp="0" lspd="0.1" ctlenvamt="0" lspd_numerator="4"/>
<elcut lspd_denominator="4" pdel="0" userwavefile="" dec="0.5" lamt="0" syncmode="0" latt="0" rel="0.1" sus="0.5" amt="0" x100="0" att="0" lpdel="0" hold="0.5" lshp="0" lspd="0.1" ctlenvamt="0" lspd_numerator="4"/>
<elres lspd_denominator="4" pdel="0" userwavefile="" dec="0.5" lamt="0" syncmode="0" latt="0" rel="0.1" sus="0.5" amt="0" x100="0" att="0" lpdel="0" hold="0.5" lshp="0" lspd="0.1" ctlenvamt="0" lspd_numerator="4"/>
</eldata>
<chordcreator chord="9" chordrange="1" chord-enabled="0"/>
<arpeggiator arptime="100" arprange="1" arptime_denominator="4" syncmode="0" arpmode="0" arp-enabled="0" arp="0" arptime_numerator="4" arpdir="0" arpgate="100"/>
<midiport inputcontroller="0" fixedoutputvelocity="-1" inputchannel="0" outputcontroller="0" writable="0" outputchannel="1" fixedinputvelocity="-1" outputprogram="1" readable="0"/>
<fxchain numofeffects="1" enabled="1">
<effect autoquit_numerator="4" autoquit_denominator="4" syncmode="0" autoquit="1" gate="0" name="ladspaeffect" wet="1" on="1">
<ladspacontrols port02="0.18389" port03="0.57673" port04="0.9995" port05="0.37" ports="4"/>
<key>
<attribute value="caps" name="file"/>
<attribute value="Plate2x2" name="plugin"/>
</key>
</effect>
</fxchain>
</instrumenttrack>
<pattern steps="16" muted="0" type="1" name="Synth" pos="0" len="768" frozen="0">
<note pan="0" key="51" vol="100" pos="24" len="12"/>
<note pan="0" key="58" vol="100" pos="60" len="12"/>
<note pan="0" key="51" vol="100" pos="96" len="13"/>
<note pan="0" key="58" vol="100" pos="216" len="12"/>
<note pan="0" key="50" vol="100" pos="252" len="12"/>
<note pan="0" key="58" vol="100" pos="288" len="12"/>
<note pan="0" key="51" vol="100" pos="408" len="12"/>
<note pan="0" key="58" vol="100" pos="444" len="12"/>
<note pan="0" key="51" vol="100" pos="480" len="12"/>
<note pan="0" key="58" vol="100" pos="600" len="12"/>
<note pan="0" key="50" vol="100" pos="636" len="12"/>
<note pan="0" key="58" vol="100" pos="672" len="12"/>
</pattern>
<pattern steps="16" muted="0" type="1" name="Synth" pos="768" len="768" frozen="0">
<note pan="0" key="51" vol="100" pos="24" len="12"/>
<note pan="0" key="58" vol="100" pos="60" len="12"/>
<note pan="0" key="51" vol="100" pos="96" len="13"/>
<note pan="0" key="58" vol="100" pos="216" len="12"/>
<note pan="0" key="50" vol="100" pos="252" len="12"/>
<note pan="0" key="58" vol="100" pos="288" len="12"/>
<note pan="0" key="51" vol="100" pos="408" len="12"/>
<note pan="0" key="58" vol="100" pos="444" len="12"/>
<note pan="0" key="51" vol="100" pos="480" len="12"/>
<note pan="0" key="58" vol="100" pos="600" len="12"/>
<note pan="0" key="50" vol="100" pos="636" len="12"/>
<note pan="0" key="58" vol="100" pos="672" len="12"/>
</pattern>
</track>
</trackcontainer>
<track muted="0" type="6" name="Automation track">
<automationtrack/>
<automationpattern name="Tempo" pos="0" len="192">
<time value="131" pos="0"/>
</automationpattern>
<automationpattern name="Master volume" pos="0" len="192">
<time value="100" pos="0"/>
</automationpattern>
<automationpattern name="Master pitch" pos="0" len="192">
<time value="0" pos="0"/>
</automationpattern>
</track>
<fxmixer width="865" x="1" y="463" maximized="0" height="278" visible="1" minimized="0">
<fxchannel num="0" muted="0" volume="1" name="Master">
<fxchain numofeffects="0" enabled="0"/>
</fxchannel>
<fxchannel num="1" muted="0" volume="1" name="Drum">
<fxchain numofeffects="0" enabled="0"/>
</fxchannel>
<fxchannel num="2" muted="0" volume="1" name="Bass">
<fxchain numofeffects="0" enabled="0"/>
</fxchannel>
<fxchannel num="3" muted="0" volume="1" name="Lead">
<fxchain numofeffects="0" enabled="0"/>
</fxchannel>
<fxchannel num="4" muted="0" volume="1" name="FX 4">
<fxchain numofeffects="0" enabled="0"/>
</fxchannel>
<fxchannel num="5" muted="0" volume="1" name="FX 5">
<fxchain numofeffects="0" enabled="0"/>
</fxchannel>
<fxchannel num="6" muted="0" volume="1" name="FX 6">
<fxchain numofeffects="0" enabled="0"/>
</fxchannel>
<fxchannel num="7" muted="0" volume="1" name="FX 7">
<fxchain numofeffects="0" enabled="0"/>
</fxchannel>
<fxchannel num="8" muted="0" volume="1" name="FX 8">
<fxchain numofeffects="0" enabled="0"/>
</fxchannel>
<fxchannel num="9" muted="0" volume="1" name="FX 9">
<fxchain numofeffects="0" enabled="0"/>
</fxchannel>
<fxchannel num="10" muted="0" volume="1" name="FX 10">
<fxchain numofeffects="0" enabled="0"/>
</fxchannel>
<fxchannel num="11" muted="0" volume="1" name="FX 11">
<fxchain numofeffects="0" enabled="0"/>
</fxchannel>
<fxchannel num="12" muted="0" volume="1" name="FX 12">
<fxchain numofeffects="0" enabled="0"/>
</fxchannel>
<fxchannel num="13" muted="0" volume="1" name="FX 13">
<fxchain numofeffects="0" enabled="0"/>
</fxchannel>
<fxchannel num="14" muted="0" volume="1" name="FX 14">
<fxchain numofeffects="0" enabled="0"/>
</fxchannel>
<fxchannel num="15" muted="0" volume="1" name="FX 15">
<fxchain numofeffects="0" enabled="0"/>
</fxchannel>
<fxchannel num="16" muted="0" volume="1" name="FX 16">
<fxchain numofeffects="0" enabled="0"/>
</fxchannel>
<fxchannel num="17" muted="0" volume="1" name="FX 17">
<fxchain numofeffects="0" enabled="0"/>
</fxchannel>
<fxchannel num="18" muted="0" volume="1" name="FX 18">
<fxchain numofeffects="0" enabled="0"/>
</fxchannel>
<fxchannel num="19" muted="0" volume="1" name="FX 19">
<fxchain numofeffects="0" enabled="0"/>
</fxchannel>
<fxchannel num="20" muted="0" volume="1" name="FX 20">
<fxchain numofeffects="0" enabled="0"/>
</fxchannel>
<fxchannel num="21" muted="0" volume="1" name="FX 21">
<fxchain numofeffects="0" enabled="0"/>
</fxchannel>
<fxchannel num="22" muted="0" volume="1" name="FX 22">
<fxchain numofeffects="0" enabled="0"/>
</fxchannel>
<fxchannel num="23" muted="0" volume="1" name="FX 23">
<fxchain numofeffects="0" enabled="0"/>
</fxchannel>
<fxchannel num="24" muted="0" volume="1" name="FX 24">
<fxchain numofeffects="0" enabled="0"/>
</fxchannel>
<fxchannel num="25" muted="0" volume="1" name="FX 25">
<fxchain numofeffects="0" enabled="0"/>
</fxchannel>
<fxchannel num="26" muted="0" volume="1" name="FX 26">
<fxchain numofeffects="0" enabled="0"/>
</fxchannel>
<fxchannel num="27" muted="0" volume="1" name="FX 27">
<fxchain numofeffects="0" enabled="0"/>
</fxchannel>
<fxchannel num="28" muted="0" volume="1" name="FX 28">
<fxchain numofeffects="0" enabled="0"/>
</fxchannel>
<fxchannel num="29" muted="0" volume="1" name="FX 29">
<fxchain numofeffects="0" enabled="0"/>
</fxchannel>
<fxchannel num="30" muted="0" volume="1" name="FX 30">
<fxchain numofeffects="0" enabled="0"/>
</fxchannel>
<fxchannel num="31" muted="0" volume="1" name="FX 31">
<fxchain numofeffects="0" enabled="0"/>
</fxchannel>
<fxchannel num="32" muted="0" volume="1" name="FX 32">
<fxchain numofeffects="0" enabled="0"/>
</fxchannel>
<fxchannel num="33" muted="0" volume="1" name="FX 33">
<fxchain numofeffects="0" enabled="0"/>
</fxchannel>
<fxchannel num="34" muted="0" volume="1" name="FX 34">
<fxchain numofeffects="0" enabled="0"/>
</fxchannel>
<fxchannel num="35" muted="0" volume="1" name="FX 35">
<fxchain numofeffects="0" enabled="0"/>
</fxchannel>
<fxchannel num="36" muted="0" volume="1" name="FX 36">
<fxchain numofeffects="0" enabled="0"/>
</fxchannel>
<fxchannel num="37" muted="0" volume="1" name="FX 37">
<fxchain numofeffects="0" enabled="0"/>
</fxchannel>
<fxchannel num="38" muted="0" volume="1" name="FX 38">
<fxchain numofeffects="0" enabled="0"/>
</fxchannel>
<fxchannel num="39" muted="0" volume="1" name="FX 39">
<fxchain numofeffects="0" enabled="0"/>
</fxchannel>
<fxchannel num="40" muted="0" volume="1" name="FX 40">
<fxchain numofeffects="0" enabled="0"/>
</fxchannel>
<fxchannel num="41" muted="0" volume="1" name="FX 41">
<fxchain numofeffects="0" enabled="0"/>
</fxchannel>
<fxchannel num="42" muted="0" volume="1" name="FX 42">
<fxchain numofeffects="0" enabled="0"/>
</fxchannel>
<fxchannel num="43" muted="0" volume="1" name="FX 43">
<fxchain numofeffects="0" enabled="0"/>
</fxchannel>
<fxchannel num="44" muted="0" volume="1" name="FX 44">
<fxchain numofeffects="0" enabled="0"/>
</fxchannel>
<fxchannel num="45" muted="0" volume="1" name="FX 45">
<fxchain numofeffects="0" enabled="0"/>
</fxchannel>
<fxchannel num="46" muted="0" volume="1" name="FX 46">
<fxchain numofeffects="0" enabled="0"/>
</fxchannel>
<fxchannel num="47" muted="0" volume="1" name="FX 47">
<fxchain numofeffects="0" enabled="0"/>
</fxchannel>
<fxchannel num="48" muted="0" volume="1" name="FX 48">
<fxchain numofeffects="0" enabled="0"/>
</fxchannel>
<fxchannel num="49" muted="0" volume="1" name="FX 49">
<fxchain numofeffects="0" enabled="0"/>
</fxchannel>
<fxchannel num="50" muted="0" volume="1" name="FX 50">
<fxchain numofeffects="0" enabled="0"/>
</fxchannel>
<fxchannel num="51" muted="0" volume="1" name="FX 51">
<fxchain numofeffects="0" enabled="0"/>
</fxchannel>
<fxchannel num="52" muted="0" volume="1" name="FX 52">
<fxchain numofeffects="0" enabled="0"/>
</fxchannel>
<fxchannel num="53" muted="0" volume="1" name="FX 53">
<fxchain numofeffects="0" enabled="0"/>
</fxchannel>
<fxchannel num="54" muted="0" volume="1" name="FX 54">
<fxchain numofeffects="0" enabled="0"/>
</fxchannel>
<fxchannel num="55" muted="0" volume="1" name="FX 55">
<fxchain numofeffects="0" enabled="0"/>
</fxchannel>
<fxchannel num="56" muted="0" volume="1" name="FX 56">
<fxchain numofeffects="0" enabled="0"/>
</fxchannel>
<fxchannel num="57" muted="0" volume="1" name="FX 57">
<fxchain numofeffects="0" enabled="0"/>
</fxchannel>
<fxchannel num="58" muted="0" volume="1" name="FX 58">
<fxchain numofeffects="0" enabled="0"/>
</fxchannel>
<fxchannel num="59" muted="0" volume="1" name="FX 59">
<fxchain numofeffects="0" enabled="0"/>
</fxchannel>
<fxchannel num="60" muted="0" volume="1" name="FX 60">
<fxchain numofeffects="0" enabled="0"/>
</fxchannel>
<fxchannel num="61" muted="0" volume="1" name="FX 61">
<fxchain numofeffects="0" enabled="0"/>
</fxchannel>
<fxchannel num="62" muted="0" volume="1" name="FX 62">
<fxchain numofeffects="0" enabled="0"/>
</fxchannel>
<fxchannel num="63" muted="0" volume="1" name="FX 63">
<fxchain numofeffects="0" enabled="0"/>
</fxchannel>
<fxchannel num="64" muted="0" volume="1" name="FX 64">
<fxchain numofeffects="0" enabled="0"/>
</fxchannel>
</fxmixer>
<ControllerRackView width="258" x="880" y="310" maximized="0" height="100" visible="0" minimized="0"/>
<pianoroll width="1095" x="0" y="120" maximized="0" height="500" visible="0" minimized="0"/>
<automationeditor width="740" x="516" y="228" maximized="0" height="480" visible="0" minimized="0"/>
<projectnotes width="400" x="700" y="10" maximized="0" height="300" visible="1" minimized="0"><![CDATA[<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
<html><head><meta name="qrichtext" content="1" /><style type="text/css">
p, li { white-space: pre-wrap; }
</style></head><body style=" font-family:'Linux Biolinum O'; font-size:12pt; font-weight:400; font-style:normal;">
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'MS Shell Dlg 2'; font-size:8pt; color:#e0e0e0;">Put down your project notes here.</span></p></body></html>]]></projectnotes>
<timeline lp1pos="1536" lp0pos="0" lpstate="1"/>
<controllers/>
</song>
</multimedia-project>

Binary file not shown.

View File

@@ -0,0 +1,15 @@
* Greshz-CoolSnip.mmpz
- Artistic 2.0
- http://lmms.sourceforge.net/lsp/index.php?action=show&file=1170
* Root84-TrancyLoop.mmpz
- Yellow openmusic
- http://lmms.sourceforge.net/lsp/index.php?action=show&file=246
* Skiessi-222.mmpz
- CC (by-sa)
- http://lmms.sourceforge.net/lsp/index.php?action=show&file=543
* Surrender-Main.mmpz
- Artistic 2.0
- http://lmms.sourceforge.net/lsp/index.php?action=show&file=489

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@@ -1,869 +0,0 @@
<?xml version="1.0"?>
<!DOCTYPE multimedia-project>
<multimedia-project version="1.0" creator="Linux MultiMedia Studio (LMMS)" creatorversion="0.4.0-beta" type="song" >
<head timesig_numerator="4" mastervol="94" timesig_denominator="4" bpm="120" masterpitch="0" />
<song>
<trackcontainer type="song" >
<track muted="0" type="1" name="Slow beat" >
<bbtrack>
<trackcontainer type="bbtrackcontainer" >
<track muted="0" type="0" name="bassdrum03.ogg" >
<instrumenttrack pan="0" fxch="0" pitch="0" basenote="57" vol="79" >
<instrument name="audiofileprocessor" >
<audiofileprocessor reversed="0" looped="0" eframe="0.998879" sframe="0" src="drums/bassdrum03.ogg" amp="100" />
</instrument>
<eldata fres="0.5" ftype="0" fcut="14000" fwet="0" >
<elvol lspd_denominator="1" pdel="0" userwavefile="" dec="0.499" lamt="0" syncmode="0" latt="0" rel="0.1" sus="0.499" amt="0" x100="0" att="0" lpdel="0" hold="0.499" lshp="0" lspd="0.1" ctlenvamt="0" lspd_numerator="1" />
<elcut lspd_denominator="1" pdel="0" userwavefile="" dec="0.499" lamt="0" syncmode="0" latt="0" rel="0.1" sus="0.499" amt="0" x100="0" att="0" lpdel="0" hold="0.499" lshp="0" lspd="0.1" ctlenvamt="0" lspd_numerator="1" />
<elres lspd_denominator="1" pdel="0" userwavefile="" dec="0.499" lamt="0" syncmode="0" latt="0" rel="0.1" sus="0.499" amt="0" x100="0" att="0" lpdel="0" hold="0.499" lshp="0" lspd="0.1" ctlenvamt="0" lspd_numerator="1" />
</eldata>
<chordcreator chord="0" chordrange="1" chord-enabled="0" />
<arpeggiator arptime="100" arprange="1" arptime_denominator="1" syncmode="0" arpmode="0" arp-enabled="0" arp="0" arptime_numerator="1" arpdir="0" arpgate="100" />
<midiport inputcontroller="0" inputchannel="0" outputcontroller="0" writable="0" outputchannel="1" defvelout="0" readable="0" defvelin="0" />
<fxchain numofeffects="0" enabled="0" />
</instrumenttrack>
<pattern steps="16" muted="0" type="0" name="bassdrum03.ogg" pos="0" len="192" frozen="0" >
<note pan="0" key="57" vol="100" pos="0" len="-192" />
<note pan="0" key="57" vol="100" pos="96" len="-192" />
</pattern>
<pattern steps="16" muted="0" type="0" name="bassdrum03.ogg" pos="192" len="192" frozen="0" >
<note pan="0" key="57" vol="100" pos="0" len="-192" />
<note pan="0" key="57" vol="100" pos="96" len="-192" />
</pattern>
<pattern steps="16" muted="0" type="0" name="bassdrum03.ogg" pos="384" len="192" frozen="0" >
<note pan="0" key="57" vol="100" pos="0" len="-192" />
<note pan="0" key="57" vol="100" pos="36" len="-192" />
<note pan="0" key="57" vol="100" pos="48" len="-192" />
<note pan="0" key="57" vol="100" pos="96" len="-192" />
<note pan="0" key="57" vol="100" pos="132" len="-192" />
<note pan="0" key="57" vol="100" pos="144" len="-192" />
<note pan="0" key="57" vol="100" pos="168" len="-192" />
</pattern>
<pattern steps="16" muted="0" type="0" name="bassdrum03.ogg" pos="576" len="192" frozen="0" >
<note pan="0" key="57" vol="100" pos="0" len="-192" />
<note pan="0" key="57" vol="100" pos="36" len="-192" />
<note pan="0" key="57" vol="100" pos="48" len="-192" />
<note pan="0" key="57" vol="100" pos="96" len="-192" />
<note pan="0" key="57" vol="100" pos="132" len="-192" />
<note pan="0" key="57" vol="100" pos="144" len="-192" />
<note pan="0" key="57" vol="100" pos="168" len="-192" />
</pattern>
<pattern steps="16" muted="0" type="0" name="bassdrum03.ogg" pos="768" len="192" frozen="0" >
<note pan="0" key="57" vol="100" pos="0" len="-192" />
<note pan="0" key="57" vol="100" pos="36" len="-192" />
<note pan="0" key="57" vol="100" pos="48" len="-192" />
<note pan="0" key="57" vol="100" pos="96" len="-192" />
<note pan="0" key="57" vol="100" pos="132" len="-192" />
<note pan="0" key="57" vol="100" pos="144" len="-192" />
<note pan="0" key="57" vol="100" pos="168" len="-192" />
</pattern>
</track>
<track muted="0" type="0" name="clap01.ogg" >
<instrumenttrack pan="0" fxch="0" pitch="0" basenote="57" vol="47" >
<instrument name="audiofileprocessor" >
<audiofileprocessor reversed="0" looped="0" eframe="0.998955" sframe="0" src="drums/clap01.ogg" amp="100" />
</instrument>
<eldata fres="0.5" ftype="0" fcut="14000" fwet="0" >
<elvol lspd_denominator="1" pdel="0" userwavefile="" dec="0.499" lamt="0" syncmode="0" latt="0" rel="0.1" sus="0.499" amt="0" x100="0" att="0" lpdel="0" hold="0.499" lshp="0" lspd="0.1" ctlenvamt="0" lspd_numerator="1" />
<elcut lspd_denominator="1" pdel="0" userwavefile="" dec="0.499" lamt="0" syncmode="0" latt="0" rel="0.1" sus="0.499" amt="0" x100="0" att="0" lpdel="0" hold="0.499" lshp="0" lspd="0.1" ctlenvamt="0" lspd_numerator="1" />
<elres lspd_denominator="1" pdel="0" userwavefile="" dec="0.499" lamt="0" syncmode="0" latt="0" rel="0.1" sus="0.499" amt="0" x100="0" att="0" lpdel="0" hold="0.499" lshp="0" lspd="0.1" ctlenvamt="0" lspd_numerator="1" />
</eldata>
<chordcreator chord="0" chordrange="1" chord-enabled="0" />
<arpeggiator arptime="100" arprange="1" arptime_denominator="1" syncmode="0" arpmode="0" arp-enabled="0" arp="0" arptime_numerator="1" arpdir="0" arpgate="100" />
<midiport inputcontroller="0" inputchannel="0" outputcontroller="0" writable="0" outputchannel="1" defvelout="0" readable="0" defvelin="0" />
<fxchain numofeffects="0" enabled="0" />
</instrumenttrack>
<pattern steps="16" muted="0" type="0" name="clap01.ogg" pos="0" len="192" frozen="0" >
<note pan="0" key="57" vol="100" pos="48" len="-192" />
<note pan="0" key="57" vol="100" pos="144" len="-192" />
</pattern>
<pattern steps="16" muted="0" type="0" name="clap01.ogg" pos="192" len="192" frozen="0" >
<note pan="0" key="57" vol="100" pos="48" len="-192" />
<note pan="0" key="57" vol="100" pos="144" len="-192" />
</pattern>
<pattern steps="16" muted="0" type="0" name="clap01.ogg" pos="384" len="192" frozen="0" >
<note pan="0" key="57" vol="100" pos="48" len="-192" />
<note pan="0" key="57" vol="100" pos="144" len="-192" />
</pattern>
<pattern steps="16" muted="0" type="0" name="clap01.ogg" pos="576" len="192" frozen="0" >
<note pan="0" key="57" vol="100" pos="48" len="-192" />
<note pan="0" key="57" vol="100" pos="144" len="-192" />
</pattern>
<pattern steps="16" muted="0" type="0" name="clap01.ogg" pos="768" len="192" frozen="0" >
<note pan="0" key="57" vol="100" pos="48" len="-192" />
<note pan="0" key="57" vol="100" pos="144" len="-192" />
</pattern>
</track>
<track muted="0" type="0" name="hihat_closed01.ogg" >
<instrumenttrack pan="0" fxch="0" pitch="0" basenote="57" vol="38" >
<instrument name="audiofileprocessor" >
<audiofileprocessor reversed="0" looped="0" eframe="0.997044" sframe="0" src="drums/hihat_closed01.ogg" amp="100" />
</instrument>
<eldata fres="0.5" ftype="0" fcut="14000" fwet="0" >
<elvol lspd_denominator="1" pdel="0" userwavefile="" dec="0.499" lamt="0" syncmode="0" latt="0" rel="0.1" sus="0.499" amt="0" x100="0" att="0" lpdel="0" hold="0.499" lshp="0" lspd="0.1" ctlenvamt="0" lspd_numerator="1" />
<elcut lspd_denominator="1" pdel="0" userwavefile="" dec="0.499" lamt="0" syncmode="0" latt="0" rel="0.1" sus="0.499" amt="0" x100="0" att="0" lpdel="0" hold="0.499" lshp="0" lspd="0.1" ctlenvamt="0" lspd_numerator="1" />
<elres lspd_denominator="1" pdel="0" userwavefile="" dec="0.499" lamt="0" syncmode="0" latt="0" rel="0.1" sus="0.499" amt="0" x100="0" att="0" lpdel="0" hold="0.499" lshp="0" lspd="0.1" ctlenvamt="0" lspd_numerator="1" />
</eldata>
<chordcreator chord="0" chordrange="1" chord-enabled="0" />
<arpeggiator arptime="100" arprange="1" arptime_denominator="1" syncmode="0" arpmode="0" arp-enabled="0" arp="0" arptime_numerator="1" arpdir="0" arpgate="100" />
<midiport inputcontroller="0" inputchannel="0" outputcontroller="0" writable="0" outputchannel="1" defvelout="0" readable="0" defvelin="0" />
<fxchain numofeffects="0" enabled="0" />
</instrumenttrack>
<pattern steps="16" muted="0" type="0" name="hihat_closed01.ogg" pos="0" len="192" frozen="0" >
<note pan="0" key="57" vol="100" pos="0" len="-192" />
<note pan="0" key="57" vol="100" pos="48" len="-192" />
<note pan="0" key="57" vol="100" pos="96" len="-192" />
<note pan="0" key="57" vol="100" pos="120" len="-192" />
<note pan="0" key="57" vol="100" pos="144" len="-192" />
<note pan="0" key="57" vol="100" pos="156" len="-192" />
</pattern>
<pattern steps="16" muted="0" type="0" name="hihat_closed01.ogg" pos="192" len="192" frozen="0" >
<note pan="0" key="57" vol="100" pos="0" len="-192" />
<note pan="0" key="57" vol="100" pos="48" len="-192" />
<note pan="0" key="57" vol="100" pos="96" len="-192" />
<note pan="0" key="57" vol="100" pos="120" len="-192" />
<note pan="0" key="57" vol="100" pos="144" len="-192" />
<note pan="0" key="57" vol="100" pos="156" len="-192" />
</pattern>
<pattern steps="16" muted="0" type="0" name="hihat_closed01.ogg" pos="384" len="192" frozen="0" >
<note pan="0" key="57" vol="100" pos="24" len="-192" />
<note pan="0" key="57" vol="100" pos="36" len="-192" />
<note pan="0" key="57" vol="100" pos="84" len="-192" />
<note pan="0" key="57" vol="100" pos="132" len="-192" />
<note pan="0" key="57" vol="100" pos="144" len="-192" />
<note pan="0" key="57" vol="100" pos="168" len="-192" />
</pattern>
<pattern steps="16" muted="0" type="0" name="hihat_closed01.ogg" pos="576" len="192" frozen="0" >
<note pan="0" key="57" vol="100" pos="24" len="-192" />
<note pan="0" key="57" vol="100" pos="36" len="-192" />
<note pan="0" key="57" vol="100" pos="84" len="-192" />
<note pan="0" key="57" vol="100" pos="132" len="-192" />
<note pan="0" key="57" vol="100" pos="144" len="-192" />
<note pan="0" key="57" vol="100" pos="168" len="-192" />
</pattern>
<pattern steps="16" muted="0" type="0" name="hihat_closed01.ogg" pos="768" len="192" frozen="0" >
<note pan="0" key="57" vol="100" pos="0" len="-192" />
<note pan="0" key="57" vol="100" pos="36" len="-192" />
<note pan="0" key="57" vol="100" pos="48" len="-192" />
<note pan="0" key="57" vol="100" pos="84" len="-192" />
<note pan="0" key="57" vol="100" pos="96" len="-192" />
<note pan="0" key="57" vol="100" pos="120" len="-192" />
<note pan="0" key="57" vol="100" pos="144" len="-192" />
<note pan="0" key="57" vol="100" pos="156" len="-192" />
<note pan="0" key="57" vol="100" pos="168" len="-192" />
</pattern>
</track>
<track muted="0" type="0" name="piano02.ogg" >
<instrumenttrack pan="0" fxch="0" pitch="0" basenote="57" vol="57" >
<instrument name="audiofileprocessor" >
<audiofileprocessor reversed="0" looped="0" eframe="0.999959" sframe="0" src="instruments/piano02.ogg" amp="100" />
</instrument>
<eldata fres="0.01" ftype="7" fcut="14000" fwet="1" >
<elvol lspd_denominator="1" pdel="0" userwavefile="" dec="0.499" lamt="0" syncmode="0" latt="0" rel="0.1" sus="0.499" amt="0" x100="0" att="0" lpdel="0" hold="0.507" lshp="0" lspd="0.1" ctlenvamt="0" lspd_numerator="1" />
<elcut lspd_denominator="1" pdel="0" userwavefile="" dec="0.499" lamt="0" syncmode="0" latt="0" rel="0.1" sus="0.499" amt="0" x100="0" att="0" lpdel="0" hold="0.499" lshp="0" lspd="0.1" ctlenvamt="0" lspd_numerator="1" />
<elres lspd_denominator="1" pdel="0" userwavefile="" dec="0.499" lamt="0" syncmode="0" latt="0" rel="0.1" sus="0.499" amt="0" x100="0" att="0" lpdel="0" hold="0.499" lshp="0" lspd="0.1" ctlenvamt="0" lspd_numerator="1" />
</eldata>
<chordcreator chord="0" chordrange="1" chord-enabled="0" />
<arpeggiator arptime="100" arprange="1" arptime_denominator="1" syncmode="0" arpmode="0" arp-enabled="0" arp="0" arptime_numerator="1" arpdir="0" arpgate="100" />
<midiport inputcontroller="0" inputchannel="0" outputcontroller="0" writable="0" outputchannel="1" defvelout="0" readable="0" defvelin="0" />
<fxchain numofeffects="0" enabled="0" />
</instrumenttrack>
<pattern steps="16" muted="0" type="0" name="piano02.ogg" pos="0" len="192" frozen="0" >
<note pan="0" key="57" vol="100" pos="24" len="-192" />
<note pan="0" key="57" vol="100" pos="36" len="-192" />
<note pan="0" key="57" vol="100" pos="72" len="-192" />
<note pan="0" key="57" vol="100" pos="96" len="-192" />
<note pan="0" key="57" vol="100" pos="108" len="-192" />
<note pan="0" key="57" vol="100" pos="144" len="-192" />
<note pan="0" key="57" vol="100" pos="168" len="-192" />
</pattern>
<pattern steps="16" muted="0" type="0" name="piano02.ogg" pos="192" len="192" frozen="0" >
<note pan="0" key="57" vol="100" pos="24" len="-192" />
<note pan="0" key="57" vol="100" pos="36" len="-192" />
<note pan="0" key="57" vol="100" pos="72" len="-192" />
<note pan="0" key="57" vol="100" pos="96" len="-192" />
<note pan="0" key="57" vol="100" pos="108" len="-192" />
<note pan="0" key="57" vol="100" pos="144" len="-192" />
<note pan="0" key="57" vol="100" pos="168" len="-192" />
</pattern>
<pattern steps="16" muted="0" type="0" name="piano02.ogg" pos="384" len="192" frozen="0" />
<pattern steps="16" muted="0" type="0" name="piano02.ogg" pos="576" len="192" frozen="0" />
<pattern steps="16" muted="0" type="0" name="piano02.ogg" pos="768" len="192" frozen="0" />
</track>
<track muted="0" type="0" name="piano02.ogg" >
<instrumenttrack pan="0" fxch="0" pitch="0" basenote="58" vol="61" >
<instrument name="audiofileprocessor" >
<audiofileprocessor reversed="0" looped="0" eframe="0.999968" sframe="0" src="instruments/piano02.ogg" amp="100" />
</instrument>
<eldata fres="0.01" ftype="7" fcut="14000" fwet="1" >
<elvol lspd_denominator="1" pdel="0" userwavefile="" dec="0.499" lamt="0" syncmode="0" latt="0" rel="0.1" sus="0.499" amt="0" x100="0" att="0" lpdel="0" hold="0.507" lshp="0" lspd="0.1" ctlenvamt="0" lspd_numerator="1" />
<elcut lspd_denominator="1" pdel="0" userwavefile="" dec="0.499" lamt="0" syncmode="0" latt="0" rel="0.1" sus="0.499" amt="0" x100="0" att="0" lpdel="0" hold="0.499" lshp="0" lspd="0.1" ctlenvamt="0" lspd_numerator="1" />
<elres lspd_denominator="1" pdel="0" userwavefile="" dec="0.499" lamt="0" syncmode="0" latt="0" rel="0.1" sus="0.499" amt="0" x100="0" att="0" lpdel="0" hold="0.499" lshp="0" lspd="0.1" ctlenvamt="0" lspd_numerator="1" />
</eldata>
<chordcreator chord="0" chordrange="1" chord-enabled="0" />
<arpeggiator arptime="100" arprange="1" arptime_denominator="1" syncmode="0" arpmode="0" arp-enabled="0" arp="0" arptime_numerator="1" arpdir="0" arpgate="100" />
<midiport inputcontroller="0" inputchannel="0" outputcontroller="0" writable="0" outputchannel="1" defvelout="0" readable="0" defvelin="0" />
<fxchain numofeffects="0" enabled="0" />
</instrumenttrack>
<pattern steps="16" muted="0" type="0" name="piano02.ogg" pos="0" len="192" frozen="0" />
<pattern steps="16" muted="0" type="0" name="piano02.ogg" pos="192" len="192" frozen="0" />
<pattern steps="16" muted="0" type="0" name="piano02.ogg" pos="384" len="192" frozen="0" />
<pattern steps="16" muted="0" type="0" name="piano02.ogg" pos="576" len="192" frozen="0" >
<note pan="0" key="57" vol="100" pos="24" len="-192" />
<note pan="0" key="57" vol="100" pos="36" len="-192" />
<note pan="0" key="57" vol="100" pos="72" len="-192" />
<note pan="0" key="57" vol="100" pos="96" len="-192" />
<note pan="0" key="57" vol="100" pos="108" len="-192" />
<note pan="0" key="57" vol="100" pos="144" len="-192" />
<note pan="0" key="57" vol="100" pos="168" len="-192" />
</pattern>
<pattern steps="16" muted="0" type="0" name="piano02.ogg" pos="768" len="192" frozen="0" >
<note pan="0" key="57" vol="100" pos="24" len="-192" />
<note pan="0" key="57" vol="100" pos="36" len="-192" />
<note pan="0" key="57" vol="100" pos="72" len="-192" />
<note pan="0" key="57" vol="100" pos="96" len="-192" />
<note pan="0" key="57" vol="100" pos="108" len="-192" />
<note pan="0" key="57" vol="100" pos="144" len="-192" />
<note pan="0" key="57" vol="100" pos="168" len="-192" />
</pattern>
</track>
<track muted="0" type="0" name="piano02.ogg" >
<instrumenttrack pan="0" fxch="0" pitch="0" basenote="56" vol="61" >
<instrument name="audiofileprocessor" >
<audiofileprocessor reversed="0" looped="0" eframe="0.999964" sframe="0" src="instruments/piano02.ogg" amp="100" />
</instrument>
<eldata fres="0.01" ftype="7" fcut="14000" fwet="1" >
<elvol lspd_denominator="1" pdel="0" userwavefile="" dec="0.499" lamt="0" syncmode="0" latt="0" rel="0.1" sus="0.499" amt="0" x100="0" att="0" lpdel="0" hold="0.507" lshp="0" lspd="0.1" ctlenvamt="0" lspd_numerator="1" />
<elcut lspd_denominator="1" pdel="0" userwavefile="" dec="0.499" lamt="0" syncmode="0" latt="0" rel="0.1" sus="0.499" amt="0" x100="0" att="0" lpdel="0" hold="0.499" lshp="0" lspd="0.1" ctlenvamt="0" lspd_numerator="1" />
<elres lspd_denominator="1" pdel="0" userwavefile="" dec="0.499" lamt="0" syncmode="0" latt="0" rel="0.1" sus="0.499" amt="0" x100="0" att="0" lpdel="0" hold="0.499" lshp="0" lspd="0.1" ctlenvamt="0" lspd_numerator="1" />
</eldata>
<chordcreator chord="0" chordrange="1" chord-enabled="0" />
<arpeggiator arptime="100" arprange="1" arptime_denominator="1" syncmode="0" arpmode="0" arp-enabled="0" arp="0" arptime_numerator="1" arpdir="0" arpgate="100" />
<midiport inputcontroller="0" inputchannel="0" outputcontroller="0" writable="0" outputchannel="1" defvelout="0" readable="0" defvelin="0" />
<fxchain numofeffects="0" enabled="0" />
</instrumenttrack>
<pattern steps="16" muted="0" type="0" name="piano02.ogg" pos="0" len="192" frozen="0" />
<pattern steps="16" muted="0" type="0" name="piano02.ogg" pos="192" len="192" frozen="0" />
<pattern steps="16" muted="0" type="0" name="piano02.ogg" pos="384" len="192" frozen="0" />
<pattern steps="16" muted="0" type="0" name="piano02.ogg" pos="576" len="192" frozen="0" />
<pattern steps="16" muted="0" type="0" name="piano02.ogg" pos="768" len="192" frozen="0" />
</track>
<track muted="0" type="0" name="piano02.ogg" >
<instrumenttrack pan="0" fxch="0" pitch="0" basenote="57" vol="61" >
<instrument name="audiofileprocessor" >
<audiofileprocessor reversed="0" looped="0" eframe="0.999962" sframe="0" src="instruments/piano02.ogg" amp="100" />
</instrument>
<eldata fres="0.01" ftype="7" fcut="14000" fwet="1" >
<elvol lspd_denominator="1" pdel="0" userwavefile="" dec="0.499" lamt="0" syncmode="0" latt="0" rel="0.1" sus="0.499" amt="0" x100="0" att="0" lpdel="0" hold="0.507" lshp="0" lspd="0.1" ctlenvamt="0" lspd_numerator="1" />
<elcut lspd_denominator="1" pdel="0" userwavefile="" dec="0.499" lamt="0" syncmode="0" latt="0" rel="0.1" sus="0.499" amt="0" x100="0" att="0" lpdel="0" hold="0.499" lshp="0" lspd="0.1" ctlenvamt="0" lspd_numerator="1" />
<elres lspd_denominator="1" pdel="0" userwavefile="" dec="0.499" lamt="0" syncmode="0" latt="0" rel="0.1" sus="0.499" amt="0" x100="0" att="0" lpdel="0" hold="0.499" lshp="0" lspd="0.1" ctlenvamt="0" lspd_numerator="1" />
</eldata>
<chordcreator chord="0" chordrange="1" chord-enabled="0" />
<arpeggiator arptime="100" arprange="1" arptime_denominator="1" syncmode="0" arpmode="0" arp-enabled="0" arp="0" arptime_numerator="1" arpdir="0" arpgate="100" />
<midiport inputcontroller="0" inputchannel="0" outputcontroller="0" writable="0" outputchannel="1" defvelout="0" readable="0" defvelin="0" />
<fxchain numofeffects="0" enabled="0" />
</instrumenttrack>
<pattern steps="16" muted="0" type="0" name="piano02.ogg" pos="0" len="192" frozen="0" />
<pattern steps="16" muted="0" type="0" name="piano02.ogg" pos="192" len="192" frozen="0" />
<pattern steps="16" muted="0" type="0" name="piano02.ogg" pos="384" len="192" frozen="0" >
<note pan="0" key="57" vol="100" pos="24" len="-192" />
<note pan="0" key="57" vol="100" pos="36" len="-192" />
<note pan="0" key="57" vol="100" pos="72" len="-192" />
<note pan="0" key="57" vol="100" pos="96" len="-192" />
<note pan="0" key="57" vol="100" pos="108" len="-192" />
<note pan="0" key="57" vol="100" pos="144" len="-192" />
<note pan="0" key="57" vol="100" pos="168" len="-192" />
</pattern>
<pattern steps="16" muted="0" type="0" name="piano02.ogg" pos="576" len="192" frozen="0" />
<pattern steps="16" muted="0" type="0" name="piano02.ogg" pos="768" len="192" frozen="0" />
</track>
<track muted="0" type="0" name="synth_acid02.ogg" >
<instrumenttrack pan="0" fxch="0" pitch="0" basenote="57" vol="45" >
<instrument name="audiofileprocessor" >
<audiofileprocessor reversed="0" looped="0" eframe="0.999501" sframe="0" src="basses/synth_acid02.ogg" amp="100" />
</instrument>
<eldata fres="0.5" ftype="0" fcut="14000" fwet="0" >
<elvol lspd_denominator="1" pdel="0" userwavefile="" dec="0.499" lamt="0" syncmode="0" latt="0" rel="0.1" sus="0.499" amt="0" x100="0" att="0" lpdel="0" hold="0.499" lshp="0" lspd="0.1" ctlenvamt="0" lspd_numerator="1" />
<elcut lspd_denominator="1" pdel="0" userwavefile="" dec="0.499" lamt="0" syncmode="0" latt="0" rel="0.1" sus="0.499" amt="0" x100="0" att="0" lpdel="0" hold="0.499" lshp="0" lspd="0.1" ctlenvamt="0" lspd_numerator="1" />
<elres lspd_denominator="1" pdel="0" userwavefile="" dec="0.499" lamt="0" syncmode="0" latt="0" rel="0.1" sus="0.499" amt="0" x100="0" att="0" lpdel="0" hold="0.499" lshp="0" lspd="0.1" ctlenvamt="0" lspd_numerator="1" />
</eldata>
<chordcreator chord="0" chordrange="1" chord-enabled="0" />
<arpeggiator arptime="100" arprange="1" arptime_denominator="1" syncmode="0" arpmode="0" arp-enabled="0" arp="0" arptime_numerator="1" arpdir="0" arpgate="100" />
<midiport inputcontroller="0" inputchannel="0" outputcontroller="0" writable="0" outputchannel="1" defvelout="0" readable="0" defvelin="0" />
<fxchain numofeffects="0" enabled="0" />
</instrumenttrack>
<pattern steps="16" muted="0" type="0" name="synth_acid02.ogg" pos="0" len="192" frozen="0" />
<pattern steps="16" muted="0" type="0" name="piano02.ogg" pos="192" len="192" frozen="0" >
<note pan="0" key="57" vol="100" pos="24" len="-192" />
<note pan="0" key="57" vol="100" pos="36" len="-192" />
<note pan="0" key="57" vol="100" pos="72" len="-192" />
<note pan="0" key="57" vol="100" pos="96" len="-192" />
<note pan="0" key="57" vol="100" pos="108" len="-192" />
<note pan="0" key="57" vol="100" pos="144" len="-192" />
<note pan="0" key="57" vol="100" pos="168" len="-192" />
</pattern>
<pattern steps="16" muted="0" type="0" name="synth_acid02.ogg" pos="384" len="192" frozen="0" />
<pattern steps="16" muted="0" type="0" name="synth_acid02.ogg" pos="576" len="192" frozen="0" />
<pattern steps="16" muted="0" type="0" name="synth_acid02.ogg" pos="768" len="192" frozen="0" />
</track>
<track muted="0" type="0" name="synth_acid02.ogg" >
<instrumenttrack pan="0" fxch="0" pitch="0" basenote="57" vol="55" >
<instrument name="audiofileprocessor" >
<audiofileprocessor reversed="0" looped="0" eframe="0.999501" sframe="0" src="basses/synth_acid02.ogg" amp="100" />
</instrument>
<eldata fres="0.5" ftype="0" fcut="14000" fwet="0" >
<elvol lspd_denominator="1" pdel="0" userwavefile="" dec="0.499" lamt="0" syncmode="0" latt="0" rel="0.1" sus="0.499" amt="0" x100="0" att="0" lpdel="0" hold="0.499" lshp="0" lspd="0.1" ctlenvamt="0" lspd_numerator="1" />
<elcut lspd_denominator="1" pdel="0" userwavefile="" dec="0.499" lamt="0" syncmode="0" latt="0" rel="0.1" sus="0.499" amt="0" x100="0" att="0" lpdel="0" hold="0.499" lshp="0" lspd="0.1" ctlenvamt="0" lspd_numerator="1" />
<elres lspd_denominator="1" pdel="0" userwavefile="" dec="0.499" lamt="0" syncmode="0" latt="0" rel="0.1" sus="0.499" amt="0" x100="0" att="0" lpdel="0" hold="0.499" lshp="0" lspd="0.1" ctlenvamt="0" lspd_numerator="1" />
</eldata>
<chordcreator chord="0" chordrange="1" chord-enabled="0" />
<arpeggiator arptime="100" arprange="1" arptime_denominator="1" syncmode="0" arpmode="0" arp-enabled="0" arp="0" arptime_numerator="1" arpdir="0" arpgate="100" />
<midiport inputcontroller="0" inputchannel="0" outputcontroller="0" writable="0" outputchannel="1" defvelout="0" readable="0" defvelin="0" />
<fxchain numofeffects="0" enabled="0" />
</instrumenttrack>
<pattern steps="16" muted="0" type="0" name="synth_acid02.ogg" pos="0" len="192" frozen="0" />
<pattern steps="16" muted="0" type="0" name="synth_acid02.ogg" pos="192" len="192" frozen="0" />
<pattern steps="16" muted="0" type="0" name="piano02.ogg" pos="384" len="192" frozen="0" >
<note pan="0" key="57" vol="100" pos="24" len="-192" />
<note pan="0" key="57" vol="100" pos="36" len="-192" />
<note pan="0" key="57" vol="100" pos="72" len="-192" />
<note pan="0" key="57" vol="100" pos="96" len="-192" />
<note pan="0" key="57" vol="100" pos="108" len="-192" />
<note pan="0" key="57" vol="100" pos="144" len="-192" />
<note pan="0" key="57" vol="100" pos="168" len="-192" />
</pattern>
<pattern steps="16" muted="0" type="0" name="piano02.ogg" pos="576" len="192" frozen="0" >
<note pan="0" key="57" vol="100" pos="24" len="-192" />
<note pan="0" key="57" vol="100" pos="36" len="-192" />
<note pan="0" key="57" vol="100" pos="72" len="-192" />
<note pan="0" key="57" vol="100" pos="96" len="-192" />
<note pan="0" key="57" vol="100" pos="108" len="-192" />
<note pan="0" key="57" vol="100" pos="144" len="-192" />
<note pan="0" key="57" vol="100" pos="168" len="-192" />
</pattern>
<pattern steps="16" muted="0" type="0" name="synth_acid02.ogg" pos="768" len="192" frozen="0" />
</track>
<track muted="0" type="0" name="synth_acid02.ogg" >
<instrumenttrack pan="0" fxch="0" pitch="0" basenote="57" vol="59" >
<instrument name="audiofileprocessor" >
<audiofileprocessor reversed="0" looped="0" eframe="0.99975" sframe="0" src="basses/synth_acid02.ogg" amp="100" />
</instrument>
<eldata fres="0.5" ftype="0" fcut="14000" fwet="0" >
<elvol lspd_denominator="1" pdel="0" userwavefile="" dec="0.499" lamt="0" syncmode="0" latt="0" rel="0.1" sus="0.499" amt="0" x100="0" att="0" lpdel="0" hold="0.499" lshp="0" lspd="0.1" ctlenvamt="0" lspd_numerator="1" />
<elcut lspd_denominator="1" pdel="0" userwavefile="" dec="0.499" lamt="0" syncmode="0" latt="0" rel="0.1" sus="0.499" amt="0" x100="0" att="0" lpdel="0" hold="0.499" lshp="0" lspd="0.1" ctlenvamt="0" lspd_numerator="1" />
<elres lspd_denominator="1" pdel="0" userwavefile="" dec="0.499" lamt="0" syncmode="0" latt="0" rel="0.1" sus="0.499" amt="0" x100="0" att="0" lpdel="0" hold="0.499" lshp="0" lspd="0.1" ctlenvamt="0" lspd_numerator="1" />
</eldata>
<chordcreator chord="0" chordrange="1" chord-enabled="0" />
<arpeggiator arptime="100" arprange="1" arptime_denominator="1" syncmode="0" arpmode="0" arp-enabled="0" arp="0" arptime_numerator="1" arpdir="0" arpgate="100" />
<midiport inputcontroller="0" inputchannel="0" outputcontroller="0" writable="0" outputchannel="1" defvelout="0" readable="0" defvelin="0" />
<fxchain numofeffects="0" enabled="0" />
</instrumenttrack>
<pattern steps="16" muted="0" type="0" name="synth_acid02.ogg" pos="0" len="192" frozen="0" />
<pattern steps="16" muted="0" type="0" name="synth_acid02.ogg" pos="192" len="192" frozen="0" />
<pattern steps="16" muted="0" type="0" name="synth_acid02.ogg" pos="384" len="192" frozen="0" />
<pattern steps="16" muted="0" type="0" name="synth_acid02.ogg" pos="576" len="192" frozen="0" />
<pattern steps="16" muted="0" type="0" name="piano02.ogg" pos="768" len="192" frozen="0" >
<note pan="0" key="57" vol="100" pos="24" len="-192" />
<note pan="0" key="57" vol="100" pos="36" len="-192" />
<note pan="0" key="57" vol="100" pos="72" len="-192" />
<note pan="0" key="57" vol="100" pos="96" len="-192" />
<note pan="0" key="57" vol="100" pos="108" len="-192" />
<note pan="0" key="57" vol="100" pos="144" len="-192" />
<note pan="0" key="57" vol="100" pos="168" len="-192" />
</pattern>
</track>
</trackcontainer>
</bbtrack>
<bbtco muted="0" name="Beat/Baseline 0" pos="0" color="4286840707" len="2688" />
<bbtco muted="0" name="BaseBeat Master" pos="15744" color="4286840707" len="768" />
<bbtco muted="0" name="Slow beat" pos="17664" color="4286840707" len="192" />
<bbtco muted="0" name="Slow beat" pos="3072" color="4286840707" len="768" />
</track>
<track muted="0" type="0" name="piano02.ogg" >
<instrumenttrack pan="0" fxch="0" pitch="0" basenote="57" vol="70" >
<instrument name="audiofileprocessor" >
<audiofileprocessor reversed="0" looped="0" eframe="0.999991" sframe="0" src="instruments/piano02.ogg" amp="100" />
</instrument>
<eldata fres="0.26" ftype="7" fcut="4320" fwet="1" >
<elvol lspd_denominator="1" pdel="0" userwavefile="" dec="0.499" lamt="0" syncmode="0" latt="0" rel="0.1" sus="0.499" amt="0" x100="0" att="0" lpdel="0" hold="0.5" lshp="0" lspd="0.1" ctlenvamt="0" lspd_numerator="1" />
<elcut lspd_denominator="1" pdel="0" userwavefile="" dec="0.499" lamt="-0.17" syncmode="0" latt="0.643" rel="0.298" sus="0.596" amt="0" x100="0" att="0" lpdel="0.648" hold="0.528" lshp="0" lspd="1" ctlenvamt="0" lspd_numerator="1" />
<elres lspd_denominator="1" pdel="0" userwavefile="" dec="0.499" lamt="0" syncmode="0" latt="0" rel="0.1" sus="0.499" amt="0" x100="0" att="0" lpdel="0" hold="0.499" lshp="0" lspd="0.1" ctlenvamt="0" lspd_numerator="1" />
</eldata>
<chordcreator chord="0" chordrange="1" chord-enabled="0" />
<arpeggiator arptime="100" arprange="1" arptime_denominator="1" syncmode="0" arpmode="0" arp-enabled="0" arp="0" arptime_numerator="1" arpdir="0" arpgate="100" />
<midiport inputcontroller="0" inputchannel="0" outputcontroller="0" writable="0" outputchannel="1" defvelout="0" readable="0" defvelin="0" />
<fxchain numofeffects="0" enabled="0" />
</instrumenttrack>
<pattern steps="16" muted="0" type="1" name="piano02.ogg" pos="768" len="384" frozen="0" >
<note pan="0" key="45" vol="100" pos="0" len="384" />
</pattern>
<pattern steps="16" muted="0" type="1" name="piano02.ogg" pos="1920" len="768" frozen="0" >
<note pan="0" key="57" vol="100" pos="0" len="96" />
<note pan="0" key="59" vol="100" pos="96" len="96" />
<note pan="0" key="55" vol="100" pos="192" len="96" />
<note pan="0" key="50" vol="100" pos="288" len="96" />
<note pan="0" key="45" vol="100" pos="384" len="144" />
<note pan="0" key="60" vol="100" pos="384" len="144" />
<note pan="0" key="45" vol="100" pos="528" len="48" />
<note pan="0" key="57" vol="100" pos="528" len="48" />
<note pan="0" key="57" vol="100" pos="576" len="192" />
<note pan="0" key="45" vol="100" pos="576" len="192" />
</pattern>
<pattern steps="16" muted="0" type="1" name="piano02.ogg" pos="5760" len="384" frozen="0" >
<note pan="0" key="56" vol="100" pos="0" len="51" />
<note pan="0" key="57" vol="100" pos="48" len="51" />
<note pan="0" key="56" vol="100" pos="96" len="51" />
<note pan="0" key="57" vol="100" pos="192" len="96" />
<note pan="0" key="59" vol="100" pos="288" len="51" />
<note pan="0" key="54" vol="100" pos="336" len="48" />
</pattern>
<pattern steps="16" muted="0" type="1" name="piano02.ogg" pos="6912" len="384" frozen="0" >
<note pan="0" key="56" vol="100" pos="0" len="51" />
<note pan="0" key="57" vol="100" pos="48" len="51" />
<note pan="0" key="56" vol="100" pos="96" len="51" />
<note pan="0" key="57" vol="100" pos="192" len="99" />
<note pan="0" key="59" vol="100" pos="288" len="51" />
<note pan="0" key="54" vol="100" pos="336" len="48" />
</pattern>
<pattern steps="16" muted="0" type="1" name="piano02.ogg" pos="8064" len="384" frozen="0" >
<note pan="0" key="56" vol="100" pos="0" len="51" />
<note pan="0" key="57" vol="100" pos="48" len="51" />
<note pan="0" key="56" vol="100" pos="96" len="51" />
<note pan="0" key="57" vol="100" pos="192" len="99" />
<note pan="0" key="59" vol="100" pos="288" len="51" />
<note pan="0" key="54" vol="100" pos="336" len="48" />
</pattern>
<pattern steps="16" muted="0" type="1" name="piano02.ogg" pos="3072" len="768" frozen="0" >
<note pan="0" key="57" vol="100" pos="0" len="96" />
<note pan="0" key="59" vol="100" pos="96" len="96" />
<note pan="0" key="55" vol="100" pos="192" len="96" />
<note pan="0" key="50" vol="100" pos="288" len="96" />
<note pan="0" key="45" vol="100" pos="384" len="144" />
<note pan="0" key="60" vol="100" pos="384" len="144" />
<note pan="0" key="45" vol="100" pos="528" len="48" />
<note pan="0" key="57" vol="100" pos="528" len="48" />
<note pan="0" key="57" vol="100" pos="576" len="192" />
<note pan="0" key="45" vol="100" pos="576" len="192" />
</pattern>
<pattern steps="16" muted="0" type="1" name="piano02.ogg" pos="10368" len="384" frozen="0" >
<note pan="0" key="56" vol="100" pos="0" len="51" />
<note pan="0" key="57" vol="100" pos="48" len="51" />
<note pan="0" key="56" vol="100" pos="96" len="51" />
<note pan="0" key="57" vol="100" pos="192" len="99" />
<note pan="0" key="59" vol="100" pos="288" len="51" />
<note pan="0" key="54" vol="100" pos="336" len="48" />
</pattern>
<pattern steps="16" muted="0" type="1" name="piano02.ogg" pos="12288" len="768" frozen="0" >
<note pan="0" key="57" vol="100" pos="0" len="96" />
<note pan="0" key="59" vol="100" pos="96" len="96" />
<note pan="0" key="55" vol="100" pos="192" len="96" />
<note pan="0" key="50" vol="100" pos="288" len="96" />
<note pan="0" key="45" vol="100" pos="384" len="144" />
<note pan="0" key="60" vol="100" pos="384" len="144" />
<note pan="0" key="45" vol="100" pos="528" len="48" />
<note pan="0" key="57" vol="100" pos="528" len="48" />
<note pan="0" key="57" vol="100" pos="576" len="192" />
<note pan="0" key="45" vol="100" pos="576" len="192" />
</pattern>
<pattern steps="16" muted="0" type="1" name="piano02.ogg" pos="13440" len="768" frozen="0" >
<note pan="0" key="57" vol="100" pos="0" len="96" />
<note pan="0" key="59" vol="100" pos="96" len="96" />
<note pan="0" key="55" vol="100" pos="192" len="96" />
<note pan="0" key="50" vol="100" pos="288" len="96" />
<note pan="0" key="45" vol="100" pos="384" len="144" />
<note pan="0" key="60" vol="100" pos="384" len="144" />
<note pan="0" key="45" vol="100" pos="528" len="48" />
<note pan="0" key="57" vol="100" pos="528" len="48" />
<note pan="0" key="57" vol="100" pos="576" len="192" />
<note pan="0" key="45" vol="100" pos="576" len="192" />
</pattern>
<pattern steps="16" muted="0" type="1" name="piano02.ogg" pos="15744" len="768" frozen="0" >
<note pan="0" key="45" vol="100" pos="0" len="96" />
<note pan="0" key="57" vol="100" pos="0" len="96" />
<note pan="0" key="47" vol="100" pos="96" len="96" />
<note pan="0" key="59" vol="100" pos="96" len="96" />
<note pan="0" key="43" vol="100" pos="192" len="96" />
<note pan="0" key="55" vol="100" pos="192" len="96" />
<note pan="0" key="38" vol="100" pos="288" len="96" />
<note pan="0" key="50" vol="100" pos="288" len="96" />
<note pan="0" key="45" vol="100" pos="384" len="144" />
<note pan="0" key="60" vol="100" pos="384" len="144" />
<note pan="0" key="45" vol="100" pos="528" len="48" />
<note pan="0" key="57" vol="100" pos="528" len="48" />
<note pan="0" key="57" vol="100" pos="576" len="192" />
<note pan="0" key="45" vol="100" pos="576" len="192" />
</pattern>
</track>
<track muted="0" type="0" name="steel_guitar_heavy_distorted01.ogg" >
<instrumenttrack pan="0" fxch="0" pitch="0" basenote="57" vol="26" >
<instrument name="audiofileprocessor" >
<audiofileprocessor reversed="0" looped="0" eframe="0.999919" sframe="0" src="instruments/steel_guitar_heavy_distorted01.ogg" amp="100" />
</instrument>
<eldata fres="0.5" ftype="7" fcut="14000" fwet="0" >
<elvol lspd_denominator="1" pdel="0" userwavefile="" dec="0.499" lamt="0" syncmode="0" latt="0" rel="0.1" sus="0.499" amt="0" x100="0" att="0" lpdel="0" hold="0.499" lshp="3" lspd="0.1" ctlenvamt="0" lspd_numerator="1" />
<elcut lspd_denominator="1" pdel="0" userwavefile="" dec="0.499" lamt="0" syncmode="0" latt="0" rel="0.1" sus="0.499" amt="0" x100="0" att="0" lpdel="0" hold="0.499" lshp="0" lspd="0.1" ctlenvamt="0" lspd_numerator="1" />
<elres lspd_denominator="1" pdel="0" userwavefile="" dec="0.499" lamt="0" syncmode="0" latt="0" rel="0.1" sus="0.499" amt="0" x100="0" att="0" lpdel="0" hold="0.499" lshp="0" lspd="0.1" ctlenvamt="0" lspd_numerator="1" />
</eldata>
<chordcreator chord="7" chordrange="1" chord-enabled="0" />
<arpeggiator arptime="436" arprange="2" arptime_denominator="1" syncmode="0" arpmode="0" arp-enabled="0" arp="88" arptime_numerator="1" arpdir="2" arpgate="100" />
<midiport inputcontroller="0" inputchannel="0" outputcontroller="0" writable="0" outputchannel="1" defvelout="0" readable="0" defvelin="0" />
<fxchain numofeffects="0" enabled="0" />
</instrumenttrack>
<pattern steps="16" muted="0" type="1" name="steel_guitar_heavy_distorted01.ogg" pos="1152" len="768" frozen="0" >
<note pan="0" key="57" vol="100" pos="0" len="768" />
<note pan="0" key="45" vol="100" pos="0" len="768" />
</pattern>
<pattern steps="16" muted="0" type="1" name="steel_guitar_heavy_distorted01.ogg" pos="6144" len="384" frozen="0" >
<note pan="0" key="44" vol="100" pos="0" len="384" />
<note pan="0" key="56" vol="100" pos="0" len="384" />
</pattern>
<pattern steps="16" muted="0" type="1" name="steel_guitar_heavy_distorted01.ogg" pos="8064" len="384" frozen="0" >
<note pan="0" key="44" vol="100" pos="0" len="384" />
</pattern>
</track>
<track muted="0" type="0" name="space_strings02.ogg" >
<instrumenttrack pan="0" fxch="0" pitch="0" basenote="57" vol="53" >
<instrument name="audiofileprocessor" >
<audiofileprocessor reversed="0" looped="0" eframe="0.999925" sframe="0" src="stringsnpads/space_strings02.ogg" amp="100" />
</instrument>
<eldata fres="0.01" ftype="3" fcut="14000" fwet="1" >
<elvol lspd_denominator="1" pdel="0" userwavefile="" dec="0.499" lamt="0" syncmode="0" latt="0" rel="0.1" sus="0.499" amt="0" x100="0" att="0" lpdel="0" hold="0.499" lshp="0" lspd="0.1" ctlenvamt="0" lspd_numerator="1" />
<elcut lspd_denominator="1" pdel="0" userwavefile="" dec="0.499" lamt="0" syncmode="0" latt="0" rel="0.298" sus="0.499" amt="0" x100="0" att="0" lpdel="0" hold="0.499" lshp="1" lspd="0.1" ctlenvamt="0" lspd_numerator="1" />
<elres lspd_denominator="1" pdel="0" userwavefile="" dec="0.499" lamt="0" syncmode="0" latt="0" rel="0.1" sus="0.499" amt="0" x100="0" att="0" lpdel="0" hold="0.499" lshp="0" lspd="0.1" ctlenvamt="0" lspd_numerator="1" />
</eldata>
<chordcreator chord="0" chordrange="1" chord-enabled="0" />
<arpeggiator arptime="100" arprange="1" arptime_denominator="1" syncmode="0" arpmode="0" arp-enabled="0" arp="0" arptime_numerator="1" arpdir="0" arpgate="100" />
<midiport inputcontroller="0" inputchannel="0" outputcontroller="0" writable="0" outputchannel="1" defvelout="0" readable="0" defvelin="0" />
<fxchain numofeffects="0" enabled="0" />
</instrumenttrack>
<pattern steps="16" muted="0" type="1" name="space_strings02.ogg" pos="768" len="384" frozen="0" >
<note pan="0" key="45" vol="100" pos="0" len="384" />
</pattern>
<pattern steps="16" muted="0" type="1" name="space_strings02.ogg" pos="5760" len="384" frozen="0" >
<note pan="0" key="56" vol="100" pos="0" len="51" />
<note pan="0" key="57" vol="100" pos="48" len="51" />
<note pan="0" key="56" vol="100" pos="96" len="51" />
<note pan="0" key="57" vol="100" pos="192" len="96" />
<note pan="0" key="59" vol="100" pos="288" len="51" />
<note pan="0" key="54" vol="100" pos="336" len="48" />
</pattern>
<pattern steps="16" muted="0" type="1" name="space_strings02.ogg" pos="6912" len="384" frozen="0" >
<note pan="0" key="56" vol="100" pos="0" len="51" />
<note pan="0" key="57" vol="100" pos="48" len="51" />
<note pan="0" key="56" vol="100" pos="96" len="51" />
<note pan="0" key="57" vol="100" pos="192" len="99" />
<note pan="0" key="59" vol="100" pos="288" len="51" />
<note pan="0" key="54" vol="100" pos="336" len="48" />
</pattern>
<pattern steps="16" muted="0" type="1" name="space_strings02.ogg" pos="8064" len="384" frozen="0" >
<note pan="0" key="56" vol="100" pos="0" len="51" />
<note pan="0" key="57" vol="100" pos="48" len="51" />
<note pan="0" key="56" vol="100" pos="96" len="51" />
<note pan="0" key="57" vol="100" pos="192" len="99" />
<note pan="0" key="59" vol="100" pos="288" len="51" />
<note pan="0" key="54" vol="100" pos="336" len="48" />
</pattern>
<pattern steps="16" muted="0" type="1" name="space_strings02.ogg" pos="3072" len="768" frozen="0" >
<note pan="0" key="57" vol="100" pos="0" len="96" />
<note pan="0" key="59" vol="100" pos="96" len="96" />
<note pan="0" key="55" vol="100" pos="192" len="96" />
<note pan="0" key="50" vol="100" pos="288" len="96" />
<note pan="0" key="45" vol="100" pos="384" len="144" />
<note pan="0" key="60" vol="100" pos="384" len="144" />
<note pan="0" key="45" vol="100" pos="528" len="48" />
<note pan="0" key="57" vol="100" pos="528" len="48" />
<note pan="0" key="57" vol="100" pos="576" len="192" />
<note pan="0" key="45" vol="100" pos="576" len="192" />
</pattern>
<pattern steps="16" muted="0" type="1" name="space_strings02.ogg" pos="11136" len="768" frozen="0" >
<note pan="0" key="45" vol="100" pos="0" len="768" />
</pattern>
<pattern steps="16" muted="0" type="1" name="space_strings02.ogg" pos="7296" len="768" frozen="0" >
<note pan="0" key="56" vol="100" pos="0" len="96" />
<note pan="0" key="55" vol="100" pos="96" len="96" />
<note pan="0" key="54" vol="100" pos="192" len="96" />
<note pan="0" key="49" vol="100" pos="288" len="96" />
<note pan="0" key="34" vol="100" pos="384" len="144" />
<note pan="0" key="47" vol="100" pos="384" len="144" />
<note pan="0" key="34" vol="100" pos="528" len="48" />
<note pan="0" key="44" vol="100" pos="531" len="48" />
<note pan="0" key="34" vol="100" pos="579" len="186" />
<note pan="0" key="44" vol="100" pos="579" len="186" />
</pattern>
<pattern steps="16" muted="0" type="1" name="space_strings02.ogg" pos="10752" len="768" frozen="0" >
<note pan="0" key="56" vol="100" pos="0" len="96" />
<note pan="0" key="55" vol="100" pos="96" len="96" />
<note pan="0" key="54" vol="100" pos="192" len="96" />
<note pan="0" key="49" vol="100" pos="288" len="96" />
<note pan="0" key="34" vol="100" pos="384" len="144" />
<note pan="0" key="47" vol="100" pos="384" len="144" />
<note pan="0" key="34" vol="100" pos="528" len="48" />
<note pan="0" key="44" vol="100" pos="531" len="48" />
<note pan="0" key="34" vol="100" pos="579" len="186" />
<note pan="0" key="44" vol="100" pos="579" len="186" />
</pattern>
</track>
<track muted="0" type="1" name="Slow beat" >
<bbtrack/>
<bbtco muted="0" name="BaseBeat Master" pos="11136" color="4286840707" len="768" />
<bbtco muted="0" name="BaseBeat Master" pos="12288" color="4286840707" len="768" />
<bbtco muted="0" name="BaseBeat Master" pos="15360" color="4286840707" len="384" />
<bbtco muted="0" name="Slow beat" pos="17856" color="4286840707" len="192" />
<bbtco muted="0" name="Slow beat" pos="3840" color="4282417407" len="384" />
<bbtco muted="0" name="Slow beat" pos="13440" color="4286840707" len="768" />
<bbtco muted="0" name="Slow beat" pos="2688" color="4282417407" len="384" />
</track>
<track muted="0" type="1" name="Fast beat" >
<bbtrack/>
<bbtco muted="0" name="Beat/Baseline 3" pos="16896" color="4290148351" len="384" />
<bbtco muted="0" name="Fast beat down a bit" pos="4224" color="4282417407" len="384" />
<bbtco muted="0" name="Fast beat down a bit" pos="4992" color="4282417407" len="384" />
<bbtco muted="0" name="Fast beat down a bit" pos="14208" color="4282417407" len="384" />
<bbtco muted="0" name="Fast beat down a bit" pos="14976" color="4282417407" len="384" />
<bbtco muted="0" name="Fast beat" pos="9600" color="4282417407" len="384" />
<bbtco muted="0" name="Fast beat" pos="8832" color="4282417407" len="384" />
<bbtco muted="0" name="Fast beat" pos="13056" color="4282417407" len="384" />
</track>
<track muted="0" type="1" name="Fast Beat" >
<bbtrack/>
<bbtco muted="0" name="Base Beat Up 1" pos="16512" color="4294639456" len="384" />
<bbtco muted="0" name="Base Beat Up 1" pos="17280" color="4282417407" len="384" />
<bbtco muted="0" name="Fast Beat" pos="4608" color="4282417407" len="384" />
<bbtco muted="0" name="Fast Beat" pos="10368" color="4282417407" len="768" />
<bbtco muted="0" name="Fast Beat" pos="5760" color="4282417407" len="768" />
<bbtco muted="0" name="Fast Beat" pos="11904" color="4282417407" len="384" />
<bbtco muted="0" name="Fast Beat" pos="6912" color="4282417407" len="1920" />
</track>
<track muted="0" type="1" name="Fast beat Up" >
<bbtrack/>
<bbtco muted="0" name="Beat/Baseline 2" pos="9216" color="4285209108" len="384" />
<bbtco muted="0" name="Fast beat Up" pos="5376" color="4282845959" len="384" />
<bbtco muted="0" name="Fast beat Up" pos="9984" color="4285209108" len="384" />
<bbtco muted="0" name="Fast beat Up" pos="6528" color="4282845959" len="384" />
<bbtco muted="0" name="Fast beat Up" pos="14592" color="4285209108" len="384" />
</track>
</trackcontainer>
<track muted="0" type="6" name="Automation track" >
<automationtrack/>
<automationpattern name="Tempo" pos="0" >
<time value="140" pos="0" />
<object id="5589519" />
</automationpattern>
<automationpattern name="Master volume" pos="0" >
<time value="100" pos="0" />
<object id="9588102" />
</automationpattern>
<automationpattern name="Master pitch" pos="0" >
<time value="0" pos="0" />
<object id="5435261" />
</automationpattern>
</track>
<fxmixer>
<fxchannel num="0" muted="0" volume="0.67" name="Master" >
<fxchain numofeffects="0" enabled="0" />
</fxchannel>
<fxchannel num="1" muted="0" volume="1" name="FX 1" >
<fxchain numofeffects="0" enabled="0" />
</fxchannel>
<fxchannel num="2" muted="0" volume="1" name="FX 2" >
<fxchain numofeffects="0" enabled="0" />
</fxchannel>
<fxchannel num="3" muted="0" volume="1" name="FX 3" >
<fxchain numofeffects="0" enabled="0" />
</fxchannel>
<fxchannel num="4" muted="0" volume="1" name="FX 4" >
<fxchain numofeffects="0" enabled="0" />
</fxchannel>
<fxchannel num="5" muted="0" volume="1" name="FX 5" >
<fxchain numofeffects="0" enabled="0" />
</fxchannel>
<fxchannel num="6" muted="0" volume="1" name="FX 6" >
<fxchain numofeffects="0" enabled="0" />
</fxchannel>
<fxchannel num="7" muted="0" volume="1" name="FX 7" >
<fxchain numofeffects="0" enabled="0" />
</fxchannel>
<fxchannel num="8" muted="0" volume="1" name="FX 8" >
<fxchain numofeffects="0" enabled="0" />
</fxchannel>
<fxchannel num="9" muted="0" volume="1" name="FX 9" >
<fxchain numofeffects="0" enabled="0" />
</fxchannel>
<fxchannel num="10" muted="0" volume="1" name="FX 10" >
<fxchain numofeffects="0" enabled="0" />
</fxchannel>
<fxchannel num="11" muted="0" volume="1" name="FX 11" >
<fxchain numofeffects="0" enabled="0" />
</fxchannel>
<fxchannel num="12" muted="0" volume="1" name="FX 12" >
<fxchain numofeffects="0" enabled="0" />
</fxchannel>
<fxchannel num="13" muted="0" volume="1" name="FX 13" >
<fxchain numofeffects="0" enabled="0" />
</fxchannel>
<fxchannel num="14" muted="0" volume="1" name="FX 14" >
<fxchain numofeffects="0" enabled="0" />
</fxchannel>
<fxchannel num="15" muted="0" volume="1" name="FX 15" >
<fxchain numofeffects="0" enabled="0" />
</fxchannel>
<fxchannel num="16" muted="0" volume="1" name="FX 16" >
<fxchain numofeffects="0" enabled="0" />
</fxchannel>
<fxchannel num="17" muted="0" volume="1" name="FX 17" >
<fxchain numofeffects="0" enabled="0" />
</fxchannel>
<fxchannel num="18" muted="0" volume="1" name="FX 18" >
<fxchain numofeffects="0" enabled="0" />
</fxchannel>
<fxchannel num="19" muted="0" volume="1" name="FX 19" >
<fxchain numofeffects="0" enabled="0" />
</fxchannel>
<fxchannel num="20" muted="0" volume="1" name="FX 20" >
<fxchain numofeffects="0" enabled="0" />
</fxchannel>
<fxchannel num="21" muted="0" volume="1" name="FX 21" >
<fxchain numofeffects="0" enabled="0" />
</fxchannel>
<fxchannel num="22" muted="0" volume="1" name="FX 22" >
<fxchain numofeffects="0" enabled="0" />
</fxchannel>
<fxchannel num="23" muted="0" volume="1" name="FX 23" >
<fxchain numofeffects="0" enabled="0" />
</fxchannel>
<fxchannel num="24" muted="0" volume="1" name="FX 24" >
<fxchain numofeffects="0" enabled="0" />
</fxchannel>
<fxchannel num="25" muted="0" volume="1" name="FX 25" >
<fxchain numofeffects="0" enabled="0" />
</fxchannel>
<fxchannel num="26" muted="0" volume="1" name="FX 26" >
<fxchain numofeffects="0" enabled="0" />
</fxchannel>
<fxchannel num="27" muted="0" volume="1" name="FX 27" >
<fxchain numofeffects="0" enabled="0" />
</fxchannel>
<fxchannel num="28" muted="0" volume="1" name="FX 28" >
<fxchain numofeffects="0" enabled="0" />
</fxchannel>
<fxchannel num="29" muted="0" volume="1" name="FX 29" >
<fxchain numofeffects="0" enabled="0" />
</fxchannel>
<fxchannel num="30" muted="0" volume="1" name="FX 30" >
<fxchain numofeffects="0" enabled="0" />
</fxchannel>
<fxchannel num="31" muted="0" volume="1" name="FX 31" >
<fxchain numofeffects="0" enabled="0" />
</fxchannel>
<fxchannel num="32" muted="0" volume="1" name="FX 32" >
<fxchain numofeffects="0" enabled="0" />
</fxchannel>
<fxchannel num="33" muted="0" volume="1" name="FX 33" >
<fxchain numofeffects="0" enabled="0" />
</fxchannel>
<fxchannel num="34" muted="0" volume="1" name="FX 34" >
<fxchain numofeffects="0" enabled="0" />
</fxchannel>
<fxchannel num="35" muted="0" volume="1" name="FX 35" >
<fxchain numofeffects="0" enabled="0" />
</fxchannel>
<fxchannel num="36" muted="0" volume="1" name="FX 36" >
<fxchain numofeffects="0" enabled="0" />
</fxchannel>
<fxchannel num="37" muted="0" volume="1" name="FX 37" >
<fxchain numofeffects="0" enabled="0" />
</fxchannel>
<fxchannel num="38" muted="0" volume="1" name="FX 38" >
<fxchain numofeffects="0" enabled="0" />
</fxchannel>
<fxchannel num="39" muted="0" volume="1" name="FX 39" >
<fxchain numofeffects="0" enabled="0" />
</fxchannel>
<fxchannel num="40" muted="0" volume="1" name="FX 40" >
<fxchain numofeffects="0" enabled="0" />
</fxchannel>
<fxchannel num="41" muted="0" volume="1" name="FX 41" >
<fxchain numofeffects="0" enabled="0" />
</fxchannel>
<fxchannel num="42" muted="0" volume="1" name="FX 42" >
<fxchain numofeffects="0" enabled="0" />
</fxchannel>
<fxchannel num="43" muted="0" volume="1" name="FX 43" >
<fxchain numofeffects="0" enabled="0" />
</fxchannel>
<fxchannel num="44" muted="0" volume="1" name="FX 44" >
<fxchain numofeffects="0" enabled="0" />
</fxchannel>
<fxchannel num="45" muted="0" volume="1" name="FX 45" >
<fxchain numofeffects="0" enabled="0" />
</fxchannel>
<fxchannel num="46" muted="0" volume="1" name="FX 46" >
<fxchain numofeffects="0" enabled="0" />
</fxchannel>
<fxchannel num="47" muted="0" volume="1" name="FX 47" >
<fxchain numofeffects="0" enabled="0" />
</fxchannel>
<fxchannel num="48" muted="0" volume="1" name="FX 48" >
<fxchain numofeffects="0" enabled="0" />
</fxchannel>
<fxchannel num="49" muted="0" volume="1" name="FX 49" >
<fxchain numofeffects="0" enabled="0" />
</fxchannel>
<fxchannel num="50" muted="0" volume="1" name="FX 50" >
<fxchain numofeffects="0" enabled="0" />
</fxchannel>
<fxchannel num="51" muted="0" volume="1" name="FX 51" >
<fxchain numofeffects="0" enabled="0" />
</fxchannel>
<fxchannel num="52" muted="0" volume="1" name="FX 52" >
<fxchain numofeffects="0" enabled="0" />
</fxchannel>
<fxchannel num="53" muted="0" volume="1" name="FX 53" >
<fxchain numofeffects="0" enabled="0" />
</fxchannel>
<fxchannel num="54" muted="0" volume="1" name="FX 54" >
<fxchain numofeffects="0" enabled="0" />
</fxchannel>
<fxchannel num="55" muted="0" volume="1" name="FX 55" >
<fxchain numofeffects="0" enabled="0" />
</fxchannel>
<fxchannel num="56" muted="0" volume="1" name="FX 56" >
<fxchain numofeffects="0" enabled="0" />
</fxchannel>
<fxchannel num="57" muted="0" volume="1" name="FX 57" >
<fxchain numofeffects="0" enabled="0" />
</fxchannel>
<fxchannel num="58" muted="0" volume="1" name="FX 58" >
<fxchain numofeffects="0" enabled="0" />
</fxchannel>
<fxchannel num="59" muted="0" volume="1" name="FX 59" >
<fxchain numofeffects="0" enabled="0" />
</fxchannel>
<fxchannel num="60" muted="0" volume="1" name="FX 60" >
<fxchain numofeffects="0" enabled="0" />
</fxchannel>
<fxchannel num="61" muted="0" volume="1" name="FX 61" >
<fxchain numofeffects="0" enabled="0" />
</fxchannel>
<fxchannel num="62" muted="0" volume="1" name="FX 62" >
<fxchain numofeffects="0" enabled="0" />
</fxchannel>
<fxchannel num="63" muted="0" volume="1" name="FX 63" >
<fxchain numofeffects="0" enabled="0" />
</fxchannel>
<fxchannel num="64" muted="0" volume="1" name="FX 64" >
<fxchain numofeffects="0" enabled="0" />
</fxchannel>
</fxmixer>
<pianoroll width="840" x="-11" y="0" height="480" visible="0" />
<automationeditor width="740" x="0" y="0" height="480" visible="0" />
<projectnotes width="100" x="0" y="0" height="100" visible="0" ><![CDATA[<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
<html><head><meta name="qrichtext" content="1" /><style type="text/css">
p, li { white-space: pre-wrap; }
</style></head><body style=" font-family:'DejaVu Sans'; font-size:9pt; font-weight:400; font-style:normal;">
<p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Helvetica'; font-size:11pt;">Just trying to get the hang of the beat/baseline capabilities. </p>
<p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Helvetica'; font-size:11pt;">gert.vandelaer@gmail.com</p></body></html>]]></projectnotes>
<timeline lp1pos="192" lp0pos="0" lpstate="0" />
<controllers/>
</song>
</multimedia-project>

View File

@@ -1,677 +0,0 @@
<?xml version="1.0"?>
<!DOCTYPE multimedia-project>
<multimedia-project version="1.0" creator="Linux MultiMedia Studio (LMMS)" creatorversion="0.4.0-beta" type="song" >
<head timesig_numerator="4" mastervol="98" timesig_denominator="4" bpm="140" masterpitch="0" />
<song>
<trackcontainer type="song" >
<track muted="0" type="1" name="basebeat_0" >
<bbtrack>
<trackcontainer type="bbtrackcontainer" >
<track muted="0" type="0" name="bassdrum03.ogg" >
<instrumenttrack pan="0" fxch="0" pitch="0" basenote="57" vol="59" >
<instrument name="audiofileprocessor" >
<audiofileprocessor reversed="0" looped="0" eframe="0.998655" sframe="0" src="drums/bassdrum03.ogg" amp="100" />
</instrument>
<eldata fres="0.5" ftype="0" fcut="14000" fwet="0" >
<elvol lspd_denominator="1" pdel="0" userwavefile="" dec="0.499" lamt="0" syncmode="0" latt="0" rel="0.1" sus="0.499" amt="0" x100="0" att="0" lpdel="0" hold="0.499" lshp="0" lspd="0.1" ctlenvamt="0" lspd_numerator="1" />
<elcut lspd_denominator="1" pdel="0" userwavefile="" dec="0.499" lamt="0" syncmode="0" latt="0" rel="0.1" sus="0.499" amt="0" x100="0" att="0" lpdel="0" hold="0.499" lshp="0" lspd="0.1" ctlenvamt="0" lspd_numerator="1" />
<elres lspd_denominator="1" pdel="0" userwavefile="" dec="0.499" lamt="0" syncmode="0" latt="0" rel="0.1" sus="0.499" amt="0" x100="0" att="0" lpdel="0" hold="0.499" lshp="0" lspd="0.1" ctlenvamt="0" lspd_numerator="1" />
</eldata>
<chordcreator chord="0" chordrange="1" chord-enabled="0" />
<arpeggiator arptime="100" arprange="1" arptime_denominator="1" syncmode="0" arpmode="0" arp-enabled="0" arp="0" arptime_numerator="1" arpdir="0" arpgate="100" />
<midiport inputcontroller="0" inputchannel="0" outputcontroller="0" writable="0" outputchannel="1" defvelout="0" readable="0" defvelin="0" />
<fxchain numofeffects="0" enabled="0" />
</instrumenttrack>
<pattern steps="16" muted="0" type="0" name="bassdrum03.ogg" pos="0" len="192" frozen="0" >
<note pan="0" key="57" vol="100" pos="0" len="-192" />
<note pan="0" key="57" vol="100" pos="48" len="-192" />
<note pan="0" key="57" vol="100" pos="96" len="-192" />
<note pan="0" key="57" vol="100" pos="144" len="-192" />
</pattern>
<pattern steps="16" muted="0" type="0" name="bassdrum03.ogg" pos="192" len="192" frozen="0" />
<pattern steps="16" muted="0" type="0" name="bassdrum03.ogg" pos="384" len="192" frozen="0" />
<pattern steps="16" muted="0" type="0" name="bassdrum03.ogg" pos="576" len="192" frozen="0" />
<pattern steps="16" muted="0" type="0" name="bassdrum03.ogg" pos="768" len="192" frozen="0" />
<pattern steps="16" muted="0" type="0" name="bassdrum03.ogg" pos="960" len="192" frozen="0" />
<pattern steps="16" muted="0" type="0" name="bassdrum03.ogg" pos="1152" len="192" frozen="0" />
<pattern steps="16" muted="0" type="0" name="bassdrum03.ogg" pos="1344" len="192" frozen="0" >
<note pan="0" key="57" vol="100" pos="48" len="-192" />
<note pan="0" key="57" vol="100" pos="144" len="-192" />
</pattern>
<pattern steps="16" muted="0" type="0" name="bassdrum03.ogg" pos="1536" len="192" frozen="0" />
</track>
<track muted="0" type="0" name="clav01.ogg" >
<instrumenttrack pan="-100" fxch="0" pitch="0" basenote="57" vol="59" >
<instrument name="audiofileprocessor" >
<audiofileprocessor reversed="0" looped="0" eframe="0.995311" sframe="0" src="drums/clav01.ogg" amp="100" />
</instrument>
<eldata fres="0.5" ftype="0" fcut="14000" fwet="0" >
<elvol lspd_denominator="1" pdel="0" userwavefile="" dec="0.499" lamt="0" syncmode="0" latt="0" rel="0.1" sus="0.499" amt="0" x100="0" att="0" lpdel="0" hold="0.499" lshp="0" lspd="0.1" ctlenvamt="0" lspd_numerator="1" />
<elcut lspd_denominator="1" pdel="0" userwavefile="" dec="0.499" lamt="0" syncmode="0" latt="0" rel="0.1" sus="0.499" amt="0" x100="0" att="0" lpdel="0" hold="0.499" lshp="0" lspd="0.1" ctlenvamt="0" lspd_numerator="1" />
<elres lspd_denominator="1" pdel="0" userwavefile="" dec="0.499" lamt="0" syncmode="0" latt="0" rel="0.1" sus="0.499" amt="0" x100="0" att="0" lpdel="0" hold="0.499" lshp="0" lspd="0.1" ctlenvamt="0" lspd_numerator="1" />
</eldata>
<chordcreator chord="0" chordrange="1" chord-enabled="0" />
<arpeggiator arptime="100" arprange="1" arptime_denominator="1" syncmode="0" arpmode="0" arp-enabled="0" arp="0" arptime_numerator="1" arpdir="0" arpgate="100" />
<midiport inputcontroller="0" inputchannel="0" outputcontroller="0" writable="0" outputchannel="1" defvelout="0" readable="0" defvelin="0" />
<fxchain numofeffects="0" enabled="0" />
</instrumenttrack>
<pattern steps="16" muted="0" type="0" name="clav01.ogg" pos="0" len="192" frozen="0" >
<note pan="0" key="57" vol="100" pos="60" len="-192" />
<note pan="0" key="57" vol="100" pos="72" len="-192" />
<note pan="0" key="57" vol="100" pos="84" len="-192" />
</pattern>
<pattern steps="16" muted="0" type="0" name="clav01.ogg" pos="192" len="192" frozen="0" />
<pattern steps="16" muted="0" type="0" name="clav01.ogg" pos="384" len="192" frozen="0" />
<pattern steps="16" muted="0" type="0" name="clav01.ogg" pos="576" len="192" frozen="0" />
<pattern steps="16" muted="0" type="0" name="clav01.ogg" pos="768" len="192" frozen="0" />
<pattern steps="16" muted="0" type="0" name="clav01.ogg" pos="960" len="192" frozen="0" />
<pattern steps="16" muted="0" type="0" name="clav01.ogg" pos="1152" len="192" frozen="0" />
<pattern steps="16" muted="0" type="0" name="clav01.ogg" pos="1344" len="192" frozen="0" >
<note pan="0" key="57" vol="100" pos="96" len="-192" />
</pattern>
<pattern steps="16" muted="0" type="0" name="clav01.ogg" pos="1536" len="192" frozen="0" />
</track>
<track muted="0" type="0" name="clav02.ogg" >
<instrumenttrack pan="100" fxch="0" pitch="0" basenote="57" vol="59" >
<instrument name="audiofileprocessor" >
<audiofileprocessor reversed="0" looped="0" eframe="0.996739" sframe="0" src="drums/clav02.ogg" amp="100" />
</instrument>
<eldata fres="0.5" ftype="0" fcut="14000" fwet="0" >
<elvol lspd_denominator="1" pdel="0" userwavefile="" dec="0.499" lamt="0" syncmode="0" latt="0" rel="0.1" sus="0.499" amt="0" x100="0" att="0" lpdel="0" hold="0.499" lshp="0" lspd="0.1" ctlenvamt="0" lspd_numerator="1" />
<elcut lspd_denominator="1" pdel="0" userwavefile="" dec="0.499" lamt="0" syncmode="0" latt="0" rel="0.1" sus="0.499" amt="0" x100="0" att="0" lpdel="0" hold="0.499" lshp="0" lspd="0.1" ctlenvamt="0" lspd_numerator="1" />
<elres lspd_denominator="1" pdel="0" userwavefile="" dec="0.499" lamt="0" syncmode="0" latt="0" rel="0.1" sus="0.499" amt="0" x100="0" att="0" lpdel="0" hold="0.499" lshp="0" lspd="0.1" ctlenvamt="0" lspd_numerator="1" />
</eldata>
<chordcreator chord="0" chordrange="1" chord-enabled="0" />
<arpeggiator arptime="100" arprange="1" arptime_denominator="1" syncmode="0" arpmode="0" arp-enabled="0" arp="0" arptime_numerator="1" arpdir="0" arpgate="100" />
<midiport inputcontroller="0" inputchannel="0" outputcontroller="0" writable="0" outputchannel="1" defvelout="0" readable="0" defvelin="0" />
<fxchain numofeffects="0" enabled="0" />
</instrumenttrack>
<pattern steps="16" muted="0" type="0" name="clav02.ogg" pos="0" len="192" frozen="0" >
<note pan="0" key="57" vol="100" pos="108" len="-192" />
<note pan="0" key="57" vol="100" pos="120" len="-192" />
<note pan="0" key="57" vol="100" pos="132" len="-192" />
<note pan="0" key="57" vol="100" pos="144" len="-192" />
</pattern>
<pattern steps="16" muted="0" type="0" name="clav02.ogg" pos="192" len="192" frozen="0" />
<pattern steps="16" muted="0" type="0" name="clav02.ogg" pos="384" len="192" frozen="0" />
<pattern steps="16" muted="0" type="0" name="clav02.ogg" pos="576" len="192" frozen="0" />
<pattern steps="16" muted="0" type="0" name="clav02.ogg" pos="768" len="192" frozen="0" />
<pattern steps="16" muted="0" type="0" name="clav02.ogg" pos="960" len="192" frozen="0" />
<pattern steps="16" muted="0" type="0" name="clav02.ogg" pos="1152" len="192" frozen="0" />
<pattern steps="16" muted="0" type="0" name="clav02.ogg" pos="1344" len="192" frozen="0" >
<note pan="0" key="57" vol="100" pos="132" len="-192" />
<note pan="0" key="57" vol="100" pos="144" len="-192" />
</pattern>
<pattern steps="16" muted="0" type="0" name="clav02.ogg" pos="1536" len="192" frozen="0" />
</track>
<track muted="0" type="0" name="kick_distorted01.ogg" >
<instrumenttrack pan="0" fxch="0" pitch="0" basenote="57" vol="71" >
<instrument name="audiofileprocessor" >
<audiofileprocessor reversed="0" looped="0" eframe="0.999239" sframe="0" src="drums/kick_distorted01.ogg" amp="100" />
</instrument>
<eldata fres="0.5" ftype="0" fcut="14000" fwet="0" >
<elvol lspd_denominator="1" pdel="0" userwavefile="" dec="0.499" lamt="0" syncmode="0" latt="0" rel="0.1" sus="0.499" amt="0" x100="0" att="0" lpdel="0" hold="0.499" lshp="0" lspd="0.1" ctlenvamt="0" lspd_numerator="1" />
<elcut lspd_denominator="1" pdel="0" userwavefile="" dec="0.499" lamt="0" syncmode="0" latt="0" rel="0.1" sus="0.499" amt="0" x100="0" att="0" lpdel="0" hold="0.499" lshp="0" lspd="0.1" ctlenvamt="0" lspd_numerator="1" />
<elres lspd_denominator="1" pdel="0" userwavefile="" dec="0.499" lamt="0" syncmode="0" latt="0" rel="0.1" sus="0.499" amt="0" x100="0" att="0" lpdel="0" hold="0.499" lshp="0" lspd="0.1" ctlenvamt="0" lspd_numerator="1" />
</eldata>
<chordcreator chord="0" chordrange="1" chord-enabled="0" />
<arpeggiator arptime="100" arprange="1" arptime_denominator="1" syncmode="0" arpmode="0" arp-enabled="0" arp="0" arptime_numerator="1" arpdir="0" arpgate="100" />
<midiport inputcontroller="0" inputchannel="0" outputcontroller="0" writable="0" outputchannel="1" defvelout="0" readable="0" defvelin="0" />
<fxchain numofeffects="0" enabled="0" />
</instrumenttrack>
<pattern steps="16" muted="0" type="0" name="kick_distorted01.ogg" pos="0" len="192" frozen="0" >
<note pan="0" key="57" vol="100" pos="0" len="-192" />
<note pan="0" key="57" vol="100" pos="48" len="-192" />
<note pan="0" key="57" vol="100" pos="96" len="-192" />
<note pan="0" key="57" vol="100" pos="144" len="-192" />
</pattern>
<pattern steps="16" muted="0" type="0" name="kick_distorted01.ogg" pos="192" len="192" frozen="0" />
<pattern steps="16" muted="0" type="0" name="kick_distorted01.ogg" pos="384" len="192" frozen="0" />
<pattern steps="16" muted="0" type="0" name="kick_distorted01.ogg" pos="576" len="192" frozen="0" />
<pattern steps="16" muted="0" type="0" name="kick_distorted01.ogg" pos="768" len="192" frozen="0" />
<pattern steps="16" muted="0" type="0" name="kick_distorted01.ogg" pos="960" len="192" frozen="0" />
<pattern steps="16" muted="0" type="0" name="kick_distorted01.ogg" pos="1152" len="192" frozen="0" />
<pattern steps="16" muted="0" type="0" name="kick_distorted01.ogg" pos="1344" len="192" frozen="0" >
<note pan="0" key="57" vol="100" pos="48" len="-192" />
<note pan="0" key="57" vol="100" pos="144" len="-192" />
</pattern>
<pattern steps="16" muted="0" type="0" name="kick_distorted01.ogg" pos="1536" len="192" frozen="0" />
</track>
<track muted="0" type="0" name="snare_rim01.ogg" >
<instrumenttrack pan="0" fxch="0" pitch="0" basenote="57" vol="116" >
<instrument name="audiofileprocessor" >
<audiofileprocessor reversed="0" looped="0" eframe="0.998133" sframe="0" src="drums/snare_rim01.ogg" amp="100" />
</instrument>
<eldata fres="0.5" ftype="0" fcut="14000" fwet="0" >
<elvol lspd_denominator="1" pdel="0" userwavefile="" dec="0.499" lamt="0" syncmode="0" latt="0" rel="0.1" sus="0.499" amt="0" x100="0" att="0" lpdel="0" hold="0.499" lshp="0" lspd="0.1" ctlenvamt="0" lspd_numerator="1" />
<elcut lspd_denominator="1" pdel="0" userwavefile="" dec="0.499" lamt="0" syncmode="0" latt="0" rel="0.1" sus="0.499" amt="0" x100="0" att="0" lpdel="0" hold="0.499" lshp="0" lspd="0.1" ctlenvamt="0" lspd_numerator="1" />
<elres lspd_denominator="1" pdel="0" userwavefile="" dec="0.499" lamt="0" syncmode="0" latt="0" rel="0.1" sus="0.499" amt="0" x100="0" att="0" lpdel="0" hold="0.499" lshp="0" lspd="0.1" ctlenvamt="0" lspd_numerator="1" />
</eldata>
<chordcreator chord="0" chordrange="1" chord-enabled="0" />
<arpeggiator arptime="100" arprange="1" arptime_denominator="1" syncmode="0" arpmode="0" arp-enabled="0" arp="0" arptime_numerator="1" arpdir="0" arpgate="100" />
<midiport inputcontroller="0" inputchannel="0" outputcontroller="0" writable="0" outputchannel="1" defvelout="0" readable="0" defvelin="0" />
<fxchain numofeffects="0" enabled="0" />
</instrumenttrack>
<pattern steps="16" muted="0" type="0" name="snare_rim01.ogg" pos="0" len="192" frozen="0" >
<note pan="0" key="57" vol="100" pos="0" len="-192" />
<note pan="0" key="57" vol="100" pos="24" len="-192" />
<note pan="0" key="57" vol="100" pos="48" len="-192" />
<note pan="0" key="57" vol="100" pos="84" len="-192" />
<note pan="0" key="57" vol="100" pos="120" len="-192" />
<note pan="0" key="57" vol="100" pos="132" len="-192" />
<note pan="0" key="57" vol="100" pos="144" len="-192" />
<note pan="0" key="57" vol="100" pos="168" len="-192" />
</pattern>
<pattern steps="16" muted="0" type="0" name="snare_rim01.ogg" pos="192" len="192" frozen="0" />
<pattern steps="16" muted="0" type="0" name="snare_rim01.ogg" pos="384" len="192" frozen="0" />
<pattern steps="16" muted="0" type="0" name="snare_rim01.ogg" pos="576" len="192" frozen="0" />
<pattern steps="16" muted="0" type="0" name="snare_rim01.ogg" pos="768" len="192" frozen="0" />
<pattern steps="16" muted="0" type="0" name="snare_rim01.ogg" pos="960" len="192" frozen="0" />
<pattern steps="16" muted="0" type="0" name="snare_rim01.ogg" pos="1152" len="192" frozen="0" />
<pattern steps="16" muted="0" type="0" name="snare_rim01.ogg" pos="1344" len="192" frozen="0" />
<pattern steps="16" muted="0" type="0" name="snare_rim01.ogg" pos="1536" len="192" frozen="0" />
</track>
<track muted="0" type="0" name="Analog Times" >
<instrumenttrack pan="0" fxch="0" pitch="0" basenote="69" vol="53" >
<instrument name="tripleoscillator" >
<tripleoscillator phoffset2="0" userwavefile0="samples/empty.wav" finer0="0" userwavefile1="samples/empty.wav" finer1="13" userwavefile2="samples/empty.wav" finer2="-3" coarse0="0" coarse1="0" coarse2="0" finel0="0" finel1="-14" modalgo1="2" modalgo2="2" finel2="0" pan0="0" modalgo3="0" pan1="0" stphdetun0="0" pan2="0" stphdetun1="50" wavetype0="2" stphdetun2="0" wavetype1="2" wavetype2="2" vol0="100" vol1="100" phoffset0="0" phoffset1="0" vol2="100" />
</instrument>
<eldata fres="0.01" ftype="6" fcut="1118" fwet="1" >
<elvol lspd_denominator="1" pdel="0" userwavefile="" dec="0.296" lamt="0" syncmode="0" latt="0" rel="0.209" sus="0" amt="1" x100="0" att="0" lpdel="0" hold="0" lshp="0" lspd="0.0917" ctlenvamt="0" lspd_numerator="1" />
<elcut lspd_denominator="1" pdel="0" userwavefile="" dec="0.223" lamt="0.145" syncmode="0" latt="0" rel="0" sus="0.998" amt="0.655" x100="0" att="0" lpdel="0" hold="0" lshp="1" lspd="0.67" ctlenvamt="0" lspd_numerator="1" />
<elres lspd_denominator="1" pdel="0" userwavefile="" dec="0.499" lamt="-0.01" syncmode="0" latt="0" rel="0.1" sus="0.499" amt="0" x100="0" att="0" lpdel="0" hold="0" lshp="1" lspd="0.01" ctlenvamt="0" lspd_numerator="1" />
</eldata>
<chordcreator chord="0" chordrange="1" chord-enabled="0" />
<arpeggiator arptime="100" arprange="3" arptime_denominator="1" syncmode="0" arpmode="0" arp-enabled="0" arp="0" arptime_numerator="1" arpdir="1" arpgate="100" />
<midiport inputcontroller="0" inputchannel="0" outputcontroller="0" writable="0" outputchannel="1" defvelout="0" readable="0" defvelin="0" />
<fxchain numofeffects="0" enabled="0" />
</instrumenttrack>
<pattern steps="16" muted="0" type="0" name="Analog Times" pos="0" len="192" frozen="0" />
<pattern steps="16" muted="0" type="1" name="Analog Times" pos="192" len="192" frozen="0" >
<note pan="0" key="40" vol="100" pos="0" len="12" />
<note pan="0" key="27" vol="100" pos="12" len="12" />
<note pan="0" key="40" vol="100" pos="21" len="12" />
<note pan="0" key="27" vol="100" pos="36" len="12" />
<note pan="0" key="40" vol="100" pos="48" len="12" />
<note pan="0" key="42" vol="100" pos="60" len="12" />
<note pan="0" key="30" vol="100" pos="60" len="12" />
<note pan="0" key="42" vol="100" pos="84" len="12" />
<note pan="0" key="42" vol="100" pos="108" len="12" />
<note pan="0" key="42" vol="100" pos="132" len="12" />
<note pan="0" key="30" vol="100" pos="144" len="12" />
<note pan="0" key="42" vol="100" pos="144" len="12" />
<note pan="0" key="42" vol="100" pos="156" len="12" />
<note pan="0" key="42" vol="100" pos="180" len="12" />
<note pan="0" key="30" vol="100" pos="180" len="12" />
</pattern>
<pattern steps="16" muted="0" type="0" name="Analog Times" pos="384" len="192" frozen="0" />
<pattern steps="16" muted="0" type="0" name="Analog Times" pos="576" len="192" frozen="0" />
<pattern steps="16" muted="0" type="0" name="Analog Times" pos="768" len="192" frozen="0" />
<pattern steps="16" muted="0" type="0" name="Analog Times" pos="960" len="192" frozen="0" />
<pattern steps="16" muted="0" type="0" name="Analog Times" pos="1152" len="192" frozen="0" />
<pattern steps="16" muted="0" type="0" name="Analog Times" pos="1344" len="192" frozen="0" />
<pattern steps="16" muted="0" type="0" name="Analog Times" pos="1536" len="192" frozen="0" />
</track>
<track muted="0" type="0" name="Analog Times" >
<instrumenttrack pan="0" fxch="0" pitch="0" basenote="65" vol="53" >
<instrument name="tripleoscillator" >
<tripleoscillator phoffset2="0" userwavefile0="samples/empty.wav" finer0="0" userwavefile1="samples/empty.wav" finer1="13" userwavefile2="samples/empty.wav" finer2="-3" coarse0="0" coarse1="0" coarse2="0" finel0="0" finel1="-14" modalgo1="2" modalgo2="2" finel2="0" pan0="0" modalgo3="0" pan1="0" stphdetun0="0" pan2="0" stphdetun1="50" wavetype0="2" stphdetun2="0" wavetype1="2" wavetype2="2" vol0="100" vol1="100" phoffset0="0" phoffset1="0" vol2="100" />
</instrument>
<eldata fres="0.01" ftype="6" fcut="1118" fwet="1" >
<elvol lspd_denominator="1" pdel="0" userwavefile="" dec="0.296" lamt="0" syncmode="0" latt="0" rel="0.209" sus="0" amt="1" x100="0" att="0" lpdel="0" hold="0" lshp="0" lspd="0.0917" ctlenvamt="0" lspd_numerator="1" />
<elcut lspd_denominator="1" pdel="0" userwavefile="" dec="0.223" lamt="0.145" syncmode="0" latt="0" rel="0" sus="0.998" amt="0.655" x100="0" att="0" lpdel="0" hold="0" lshp="1" lspd="0.67" ctlenvamt="0" lspd_numerator="1" />
<elres lspd_denominator="1" pdel="0" userwavefile="" dec="0.499" lamt="-0.01" syncmode="0" latt="0" rel="0.1" sus="0.499" amt="0" x100="0" att="0" lpdel="0" hold="0" lshp="1" lspd="0.01" ctlenvamt="0" lspd_numerator="1" />
</eldata>
<chordcreator chord="0" chordrange="1" chord-enabled="1" />
<arpeggiator arptime="100" arprange="3" arptime_denominator="1" syncmode="0" arpmode="0" arp-enabled="0" arp="8" arptime_numerator="1" arpdir="0" arpgate="100" />
<midiport inputcontroller="0" inputchannel="0" outputcontroller="0" writable="0" outputchannel="1" defvelout="0" readable="0" defvelin="0" />
<fxchain numofeffects="0" enabled="0" />
</instrumenttrack>
<pattern steps="16" muted="0" type="0" name="Analog Times" pos="0" len="192" frozen="0" />
<pattern steps="16" muted="0" type="0" name="Analog Times" pos="192" len="192" frozen="0" />
<pattern steps="16" muted="0" type="1" name="Analog Times" pos="384" len="192" frozen="0" >
<note pan="0" key="33" vol="100" pos="0" len="12" />
<note pan="0" key="21" vol="100" pos="12" len="12" />
<note pan="0" key="33" vol="100" pos="24" len="12" />
<note pan="0" key="21" vol="100" pos="36" len="12" />
<note pan="0" key="33" vol="100" pos="48" len="12" />
<note pan="0" key="35" vol="100" pos="60" len="12" />
<note pan="0" key="23" vol="100" pos="60" len="12" />
<note pan="0" key="35" vol="100" pos="84" len="12" />
<note pan="0" key="35" vol="100" pos="108" len="12" />
<note pan="0" key="35" vol="100" pos="132" len="12" />
<note pan="0" key="35" vol="100" pos="144" len="12" />
<note pan="0" key="23" vol="100" pos="144" len="12" />
<note pan="0" key="35" vol="100" pos="156" len="12" />
<note pan="0" key="35" vol="100" pos="180" len="12" />
<note pan="0" key="23" vol="100" pos="180" len="12" />
</pattern>
<pattern steps="16" muted="0" type="0" name="Analog Times" pos="576" len="192" frozen="0" />
<pattern steps="16" muted="0" type="0" name="Analog Times" pos="768" len="192" frozen="0" />
<pattern steps="16" muted="0" type="0" name="Analog Times" pos="960" len="192" frozen="0" />
<pattern steps="16" muted="0" type="0" name="Analog Times" pos="1152" len="192" frozen="0" />
<pattern steps="16" muted="0" type="0" name="Analog Times" pos="1344" len="192" frozen="0" />
<pattern steps="16" muted="0" type="0" name="Analog Times" pos="1536" len="192" frozen="0" />
</track>
<track muted="0" type="0" name="Simple Acid Bass" >
<instrumenttrack pan="0" fxch="0" pitch="0" basenote="57" vol="59" >
<instrument name="tripleoscillator" >
<tripleoscillator phoffset2="0" userwavefile0="samples/empty.wav" finer0="0" userwavefile1="samples/empty.wav" finer1="15" userwavefile2="samples/empty.wav" finer2="0" coarse0="0" coarse1="-12" coarse2="0" finel0="0" finel1="-12" modalgo1="2" modalgo2="3" finel2="0" pan0="0" modalgo3="0" pan1="0" stphdetun0="71" pan2="0" stphdetun1="99" wavetype0="5" stphdetun2="206" wavetype1="5" wavetype2="5" vol0="100" vol1="100" phoffset0="0" phoffset1="260" vol2="100" />
</instrument>
<eldata fres="0.81" ftype="6" fcut="1691" fwet="1" >
<elvol lspd_denominator="1" pdel="0" userwavefile="" dec="0.266" lamt="0" syncmode="0" latt="0" rel="0.017" sus="0" amt="1" x100="0" att="0.068" lpdel="0" hold="0" lshp="0" lspd="0.1" ctlenvamt="0" lspd_numerator="1" />
<elcut lspd_denominator="1" pdel="0" userwavefile="" dec="0.134" lamt="0.575" syncmode="0" latt="0" rel="0" sus="0.998" amt="0" x100="0" att="0" lpdel="0" hold="0" lshp="1" lspd="0.9365" ctlenvamt="0" lspd_numerator="1" />
<elres lspd_denominator="1" pdel="0" userwavefile="" dec="0.499" lamt="0" syncmode="0" latt="0" rel="0.1" sus="0.499" amt="0" x100="0" att="0" lpdel="0" hold="0.499" lshp="0" lspd="0.1" ctlenvamt="0" lspd_numerator="1" />
</eldata>
<chordcreator chord="0" chordrange="1" chord-enabled="1" />
<arpeggiator arptime="100" arprange="2" arptime_denominator="1" syncmode="0" arpmode="0" arp-enabled="1" arp="0" arptime_numerator="1" arpdir="1" arpgate="81" />
<midiport inputcontroller="0" inputchannel="1" outputcontroller="0" writable="0" outputchannel="1" defvelout="0" readable="0" defvelin="0" />
<fxchain numofeffects="0" enabled="0" />
</instrumenttrack>
<pattern steps="16" muted="0" type="0" name="Simple Acid Bass" pos="0" len="192" frozen="0" />
<pattern steps="16" muted="0" type="0" name="Simple Acid Bass" pos="192" len="192" frozen="0" />
<pattern steps="16" muted="0" type="0" name="Simple Acid Bass" pos="384" len="192" frozen="0" />
<pattern steps="16" muted="0" type="0" name="Simple Acid Bass" pos="576" len="192" frozen="0" />
<pattern steps="16" muted="0" type="0" name="Simple Acid Bass" pos="768" len="192" frozen="0" />
<pattern steps="16" muted="0" type="0" name="Simple Acid Bass" pos="960" len="192" frozen="0" />
<pattern steps="16" muted="0" type="0" name="Simple Acid Bass" pos="1152" len="192" frozen="0" />
<pattern steps="16" muted="0" type="0" name="Simple Acid Bass" pos="1344" len="192" frozen="0" />
<pattern steps="16" muted="0" type="0" name="Simple Acid Bass" pos="1536" len="192" frozen="0" />
</track>
<track muted="0" type="0" name="Harmonium" >
<instrumenttrack pan="0" fxch="0" pitch="0" basenote="57" vol="59" >
<instrument name="tripleoscillator" >
<tripleoscillator phoffset2="0" userwavefile0="samples/empty.wav" finer0="0" userwavefile1="samples/empty.wav" finer1="0" userwavefile2="samples/empty.wav" finer2="11" coarse0="0" coarse1="0" coarse2="0" finel0="0" finel1="0" modalgo1="0" modalgo2="1" finel2="-24" pan0="0" modalgo3="0" pan1="-36" stphdetun0="195" pan2="27" stphdetun1="90" wavetype0="1" stphdetun2="306" wavetype1="1" wavetype2="0" vol0="35" vol1="51" phoffset0="260" phoffset1="89" vol2="32" />
</instrument>
<eldata fres="0.5" ftype="0" fcut="14000" fwet="0" >
<elvol lspd_denominator="1" pdel="0" userwavefile="" dec="0.27" lamt="0" syncmode="0" latt="0" rel="0.1" sus="0.264" amt="1" x100="0" att="0.057" lpdel="0" hold="0" lshp="0" lspd="0.1" ctlenvamt="0" lspd_numerator="1" />
<elcut lspd_denominator="1" pdel="0" userwavefile="" dec="0.499" lamt="0" syncmode="0" latt="0" rel="0.1" sus="0.499" amt="0" x100="0" att="0" lpdel="0" hold="0.499" lshp="0" lspd="0.1" ctlenvamt="0" lspd_numerator="1" />
<elres lspd_denominator="1" pdel="0" userwavefile="" dec="0.499" lamt="0" syncmode="0" latt="0" rel="0.1" sus="0.499" amt="0" x100="0" att="0" lpdel="0" hold="0.499" lshp="0" lspd="0.1" ctlenvamt="0" lspd_numerator="1" />
</eldata>
<chordcreator chord="0" chordrange="3" chord-enabled="1" />
<arpeggiator arptime="100" arprange="1" arptime_denominator="1" syncmode="0" arpmode="0" arp-enabled="0" arp="0" arptime_numerator="1" arpdir="0" arpgate="100" />
<midiport inputcontroller="0" inputchannel="0" outputcontroller="0" writable="0" outputchannel="1" defvelout="0" readable="0" defvelin="0" />
<fxchain numofeffects="0" enabled="0" />
</instrumenttrack>
<pattern steps="16" muted="0" type="0" name="Harmonium" pos="0" len="192" frozen="0" />
<pattern steps="16" muted="0" type="0" name="Harmonium" pos="192" len="192" frozen="0" />
<pattern steps="16" muted="0" type="0" name="Harmonium" pos="384" len="192" frozen="0" />
<pattern steps="16" muted="0" type="1" name="Harmonium" pos="576" len="192" frozen="0" >
<note pan="0" key="57" vol="100" pos="0" len="12" />
<note pan="0" key="55" vol="100" pos="12" len="12" />
<note pan="0" key="54" vol="100" pos="24" len="12" />
<note pan="0" key="52" vol="100" pos="36" len="12" />
<note pan="0" key="54" vol="100" pos="48" len="12" />
<note pan="0" key="55" vol="100" pos="60" len="12" />
<note pan="0" key="54" vol="100" pos="72" len="12" />
<note pan="0" key="55" vol="100" pos="84" len="12" />
<note pan="0" key="64" vol="100" pos="96" len="12" />
<note pan="0" key="64" vol="100" pos="108" len="12" />
<note pan="0" key="59" vol="100" pos="120" len="12" />
<note pan="0" key="52" vol="100" pos="132" len="12" />
<note pan="0" key="61" vol="100" pos="144" len="12" />
<note pan="0" key="61" vol="100" pos="156" len="12" />
<note pan="0" key="66" vol="100" pos="168" len="12" />
<note pan="0" key="66" vol="100" pos="180" len="12" />
</pattern>
<pattern steps="16" muted="0" type="1" name="Harmonium" pos="768" len="192" frozen="0" >
<note pan="0" key="54" vol="100" pos="0" len="12" />
<note pan="0" key="52" vol="100" pos="12" len="12" />
<note pan="0" key="51" vol="100" pos="24" len="12" />
<note pan="0" key="49" vol="100" pos="36" len="12" />
<note pan="0" key="51" vol="100" pos="48" len="12" />
<note pan="0" key="52" vol="100" pos="60" len="12" />
<note pan="0" key="51" vol="100" pos="72" len="12" />
<note pan="0" key="52" vol="100" pos="84" len="12" />
<note pan="0" key="61" vol="100" pos="96" len="12" />
<note pan="0" key="61" vol="100" pos="108" len="12" />
<note pan="0" key="56" vol="100" pos="120" len="12" />
<note pan="0" key="49" vol="100" pos="132" len="12" />
<note pan="0" key="58" vol="100" pos="144" len="12" />
<note pan="0" key="58" vol="100" pos="156" len="12" />
<note pan="0" key="63" vol="100" pos="168" len="12" />
<note pan="0" key="63" vol="100" pos="180" len="12" />
</pattern>
<pattern steps="16" muted="0" type="0" name="Harmonium" pos="960" len="192" frozen="0" />
<pattern steps="16" muted="0" type="0" name="Harmonium" pos="1152" len="192" frozen="0" />
<pattern steps="16" muted="0" type="0" name="Harmonium" pos="1344" len="192" frozen="0" />
<pattern steps="16" muted="0" type="0" name="Harmonium" pos="1536" len="192" frozen="0" />
</track>
<track muted="0" type="0" name="Analog Dreamz" >
<instrumenttrack pan="0" fxch="0" pitch="0" basenote="57" vol="25" >
<instrument name="tripleoscillator" >
<tripleoscillator phoffset2="0" userwavefile0="" finer0="15" userwavefile1="" finer1="-5" userwavefile2="" finer2="0" coarse0="-12" coarse1="-12" coarse2="-24" finel0="-18" finel1="14" modalgo1="2" modalgo2="2" finel2="0" pan0="0" modalgo3="0" pan1="0" stphdetun0="0" pan2="0" stphdetun1="0" wavetype0="2" stphdetun2="0" wavetype1="2" wavetype2="2" vol0="100" vol1="100" phoffset0="0" phoffset1="0" vol2="100" />
</instrument>
<eldata fres="4.73" ftype="1" fcut="95" fwet="1" >
<elvol lspd_denominator="1" pdel="0" userwavefile="" dec="0.499" lamt="0" syncmode="0" latt="0" rel="0.209" sus="0" amt="1" x100="0" att="0" lpdel="0" hold="0" lshp="0" lspd="0.1" ctlenvamt="0" lspd_numerator="1" />
<elcut lspd_denominator="1" pdel="0" userwavefile="" dec="0.629" lamt="0" syncmode="0" latt="0" rel="0.18" sus="0.717" amt="0.46" x100="0" att="0" lpdel="0" hold="0" lshp="0" lspd="0.1" ctlenvamt="0" lspd_numerator="1" />
<elres lspd_denominator="1" pdel="0" userwavefile="" dec="0.499" lamt="0" syncmode="0" latt="0" rel="0.1" sus="0.499" amt="0" x100="0" att="0" lpdel="0" hold="0.499" lshp="0" lspd="0.1" ctlenvamt="0" lspd_numerator="1" />
</eldata>
<chordcreator chord="0" chordrange="1" chord-enabled="1" />
<arpeggiator arptime="100" arprange="1" arptime_denominator="1" syncmode="0" arpmode="0" arp-enabled="0" arp="0" arptime_numerator="1" arpdir="0" arpgate="100" />
<midiport inputcontroller="0" inputchannel="0" outputcontroller="0" writable="0" outputchannel="1" defvelout="0" readable="0" defvelin="0" />
<fxchain numofeffects="0" enabled="0" />
</instrumenttrack>
<pattern steps="16" muted="0" type="0" name="Analog Dreamz" pos="0" len="192" frozen="0" />
<pattern steps="16" muted="0" type="0" name="Analog Dreamz" pos="192" len="192" frozen="0" />
<pattern steps="16" muted="0" type="0" name="Analog Dreamz" pos="384" len="192" frozen="0" />
<pattern steps="16" muted="0" type="0" name="Analog Dreamz" pos="576" len="192" frozen="0" />
<pattern steps="16" muted="0" type="0" name="Analog Dreamz" pos="768" len="192" frozen="0" />
<pattern steps="16" muted="0" type="1" name="Analog Dreamz" pos="960" len="192" frozen="0" >
<note pan="0" key="42" vol="100" pos="0" len="96" />
<note pan="0" key="54" vol="100" pos="96" len="96" />
</pattern>
<pattern steps="16" muted="0" type="1" name="Analog Dreamz" pos="1152" len="192" frozen="0" >
<note pan="0" key="63" vol="100" pos="0" len="24" />
<note pan="0" key="61" vol="100" pos="24" len="24" />
<note pan="0" key="63" vol="100" pos="48" len="24" />
<note pan="0" key="61" vol="100" pos="72" len="24" />
<note pan="0" key="56" vol="100" pos="96" len="24" />
<note pan="0" key="58" vol="100" pos="120" len="24" />
<note pan="0" key="51" vol="100" pos="144" len="24" />
<note pan="0" key="54" vol="100" pos="168" len="24" />
</pattern>
<pattern steps="16" muted="0" type="0" name="Analog Dreamz" pos="1344" len="192" frozen="0" />
<pattern steps="16" muted="0" type="1" name="Analog Dreamz" pos="1536" len="192" frozen="0" >
<note pan="0" key="39" vol="100" pos="0" len="96" />
<note pan="0" key="51" vol="100" pos="96" len="96" />
</pattern>
</track>
</trackcontainer>
</bbtrack>
<bbtco muted="0" name="Beat/Baseline 0" pos="3840" color="4282417407" len="1536" />
<bbtco muted="0" name="basebeat_0" pos="6912" color="4282417407" len="3840" />
<bbtco muted="0" name="basebeat_0" pos="12288" color="4282417407" len="2304" />
</track>
<track muted="0" type="1" name="basebeat_1" >
<bbtrack/>
<bbtco muted="0" name="Beat/Baseline 0" pos="768" color="4282417407" len="768" />
<bbtco muted="0" name="basebeat_1" pos="2304" color="4282417407" len="768" />
<bbtco muted="0" name="basebeat_1" pos="3840" color="4282417407" len="768" />
<bbtco muted="0" name="basebeat_1" pos="5376" color="4282417407" len="768" />
<bbtco muted="0" name="basebeat_1" pos="6912" color="4282417407" len="768" />
<bbtco muted="0" name="basebeat_1" pos="8448" color="4282417407" len="768" />
<bbtco muted="0" name="basebeat_1" pos="9984" color="4282417407" len="768" />
<bbtco muted="0" name="basebeat_1" pos="11520" color="4282417407" len="768" />
<bbtco muted="0" name="basebeat_1" pos="13056" color="4282417407" len="768" />
</track>
<track muted="0" type="1" name="basebeat_2" >
<bbtrack/>
<bbtco muted="0" name="Beat/Baseline 1" pos="1536" color="4282417407" len="768" />
<bbtco muted="0" name="basebeat_2" pos="3072" color="4282417407" len="768" />
<bbtco muted="0" name="basebeat_2" pos="4608" color="4282417407" len="768" />
<bbtco muted="0" name="basebeat_2" pos="6144" color="4282417407" len="768" />
<bbtco muted="0" name="basebeat_2" pos="7680" color="4282417407" len="768" />
<bbtco muted="0" name="basebeat_2" pos="9216" color="4282417407" len="768" />
<bbtco muted="0" name="basebeat_2" pos="10752" color="4282417407" len="768" />
<bbtco muted="0" name="basebeat_2" pos="12288" color="4282417407" len="768" />
<bbtco muted="0" name="basebeat_2" pos="13824" color="4282417407" len="384" />
<bbtco muted="0" name="basebeat_2" pos="14592" color="4282417407" len="384" />
</track>
<track muted="0" type="1" name="basebeat_10" >
<bbtrack/>
<bbtco muted="0" name="basebeat_1" pos="2304" color="4282417407" len="768" />
<bbtco muted="0" name="basebeat_10" pos="3840" color="4282417407" len="768" />
<bbtco muted="0" name="basebeat_10" pos="8448" color="4282417407" len="768" />
<bbtco muted="0" name="basebeat_10" pos="11520" color="4282417407" len="768" />
</track>
<track muted="0" type="1" name="basebeat_20" >
<bbtrack/>
<bbtco muted="0" name="Beat/Baseline 4" pos="3072" color="4282417407" len="768" />
<bbtco muted="0" name="basebeat20" pos="4608" color="4282417407" len="768" />
<bbtco muted="0" name="basebeat_20" pos="14592" color="4282417407" len="384" />
</track>
<track muted="0" type="1" name="basebeat_11" >
<bbtrack/>
<bbtco muted="0" name="Beat/Baseline 5" pos="5376" color="4282417407" len="768" />
<bbtco muted="0" name="Beat/Baseline 5" pos="6912" color="4282417407" len="768" />
<bbtco muted="0" name="basebeat_11" pos="8448" color="4282417407" len="768" />
<bbtco muted="0" name="basebeat_11" pos="9984" color="4282417407" len="768" />
<bbtco muted="0" name="basebeat_11" pos="11520" color="4282417407" len="768" />
<bbtco muted="0" name="basebeat_11" pos="13056" color="4282417407" len="768" />
<bbtco muted="0" name="basebeat_11" pos="14208" color="4282417407" len="384" />
</track>
<track muted="0" type="1" name="basebeat_21" >
<bbtrack/>
<bbtco muted="0" name="basebeat_21" pos="7680" color="4282417407" len="768" />
<bbtco muted="0" name="basebeat_21" pos="6144" color="4282417407" len="768" />
<bbtco muted="0" name="basebeat_21" pos="12288" color="4282417407" len="768" />
<bbtco muted="0" name="basebeat_21" pos="10752" color="4282417407" len="768" />
</track>
<track muted="0" type="1" name="Beat/Bassline 7" >
<bbtrack/>
<bbtco muted="0" name="Beat/Baseline 7" pos="0" color="4282417407" len="3840" />
<bbtco muted="0" name="Beat/Baseline 7" pos="5376" color="4282417407" len="1536" />
<bbtco muted="0" name="Beat/Baseline 7" pos="10752" color="4282417407" len="1536" />
<bbtco muted="0" name="Beat/Baseline 7" pos="14592" color="4282417407" len="384" />
</track>
<track muted="0" type="1" name="Beat/Bassline 8" >
<bbtrack/>
<bbtco muted="0" name="Beat/Baseline 8" pos="9216" color="4282417407" len="768" />
<bbtco muted="0" name="Beat/Baseline 8" pos="13824" color="4282417407" len="384" />
</track>
</trackcontainer>
<track muted="0" type="6" name="Automation track" >
<automationtrack/>
<automationpattern name="Tempo" pos="0" >
<time value="140" pos="0" />
<object id="5282365" />
</automationpattern>
<automationpattern name="Master volume" pos="0" >
<time value="100" pos="0" />
<object id="16576855" />
</automationpattern>
<automationpattern name="Master pitch" pos="0" >
<time value="0" pos="0" />
<object id="612897" />
</automationpattern>
</track>
<fxmixer>
<fxchannel num="0" muted="0" volume="0.41" name="Master" >
<fxchain numofeffects="0" enabled="0" />
</fxchannel>
<fxchannel num="1" muted="0" volume="1" name="FX 1" >
<fxchain numofeffects="0" enabled="0" />
</fxchannel>
<fxchannel num="2" muted="0" volume="1" name="FX 2" >
<fxchain numofeffects="0" enabled="0" />
</fxchannel>
<fxchannel num="3" muted="0" volume="1" name="FX 3" >
<fxchain numofeffects="0" enabled="0" />
</fxchannel>
<fxchannel num="4" muted="0" volume="1" name="FX 4" >
<fxchain numofeffects="0" enabled="0" />
</fxchannel>
<fxchannel num="5" muted="0" volume="1" name="FX 5" >
<fxchain numofeffects="0" enabled="0" />
</fxchannel>
<fxchannel num="6" muted="0" volume="1" name="FX 6" >
<fxchain numofeffects="0" enabled="0" />
</fxchannel>
<fxchannel num="7" muted="0" volume="1" name="FX 7" >
<fxchain numofeffects="0" enabled="0" />
</fxchannel>
<fxchannel num="8" muted="0" volume="1" name="FX 8" >
<fxchain numofeffects="0" enabled="0" />
</fxchannel>
<fxchannel num="9" muted="0" volume="1" name="FX 9" >
<fxchain numofeffects="0" enabled="0" />
</fxchannel>
<fxchannel num="10" muted="0" volume="1" name="FX 10" >
<fxchain numofeffects="0" enabled="0" />
</fxchannel>
<fxchannel num="11" muted="0" volume="1" name="FX 11" >
<fxchain numofeffects="0" enabled="0" />
</fxchannel>
<fxchannel num="12" muted="0" volume="1" name="FX 12" >
<fxchain numofeffects="0" enabled="0" />
</fxchannel>
<fxchannel num="13" muted="0" volume="1" name="FX 13" >
<fxchain numofeffects="0" enabled="0" />
</fxchannel>
<fxchannel num="14" muted="0" volume="1" name="FX 14" >
<fxchain numofeffects="0" enabled="0" />
</fxchannel>
<fxchannel num="15" muted="0" volume="1" name="FX 15" >
<fxchain numofeffects="0" enabled="0" />
</fxchannel>
<fxchannel num="16" muted="0" volume="1" name="FX 16" >
<fxchain numofeffects="0" enabled="0" />
</fxchannel>
<fxchannel num="17" muted="0" volume="1" name="FX 17" >
<fxchain numofeffects="0" enabled="0" />
</fxchannel>
<fxchannel num="18" muted="0" volume="1" name="FX 18" >
<fxchain numofeffects="0" enabled="0" />
</fxchannel>
<fxchannel num="19" muted="0" volume="1" name="FX 19" >
<fxchain numofeffects="0" enabled="0" />
</fxchannel>
<fxchannel num="20" muted="0" volume="1" name="FX 20" >
<fxchain numofeffects="0" enabled="0" />
</fxchannel>
<fxchannel num="21" muted="0" volume="1" name="FX 21" >
<fxchain numofeffects="0" enabled="0" />
</fxchannel>
<fxchannel num="22" muted="0" volume="1" name="FX 22" >
<fxchain numofeffects="0" enabled="0" />
</fxchannel>
<fxchannel num="23" muted="0" volume="1" name="FX 23" >
<fxchain numofeffects="0" enabled="0" />
</fxchannel>
<fxchannel num="24" muted="0" volume="1" name="FX 24" >
<fxchain numofeffects="0" enabled="0" />
</fxchannel>
<fxchannel num="25" muted="0" volume="1" name="FX 25" >
<fxchain numofeffects="0" enabled="0" />
</fxchannel>
<fxchannel num="26" muted="0" volume="1" name="FX 26" >
<fxchain numofeffects="0" enabled="0" />
</fxchannel>
<fxchannel num="27" muted="0" volume="1" name="FX 27" >
<fxchain numofeffects="0" enabled="0" />
</fxchannel>
<fxchannel num="28" muted="0" volume="1" name="FX 28" >
<fxchain numofeffects="0" enabled="0" />
</fxchannel>
<fxchannel num="29" muted="0" volume="1" name="FX 29" >
<fxchain numofeffects="0" enabled="0" />
</fxchannel>
<fxchannel num="30" muted="0" volume="1" name="FX 30" >
<fxchain numofeffects="0" enabled="0" />
</fxchannel>
<fxchannel num="31" muted="0" volume="1" name="FX 31" >
<fxchain numofeffects="0" enabled="0" />
</fxchannel>
<fxchannel num="32" muted="0" volume="1" name="FX 32" >
<fxchain numofeffects="0" enabled="0" />
</fxchannel>
<fxchannel num="33" muted="0" volume="1" name="FX 33" >
<fxchain numofeffects="0" enabled="0" />
</fxchannel>
<fxchannel num="34" muted="0" volume="1" name="FX 34" >
<fxchain numofeffects="0" enabled="0" />
</fxchannel>
<fxchannel num="35" muted="0" volume="1" name="FX 35" >
<fxchain numofeffects="0" enabled="0" />
</fxchannel>
<fxchannel num="36" muted="0" volume="1" name="FX 36" >
<fxchain numofeffects="0" enabled="0" />
</fxchannel>
<fxchannel num="37" muted="0" volume="1" name="FX 37" >
<fxchain numofeffects="0" enabled="0" />
</fxchannel>
<fxchannel num="38" muted="0" volume="1" name="FX 38" >
<fxchain numofeffects="0" enabled="0" />
</fxchannel>
<fxchannel num="39" muted="0" volume="1" name="FX 39" >
<fxchain numofeffects="0" enabled="0" />
</fxchannel>
<fxchannel num="40" muted="0" volume="1" name="FX 40" >
<fxchain numofeffects="0" enabled="0" />
</fxchannel>
<fxchannel num="41" muted="0" volume="1" name="FX 41" >
<fxchain numofeffects="0" enabled="0" />
</fxchannel>
<fxchannel num="42" muted="0" volume="1" name="FX 42" >
<fxchain numofeffects="0" enabled="0" />
</fxchannel>
<fxchannel num="43" muted="0" volume="1" name="FX 43" >
<fxchain numofeffects="0" enabled="0" />
</fxchannel>
<fxchannel num="44" muted="0" volume="1" name="FX 44" >
<fxchain numofeffects="0" enabled="0" />
</fxchannel>
<fxchannel num="45" muted="0" volume="1" name="FX 45" >
<fxchain numofeffects="0" enabled="0" />
</fxchannel>
<fxchannel num="46" muted="0" volume="1" name="FX 46" >
<fxchain numofeffects="0" enabled="0" />
</fxchannel>
<fxchannel num="47" muted="0" volume="1" name="FX 47" >
<fxchain numofeffects="0" enabled="0" />
</fxchannel>
<fxchannel num="48" muted="0" volume="1" name="FX 48" >
<fxchain numofeffects="0" enabled="0" />
</fxchannel>
<fxchannel num="49" muted="0" volume="1" name="FX 49" >
<fxchain numofeffects="0" enabled="0" />
</fxchannel>
<fxchannel num="50" muted="0" volume="1" name="FX 50" >
<fxchain numofeffects="0" enabled="0" />
</fxchannel>
<fxchannel num="51" muted="0" volume="1" name="FX 51" >
<fxchain numofeffects="0" enabled="0" />
</fxchannel>
<fxchannel num="52" muted="0" volume="1" name="FX 52" >
<fxchain numofeffects="0" enabled="0" />
</fxchannel>
<fxchannel num="53" muted="0" volume="1" name="FX 53" >
<fxchain numofeffects="0" enabled="0" />
</fxchannel>
<fxchannel num="54" muted="0" volume="1" name="FX 54" >
<fxchain numofeffects="0" enabled="0" />
</fxchannel>
<fxchannel num="55" muted="0" volume="1" name="FX 55" >
<fxchain numofeffects="0" enabled="0" />
</fxchannel>
<fxchannel num="56" muted="0" volume="1" name="FX 56" >
<fxchain numofeffects="0" enabled="0" />
</fxchannel>
<fxchannel num="57" muted="0" volume="1" name="FX 57" >
<fxchain numofeffects="0" enabled="0" />
</fxchannel>
<fxchannel num="58" muted="0" volume="1" name="FX 58" >
<fxchain numofeffects="0" enabled="0" />
</fxchannel>
<fxchannel num="59" muted="0" volume="1" name="FX 59" >
<fxchain numofeffects="0" enabled="0" />
</fxchannel>
<fxchannel num="60" muted="0" volume="1" name="FX 60" >
<fxchain numofeffects="0" enabled="0" />
</fxchannel>
<fxchannel num="61" muted="0" volume="1" name="FX 61" >
<fxchain numofeffects="0" enabled="0" />
</fxchannel>
<fxchannel num="62" muted="0" volume="1" name="FX 62" >
<fxchain numofeffects="0" enabled="0" />
</fxchannel>
<fxchannel num="63" muted="0" volume="1" name="FX 63" >
<fxchain numofeffects="0" enabled="0" />
</fxchannel>
<fxchannel num="64" muted="0" volume="1" name="FX 64" >
<fxchain numofeffects="0" enabled="0" />
</fxchannel>
</fxmixer>
<pianoroll width="840" x="-11" y="0" height="480" visible="0" />
<automationeditor width="740" x="0" y="0" height="480" visible="0" />
<projectnotes width="100" x="0" y="0" height="100" visible="0" ><![CDATA[<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
<html><head><meta name="qrichtext" content="1" /><style type="text/css">
p, li { white-space: pre-wrap; }
</style></head><body style=" font-family:'DejaVu Sans'; font-size:9pt; font-weight:400; font-style:normal;">
<p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Helvetica'; font-size:10pt;">Ow, so you can use piano rolls in beat/baselines as well !? Holy crap ! ;-)</p>
<p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Helvetica'; font-size:10pt;">gert.vandelaer@gmail.com</p></body></html>]]></projectnotes>
<timeline lp1pos="192" lp0pos="0" lpstate="0" />
<controllers/>
</song>
</multimedia-project>

View File

@@ -1,978 +0,0 @@
<?xml version="1.0"?>
<!DOCTYPE multimedia-project>
<multimedia-project version="1.0" creator="Linux MultiMedia Studio (LMMS)" creatorversion="0.4.0-beta" type="song" >
<head timesig_numerator="4" mastervol="100" timesig_denominator="4" bpm="400" masterpitch="0" />
<song>
<trackcontainer type="song" >
<track muted="0" type="0" name="Default" >
<instrumenttrack pan="0" fxch="0" pitch="0" basenote="57" vol="100" >
<instrument name="tripleoscillator" >
<tripleoscillator phoffset2="0" userwavefile0="" finer0="0" userwavefile1="" finer1="0" userwavefile2="" finer2="0" coarse0="0" coarse1="0" coarse2="0" finel0="0" finel1="0" modalgo1="2" modalgo2="2" finel2="0" pan0="0" modalgo3="0" pan1="0" stphdetun0="0" pan2="0" stphdetun1="0" wavetype0="0" stphdetun2="0" wavetype1="0" wavetype2="0" vol0="33" vol1="33" phoffset0="0" phoffset1="0" vol2="33" />
</instrument>
<eldata fres="0.5" ftype="0" fcut="14000" fwet="0" >
<elvol lspd_denominator="1" pdel="0" userwavefile="" dec="0.5" lamt="0" syncmode="0" latt="0" rel="0.1" sus="0.5" amt="0" x100="0" att="0" lpdel="0" hold="0.5" lshp="0" lspd="0.1" ctlenvamt="0" lspd_numerator="1" />
<elcut lspd_denominator="1" pdel="0" userwavefile="" dec="0.5" lamt="0" syncmode="0" latt="0" rel="0.1" sus="0.5" amt="0" x100="0" att="0" lpdel="0" hold="0.5" lshp="0" lspd="0.1" ctlenvamt="0" lspd_numerator="1" />
<elres lspd_denominator="1" pdel="0" userwavefile="" dec="0.5" lamt="0" syncmode="0" latt="0" rel="0.1" sus="0.5" amt="0" x100="0" att="0" lpdel="0" hold="0.5" lshp="0" lspd="0.1" ctlenvamt="0" lspd_numerator="1" />
</eldata>
<chordcreator chord="0" chordrange="1" chord-enabled="0" />
<arpeggiator arptime="100" arprange="1" arptime_denominator="1" syncmode="0" arpmode="0" arp-enabled="0" arp="0" arptime_numerator="1" arpdir="0" arpgate="100" />
<midiport inputcontroller="0" inputchannel="0" outputcontroller="0" writable="0" outputchannel="1" defvelout="0" readable="0" defvelin="0" />
<fxchain numofeffects="0" enabled="0" />
</instrumenttrack>
</track>
<track muted="0" type="2" name="Sample track" >
<sampletrack vol="100" >
<fxchain numofeffects="0" enabled="0" />
</sampletrack>
</track>
<track muted="0" type="1" name="kick" >
<bbtrack>
<trackcontainer type="bbtrackcontainer" >
<track muted="0" type="0" name="Default" >
<instrumenttrack pan="0" fxch="0" pitch="0" basenote="57" vol="100" >
<instrument name="tripleoscillator" >
<tripleoscillator phoffset2="0" userwavefile0="" finer0="0" userwavefile1="" finer1="0" userwavefile2="" finer2="0" coarse0="0" coarse1="0" coarse2="0" finel0="0" finel1="0" modalgo1="2" modalgo2="2" finel2="0" pan0="0" modalgo3="0" pan1="0" stphdetun0="0" pan2="0" stphdetun1="0" wavetype0="0" stphdetun2="0" wavetype1="0" wavetype2="0" vol0="33" vol1="33" phoffset0="0" phoffset1="0" vol2="33" />
</instrument>
<eldata fres="0.5" ftype="0" fcut="14000" fwet="0" >
<elvol lspd_denominator="1" pdel="0" userwavefile="" dec="0.5" lamt="0" syncmode="0" latt="0" rel="0.1" sus="0.5" amt="0" x100="0" att="0" lpdel="0" hold="0.5" lshp="0" lspd="0.1" ctlenvamt="0" lspd_numerator="1" />
<elcut lspd_denominator="1" pdel="0" userwavefile="" dec="0.5" lamt="0" syncmode="0" latt="0" rel="0.1" sus="0.5" amt="0" x100="0" att="0" lpdel="0" hold="0.5" lshp="0" lspd="0.1" ctlenvamt="0" lspd_numerator="1" />
<elres lspd_denominator="1" pdel="0" userwavefile="" dec="0.5" lamt="0" syncmode="0" latt="0" rel="0.1" sus="0.5" amt="0" x100="0" att="0" lpdel="0" hold="0.5" lshp="0" lspd="0.1" ctlenvamt="0" lspd_numerator="1" />
</eldata>
<chordcreator chord="0" chordrange="1" chord-enabled="0" />
<arpeggiator arptime="100" arprange="1" arptime_denominator="1" syncmode="0" arpmode="0" arp-enabled="0" arp="0" arptime_numerator="1" arpdir="0" arpgate="100" />
<midiport inputcontroller="0" inputchannel="0" outputcontroller="0" writable="0" outputchannel="1" defvelout="0" readable="0" defvelin="0" />
<fxchain numofeffects="0" enabled="0" />
</instrumenttrack>
<pattern steps="16" muted="0" type="0" name="Default" pos="0" len="192" frozen="0" />
<pattern steps="16" muted="0" type="0" name="Default" pos="192" len="192" frozen="0" />
<pattern steps="16" muted="0" type="0" name="Default" pos="384" len="192" frozen="0" />
<pattern steps="16" muted="0" type="0" name="Default" pos="576" len="192" frozen="0" />
<pattern steps="16" muted="0" type="0" name="Default" pos="768" len="192" frozen="0" />
<pattern steps="16" muted="0" type="0" name="Default" pos="960" len="192" frozen="0" />
<pattern steps="16" muted="0" type="0" name="Default" pos="1152" len="192" frozen="0" />
<pattern steps="16" muted="0" type="0" name="Default" pos="1344" len="192" frozen="0" />
<pattern steps="16" muted="0" type="0" name="Default" pos="1536" len="192" frozen="0" />
<pattern steps="16" muted="0" type="0" name="Default" pos="1728" len="192" frozen="0" />
<pattern steps="16" muted="0" type="0" name="Default" pos="1920" len="192" frozen="0" />
<pattern steps="16" muted="0" type="0" name="Default" pos="2112" len="192" frozen="0" />
<pattern steps="16" muted="0" type="0" name="Default" pos="2304" len="192" frozen="0" />
<pattern steps="16" muted="0" type="0" name="Default" pos="2496" len="192" frozen="0" />
<pattern steps="16" muted="0" type="0" name="Default" pos="2688" len="192" frozen="0" />
</track>
<track muted="0" type="0" name="kick_hardcore01.ogg" >
<instrumenttrack pan="0" fxch="0" pitch="0" basenote="57" vol="139" >
<instrument name="audiofileprocessor" >
<audiofileprocessor reversed="0" looped="0" eframe="0.999079" sframe="0" src="drums/kick_hardcore01.ogg" amp="100" />
</instrument>
<eldata fres="0.5" ftype="0" fcut="14000" fwet="0" >
<elvol lspd_denominator="1" pdel="0" userwavefile="" dec="0.5" lamt="0" syncmode="0" latt="0" rel="0.1" sus="0.5" amt="0" x100="0" att="0" lpdel="0" hold="0.5" lshp="0" lspd="0.1" ctlenvamt="0" lspd_numerator="1" />
<elcut lspd_denominator="1" pdel="0" userwavefile="" dec="0.5" lamt="0" syncmode="0" latt="0" rel="0.1" sus="0.5" amt="0" x100="0" att="0" lpdel="0" hold="0.5" lshp="0" lspd="0.1" ctlenvamt="0" lspd_numerator="1" />
<elres lspd_denominator="1" pdel="0" userwavefile="" dec="0.5" lamt="0" syncmode="0" latt="0" rel="0.1" sus="0.5" amt="0" x100="0" att="0" lpdel="0" hold="0.5" lshp="0" lspd="0.1" ctlenvamt="0" lspd_numerator="1" />
</eldata>
<chordcreator chord="0" chordrange="1" chord-enabled="0" />
<arpeggiator arptime="100" arprange="1" arptime_denominator="1" syncmode="0" arpmode="0" arp-enabled="0" arp="0" arptime_numerator="1" arpdir="0" arpgate="100" />
<midiport inputcontroller="0" inputchannel="0" outputcontroller="0" writable="0" outputchannel="1" defvelout="0" readable="0" defvelin="0" />
<fxchain numofeffects="0" enabled="0" />
</instrumenttrack>
<pattern steps="16" muted="0" type="1" name="kick_hardcore01.ogg" pos="0" len="384" frozen="0" >
<note pan="0" key="57" vol="100" pos="0" len="96" />
<note pan="0" key="57" vol="100" pos="96" len="96" />
<note pan="0" key="57" vol="100" pos="192" len="48" />
<note pan="0" key="57" vol="100" pos="240" len="24" />
<note pan="0" key="57" vol="100" pos="264" len="24" />
<note pan="0" key="57" vol="100" pos="288" len="48" />
<note pan="0" key="57" vol="100" pos="336" len="48" />
</pattern>
<pattern steps="16" muted="0" type="1" name="kick_hardcore01.ogg" pos="192" len="192" frozen="0" >
<note pan="0" key="57" vol="100" pos="0" len="96" />
<note pan="0" key="57" vol="100" pos="96" len="96" />
</pattern>
<pattern steps="16" muted="0" type="1" name="kick_hardcore01.ogg" pos="384" len="192" frozen="0" >
<note pan="0" key="57" vol="100" pos="0" len="96" />
<note pan="0" key="57" vol="100" pos="96" len="48" />
<note pan="0" key="57" vol="100" pos="144" len="48" />
</pattern>
<pattern steps="16" muted="0" type="0" name="kick_hardcore01.ogg" pos="576" len="192" frozen="0" />
<pattern steps="16" muted="0" type="0" name="kick_hardcore01.ogg" pos="768" len="192" frozen="0" />
<pattern steps="16" muted="0" type="0" name="kick_hardcore01.ogg" pos="960" len="192" frozen="0" />
<pattern steps="16" muted="0" type="0" name="kick_hardcore01.ogg" pos="1152" len="192" frozen="0" />
<pattern steps="16" muted="0" type="0" name="kick_hardcore01.ogg" pos="1344" len="192" frozen="0" />
<pattern steps="16" muted="0" type="0" name="kick_hardcore01.ogg" pos="1536" len="192" frozen="0" />
<pattern steps="16" muted="0" type="0" name="kick_hardcore01.ogg" pos="1728" len="192" frozen="0" />
<pattern steps="16" muted="0" type="0" name="kick_hardcore01.ogg" pos="1920" len="192" frozen="0" />
<pattern steps="16" muted="0" type="0" name="kick_hardcore01.ogg" pos="2112" len="192" frozen="0" />
<pattern steps="16" muted="0" type="0" name="kick_hardcore01.ogg" pos="2304" len="192" frozen="0" />
<pattern steps="16" muted="0" type="0" name="kick_hardcore01.ogg" pos="2496" len="192" frozen="0" />
<pattern steps="16" muted="0" type="0" name="kick_hardcore01.ogg" pos="2688" len="192" frozen="0" />
</track>
<track muted="0" type="0" name="techno_synth01.ogg" >
<instrumenttrack pan="0" fxch="0" pitch="0" basenote="57" vol="100" >
<instrument name="audiofileprocessor" >
<audiofileprocessor reversed="0" looped="0" eframe="0.99894" sframe="0" src="basses/techno_synth01.ogg" amp="100" />
</instrument>
<eldata fres="0.5" ftype="0" fcut="14000" fwet="0" >
<elvol lspd_denominator="1" pdel="0" userwavefile="" dec="0.5" lamt="0" syncmode="0" latt="0" rel="0.1" sus="0.5" amt="0" x100="0" att="0" lpdel="0" hold="0.5" lshp="0" lspd="0.1" ctlenvamt="0" lspd_numerator="1" />
<elcut lspd_denominator="1" pdel="0" userwavefile="" dec="0.5" lamt="0" syncmode="0" latt="0" rel="0.1" sus="0.5" amt="0" x100="0" att="0" lpdel="0" hold="0.5" lshp="0" lspd="0.1" ctlenvamt="0" lspd_numerator="1" />
<elres lspd_denominator="1" pdel="0" userwavefile="" dec="0.5" lamt="0" syncmode="0" latt="0" rel="0.1" sus="0.5" amt="0" x100="0" att="0" lpdel="0" hold="0.5" lshp="0" lspd="0.1" ctlenvamt="0" lspd_numerator="1" />
</eldata>
<chordcreator chord="0" chordrange="1" chord-enabled="0" />
<arpeggiator arptime="100" arprange="1" arptime_denominator="1" syncmode="0" arpmode="0" arp-enabled="0" arp="0" arptime_numerator="1" arpdir="0" arpgate="100" />
<midiport inputcontroller="0" inputchannel="0" outputcontroller="0" writable="0" outputchannel="1" defvelout="0" readable="0" defvelin="0" />
<fxchain numofeffects="0" enabled="0" />
</instrumenttrack>
<pattern steps="16" muted="0" type="0" name="techno_synth01.ogg" pos="0" len="192" frozen="0" />
<pattern steps="16" muted="0" type="0" name="techno_synth01.ogg" pos="192" len="192" frozen="0" />
<pattern steps="16" muted="0" type="0" name="techno_synth01.ogg" pos="384" len="192" frozen="0" />
<pattern steps="16" muted="0" type="0" name="techno_synth01.ogg" pos="576" len="192" frozen="0" />
<pattern steps="16" muted="0" type="0" name="techno_synth01.ogg" pos="768" len="192" frozen="0" />
<pattern steps="16" muted="0" type="0" name="techno_synth01.ogg" pos="960" len="192" frozen="0" />
<pattern steps="16" muted="0" type="0" name="techno_synth01.ogg" pos="1152" len="192" frozen="0" />
<pattern steps="16" muted="0" type="0" name="techno_synth01.ogg" pos="1344" len="192" frozen="0" />
<pattern steps="16" muted="0" type="0" name="techno_synth01.ogg" pos="1536" len="192" frozen="0" />
<pattern steps="16" muted="0" type="0" name="techno_synth01.ogg" pos="1728" len="192" frozen="0" />
<pattern steps="16" muted="0" type="0" name="techno_synth01.ogg" pos="1920" len="192" frozen="0" />
<pattern steps="16" muted="0" type="0" name="techno_synth01.ogg" pos="2112" len="192" frozen="0" />
<pattern steps="16" muted="0" type="0" name="techno_synth01.ogg" pos="2304" len="192" frozen="0" />
<pattern steps="16" muted="0" type="0" name="techno_synth01.ogg" pos="2496" len="192" frozen="0" />
<pattern steps="16" muted="0" type="0" name="techno_synth01.ogg" pos="2688" len="192" frozen="0" />
</track>
<track muted="0" type="0" name="bassdrum_acoustic02.ogg" >
<instrumenttrack pan="0" fxch="0" pitch="0" basenote="57" vol="100" >
<instrument name="audiofileprocessor" >
<audiofileprocessor reversed="0" looped="0" eframe="0.999822" sframe="0" src="drums/bassdrum_acoustic02.ogg" amp="100" />
</instrument>
<eldata fres="0.5" ftype="0" fcut="14000" fwet="0" >
<elvol lspd_denominator="1" pdel="0" userwavefile="" dec="0.5" lamt="0" syncmode="0" latt="0" rel="0.1" sus="0.5" amt="0" x100="0" att="0" lpdel="0" hold="0.5" lshp="0" lspd="0.1" ctlenvamt="0" lspd_numerator="1" />
<elcut lspd_denominator="1" pdel="0" userwavefile="" dec="0.5" lamt="0" syncmode="0" latt="0" rel="0.1" sus="0.5" amt="0" x100="0" att="0" lpdel="0" hold="0.5" lshp="0" lspd="0.1" ctlenvamt="0" lspd_numerator="1" />
<elres lspd_denominator="1" pdel="0" userwavefile="" dec="0.5" lamt="0" syncmode="0" latt="0" rel="0.1" sus="0.5" amt="0" x100="0" att="0" lpdel="0" hold="0.5" lshp="0" lspd="0.1" ctlenvamt="0" lspd_numerator="1" />
</eldata>
<chordcreator chord="0" chordrange="1" chord-enabled="0" />
<arpeggiator arptime="100" arprange="1" arptime_denominator="1" syncmode="0" arpmode="0" arp-enabled="0" arp="0" arptime_numerator="1" arpdir="0" arpgate="100" />
<midiport inputcontroller="0" inputchannel="0" outputcontroller="0" writable="0" outputchannel="1" defvelout="0" readable="0" defvelin="0" />
<fxchain numofeffects="0" enabled="0" />
</instrumenttrack>
<pattern steps="16" muted="0" type="0" name="bassdrum_acoustic02.ogg" pos="0" len="192" frozen="0" />
<pattern steps="16" muted="0" type="0" name="bassdrum_acoustic02.ogg" pos="192" len="192" frozen="0" />
<pattern steps="16" muted="0" type="0" name="bassdrum_acoustic02.ogg" pos="384" len="192" frozen="0" />
<pattern steps="16" muted="0" type="0" name="bassdrum_acoustic02.ogg" pos="576" len="192" frozen="0" />
<pattern steps="16" muted="0" type="0" name="bassdrum_acoustic02.ogg" pos="768" len="192" frozen="0" />
<pattern steps="16" muted="0" type="0" name="bassdrum_acoustic02.ogg" pos="960" len="192" frozen="0" />
<pattern steps="16" muted="0" type="0" name="bassdrum_acoustic02.ogg" pos="1152" len="192" frozen="0" />
<pattern steps="16" muted="0" type="0" name="bassdrum_acoustic02.ogg" pos="1344" len="192" frozen="0" />
<pattern steps="16" muted="0" type="0" name="bassdrum_acoustic02.ogg" pos="1536" len="192" frozen="0" />
<pattern steps="16" muted="0" type="0" name="bassdrum_acoustic02.ogg" pos="1728" len="192" frozen="0" />
<pattern steps="16" muted="0" type="0" name="bassdrum_acoustic02.ogg" pos="1920" len="192" frozen="0" />
<pattern steps="16" muted="0" type="0" name="bassdrum_acoustic02.ogg" pos="2112" len="192" frozen="0" />
<pattern steps="16" muted="0" type="0" name="bassdrum_acoustic02.ogg" pos="2304" len="192" frozen="0" />
<pattern steps="16" muted="0" type="0" name="bassdrum_acoustic02.ogg" pos="2496" len="192" frozen="0" />
<pattern steps="16" muted="0" type="0" name="bassdrum_acoustic02.ogg" pos="2688" len="192" frozen="0" />
</track>
<track muted="0" type="0" name="clap04.ogg" >
<instrumenttrack pan="0" fxch="0" pitch="0" basenote="57" vol="88" >
<instrument name="audiofileprocessor" >
<audiofileprocessor reversed="0" looped="0" eframe="0.998985" sframe="0" src="drums/clap04.ogg" amp="100" />
</instrument>
<eldata fres="0.5" ftype="0" fcut="14000" fwet="0" >
<elvol lspd_denominator="1" pdel="0" userwavefile="" dec="0.5" lamt="0" syncmode="0" latt="0" rel="0.1" sus="0.5" amt="0" x100="0" att="0" lpdel="0" hold="0.5" lshp="0" lspd="0.1" ctlenvamt="0" lspd_numerator="1" />
<elcut lspd_denominator="1" pdel="0" userwavefile="" dec="0.5" lamt="0" syncmode="0" latt="0" rel="0.1" sus="0.5" amt="0" x100="0" att="0" lpdel="0" hold="0.5" lshp="0" lspd="0.1" ctlenvamt="0" lspd_numerator="1" />
<elres lspd_denominator="1" pdel="0" userwavefile="" dec="0.5" lamt="0" syncmode="0" latt="0" rel="0.1" sus="0.5" amt="0" x100="0" att="0" lpdel="0" hold="0.5" lshp="0" lspd="0.1" ctlenvamt="0" lspd_numerator="1" />
</eldata>
<chordcreator chord="0" chordrange="1" chord-enabled="0" />
<arpeggiator arptime="100" arprange="1" arptime_denominator="1" syncmode="0" arpmode="0" arp-enabled="0" arp="0" arptime_numerator="1" arpdir="0" arpgate="100" />
<midiport inputcontroller="0" inputchannel="0" outputcontroller="0" writable="0" outputchannel="1" defvelout="0" readable="0" defvelin="0" />
<fxchain numofeffects="0" enabled="0" />
</instrumenttrack>
<pattern steps="16" muted="0" type="0" name="clap04.ogg" pos="0" len="192" frozen="0" />
<pattern steps="16" muted="0" type="0" name="clap04.ogg" pos="192" len="192" frozen="0" />
<pattern steps="16" muted="0" type="0" name="clap04.ogg" pos="384" len="192" frozen="0" />
<pattern steps="16" muted="0" type="0" name="clap04.ogg" pos="576" len="192" frozen="0" />
<pattern steps="16" muted="0" type="0" name="clap04.ogg" pos="768" len="192" frozen="0" />
<pattern steps="16" muted="0" type="0" name="clap04.ogg" pos="960" len="192" frozen="0" />
<pattern steps="16" muted="0" type="0" name="clap04.ogg" pos="1152" len="192" frozen="0" />
<pattern steps="16" muted="0" type="0" name="clap04.ogg" pos="1344" len="192" frozen="0" />
<pattern steps="16" muted="0" type="0" name="clap04.ogg" pos="1536" len="192" frozen="0" />
<pattern steps="16" muted="0" type="0" name="clap04.ogg" pos="1728" len="192" frozen="0" />
<pattern steps="16" muted="0" type="0" name="clap04.ogg" pos="1920" len="192" frozen="0" />
<pattern steps="16" muted="0" type="0" name="clap04.ogg" pos="2112" len="192" frozen="0" />
<pattern steps="16" muted="0" type="0" name="clap04.ogg" pos="2304" len="192" frozen="0" />
<pattern steps="16" muted="0" type="0" name="clap04.ogg" pos="2496" len="192" frozen="0" />
<pattern steps="16" muted="0" type="0" name="clap04.ogg" pos="2688" len="192" frozen="0" />
</track>
<track muted="0" type="0" name="hihat_closed02.ogg" >
<instrumenttrack pan="0" fxch="0" pitch="0" basenote="57" vol="22" >
<instrument name="audiofileprocessor" >
<audiofileprocessor reversed="0" looped="0" eframe="0.996564" sframe="0" src="drums/hihat_closed02.ogg" amp="100" />
</instrument>
<eldata fres="0.5" ftype="0" fcut="14000" fwet="0" >
<elvol lspd_denominator="1" pdel="0" userwavefile="" dec="0.5" lamt="0" syncmode="0" latt="0" rel="0.1" sus="0.5" amt="0" x100="0" att="0" lpdel="0" hold="0.5" lshp="0" lspd="0.1" ctlenvamt="0" lspd_numerator="1" />
<elcut lspd_denominator="1" pdel="0" userwavefile="" dec="0.5" lamt="0" syncmode="0" latt="0" rel="0.1" sus="0.5" amt="0" x100="0" att="0" lpdel="0" hold="0.5" lshp="0" lspd="0.1" ctlenvamt="0" lspd_numerator="1" />
<elres lspd_denominator="1" pdel="0" userwavefile="" dec="0.5" lamt="0" syncmode="0" latt="0" rel="0.1" sus="0.5" amt="0" x100="0" att="0" lpdel="0" hold="0.5" lshp="0" lspd="0.1" ctlenvamt="0" lspd_numerator="1" />
</eldata>
<chordcreator chord="0" chordrange="1" chord-enabled="0" />
<arpeggiator arptime="100" arprange="1" arptime_denominator="1" syncmode="0" arpmode="0" arp-enabled="0" arp="0" arptime_numerator="1" arpdir="0" arpgate="100" />
<midiport inputcontroller="0" inputchannel="0" outputcontroller="0" writable="0" outputchannel="1" defvelout="0" readable="0" defvelin="0" />
<fxchain numofeffects="0" enabled="0" />
</instrumenttrack>
<pattern steps="16" muted="0" type="0" name="hihat_closed02.ogg" pos="0" len="192" frozen="0" />
<pattern steps="16" muted="0" type="0" name="hihat_closed02.ogg" pos="192" len="192" frozen="0" />
<pattern steps="16" muted="0" type="0" name="hihat_closed02.ogg" pos="384" len="192" frozen="0" />
<pattern steps="16" muted="0" type="1" name="hihat_closed02.ogg" pos="576" len="192" frozen="0" >
<note pan="0" key="57" vol="100" pos="0" len="12" />
<note pan="0" key="57" vol="100" pos="96" len="12" />
<note pan="0" key="57" vol="100" pos="144" len="12" />
</pattern>
<pattern steps="16" muted="0" type="0" name="hihat_closed02.ogg" pos="768" len="192" frozen="0" >
<note pan="0" key="57" vol="100" pos="0" len="-192" />
<note pan="0" key="57" vol="100" pos="48" len="-192" />
<note pan="0" key="57" vol="100" pos="144" len="-192" />
</pattern>
<pattern steps="16" muted="0" type="0" name="hihat_closed02.ogg" pos="960" len="192" frozen="0" />
<pattern steps="16" muted="0" type="0" name="hihat_closed02.ogg" pos="1152" len="192" frozen="0" />
<pattern steps="16" muted="0" type="0" name="hihat_closed02.ogg" pos="1344" len="192" frozen="0" />
<pattern steps="16" muted="0" type="0" name="hihat_closed02.ogg" pos="1536" len="192" frozen="0" />
<pattern steps="16" muted="0" type="0" name="hihat_closed02.ogg" pos="1728" len="192" frozen="0" />
<pattern steps="16" muted="0" type="0" name="hihat_closed02.ogg" pos="1920" len="192" frozen="0" />
<pattern steps="16" muted="0" type="0" name="hihat_closed02.ogg" pos="2112" len="192" frozen="0" />
<pattern steps="16" muted="0" type="0" name="hihat_closed02.ogg" pos="2304" len="192" frozen="0" />
<pattern steps="16" muted="0" type="0" name="hihat_closed02.ogg" pos="2496" len="192" frozen="0" />
<pattern steps="16" muted="0" type="0" name="hihat_closed02.ogg" pos="2688" len="192" frozen="0" />
</track>
<track muted="0" type="0" name="hihat_opened01.ogg" >
<instrumenttrack pan="0" fxch="0" pitch="0" basenote="57" vol="54" >
<instrument name="audiofileprocessor" >
<audiofileprocessor reversed="0" looped="0" eframe="0.999262" sframe="0" src="drums/hihat_opened01.ogg" amp="100" />
</instrument>
<eldata fres="0.5" ftype="0" fcut="14000" fwet="0" >
<elvol lspd_denominator="1" pdel="0" userwavefile="" dec="0.5" lamt="0" syncmode="0" latt="0" rel="0.1" sus="0.5" amt="0" x100="0" att="0" lpdel="0" hold="0.5" lshp="0" lspd="0.1" ctlenvamt="0" lspd_numerator="1" />
<elcut lspd_denominator="1" pdel="0" userwavefile="" dec="0.5" lamt="0" syncmode="0" latt="0" rel="0.1" sus="0.5" amt="0" x100="0" att="0" lpdel="0" hold="0.5" lshp="0" lspd="0.1" ctlenvamt="0" lspd_numerator="1" />
<elres lspd_denominator="1" pdel="0" userwavefile="" dec="0.5" lamt="0" syncmode="0" latt="0" rel="0.1" sus="0.5" amt="0" x100="0" att="0" lpdel="0" hold="0.5" lshp="0" lspd="0.1" ctlenvamt="0" lspd_numerator="1" />
</eldata>
<chordcreator chord="0" chordrange="1" chord-enabled="0" />
<arpeggiator arptime="100" arprange="1" arptime_denominator="1" syncmode="0" arpmode="0" arp-enabled="0" arp="0" arptime_numerator="1" arpdir="0" arpgate="100" />
<midiport inputcontroller="0" inputchannel="0" outputcontroller="0" writable="0" outputchannel="1" defvelout="0" readable="0" defvelin="0" />
<fxchain numofeffects="0" enabled="0" />
</instrumenttrack>
<pattern steps="16" muted="0" type="0" name="hihat_opened01.ogg" pos="0" len="192" frozen="0" />
<pattern steps="16" muted="0" type="0" name="hihat_opened01.ogg" pos="192" len="192" frozen="0" />
<pattern steps="16" muted="0" type="0" name="hihat_opened01.ogg" pos="384" len="192" frozen="0" />
<pattern steps="16" muted="0" type="0" name="hihat_opened01.ogg" pos="576" len="192" frozen="0" />
<pattern steps="16" muted="0" type="0" name="hihat_opened01.ogg" pos="768" len="192" frozen="0" />
<pattern steps="16" muted="0" type="0" name="hihat_opened01.ogg" pos="960" len="192" frozen="0" >
<note pan="0" key="57" vol="100" pos="96" len="-192" />
</pattern>
<pattern steps="16" muted="0" type="0" name="hihat_opened01.ogg" pos="1152" len="192" frozen="0" />
<pattern steps="16" muted="0" type="0" name="hihat_opened01.ogg" pos="1344" len="192" frozen="0" />
<pattern steps="16" muted="0" type="0" name="hihat_opened01.ogg" pos="1536" len="192" frozen="0" />
<pattern steps="16" muted="0" type="0" name="hihat_opened01.ogg" pos="1728" len="192" frozen="0" />
<pattern steps="16" muted="0" type="0" name="hihat_opened01.ogg" pos="1920" len="192" frozen="0" />
<pattern steps="16" muted="0" type="0" name="hihat_opened01.ogg" pos="2112" len="192" frozen="0" />
<pattern steps="16" muted="0" type="0" name="hihat_opened01.ogg" pos="2304" len="192" frozen="0" />
<pattern steps="16" muted="0" type="0" name="hihat_opened01.ogg" pos="2496" len="192" frozen="0" />
<pattern steps="16" muted="0" type="0" name="hihat_opened01.ogg" pos="2688" len="192" frozen="0" />
</track>
<track muted="0" type="0" name="church_organ04.ogg" >
<instrumenttrack pan="0" fxch="0" pitch="0" basenote="57" vol="100" >
<instrument name="audiofileprocessor" >
<audiofileprocessor reversed="0" looped="0" eframe="0.999963" sframe="0" src="instruments/church_organ04.ogg" amp="100" />
</instrument>
<eldata fres="0.5" ftype="0" fcut="14000" fwet="0" >
<elvol lspd_denominator="1" pdel="0" userwavefile="" dec="0.5" lamt="0" syncmode="0" latt="0" rel="0.1" sus="0.5" amt="0" x100="0" att="0" lpdel="0" hold="0.5" lshp="0" lspd="0.1" ctlenvamt="0" lspd_numerator="1" />
<elcut lspd_denominator="1" pdel="0" userwavefile="" dec="0.5" lamt="0" syncmode="0" latt="0" rel="0.1" sus="0.5" amt="0" x100="0" att="0" lpdel="0" hold="0.5" lshp="0" lspd="0.1" ctlenvamt="0" lspd_numerator="1" />
<elres lspd_denominator="1" pdel="0" userwavefile="" dec="0.5" lamt="0" syncmode="0" latt="0" rel="0.1" sus="0.5" amt="0" x100="0" att="0" lpdel="0" hold="0.5" lshp="0" lspd="0.1" ctlenvamt="0" lspd_numerator="1" />
</eldata>
<chordcreator chord="0" chordrange="1" chord-enabled="0" />
<arpeggiator arptime="100" arprange="1" arptime_denominator="1" syncmode="0" arpmode="0" arp-enabled="0" arp="0" arptime_numerator="1" arpdir="0" arpgate="100" />
<midiport inputcontroller="0" inputchannel="0" outputcontroller="0" writable="0" outputchannel="1" defvelout="0" readable="0" defvelin="0" />
<fxchain numofeffects="0" enabled="0" />
</instrumenttrack>
<pattern steps="16" muted="0" type="0" name="church_organ04.ogg" pos="0" len="192" frozen="0" />
<pattern steps="16" muted="0" type="0" name="church_organ04.ogg" pos="192" len="192" frozen="0" />
<pattern steps="16" muted="0" type="0" name="church_organ04.ogg" pos="384" len="192" frozen="0" />
<pattern steps="16" muted="0" type="0" name="church_organ04.ogg" pos="576" len="192" frozen="0" />
<pattern steps="16" muted="0" type="0" name="church_organ04.ogg" pos="768" len="192" frozen="0" />
<pattern steps="16" muted="0" type="0" name="church_organ04.ogg" pos="960" len="192" frozen="0" />
<pattern steps="16" muted="0" type="0" name="church_organ04.ogg" pos="1152" len="192" frozen="0" />
<pattern steps="16" muted="0" type="0" name="church_organ04.ogg" pos="1344" len="192" frozen="0" />
<pattern steps="16" muted="0" type="0" name="church_organ04.ogg" pos="1536" len="192" frozen="0" />
<pattern steps="16" muted="0" type="0" name="church_organ04.ogg" pos="1728" len="192" frozen="0" />
<pattern steps="16" muted="0" type="0" name="church_organ04.ogg" pos="1920" len="192" frozen="0" />
<pattern steps="16" muted="0" type="0" name="church_organ04.ogg" pos="2112" len="192" frozen="0" />
<pattern steps="16" muted="0" type="0" name="church_organ04.ogg" pos="2304" len="192" frozen="0" />
<pattern steps="16" muted="0" type="0" name="church_organ04.ogg" pos="2496" len="192" frozen="0" />
<pattern steps="16" muted="0" type="0" name="church_organ04.ogg" pos="2688" len="192" frozen="0" />
</track>
<track muted="0" type="0" name="harpsichord01.ogg" >
<instrumenttrack pan="0" fxch="0" pitch="0" basenote="57" vol="100" >
<instrument name="audiofileprocessor" >
<audiofileprocessor reversed="0" looped="0" eframe="0.999894" sframe="0" src="instruments/harpsichord01.ogg" amp="100" />
</instrument>
<eldata fres="0.5" ftype="0" fcut="14000" fwet="0" >
<elvol lspd_denominator="1" pdel="0" userwavefile="" dec="0.5" lamt="0" syncmode="0" latt="0" rel="0.1" sus="0.5" amt="0" x100="0" att="0" lpdel="0" hold="0.5" lshp="0" lspd="0.1" ctlenvamt="0" lspd_numerator="1" />
<elcut lspd_denominator="1" pdel="0" userwavefile="" dec="0.5" lamt="0" syncmode="0" latt="0" rel="0.1" sus="0.5" amt="0" x100="0" att="0" lpdel="0" hold="0.5" lshp="0" lspd="0.1" ctlenvamt="0" lspd_numerator="1" />
<elres lspd_denominator="1" pdel="0" userwavefile="" dec="0.5" lamt="0" syncmode="0" latt="0" rel="0.1" sus="0.5" amt="0" x100="0" att="0" lpdel="0" hold="0.5" lshp="0" lspd="0.1" ctlenvamt="0" lspd_numerator="1" />
</eldata>
<chordcreator chord="0" chordrange="1" chord-enabled="0" />
<arpeggiator arptime="100" arprange="1" arptime_denominator="1" syncmode="0" arpmode="0" arp-enabled="0" arp="0" arptime_numerator="1" arpdir="0" arpgate="100" />
<midiport inputcontroller="0" inputchannel="0" outputcontroller="0" writable="0" outputchannel="1" defvelout="0" readable="0" defvelin="0" />
<fxchain numofeffects="0" enabled="0" />
</instrumenttrack>
<pattern steps="16" muted="0" type="0" name="harpsichord01.ogg" pos="0" len="192" frozen="0" />
<pattern steps="16" muted="0" type="0" name="harpsichord01.ogg" pos="192" len="192" frozen="0" />
<pattern steps="16" muted="0" type="0" name="harpsichord01.ogg" pos="384" len="192" frozen="0" />
<pattern steps="16" muted="0" type="0" name="harpsichord01.ogg" pos="576" len="192" frozen="0" />
<pattern steps="16" muted="0" type="0" name="harpsichord01.ogg" pos="768" len="192" frozen="0" />
<pattern steps="16" muted="0" type="0" name="harpsichord01.ogg" pos="960" len="192" frozen="0" />
<pattern steps="16" muted="0" type="0" name="harpsichord01.ogg" pos="1152" len="192" frozen="0" />
<pattern steps="16" muted="0" type="0" name="harpsichord01.ogg" pos="1344" len="192" frozen="0" />
<pattern steps="16" muted="0" type="0" name="harpsichord01.ogg" pos="1536" len="192" frozen="0" />
<pattern steps="16" muted="0" type="0" name="harpsichord01.ogg" pos="1728" len="192" frozen="0" />
<pattern steps="16" muted="0" type="0" name="harpsichord01.ogg" pos="1920" len="192" frozen="0" />
<pattern steps="16" muted="0" type="0" name="harpsichord01.ogg" pos="2112" len="192" frozen="0" />
<pattern steps="16" muted="0" type="0" name="harpsichord01.ogg" pos="2304" len="192" frozen="0" />
<pattern steps="16" muted="0" type="0" name="harpsichord01.ogg" pos="2496" len="192" frozen="0" />
<pattern steps="16" muted="0" type="0" name="harpsichord01.ogg" pos="2688" len="192" frozen="0" />
</track>
<track muted="0" type="0" name="piano02.ogg" >
<instrumenttrack pan="0" fxch="0" pitch="0" basenote="57" vol="40" >
<instrument name="audiofileprocessor" >
<audiofileprocessor reversed="0" looped="0" eframe="0.999977" sframe="0" src="instruments/piano02.ogg" amp="100" />
</instrument>
<eldata fres="0.5" ftype="0" fcut="14000" fwet="0" >
<elvol lspd_denominator="1" pdel="0" userwavefile="" dec="0.5" lamt="0" syncmode="0" latt="0" rel="0.1" sus="0.5" amt="0" x100="0" att="0" lpdel="0" hold="0.5" lshp="0" lspd="0.1" ctlenvamt="0" lspd_numerator="1" />
<elcut lspd_denominator="1" pdel="0" userwavefile="" dec="0.5" lamt="0" syncmode="0" latt="0" rel="0.1" sus="0.5" amt="0" x100="0" att="0" lpdel="0" hold="0.5" lshp="0" lspd="0.1" ctlenvamt="0" lspd_numerator="1" />
<elres lspd_denominator="1" pdel="0" userwavefile="" dec="0.5" lamt="0" syncmode="0" latt="0" rel="0.1" sus="0.5" amt="0" x100="0" att="0" lpdel="0" hold="0.5" lshp="0" lspd="0.1" ctlenvamt="0" lspd_numerator="1" />
</eldata>
<chordcreator chord="0" chordrange="1" chord-enabled="0" />
<arpeggiator arptime="100" arprange="1" arptime_denominator="1" syncmode="0" arpmode="0" arp-enabled="0" arp="0" arptime_numerator="1" arpdir="0" arpgate="100" />
<midiport inputcontroller="0" inputchannel="0" outputcontroller="0" writable="0" outputchannel="1" defvelout="0" readable="0" defvelin="0" />
<fxchain numofeffects="0" enabled="0" />
</instrumenttrack>
<pattern steps="16" muted="0" type="0" name="piano02.ogg" pos="0" len="192" frozen="0" />
<pattern steps="16" muted="0" type="0" name="piano02.ogg" pos="192" len="192" frozen="0" />
<pattern steps="16" muted="0" type="0" name="piano02.ogg" pos="384" len="192" frozen="0" />
<pattern steps="16" muted="0" type="0" name="piano02.ogg" pos="576" len="192" frozen="0" />
<pattern steps="16" muted="0" type="0" name="piano02.ogg" pos="768" len="192" frozen="0" />
<pattern steps="16" muted="0" type="0" name="piano02.ogg" pos="960" len="192" frozen="0" />
<pattern steps="16" muted="0" type="1" name="piano02.ogg" pos="1152" len="1536" frozen="0" >
<note pan="0" key="57" vol="100" pos="0" len="192" />
<note pan="0" key="52" vol="100" pos="192" len="192" />
<note pan="0" key="57" vol="100" pos="384" len="192" />
<note pan="0" key="51" vol="100" pos="576" len="192" />
<note pan="0" key="55" vol="100" pos="768" len="192" />
<note pan="0" key="54" vol="100" pos="960" len="192" />
<note pan="0" key="52" vol="100" pos="1152" len="192" />
<note pan="0" key="50" vol="100" pos="1344" len="96" />
<note pan="0" key="52" vol="100" pos="1440" len="96" />
</pattern>
<pattern steps="16" muted="0" type="1" name="piano02.ogg" pos="1344" len="1536" frozen="0" >
<note pan="0" key="57" vol="100" pos="0" len="192" />
<note pan="0" key="52" vol="100" pos="192" len="192" />
<note pan="0" key="57" vol="100" pos="384" len="192" />
<note pan="0" key="51" vol="100" pos="576" len="192" />
<note pan="0" key="55" vol="100" pos="768" len="192" />
<note pan="0" key="54" vol="100" pos="960" len="192" />
<note pan="0" key="52" vol="100" pos="1152" len="96" />
<note pan="0" key="55" vol="100" pos="1248" len="96" />
<note pan="0" key="57" vol="100" pos="1344" len="192" />
</pattern>
<pattern steps="16" muted="0" type="1" name="piano02.ogg" pos="1536" len="768" frozen="0" >
<note pan="0" key="64" vol="96" pos="0" len="48" />
<note pan="0" key="57" vol="100" pos="0" len="48" />
<note pan="0" key="64" vol="100" pos="48" len="96" />
<note pan="0" key="57" vol="100" pos="48" len="48" />
<note pan="0" key="57" vol="100" pos="96" len="48" />
<note pan="0" key="64" vol="100" pos="144" len="96" />
<note pan="0" key="57" vol="100" pos="144" len="48" />
<note pan="0" key="57" vol="100" pos="192" len="48" />
<note pan="0" key="65" vol="100" pos="240" len="96" />
<note pan="0" key="57" vol="100" pos="240" len="48" />
<note pan="0" key="57" vol="100" pos="288" len="48" />
<note pan="0" key="62" vol="100" pos="336" len="96" />
<note pan="0" key="57" vol="100" pos="336" len="48" />
<note pan="0" key="57" vol="100" pos="384" len="48" />
<note pan="0" key="64" vol="100" pos="432" len="48" />
<note pan="0" key="57" vol="100" pos="432" len="48" />
<note pan="0" key="65" vol="100" pos="480" len="96" />
<note pan="0" key="57" vol="100" pos="480" len="48" />
<note pan="0" key="57" vol="100" pos="528" len="48" />
<note pan="0" key="64" vol="100" pos="576" len="96" />
<note pan="0" key="57" vol="100" pos="576" len="48" />
<note pan="0" key="57" vol="100" pos="624" len="48" />
<note pan="0" key="63" vol="100" pos="672" len="96" />
<note pan="0" key="52" vol="100" pos="672" len="48" />
<note pan="0" key="52" vol="100" pos="720" len="48" />
</pattern>
<pattern steps="16" muted="0" type="1" name="piano02.ogg" pos="1728" len="768" frozen="0" >
<note pan="0" key="57" vol="100" pos="0" len="48" />
<note pan="0" key="64" vol="100" pos="0" len="48" />
<note pan="0" key="57" vol="100" pos="48" len="48" />
<note pan="0" key="64" vol="100" pos="48" len="96" />
<note pan="0" key="57" vol="100" pos="96" len="48" />
<note pan="0" key="57" vol="100" pos="144" len="48" />
<note pan="0" key="64" vol="100" pos="144" len="96" />
<note pan="0" key="57" vol="100" pos="192" len="48" />
<note pan="0" key="63" vol="100" pos="240" len="96" />
<note pan="0" key="57" vol="100" pos="240" len="48" />
<note pan="0" key="57" vol="100" pos="288" len="48" />
<note pan="0" key="62" vol="100" pos="336" len="96" />
<note pan="0" key="57" vol="100" pos="336" len="48" />
<note pan="0" key="57" vol="100" pos="384" len="48" />
<note pan="0" key="63" vol="100" pos="432" len="96" />
<note pan="0" key="57" vol="100" pos="432" len="48" />
<note pan="0" key="57" vol="100" pos="480" len="48" />
<note pan="0" key="64" vol="100" pos="528" len="96" />
<note pan="0" key="57" vol="100" pos="528" len="48" />
<note pan="0" key="57" vol="100" pos="576" len="48" />
<note pan="0" key="63" vol="100" pos="624" len="48" />
<note pan="0" key="57" vol="100" pos="624" len="48" />
<note pan="0" key="62" vol="100" pos="672" len="48" />
<note pan="0" key="52" vol="100" pos="672" len="48" />
<note pan="0" key="52" vol="100" pos="720" len="48" />
<note pan="0" key="61" vol="100" pos="720" len="48" />
</pattern>
<pattern steps="16" muted="0" type="0" name="piano02.ogg" pos="1920" len="192" frozen="0" />
<pattern steps="16" muted="0" type="0" name="piano02.ogg" pos="2112" len="192" frozen="0" />
<pattern steps="16" muted="0" type="0" name="piano02.ogg" pos="2304" len="192" frozen="0" />
<pattern steps="16" muted="0" type="0" name="piano02.ogg" pos="2496" len="192" frozen="0" />
<pattern steps="16" muted="0" type="0" name="piano02.ogg" pos="2688" len="192" frozen="0" />
</track>
<track muted="0" type="0" name="bass_hard02.ogg" >
<instrumenttrack pan="0" fxch="0" pitch="0" basenote="57" vol="100" >
<instrument name="audiofileprocessor" >
<audiofileprocessor reversed="0" looped="0" eframe="0.999825" sframe="0" src="basses/bass_hard02.ogg" amp="100" />
</instrument>
<eldata fres="0.5" ftype="0" fcut="14000" fwet="0" >
<elvol lspd_denominator="1" pdel="0" userwavefile="" dec="0.5" lamt="0" syncmode="0" latt="0" rel="0.1" sus="0.5" amt="0" x100="0" att="0" lpdel="0" hold="0.5" lshp="0" lspd="0.1" ctlenvamt="0" lspd_numerator="1" />
<elcut lspd_denominator="1" pdel="0" userwavefile="" dec="0.5" lamt="0" syncmode="0" latt="0" rel="0.1" sus="0.5" amt="0" x100="0" att="0" lpdel="0" hold="0.5" lshp="0" lspd="0.1" ctlenvamt="0" lspd_numerator="1" />
<elres lspd_denominator="1" pdel="0" userwavefile="" dec="0.5" lamt="0" syncmode="0" latt="0" rel="0.1" sus="0.5" amt="0" x100="0" att="0" lpdel="0" hold="0.5" lshp="0" lspd="0.1" ctlenvamt="0" lspd_numerator="1" />
</eldata>
<chordcreator chord="0" chordrange="1" chord-enabled="0" />
<arpeggiator arptime="100" arprange="1" arptime_denominator="1" syncmode="0" arpmode="0" arp-enabled="0" arp="0" arptime_numerator="1" arpdir="0" arpgate="100" />
<midiport inputcontroller="0" inputchannel="0" outputcontroller="0" writable="0" outputchannel="1" defvelout="0" readable="0" defvelin="0" />
<fxchain numofeffects="0" enabled="0" />
</instrumenttrack>
<pattern steps="16" muted="0" type="0" name="bass_hard02.ogg" pos="0" len="192" frozen="0" />
<pattern steps="16" muted="0" type="0" name="bass_hard02.ogg" pos="192" len="192" frozen="0" />
<pattern steps="16" muted="0" type="0" name="bass_hard02.ogg" pos="384" len="192" frozen="0" />
<pattern steps="16" muted="0" type="0" name="bass_hard02.ogg" pos="576" len="192" frozen="0" />
<pattern steps="16" muted="0" type="0" name="bass_hard02.ogg" pos="768" len="192" frozen="0" />
<pattern steps="16" muted="0" type="0" name="bass_hard02.ogg" pos="960" len="192" frozen="0" />
<pattern steps="16" muted="0" type="0" name="bass_hard02.ogg" pos="1152" len="192" frozen="0" />
<pattern steps="16" muted="0" type="0" name="bass_hard02.ogg" pos="1344" len="192" frozen="0" />
<pattern steps="16" muted="0" type="0" name="bass_hard02.ogg" pos="1536" len="192" frozen="0" />
<pattern steps="16" muted="0" type="0" name="bass_hard02.ogg" pos="1728" len="192" frozen="0" />
<pattern steps="16" muted="0" type="0" name="bass_hard02.ogg" pos="1920" len="192" frozen="0" />
<pattern steps="16" muted="0" type="0" name="bass_hard02.ogg" pos="2112" len="192" frozen="0" />
<pattern steps="16" muted="0" type="0" name="bass_hard02.ogg" pos="2304" len="192" frozen="0" />
<pattern steps="16" muted="0" type="0" name="bass_hard02.ogg" pos="2496" len="192" frozen="0" />
<pattern steps="16" muted="0" type="0" name="bass_hard02.ogg" pos="2688" len="192" frozen="0" />
</track>
<track muted="0" type="0" name="bass01.ogg" >
<instrumenttrack pan="0" fxch="0" pitch="0" basenote="57" vol="100" >
<instrument name="audiofileprocessor" >
<audiofileprocessor reversed="0" looped="0" eframe="0.999049" sframe="0" src="basses/bass01.ogg" amp="100" />
</instrument>
<eldata fres="0.5" ftype="0" fcut="14000" fwet="0" >
<elvol lspd_denominator="1" pdel="0" userwavefile="" dec="0.5" lamt="0" syncmode="0" latt="0" rel="0.1" sus="0.5" amt="0" x100="0" att="0" lpdel="0" hold="0.5" lshp="0" lspd="0.1" ctlenvamt="0" lspd_numerator="1" />
<elcut lspd_denominator="1" pdel="0" userwavefile="" dec="0.5" lamt="0" syncmode="0" latt="0" rel="0.1" sus="0.5" amt="0" x100="0" att="0" lpdel="0" hold="0.5" lshp="0" lspd="0.1" ctlenvamt="0" lspd_numerator="1" />
<elres lspd_denominator="1" pdel="0" userwavefile="" dec="0.5" lamt="0" syncmode="0" latt="0" rel="0.1" sus="0.5" amt="0" x100="0" att="0" lpdel="0" hold="0.5" lshp="0" lspd="0.1" ctlenvamt="0" lspd_numerator="1" />
</eldata>
<chordcreator chord="0" chordrange="1" chord-enabled="0" />
<arpeggiator arptime="100" arprange="1" arptime_denominator="1" syncmode="0" arpmode="0" arp-enabled="0" arp="0" arptime_numerator="1" arpdir="0" arpgate="100" />
<midiport inputcontroller="0" inputchannel="0" outputcontroller="0" writable="0" outputchannel="1" defvelout="0" readable="0" defvelin="0" />
<fxchain numofeffects="0" enabled="0" />
</instrumenttrack>
<pattern steps="16" muted="0" type="0" name="bass01.ogg" pos="0" len="192" frozen="0" />
<pattern steps="16" muted="0" type="0" name="bass01.ogg" pos="192" len="192" frozen="0" />
<pattern steps="16" muted="0" type="0" name="bass01.ogg" pos="384" len="192" frozen="0" />
<pattern steps="16" muted="0" type="0" name="bass01.ogg" pos="576" len="192" frozen="0" />
<pattern steps="16" muted="0" type="0" name="bass01.ogg" pos="768" len="192" frozen="0" />
<pattern steps="16" muted="0" type="0" name="bass01.ogg" pos="960" len="192" frozen="0" />
<pattern steps="16" muted="0" type="0" name="bass01.ogg" pos="1152" len="192" frozen="0" />
<pattern steps="16" muted="0" type="0" name="bass01.ogg" pos="1344" len="192" frozen="0" />
<pattern steps="16" muted="0" type="0" name="bass01.ogg" pos="1536" len="192" frozen="0" />
<pattern steps="16" muted="0" type="0" name="bass01.ogg" pos="1728" len="192" frozen="0" />
<pattern steps="16" muted="0" type="0" name="bass01.ogg" pos="1920" len="192" frozen="0" />
<pattern steps="16" muted="0" type="0" name="bass01.ogg" pos="2112" len="192" frozen="0" />
<pattern steps="16" muted="0" type="0" name="bass01.ogg" pos="2304" len="192" frozen="0" />
<pattern steps="16" muted="0" type="0" name="bass01.ogg" pos="2496" len="192" frozen="0" />
<pattern steps="16" muted="0" type="0" name="bass01.ogg" pos="2688" len="192" frozen="0" />
</track>
<track muted="0" type="0" name="snare_acoustic01.ogg" >
<instrumenttrack pan="0" fxch="0" pitch="0" basenote="57" vol="100" >
<instrument name="audiofileprocessor" >
<audiofileprocessor reversed="0" looped="0" eframe="0.998327" sframe="0" src="drums/snare_acoustic01.ogg" amp="100" />
</instrument>
<eldata fres="0.5" ftype="0" fcut="14000" fwet="0" >
<elvol lspd_denominator="1" pdel="0" userwavefile="" dec="0.5" lamt="0" syncmode="0" latt="0" rel="0.1" sus="0.5" amt="0" x100="0" att="0" lpdel="0" hold="0.5" lshp="0" lspd="0.1" ctlenvamt="0" lspd_numerator="1" />
<elcut lspd_denominator="1" pdel="0" userwavefile="" dec="0.5" lamt="0" syncmode="0" latt="0" rel="0.1" sus="0.5" amt="0" x100="0" att="0" lpdel="0" hold="0.5" lshp="0" lspd="0.1" ctlenvamt="0" lspd_numerator="1" />
<elres lspd_denominator="1" pdel="0" userwavefile="" dec="0.5" lamt="0" syncmode="0" latt="0" rel="0.1" sus="0.5" amt="0" x100="0" att="0" lpdel="0" hold="0.5" lshp="0" lspd="0.1" ctlenvamt="0" lspd_numerator="1" />
</eldata>
<chordcreator chord="0" chordrange="1" chord-enabled="0" />
<arpeggiator arptime="100" arprange="1" arptime_denominator="1" syncmode="0" arpmode="0" arp-enabled="0" arp="0" arptime_numerator="1" arpdir="0" arpgate="100" />
<midiport inputcontroller="0" inputchannel="0" outputcontroller="0" writable="0" outputchannel="1" defvelout="0" readable="0" defvelin="0" />
<fxchain numofeffects="0" enabled="0" />
</instrumenttrack>
<pattern steps="16" muted="0" type="0" name="snare_acoustic01.ogg" pos="0" len="192" frozen="0" />
<pattern steps="16" muted="0" type="0" name="snare_acoustic01.ogg" pos="192" len="192" frozen="0" />
<pattern steps="16" muted="0" type="0" name="snare_acoustic01.ogg" pos="384" len="192" frozen="0" />
<pattern steps="16" muted="0" type="0" name="snare_acoustic01.ogg" pos="576" len="192" frozen="0" />
<pattern steps="16" muted="0" type="0" name="snare_acoustic01.ogg" pos="768" len="192" frozen="0" />
<pattern steps="16" muted="0" type="0" name="snare_acoustic01.ogg" pos="960" len="192" frozen="0" />
<pattern steps="16" muted="0" type="0" name="snare_acoustic01.ogg" pos="1152" len="192" frozen="0" />
<pattern steps="16" muted="0" type="0" name="snare_acoustic01.ogg" pos="1344" len="192" frozen="0" />
<pattern steps="16" muted="0" type="0" name="snare_acoustic01.ogg" pos="1536" len="192" frozen="0" />
<pattern steps="16" muted="0" type="0" name="snare_acoustic01.ogg" pos="1728" len="192" frozen="0" />
<pattern steps="16" muted="0" type="0" name="snare_acoustic01.ogg" pos="1920" len="192" frozen="0" />
<pattern steps="16" muted="0" type="0" name="snare_acoustic01.ogg" pos="2112" len="192" frozen="0" />
<pattern steps="16" muted="0" type="0" name="snare_acoustic01.ogg" pos="2304" len="192" frozen="0" />
<pattern steps="16" muted="0" type="0" name="snare_acoustic01.ogg" pos="2496" len="192" frozen="0" />
<pattern steps="16" muted="0" type="0" name="snare_acoustic01.ogg" pos="2688" len="192" frozen="0" />
</track>
<track muted="0" type="0" name="snare_muffled01.ogg" >
<instrumenttrack pan="0" fxch="0" pitch="0" basenote="57" vol="100" >
<instrument name="audiofileprocessor" >
<audiofileprocessor reversed="0" looped="0" eframe="0.999692" sframe="0" src="drums/snare_muffled01.ogg" amp="100" />
</instrument>
<eldata fres="0.5" ftype="0" fcut="14000" fwet="0" >
<elvol lspd_denominator="1" pdel="0" userwavefile="" dec="0.5" lamt="0" syncmode="0" latt="0" rel="0.1" sus="0.5" amt="0" x100="0" att="0" lpdel="0" hold="0.5" lshp="0" lspd="0.1" ctlenvamt="0" lspd_numerator="1" />
<elcut lspd_denominator="1" pdel="0" userwavefile="" dec="0.5" lamt="0" syncmode="0" latt="0" rel="0.1" sus="0.5" amt="0" x100="0" att="0" lpdel="0" hold="0.5" lshp="0" lspd="0.1" ctlenvamt="0" lspd_numerator="1" />
<elres lspd_denominator="1" pdel="0" userwavefile="" dec="0.5" lamt="0" syncmode="0" latt="0" rel="0.1" sus="0.5" amt="0" x100="0" att="0" lpdel="0" hold="0.5" lshp="0" lspd="0.1" ctlenvamt="0" lspd_numerator="1" />
</eldata>
<chordcreator chord="0" chordrange="1" chord-enabled="0" />
<arpeggiator arptime="100" arprange="1" arptime_denominator="1" syncmode="0" arpmode="0" arp-enabled="0" arp="0" arptime_numerator="1" arpdir="0" arpgate="100" />
<midiport inputcontroller="0" inputchannel="0" outputcontroller="0" writable="0" outputchannel="1" defvelout="0" readable="0" defvelin="0" />
<fxchain numofeffects="0" enabled="0" />
</instrumenttrack>
<pattern steps="16" muted="0" type="0" name="snare_muffled01.ogg" pos="0" len="192" frozen="0" />
<pattern steps="16" muted="0" type="0" name="snare_muffled01.ogg" pos="192" len="192" frozen="0" />
<pattern steps="16" muted="0" type="0" name="snare_muffled01.ogg" pos="384" len="192" frozen="0" />
<pattern steps="16" muted="0" type="0" name="snare_muffled01.ogg" pos="576" len="192" frozen="0" />
<pattern steps="16" muted="0" type="0" name="snare_muffled01.ogg" pos="768" len="192" frozen="0" />
<pattern steps="16" muted="0" type="0" name="snare_muffled01.ogg" pos="960" len="192" frozen="0" />
<pattern steps="16" muted="0" type="0" name="snare_muffled01.ogg" pos="1152" len="192" frozen="0" />
<pattern steps="16" muted="0" type="0" name="snare_muffled01.ogg" pos="1344" len="192" frozen="0" />
<pattern steps="16" muted="0" type="0" name="snare_muffled01.ogg" pos="1536" len="192" frozen="0" />
<pattern steps="16" muted="0" type="0" name="snare_muffled01.ogg" pos="1728" len="192" frozen="0" />
<pattern steps="16" muted="0" type="0" name="snare_muffled01.ogg" pos="1920" len="192" frozen="0" />
<pattern steps="16" muted="0" type="0" name="snare_muffled01.ogg" pos="2112" len="192" frozen="0" />
<pattern steps="16" muted="0" type="0" name="snare_muffled01.ogg" pos="2304" len="192" frozen="0" />
<pattern steps="16" muted="0" type="0" name="snare_muffled01.ogg" pos="2496" len="192" frozen="0" />
<pattern steps="16" muted="0" type="0" name="snare_muffled01.ogg" pos="2688" len="192" frozen="0" />
</track>
<track muted="0" type="0" name="tom01.ogg" >
<instrumenttrack pan="0" fxch="0" pitch="0" basenote="57" vol="100" >
<instrument name="audiofileprocessor" >
<audiofileprocessor reversed="0" looped="0" eframe="0.999692" sframe="0" src="drums/tom01.ogg" amp="100" />
</instrument>
<eldata fres="0.5" ftype="0" fcut="14000" fwet="0" >
<elvol lspd_denominator="1" pdel="0" userwavefile="" dec="0.5" lamt="0" syncmode="0" latt="0" rel="0.1" sus="0.5" amt="0" x100="0" att="0" lpdel="0" hold="0.5" lshp="0" lspd="0.1" ctlenvamt="0" lspd_numerator="1" />
<elcut lspd_denominator="1" pdel="0" userwavefile="" dec="0.5" lamt="0" syncmode="0" latt="0" rel="0.1" sus="0.5" amt="0" x100="0" att="0" lpdel="0" hold="0.5" lshp="0" lspd="0.1" ctlenvamt="0" lspd_numerator="1" />
<elres lspd_denominator="1" pdel="0" userwavefile="" dec="0.5" lamt="0" syncmode="0" latt="0" rel="0.1" sus="0.5" amt="0" x100="0" att="0" lpdel="0" hold="0.5" lshp="0" lspd="0.1" ctlenvamt="0" lspd_numerator="1" />
</eldata>
<chordcreator chord="0" chordrange="1" chord-enabled="0" />
<arpeggiator arptime="100" arprange="1" arptime_denominator="1" syncmode="0" arpmode="0" arp-enabled="0" arp="0" arptime_numerator="1" arpdir="0" arpgate="100" />
<midiport inputcontroller="0" inputchannel="0" outputcontroller="0" writable="0" outputchannel="1" defvelout="0" readable="0" defvelin="0" />
<fxchain numofeffects="0" enabled="0" />
</instrumenttrack>
<pattern steps="16" muted="0" type="0" name="tom01.ogg" pos="0" len="192" frozen="0" />
<pattern steps="16" muted="0" type="0" name="tom01.ogg" pos="192" len="192" frozen="0" />
<pattern steps="16" muted="0" type="0" name="tom01.ogg" pos="384" len="192" frozen="0" />
<pattern steps="16" muted="0" type="0" name="tom01.ogg" pos="576" len="192" frozen="0" />
<pattern steps="16" muted="0" type="0" name="tom01.ogg" pos="768" len="192" frozen="0" />
<pattern steps="16" muted="0" type="0" name="tom01.ogg" pos="960" len="192" frozen="0" />
<pattern steps="16" muted="0" type="0" name="tom01.ogg" pos="1152" len="192" frozen="0" />
<pattern steps="16" muted="0" type="0" name="tom01.ogg" pos="1344" len="192" frozen="0" />
<pattern steps="16" muted="0" type="0" name="tom01.ogg" pos="1536" len="192" frozen="0" />
<pattern steps="16" muted="0" type="0" name="tom01.ogg" pos="1728" len="192" frozen="0" />
<pattern steps="16" muted="0" type="0" name="tom01.ogg" pos="1920" len="192" frozen="0" />
<pattern steps="16" muted="0" type="0" name="tom01.ogg" pos="2112" len="192" frozen="0" />
<pattern steps="16" muted="0" type="0" name="tom01.ogg" pos="2304" len="192" frozen="0" />
<pattern steps="16" muted="0" type="0" name="tom01.ogg" pos="2496" len="192" frozen="0" />
<pattern steps="16" muted="0" type="0" name="tom01.ogg" pos="2688" len="192" frozen="0" />
</track>
<track muted="0" type="0" name="kick_distorted01.ogg" >
<instrumenttrack pan="0" fxch="0" pitch="0" basenote="57" vol="100" >
<instrument name="audiofileprocessor" >
<audiofileprocessor reversed="0" looped="0" eframe="0.999597" sframe="0" src="drums/kick_distorted01.ogg" amp="100" />
</instrument>
<eldata fres="0.5" ftype="0" fcut="14000" fwet="0" >
<elvol lspd_denominator="1" pdel="0" userwavefile="" dec="0.5" lamt="0" syncmode="0" latt="0" rel="0.1" sus="0.5" amt="0" x100="0" att="0" lpdel="0" hold="0.5" lshp="0" lspd="0.1" ctlenvamt="0" lspd_numerator="1" />
<elcut lspd_denominator="1" pdel="0" userwavefile="" dec="0.5" lamt="0" syncmode="0" latt="0" rel="0.1" sus="0.5" amt="0" x100="0" att="0" lpdel="0" hold="0.5" lshp="0" lspd="0.1" ctlenvamt="0" lspd_numerator="1" />
<elres lspd_denominator="1" pdel="0" userwavefile="" dec="0.5" lamt="0" syncmode="0" latt="0" rel="0.1" sus="0.5" amt="0" x100="0" att="0" lpdel="0" hold="0.5" lshp="0" lspd="0.1" ctlenvamt="0" lspd_numerator="1" />
</eldata>
<chordcreator chord="0" chordrange="1" chord-enabled="0" />
<arpeggiator arptime="100" arprange="1" arptime_denominator="1" syncmode="0" arpmode="0" arp-enabled="0" arp="0" arptime_numerator="1" arpdir="0" arpgate="100" />
<midiport inputcontroller="0" inputchannel="0" outputcontroller="0" writable="0" outputchannel="1" defvelout="0" readable="0" defvelin="0" />
<fxchain numofeffects="0" enabled="0" />
</instrumenttrack>
<pattern steps="16" muted="0" type="0" name="kick_distorted01.ogg" pos="0" len="192" frozen="0" />
<pattern steps="16" muted="0" type="0" name="kick_distorted01.ogg" pos="192" len="192" frozen="0" />
<pattern steps="16" muted="0" type="0" name="kick_distorted01.ogg" pos="384" len="192" frozen="0" />
<pattern steps="16" muted="0" type="0" name="kick_distorted01.ogg" pos="576" len="192" frozen="0" />
<pattern steps="16" muted="0" type="0" name="kick_distorted01.ogg" pos="768" len="192" frozen="0" />
<pattern steps="16" muted="0" type="0" name="kick_distorted01.ogg" pos="960" len="192" frozen="0" />
<pattern steps="16" muted="0" type="0" name="kick_distorted01.ogg" pos="1152" len="192" frozen="0" />
<pattern steps="16" muted="0" type="0" name="kick_distorted01.ogg" pos="1344" len="192" frozen="0" />
<pattern steps="16" muted="0" type="0" name="kick_distorted01.ogg" pos="1536" len="192" frozen="0" />
<pattern steps="16" muted="0" type="0" name="kick_distorted01.ogg" pos="1728" len="192" frozen="0" />
<pattern steps="16" muted="0" type="1" name="kick_distorted01.ogg" pos="1920" len="384" frozen="0" >
<note pan="0" key="57" vol="100" pos="0" len="96" />
<note pan="0" key="57" vol="100" pos="96" len="96" />
<note pan="0" key="57" vol="100" pos="192" len="48" />
<note pan="0" key="57" vol="100" pos="240" len="24" />
<note pan="0" key="57" vol="100" pos="264" len="24" />
<note pan="0" key="57" vol="100" pos="288" len="48" />
<note pan="0" key="57" vol="100" pos="336" len="36" />
</pattern>
<pattern steps="16" muted="0" type="1" name="kick_distorted01.ogg" pos="2112" len="192" frozen="0" >
<note pan="0" key="57" vol="100" pos="0" len="96" />
<note pan="0" key="57" vol="100" pos="96" len="96" />
</pattern>
<pattern steps="16" muted="0" type="1" name="kick_distorted01.ogg" pos="2304" len="192" frozen="0" >
<note pan="0" key="57" vol="100" pos="0" len="96" />
<note pan="0" key="57" vol="100" pos="96" len="48" />
<note pan="0" key="57" vol="100" pos="144" len="48" />
</pattern>
<pattern steps="16" muted="0" type="0" name="kick_distorted01.ogg" pos="2496" len="192" frozen="0" />
<pattern steps="16" muted="0" type="0" name="kick_distorted01.ogg" pos="2688" len="192" frozen="0" />
</track>
</trackcontainer>
</bbtrack>
<bbtco muted="0" name="Beat/Baseline 0" pos="768" color="4282417407" len="192" />
<bbtco muted="0" name="Beat/Baseline 0" pos="2304" color="4282417407" len="384" />
<bbtco muted="0" name="Beat/Baseline 0" pos="3840" color="4282417407" len="384" />
<bbtco muted="0" name="kick" pos="5376" color="4282417407" len="384" />
<bbtco muted="0" name="kick" pos="7104" color="4282417407" len="384" />
<bbtco muted="0" name="kick" pos="8832" color="4282417407" len="384" />
<bbtco muted="0" name="kick" pos="11904" color="4282417407" len="384" />
<bbtco muted="0" name="kick" pos="12864" color="4282417407" len="192" />
<bbtco muted="0" name="kick" pos="13632" color="4282417407" len="192" />
<bbtco muted="0" name="kick" pos="14400" color="4282417407" len="960" />
<bbtco muted="0" name="kick" pos="1152" color="4282417407" len="192" />
</track>
<track muted="0" type="1" name="kick" >
<bbtrack/>
<bbtco muted="0" name="Beat/Baseline 1" pos="0" color="4282417407" len="192" />
<bbtco muted="0" name="Beat/Baseline 1" pos="192" color="4282417407" len="192" />
<bbtco muted="0" name="Beat/Baseline 1" pos="384" color="4282417407" len="192" />
<bbtco muted="0" name="Beat/Baseline 1" pos="1536" color="4282417407" len="192" />
<bbtco muted="0" name="Beat/Baseline 1" pos="1728" color="4282417407" len="192" />
<bbtco muted="0" name="Beat/Baseline 1" pos="1920" color="4282417407" len="192" />
<bbtco muted="0" name="Beat/Baseline 1" pos="2880" color="4282417407" len="192" />
<bbtco muted="0" name="Beat/Baseline 1" pos="3072" color="4282417407" len="192" />
<bbtco muted="0" name="Beat/Baseline 1" pos="3264" color="4282417407" len="192" />
<bbtco muted="0" name="Beat/Baseline 1" pos="3456" color="4282417407" len="192" />
<bbtco muted="0" name="Beat/Baseline 1" pos="4416" color="4282417407" len="192" />
<bbtco muted="0" name="kick" pos="4608" color="4282417407" len="192" />
<bbtco muted="0" name="kick" pos="4800" color="4282417407" len="192" />
<bbtco muted="0" name="kick" pos="4992" color="4282417407" len="192" />
<bbtco muted="0" name="kick" pos="7488" color="4282417407" len="960" />
<bbtco muted="0" name="kick" pos="5952" color="4282417407" len="192" />
<bbtco muted="0" name="kick" pos="10368" color="4282417407" len="192" />
<bbtco muted="0" name="kick" pos="11520" color="4282417407" len="192" />
</track>
<track muted="0" type="1" name="kick" >
<bbtrack/>
<bbtco muted="0" name="Beat/Baseline 2" pos="576" color="4282417407" len="192" />
<bbtco muted="0" name="Beat/Baseline 2" pos="2112" color="4282417407" len="192" />
<bbtco muted="0" name="Beat/Baseline 2" pos="2688" color="4282417407" len="192" />
<bbtco muted="0" name="Beat/Baseline 2" pos="3648" color="4282417407" len="192" />
<bbtco muted="0" name="Beat/Baseline 2" pos="4224" color="4282417407" len="192" />
<bbtco muted="0" name="kick" pos="5760" color="4282417407" len="192" />
<bbtco muted="0" name="kick" pos="5184" color="4282417407" len="192" />
<bbtco muted="0" name="kick" pos="6144" color="4282417407" len="960" />
<bbtco muted="0" name="kick" pos="8448" color="4282417407" len="384" />
<bbtco muted="0" name="kick" pos="10752" color="4282417407" len="192" />
<bbtco muted="0" name="kick" pos="11136" color="4282417407" len="192" />
<bbtco muted="0" name="kick" pos="12288" color="4282417407" len="576" />
<bbtco muted="0" name="kick" pos="13056" color="4282417407" len="576" />
<bbtco muted="0" name="kick" pos="13824" color="4282417407" len="576" />
</track>
<track muted="0" type="1" name="Beat/Bassline 3" >
<bbtrack/>
<bbtco muted="0" name="Beat/Baseline 3" pos="9216" color="4282417407" len="4608" />
<bbtco muted="0" name="Beat/Baseline 3" pos="4608" color="4282417407" len="1344" />
</track>
<track muted="0" type="1" name="hi close" >
<bbtrack/>
<bbtco muted="0" name="Beat/Baseline 4" pos="1536" color="4282417407" len="3072" />
<bbtco muted="0" name="hi close" pos="5568" color="4282417407" len="3648" />
<bbtco muted="0" name="hi close" pos="11904" color="4282417407" len="3456" />
<bbtco muted="0" name="hi close" pos="960" color="4282417407" len="576" />
</track>
<track muted="0" type="1" name="hi open" >
<bbtrack/>
<bbtco muted="0" name="Beat/Baseline 5" pos="1536" color="4282417407" len="3072" />
<bbtco muted="0" name="hi open" pos="5952" color="4282417407" len="3264" />
<bbtco muted="0" name="hi open" pos="12288" color="4282417407" len="3072" />
</track>
<track muted="0" type="1" name="Beat/Bassline 6" >
<bbtrack/>
<bbtco muted="0" name="Beat/Baseline 6" pos="3072" color="4282417407" len="1536" />
<bbtco muted="0" name="Beat/Baseline 6" pos="9216" color="4282417407" len="1536" />
</track>
<track muted="0" type="1" name="Beat/Bassline 7" >
<bbtrack/>
<bbtco muted="0" name="Beat/Baseline 7" pos="4608" color="4282417407" len="1536" />
<bbtco muted="0" name="Beat/Baseline 7" pos="10752" color="4282417407" len="1536" />
</track>
<track muted="0" type="1" name="Beat/Bassline 9" >
<bbtrack/>
<bbtco muted="0" name="Beat/Baseline 9" pos="6144" color="4282417407" len="768" />
<bbtco muted="0" name="Beat/Baseline 9" pos="7680" color="4282417407" len="768" />
<bbtco muted="0" name="Beat/Baseline 9" pos="12288" color="4282417407" len="768" />
<bbtco muted="0" name="Beat/Baseline 9" pos="13824" color="4282417407" len="768" />
</track>
<track muted="0" type="1" name="Beat/Bassline 9" >
<bbtrack/>
<bbtco muted="0" name="Beat/Baseline 9" pos="6912" color="4282417407" len="768" />
<bbtco muted="0" name="Beat/Baseline 9" pos="8448" color="4282417407" len="768" />
<bbtco muted="0" name="Beat/Baseline 9" pos="13056" color="4282417407" len="768" />
<bbtco muted="0" name="Beat/Baseline 9" pos="14592" color="4282417407" len="768" />
</track>
<track muted="0" type="1" name="Beat/Bassline 10" >
<bbtrack/>
<bbtco muted="0" name="Beat/Baseline 10" pos="11136" color="4282417407" len="384" />
<bbtco muted="0" name="Beat/Baseline 10" pos="13440" color="4282417407" len="384" />
<bbtco muted="0" name="Beat/Baseline 10" pos="14592" color="4282417407" len="384" />
</track>
<track muted="0" type="1" name="Beat/Bassline 11" >
<bbtrack/>
<bbtco muted="0" name="Beat/Baseline 11" pos="9216" color="4282417407" len="1152" />
<bbtco muted="0" name="Beat/Baseline 11" pos="10752" color="4282417407" len="384" />
<bbtco muted="0" name="Beat/Baseline 11" pos="11520" color="4282417407" len="768" />
<bbtco muted="0" name="Beat/Baseline 11" pos="12672" color="4282417407" len="768" />
<bbtco muted="0" name="Beat/Baseline 11" pos="13824" color="4282417407" len="768" />
<bbtco muted="0" name="Beat/Baseline 11" pos="15168" color="4282417407" len="192" />
</track>
<track muted="0" type="1" name="Beat/Bassline 12" >
<bbtrack/>
<bbtco muted="0" name="Beat/Baseline 12" pos="10368" color="4282417407" len="384" />
<bbtco muted="0" name="Beat/Baseline 12" pos="12288" color="4282417407" len="384" />
<bbtco muted="0" name="Beat/Baseline 12" pos="14976" color="4282417407" len="192" />
</track>
<track muted="0" type="1" name="Beat/Bassline 13" >
<bbtrack/>
<bbtco muted="0" name="Beat/Baseline 13" pos="12288" color="4282417407" len="768" />
<bbtco muted="0" name="Beat/Baseline 13" pos="13824" color="4282417407" len="768" />
</track>
<track muted="0" type="1" name="Beat/Bassline 14" >
<bbtrack/>
</track>
</trackcontainer>
<track muted="0" type="6" name="Automation track" >
<automationtrack/>
</track>
<fxmixer>
<fxchannel num="0" muted="0" volume="0.93" name="Master" >
<fxchain numofeffects="1" enabled="1" >
<effect key="AAAACQAAAAACAAAACgAAAAAsAEYAYQBzAHQAIABMAG8AbwBrAGEAaABlAGEAZAAgAGwAaQBtAGkAdABlAHIAAAALAAAAAAIAAAAoAGYAYQBzAHQATABvAG8AawBhAGgAZQBhAGQATABpAG0AaQB0AGUAcgAAADwAZgBhAHMAdABfAGwAbwBvAGsAYQBoAGUAYQBkAF8AbABpAG0AaQB0AGUAcgBfADEAOQAxADMALgBzAG8=" autoquit="1" gate="0" name="ladspaeffect" wet="1" on="1" >
<ladspacontrols port00="-2.4" port01="0" port02="308.45" syncmode="0" port02_numerator="4" ports="3" port02_denominator="4" />
</effect>
</fxchain>
</fxchannel>
<fxchannel num="1" muted="0" volume="1" name="FX 1" >
<fxchain numofeffects="0" enabled="0" />
</fxchannel>
<fxchannel num="2" muted="0" volume="1" name="FX 2" >
<fxchain numofeffects="0" enabled="0" />
</fxchannel>
<fxchannel num="3" muted="0" volume="1" name="FX 3" >
<fxchain numofeffects="0" enabled="0" />
</fxchannel>
<fxchannel num="4" muted="0" volume="1" name="FX 4" >
<fxchain numofeffects="0" enabled="0" />
</fxchannel>
<fxchannel num="5" muted="0" volume="1" name="FX 5" >
<fxchain numofeffects="0" enabled="0" />
</fxchannel>
<fxchannel num="6" muted="0" volume="1" name="FX 6" >
<fxchain numofeffects="0" enabled="0" />
</fxchannel>
<fxchannel num="7" muted="0" volume="1" name="FX 7" >
<fxchain numofeffects="0" enabled="0" />
</fxchannel>
<fxchannel num="8" muted="0" volume="1" name="FX 8" >
<fxchain numofeffects="0" enabled="0" />
</fxchannel>
<fxchannel num="9" muted="0" volume="1" name="FX 9" >
<fxchain numofeffects="0" enabled="0" />
</fxchannel>
<fxchannel num="10" muted="0" volume="1" name="FX 10" >
<fxchain numofeffects="0" enabled="0" />
</fxchannel>
<fxchannel num="11" muted="0" volume="1" name="FX 11" >
<fxchain numofeffects="0" enabled="0" />
</fxchannel>
<fxchannel num="12" muted="0" volume="1" name="FX 12" >
<fxchain numofeffects="0" enabled="0" />
</fxchannel>
<fxchannel num="13" muted="0" volume="1" name="FX 13" >
<fxchain numofeffects="0" enabled="0" />
</fxchannel>
<fxchannel num="14" muted="0" volume="1" name="FX 14" >
<fxchain numofeffects="0" enabled="0" />
</fxchannel>
<fxchannel num="15" muted="0" volume="1" name="FX 15" >
<fxchain numofeffects="0" enabled="0" />
</fxchannel>
<fxchannel num="16" muted="0" volume="1" name="FX 16" >
<fxchain numofeffects="0" enabled="0" />
</fxchannel>
<fxchannel num="17" muted="0" volume="1" name="FX 17" >
<fxchain numofeffects="0" enabled="0" />
</fxchannel>
<fxchannel num="18" muted="0" volume="1" name="FX 18" >
<fxchain numofeffects="0" enabled="0" />
</fxchannel>
<fxchannel num="19" muted="0" volume="1" name="FX 19" >
<fxchain numofeffects="0" enabled="0" />
</fxchannel>
<fxchannel num="20" muted="0" volume="1" name="FX 20" >
<fxchain numofeffects="0" enabled="0" />
</fxchannel>
<fxchannel num="21" muted="0" volume="1" name="FX 21" >
<fxchain numofeffects="0" enabled="0" />
</fxchannel>
<fxchannel num="22" muted="0" volume="1" name="FX 22" >
<fxchain numofeffects="0" enabled="0" />
</fxchannel>
<fxchannel num="23" muted="0" volume="1" name="FX 23" >
<fxchain numofeffects="0" enabled="0" />
</fxchannel>
<fxchannel num="24" muted="0" volume="1" name="FX 24" >
<fxchain numofeffects="0" enabled="0" />
</fxchannel>
<fxchannel num="25" muted="0" volume="1" name="FX 25" >
<fxchain numofeffects="0" enabled="0" />
</fxchannel>
<fxchannel num="26" muted="0" volume="1" name="FX 26" >
<fxchain numofeffects="0" enabled="0" />
</fxchannel>
<fxchannel num="27" muted="0" volume="1" name="FX 27" >
<fxchain numofeffects="0" enabled="0" />
</fxchannel>
<fxchannel num="28" muted="0" volume="1" name="FX 28" >
<fxchain numofeffects="0" enabled="0" />
</fxchannel>
<fxchannel num="29" muted="0" volume="1" name="FX 29" >
<fxchain numofeffects="0" enabled="0" />
</fxchannel>
<fxchannel num="30" muted="0" volume="1" name="FX 30" >
<fxchain numofeffects="0" enabled="0" />
</fxchannel>
<fxchannel num="31" muted="0" volume="1" name="FX 31" >
<fxchain numofeffects="0" enabled="0" />
</fxchannel>
<fxchannel num="32" muted="0" volume="1" name="FX 32" >
<fxchain numofeffects="0" enabled="0" />
</fxchannel>
<fxchannel num="33" muted="0" volume="1" name="FX 33" >
<fxchain numofeffects="0" enabled="0" />
</fxchannel>
<fxchannel num="34" muted="0" volume="1" name="FX 34" >
<fxchain numofeffects="0" enabled="0" />
</fxchannel>
<fxchannel num="35" muted="0" volume="1" name="FX 35" >
<fxchain numofeffects="0" enabled="0" />
</fxchannel>
<fxchannel num="36" muted="0" volume="1" name="FX 36" >
<fxchain numofeffects="0" enabled="0" />
</fxchannel>
<fxchannel num="37" muted="0" volume="1" name="FX 37" >
<fxchain numofeffects="0" enabled="0" />
</fxchannel>
<fxchannel num="38" muted="0" volume="1" name="FX 38" >
<fxchain numofeffects="0" enabled="0" />
</fxchannel>
<fxchannel num="39" muted="0" volume="1" name="FX 39" >
<fxchain numofeffects="0" enabled="0" />
</fxchannel>
<fxchannel num="40" muted="0" volume="1" name="FX 40" >
<fxchain numofeffects="0" enabled="0" />
</fxchannel>
<fxchannel num="41" muted="0" volume="1" name="FX 41" >
<fxchain numofeffects="0" enabled="0" />
</fxchannel>
<fxchannel num="42" muted="0" volume="1" name="FX 42" >
<fxchain numofeffects="0" enabled="0" />
</fxchannel>
<fxchannel num="43" muted="0" volume="1" name="FX 43" >
<fxchain numofeffects="0" enabled="0" />
</fxchannel>
<fxchannel num="44" muted="0" volume="1" name="FX 44" >
<fxchain numofeffects="0" enabled="0" />
</fxchannel>
<fxchannel num="45" muted="0" volume="1" name="FX 45" >
<fxchain numofeffects="0" enabled="0" />
</fxchannel>
<fxchannel num="46" muted="0" volume="1" name="FX 46" >
<fxchain numofeffects="0" enabled="0" />
</fxchannel>
<fxchannel num="47" muted="0" volume="1" name="FX 47" >
<fxchain numofeffects="0" enabled="0" />
</fxchannel>
<fxchannel num="48" muted="0" volume="1" name="FX 48" >
<fxchain numofeffects="0" enabled="0" />
</fxchannel>
<fxchannel num="49" muted="0" volume="1" name="FX 49" >
<fxchain numofeffects="0" enabled="0" />
</fxchannel>
<fxchannel num="50" muted="0" volume="1" name="FX 50" >
<fxchain numofeffects="0" enabled="0" />
</fxchannel>
<fxchannel num="51" muted="0" volume="1" name="FX 51" >
<fxchain numofeffects="0" enabled="0" />
</fxchannel>
<fxchannel num="52" muted="0" volume="1" name="FX 52" >
<fxchain numofeffects="0" enabled="0" />
</fxchannel>
<fxchannel num="53" muted="0" volume="1" name="FX 53" >
<fxchain numofeffects="0" enabled="0" />
</fxchannel>
<fxchannel num="54" muted="0" volume="1" name="FX 54" >
<fxchain numofeffects="0" enabled="0" />
</fxchannel>
<fxchannel num="55" muted="0" volume="1" name="FX 55" >
<fxchain numofeffects="0" enabled="0" />
</fxchannel>
<fxchannel num="56" muted="0" volume="1" name="FX 56" >
<fxchain numofeffects="0" enabled="0" />
</fxchannel>
<fxchannel num="57" muted="0" volume="1" name="FX 57" >
<fxchain numofeffects="0" enabled="0" />
</fxchannel>
<fxchannel num="58" muted="0" volume="1" name="FX 58" >
<fxchain numofeffects="0" enabled="0" />
</fxchannel>
<fxchannel num="59" muted="0" volume="1" name="FX 59" >
<fxchain numofeffects="0" enabled="0" />
</fxchannel>
<fxchannel num="60" muted="0" volume="1" name="FX 60" >
<fxchain numofeffects="0" enabled="0" />
</fxchannel>
<fxchannel num="61" muted="0" volume="1" name="FX 61" >
<fxchain numofeffects="0" enabled="0" />
</fxchannel>
<fxchannel num="62" muted="0" volume="1" name="FX 62" >
<fxchain numofeffects="0" enabled="0" />
</fxchannel>
<fxchannel num="63" muted="0" volume="1" name="FX 63" >
<fxchain numofeffects="0" enabled="0" />
</fxchannel>
<fxchannel num="64" muted="0" volume="1" name="FX 64" >
<fxchain numofeffects="0" enabled="0" />
</fxchannel>
</fxmixer>
<pianoroll width="640" x="208" y="54" height="475" visible="0" />
<automationeditor width="740" x="0" y="0" height="480" visible="0" />
<projectnotes width="300" x="2" y="384" height="200" visible="0" ><![CDATA[<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
<html><head><meta name="qrichtext" content="1" /><style type="text/css">
p, li { white-space: pre-wrap; }
</style></head><body style=" font-family:'DejaVu Sans'; font-size:9pt; font-weight:400; font-style:normal;">
<p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Sans Serif';">Put down your project notes here.</p></body></html>]]></projectnotes>
<timeline lp1pos="15360" lp0pos="0" lpstate="1" />
<controllers/>
</song>
</multimedia-project>

View File

@@ -1,825 +0,0 @@
<?xml version="1.0"?>
<!DOCTYPE multimedia-project>
<multimedia-project version="1.0" creator="Linux MultiMedia Studio (LMMS)" creatorversion="0.4.0-beta" type="song" >
<head timesig_numerator="4" mastervol="100" timesig_denominator="4" bpm="140" masterpitch="0" />
<song>
<trackcontainer type="song" >
<track muted="0" type="1" name="kick_hard" >
<bbtrack>
<trackcontainer type="bbtrackcontainer" >
<track muted="0" type="0" name="kick_hard01.ogg" >
<instrumenttrack pan="0" fxch="0" pitch="0" basenote="57" vol="59" >
<instrument name="audiofileprocessor" >
<audiofileprocessor reversed="0" looped="0" eframe="0.999713" sframe="0" src="drums/kick_hard01.ogg" amp="100" />
</instrument>
<eldata fres="0.5" ftype="0" fcut="14000" fwet="0" >
<elvol lspd_denominator="1" pdel="0" userwavefile="" dec="0.497" lamt="0" syncmode="0" latt="0" rel="0.097" sus="0.497" amt="0" x100="0" att="0" lpdel="0" hold="0.497" lshp="0" lspd="0.1" ctlenvamt="0" lspd_numerator="1" />
<elcut lspd_denominator="1" pdel="0" userwavefile="" dec="0.497" lamt="0" syncmode="0" latt="0" rel="0.097" sus="0.497" amt="0" x100="0" att="0" lpdel="0" hold="0.497" lshp="0" lspd="0.1" ctlenvamt="0" lspd_numerator="1" />
<elres lspd_denominator="1" pdel="0" userwavefile="" dec="0.497" lamt="0" syncmode="0" latt="0" rel="0.097" sus="0.497" amt="0" x100="0" att="0" lpdel="0" hold="0.497" lshp="0" lspd="0.1" ctlenvamt="0" lspd_numerator="1" />
</eldata>
<chordcreator chord="0" chordrange="1" chord-enabled="0" />
<arpeggiator arptime="100" arprange="1" arptime_denominator="1" syncmode="0" arpmode="0" arp-enabled="0" arp="0" arptime_numerator="1" arpdir="0" arpgate="100" />
<midiport inputcontroller="0" inputchannel="0" outputcontroller="0" writable="0" outputchannel="1" defvelout="0" readable="0" defvelin="0" />
<fxchain numofeffects="0" enabled="0" />
</instrumenttrack>
<pattern steps="16" muted="0" type="0" name="kick_hard01.ogg" pos="0" len="192" frozen="0" >
<note pan="0" key="57" vol="100" pos="0" len="-192" />
<note pan="0" key="57" vol="100" pos="24" len="-192" />
<note pan="0" key="57" vol="100" pos="96" len="-192" />
</pattern>
<pattern steps="16" muted="0" type="0" name="kick_hard01.ogg" pos="192" len="192" frozen="0" />
<pattern steps="16" muted="0" type="0" name="kick_hard01.ogg" pos="384" len="192" frozen="0" />
<pattern steps="16" muted="0" type="0" name="kick_hard01.ogg" pos="576" len="192" frozen="0" />
<pattern steps="16" muted="0" type="0" name="kick_hard01.ogg" pos="768" len="192" frozen="0" />
<pattern steps="16" muted="0" type="0" name="kick_hard01.ogg" pos="960" len="192" frozen="0" >
<note pan="0" key="57" vol="100" pos="0" len="-192" />
<note pan="0" key="57" vol="100" pos="96" len="-192" />
<note pan="0" key="57" vol="100" pos="120" len="-192" />
</pattern>
<pattern steps="16" muted="0" type="0" name="kick_hard01.ogg" pos="1152" len="192" frozen="0" />
<pattern steps="16" muted="0" type="0" name="kick_hard01.ogg" pos="1344" len="192" frozen="0" />
<pattern steps="16" muted="0" type="0" name="kick_hard01.ogg" pos="1536" len="192" frozen="0" />
<pattern steps="16" muted="0" type="0" name="kick_hard01.ogg" pos="1728" len="192" frozen="0" />
</track>
<track muted="0" type="0" name="shaker01.ogg" >
<instrumenttrack pan="0" fxch="0" pitch="0" basenote="57" vol="59" >
<instrument name="audiofileprocessor" >
<audiofileprocessor reversed="0" looped="0" eframe="0.996421" sframe="0" src="drums/shaker01.ogg" amp="100" />
</instrument>
<eldata fres="0.5" ftype="0" fcut="14000" fwet="0" >
<elvol lspd_denominator="1" pdel="0" userwavefile="" dec="0.497" lamt="0" syncmode="0" latt="0" rel="0.097" sus="0.497" amt="0" x100="0" att="0" lpdel="0" hold="0.497" lshp="0" lspd="0.1" ctlenvamt="0" lspd_numerator="1" />
<elcut lspd_denominator="1" pdel="0" userwavefile="" dec="0.497" lamt="0" syncmode="0" latt="0" rel="0.097" sus="0.497" amt="0" x100="0" att="0" lpdel="0" hold="0.497" lshp="0" lspd="0.1" ctlenvamt="0" lspd_numerator="1" />
<elres lspd_denominator="1" pdel="0" userwavefile="" dec="0.497" lamt="0" syncmode="0" latt="0" rel="0.097" sus="0.497" amt="0" x100="0" att="0" lpdel="0" hold="0.497" lshp="0" lspd="0.1" ctlenvamt="0" lspd_numerator="1" />
</eldata>
<chordcreator chord="0" chordrange="1" chord-enabled="0" />
<arpeggiator arptime="100" arprange="1" arptime_denominator="1" syncmode="0" arpmode="0" arp-enabled="0" arp="0" arptime_numerator="1" arpdir="0" arpgate="100" />
<midiport inputcontroller="0" inputchannel="0" outputcontroller="0" writable="0" outputchannel="1" defvelout="0" readable="0" defvelin="0" />
<fxchain numofeffects="0" enabled="0" />
</instrumenttrack>
<pattern steps="16" muted="0" type="0" name="shaker01.ogg" pos="0" len="192" frozen="0" />
<pattern steps="16" muted="0" type="0" name="shaker01.ogg" pos="192" len="192" frozen="0" >
<note pan="0" key="57" vol="100" pos="48" len="-192" />
<note pan="0" key="57" vol="100" pos="144" len="-192" />
</pattern>
<pattern steps="16" muted="0" type="0" name="shaker01.ogg" pos="384" len="192" frozen="0" />
<pattern steps="16" muted="0" type="0" name="shaker01.ogg" pos="576" len="192" frozen="0" />
<pattern steps="16" muted="0" type="0" name="shaker01.ogg" pos="768" len="192" frozen="0" />
<pattern steps="16" muted="0" type="0" name="shaker01.ogg" pos="960" len="192" frozen="0" >
<note pan="0" key="57" vol="100" pos="0" len="-192" />
<note pan="0" key="57" vol="100" pos="48" len="-192" />
<note pan="0" key="57" vol="100" pos="60" len="-192" />
<note pan="0" key="57" vol="100" pos="72" len="-192" />
<note pan="0" key="57" vol="100" pos="144" len="-192" />
<note pan="0" key="57" vol="100" pos="156" len="-192" />
</pattern>
<pattern steps="16" muted="0" type="0" name="shaker01.ogg" pos="1152" len="192" frozen="0" />
<pattern steps="16" muted="0" type="0" name="shaker01.ogg" pos="1344" len="192" frozen="0" />
<pattern steps="16" muted="0" type="0" name="shaker01.ogg" pos="1536" len="192" frozen="0" />
<pattern steps="16" muted="0" type="0" name="shaker01.ogg" pos="1728" len="192" frozen="0" />
</track>
<track muted="0" type="0" name="sidestick01.ogg" >
<instrumenttrack pan="0" fxch="0" pitch="0" basenote="57" vol="59" >
<instrument name="audiofileprocessor" >
<audiofileprocessor reversed="0" looped="0" eframe="0.996277" sframe="0" src="drums/sidestick01.ogg" amp="100" />
</instrument>
<eldata fres="0.5" ftype="0" fcut="14000" fwet="0" >
<elvol lspd_denominator="1" pdel="0" userwavefile="" dec="0.497" lamt="0" syncmode="0" latt="0" rel="0.097" sus="0.497" amt="0" x100="0" att="0" lpdel="0" hold="0.497" lshp="0" lspd="0.1" ctlenvamt="0" lspd_numerator="1" />
<elcut lspd_denominator="1" pdel="0" userwavefile="" dec="0.497" lamt="0" syncmode="0" latt="0" rel="0.097" sus="0.497" amt="0" x100="0" att="0" lpdel="0" hold="0.497" lshp="0" lspd="0.1" ctlenvamt="0" lspd_numerator="1" />
<elres lspd_denominator="1" pdel="0" userwavefile="" dec="0.497" lamt="0" syncmode="0" latt="0" rel="0.097" sus="0.497" amt="0" x100="0" att="0" lpdel="0" hold="0.497" lshp="0" lspd="0.1" ctlenvamt="0" lspd_numerator="1" />
</eldata>
<chordcreator chord="0" chordrange="1" chord-enabled="0" />
<arpeggiator arptime="100" arprange="1" arptime_denominator="1" syncmode="0" arpmode="0" arp-enabled="0" arp="0" arptime_numerator="1" arpdir="0" arpgate="100" />
<midiport inputcontroller="0" inputchannel="0" outputcontroller="0" writable="0" outputchannel="1" defvelout="0" readable="0" defvelin="0" />
<fxchain numofeffects="0" enabled="0" />
</instrumenttrack>
<pattern steps="16" muted="0" type="0" name="sidestick01.ogg" pos="0" len="192" frozen="0" />
<pattern steps="16" muted="0" type="0" name="sidestick01.ogg" pos="192" len="192" frozen="0" />
<pattern steps="16" muted="0" type="0" name="sidestick01.ogg" pos="384" len="192" frozen="0" >
<note pan="0" key="57" vol="100" pos="0" len="-192" />
<note pan="0" key="57" vol="100" pos="24" len="-192" />
<note pan="0" key="57" vol="100" pos="48" len="-192" />
<note pan="0" key="57" vol="100" pos="60" len="-192" />
<note pan="0" key="57" vol="100" pos="96" len="-192" />
<note pan="0" key="57" vol="100" pos="120" len="-192" />
</pattern>
<pattern steps="16" muted="0" type="0" name="snare01.ogg" pos="576" len="192" frozen="0" >
<note pan="0" key="57" vol="100" pos="0" len="-192" />
<note pan="0" key="57" vol="100" pos="48" len="-192" />
<note pan="0" key="57" vol="100" pos="72" len="-192" />
<note pan="0" key="57" vol="100" pos="84" len="-192" />
<note pan="0" key="57" vol="100" pos="144" len="-192" />
</pattern>
<pattern steps="16" muted="0" type="0" name="sidestick01.ogg" pos="768" len="192" frozen="0" />
<pattern steps="16" muted="0" type="0" name="sidestick01.ogg" pos="960" len="192" frozen="0" >
<note pan="0" key="57" vol="100" pos="48" len="-192" />
<note pan="0" key="57" vol="100" pos="144" len="-192" />
</pattern>
<pattern steps="16" muted="0" type="0" name="sidestick01.ogg" pos="1152" len="192" frozen="0" />
<pattern steps="16" muted="0" type="0" name="sidestick01.ogg" pos="1344" len="192" frozen="0" />
<pattern steps="16" muted="0" type="0" name="sidestick01.ogg" pos="1536" len="192" frozen="0" />
<pattern steps="16" muted="0" type="0" name="sidestick01.ogg" pos="1728" len="192" frozen="0" />
</track>
<track muted="0" type="0" name="snare01.ogg" >
<instrumenttrack pan="0" fxch="0" pitch="0" basenote="57" vol="59" >
<instrument name="audiofileprocessor" >
<audiofileprocessor reversed="0" looped="0" eframe="0.999349" sframe="0" src="drums/snare01.ogg" amp="100" />
</instrument>
<eldata fres="0.5" ftype="0" fcut="14000" fwet="0" >
<elvol lspd_denominator="1" pdel="0" userwavefile="" dec="0.497" lamt="0" syncmode="0" latt="0" rel="0.097" sus="0.497" amt="0" x100="0" att="0" lpdel="0" hold="0.497" lshp="0" lspd="0.1" ctlenvamt="0" lspd_numerator="1" />
<elcut lspd_denominator="1" pdel="0" userwavefile="" dec="0.497" lamt="0" syncmode="0" latt="0" rel="0.097" sus="0.497" amt="0" x100="0" att="0" lpdel="0" hold="0.497" lshp="0" lspd="0.1" ctlenvamt="0" lspd_numerator="1" />
<elres lspd_denominator="1" pdel="0" userwavefile="" dec="0.497" lamt="0" syncmode="0" latt="0" rel="0.097" sus="0.497" amt="0" x100="0" att="0" lpdel="0" hold="0.497" lshp="0" lspd="0.1" ctlenvamt="0" lspd_numerator="1" />
</eldata>
<chordcreator chord="0" chordrange="1" chord-enabled="0" />
<arpeggiator arptime="100" arprange="1" arptime_denominator="1" syncmode="0" arpmode="0" arp-enabled="0" arp="0" arptime_numerator="1" arpdir="0" arpgate="100" />
<midiport inputcontroller="0" inputchannel="0" outputcontroller="0" writable="0" outputchannel="1" defvelout="0" readable="0" defvelin="0" />
<fxchain numofeffects="0" enabled="0" />
</instrumenttrack>
<pattern steps="16" muted="0" type="0" name="snare01.ogg" pos="0" len="192" frozen="0" />
<pattern steps="16" muted="0" type="0" name="snare01.ogg" pos="192" len="192" frozen="0" />
<pattern steps="16" muted="0" type="0" name="snare01.ogg" pos="384" len="192" frozen="0" />
<pattern steps="16" muted="0" type="0" name="snare01.ogg" pos="576" len="192" frozen="0" />
<pattern steps="16" muted="0" type="0" name="snare01.ogg" pos="768" len="192" frozen="0" />
<pattern steps="16" muted="0" type="0" name="snare01.ogg" pos="960" len="192" frozen="0" >
<note pan="0" key="57" vol="100" pos="0" len="-192" />
<note pan="0" key="57" vol="100" pos="24" len="-192" />
<note pan="0" key="57" vol="100" pos="96" len="-192" />
</pattern>
<pattern steps="16" muted="0" type="0" name="snare01.ogg" pos="1152" len="192" frozen="0" />
<pattern steps="16" muted="0" type="0" name="snare01.ogg" pos="1344" len="192" frozen="0" />
<pattern steps="16" muted="0" type="0" name="snare01.ogg" pos="1536" len="192" frozen="0" />
<pattern steps="16" muted="0" type="0" name="snare01.ogg" pos="1728" len="192" frozen="0" />
</track>
<track muted="0" type="0" name="kick_hardcore01.ogg" >
<instrumenttrack pan="0" fxch="0" pitch="0" basenote="57" vol="59" >
<instrument name="audiofileprocessor" >
<audiofileprocessor reversed="0" looped="0" eframe="0.999693" sframe="0" src="drums/kick_hardcore01.ogg" amp="100" />
</instrument>
<eldata fres="0.5" ftype="0" fcut="14000" fwet="0" >
<elvol lspd_denominator="1" pdel="0" userwavefile="" dec="0.497" lamt="0" syncmode="0" latt="0" rel="0.097" sus="0.497" amt="0" x100="0" att="0" lpdel="0" hold="0.497" lshp="0" lspd="0.1" ctlenvamt="0" lspd_numerator="1" />
<elcut lspd_denominator="1" pdel="0" userwavefile="" dec="0.497" lamt="0" syncmode="0" latt="0" rel="0.097" sus="0.497" amt="0" x100="0" att="0" lpdel="0" hold="0.497" lshp="0" lspd="0.1" ctlenvamt="0" lspd_numerator="1" />
<elres lspd_denominator="1" pdel="0" userwavefile="" dec="0.497" lamt="0" syncmode="0" latt="0" rel="0.097" sus="0.497" amt="0" x100="0" att="0" lpdel="0" hold="0.497" lshp="0" lspd="0.1" ctlenvamt="0" lspd_numerator="1" />
</eldata>
<chordcreator chord="0" chordrange="1" chord-enabled="0" />
<arpeggiator arptime="100" arprange="1" arptime_denominator="1" syncmode="0" arpmode="0" arp-enabled="0" arp="0" arptime_numerator="1" arpdir="0" arpgate="100" />
<midiport inputcontroller="0" inputchannel="0" outputcontroller="0" writable="0" outputchannel="1" defvelout="0" readable="0" defvelin="0" />
<fxchain numofeffects="0" enabled="0" />
</instrumenttrack>
<pattern steps="16" muted="0" type="0" name="kick_hardcore01.ogg" pos="0" len="192" frozen="0" />
<pattern steps="16" muted="0" type="0" name="kick_hardcore01.ogg" pos="192" len="192" frozen="0" />
<pattern steps="16" muted="0" type="0" name="kick_hardcore01.ogg" pos="384" len="192" frozen="0" />
<pattern steps="16" muted="0" type="0" name="kick_hardcore01.ogg" pos="576" len="192" frozen="0" />
<pattern steps="16" muted="0" type="0" name="kick_hardcore01.ogg" pos="768" len="192" frozen="0" />
<pattern steps="16" muted="0" type="0" name="kick_hardcore01.ogg" pos="960" len="192" frozen="0" >
<note pan="0" key="57" vol="100" pos="0" len="-192" />
<note pan="0" key="57" vol="100" pos="24" len="-192" />
<note pan="0" key="57" vol="100" pos="48" len="-192" />
<note pan="0" key="57" vol="100" pos="96" len="-192" />
<note pan="0" key="57" vol="100" pos="144" len="-192" />
</pattern>
<pattern steps="16" muted="0" type="0" name="kick_hardcore01.ogg" pos="1152" len="192" frozen="0" />
<pattern steps="16" muted="0" type="0" name="kick_hardcore01.ogg" pos="1344" len="192" frozen="0" />
<pattern steps="16" muted="0" type="0" name="kick_hardcore01.ogg" pos="1536" len="192" frozen="0" />
<pattern steps="16" muted="0" type="0" name="kick_hardcore01.ogg" pos="1728" len="192" frozen="0" />
</track>
<track muted="0" type="0" name="snare05.ogg" >
<instrumenttrack pan="0" fxch="0" pitch="0" basenote="57" vol="59" >
<instrument name="audiofileprocessor" >
<audiofileprocessor reversed="0" looped="0" eframe="0.999709" sframe="0" src="drums/snare05.ogg" amp="100" />
</instrument>
<eldata fres="0.5" ftype="0" fcut="14000" fwet="0" >
<elvol lspd_denominator="1" pdel="0" userwavefile="" dec="0.497" lamt="0" syncmode="0" latt="0" rel="0.097" sus="0.497" amt="0" x100="0" att="0" lpdel="0" hold="0.497" lshp="0" lspd="0.1" ctlenvamt="0" lspd_numerator="1" />
<elcut lspd_denominator="1" pdel="0" userwavefile="" dec="0.497" lamt="0" syncmode="0" latt="0" rel="0.097" sus="0.497" amt="0" x100="0" att="0" lpdel="0" hold="0.497" lshp="0" lspd="0.1" ctlenvamt="0" lspd_numerator="1" />
<elres lspd_denominator="1" pdel="0" userwavefile="" dec="0.497" lamt="0" syncmode="0" latt="0" rel="0.097" sus="0.497" amt="0" x100="0" att="0" lpdel="0" hold="0.497" lshp="0" lspd="0.1" ctlenvamt="0" lspd_numerator="1" />
</eldata>
<chordcreator chord="0" chordrange="1" chord-enabled="0" />
<arpeggiator arptime="100" arprange="1" arptime_denominator="1" syncmode="0" arpmode="0" arp-enabled="0" arp="0" arptime_numerator="1" arpdir="0" arpgate="100" />
<midiport inputcontroller="0" inputchannel="0" outputcontroller="0" writable="0" outputchannel="1" defvelout="0" readable="0" defvelin="0" />
<fxchain numofeffects="0" enabled="0" />
</instrumenttrack>
<pattern steps="16" muted="0" type="0" name="snare05.ogg" pos="0" len="192" frozen="0" />
<pattern steps="16" muted="0" type="0" name="snare05.ogg" pos="192" len="192" frozen="0" />
<pattern steps="16" muted="0" type="0" name="snare05.ogg" pos="384" len="192" frozen="0" />
<pattern steps="16" muted="0" type="0" name="snare05.ogg" pos="576" len="192" frozen="0" />
<pattern steps="16" muted="0" type="0" name="snare05.ogg" pos="768" len="192" frozen="0" />
<pattern steps="16" muted="0" type="0" name="snare05.ogg" pos="960" len="192" frozen="0" >
<note pan="0" key="57" vol="100" pos="0" len="-192" />
<note pan="0" key="57" vol="100" pos="96" len="-192" />
</pattern>
<pattern steps="16" muted="0" type="0" name="snare05.ogg" pos="1152" len="192" frozen="0" />
<pattern steps="16" muted="0" type="0" name="snare05.ogg" pos="1344" len="192" frozen="0" />
<pattern steps="16" muted="0" type="0" name="snare05.ogg" pos="1536" len="192" frozen="0" />
<pattern steps="16" muted="0" type="0" name="snare05.ogg" pos="1728" len="192" frozen="0" />
</track>
<track muted="0" type="0" name="snare04.ogg" >
<instrumenttrack pan="0" fxch="0" pitch="0" basenote="57" vol="59" >
<instrument name="audiofileprocessor" >
<audiofileprocessor reversed="0" looped="0" eframe="0.999557" sframe="0" src="drums/snare04.ogg" amp="100" />
</instrument>
<eldata fres="0.5" ftype="0" fcut="14000" fwet="0" >
<elvol lspd_denominator="1" pdel="0" userwavefile="" dec="0.497" lamt="0" syncmode="0" latt="0" rel="0.097" sus="0.497" amt="0" x100="0" att="0" lpdel="0" hold="0.497" lshp="0" lspd="0.1" ctlenvamt="0" lspd_numerator="1" />
<elcut lspd_denominator="1" pdel="0" userwavefile="" dec="0.497" lamt="0" syncmode="0" latt="0" rel="0.097" sus="0.497" amt="0" x100="0" att="0" lpdel="0" hold="0.497" lshp="0" lspd="0.1" ctlenvamt="0" lspd_numerator="1" />
<elres lspd_denominator="1" pdel="0" userwavefile="" dec="0.497" lamt="0" syncmode="0" latt="0" rel="0.097" sus="0.497" amt="0" x100="0" att="0" lpdel="0" hold="0.497" lshp="0" lspd="0.1" ctlenvamt="0" lspd_numerator="1" />
</eldata>
<chordcreator chord="0" chordrange="1" chord-enabled="0" />
<arpeggiator arptime="100" arprange="1" arptime_denominator="1" syncmode="0" arpmode="0" arp-enabled="0" arp="0" arptime_numerator="1" arpdir="0" arpgate="100" />
<midiport inputcontroller="0" inputchannel="0" outputcontroller="0" writable="0" outputchannel="1" defvelout="0" readable="0" defvelin="0" />
<fxchain numofeffects="0" enabled="0" />
</instrumenttrack>
<pattern steps="16" muted="0" type="0" name="snare04.ogg" pos="0" len="192" frozen="0" />
<pattern steps="16" muted="0" type="0" name="snare04.ogg" pos="192" len="192" frozen="0" />
<pattern steps="16" muted="0" type="0" name="snare04.ogg" pos="384" len="192" frozen="0" />
<pattern steps="16" muted="0" type="0" name="snare04.ogg" pos="576" len="192" frozen="0" />
<pattern steps="16" muted="0" type="0" name="snare04.ogg" pos="768" len="192" frozen="0" />
<pattern steps="16" muted="0" type="0" name="snare04.ogg" pos="960" len="192" frozen="0" >
<note pan="0" key="57" vol="100" pos="48" len="-192" />
<note pan="0" key="57" vol="100" pos="144" len="-192" />
</pattern>
<pattern steps="16" muted="0" type="0" name="snare04.ogg" pos="1152" len="192" frozen="0" />
<pattern steps="16" muted="0" type="0" name="snare04.ogg" pos="1344" len="192" frozen="0" />
<pattern steps="16" muted="0" type="0" name="snare04.ogg" pos="1536" len="192" frozen="0" />
<pattern steps="16" muted="0" type="0" name="snare04.ogg" pos="1728" len="192" frozen="0" />
</track>
<track muted="0" type="0" name="snare01.ogg" >
<instrumenttrack pan="0" fxch="0" pitch="0" basenote="57" vol="59" >
<instrument name="audiofileprocessor" >
<audiofileprocessor reversed="0" looped="0" eframe="0.999349" sframe="0" src="drums/snare01.ogg" amp="100" />
</instrument>
<eldata fres="0.5" ftype="0" fcut="14000" fwet="0" >
<elvol lspd_denominator="1" pdel="0" userwavefile="" dec="0.497" lamt="0" syncmode="0" latt="0" rel="0.097" sus="0.497" amt="0" x100="0" att="0" lpdel="0" hold="0.497" lshp="0" lspd="0.1" ctlenvamt="0" lspd_numerator="1" />
<elcut lspd_denominator="1" pdel="0" userwavefile="" dec="0.497" lamt="0" syncmode="0" latt="0" rel="0.097" sus="0.497" amt="0" x100="0" att="0" lpdel="0" hold="0.497" lshp="0" lspd="0.1" ctlenvamt="0" lspd_numerator="1" />
<elres lspd_denominator="1" pdel="0" userwavefile="" dec="0.497" lamt="0" syncmode="0" latt="0" rel="0.097" sus="0.497" amt="0" x100="0" att="0" lpdel="0" hold="0.497" lshp="0" lspd="0.1" ctlenvamt="0" lspd_numerator="1" />
</eldata>
<chordcreator chord="0" chordrange="1" chord-enabled="0" />
<arpeggiator arptime="100" arprange="1" arptime_denominator="1" syncmode="0" arpmode="0" arp-enabled="0" arp="0" arptime_numerator="1" arpdir="0" arpgate="100" />
<midiport inputcontroller="0" inputchannel="0" outputcontroller="0" writable="0" outputchannel="1" defvelout="0" readable="0" defvelin="0" />
<fxchain numofeffects="0" enabled="0" />
</instrumenttrack>
<pattern steps="16" muted="0" type="0" name="snare01.ogg" pos="0" len="192" frozen="0" />
<pattern steps="16" muted="0" type="0" name="snare01.ogg" pos="192" len="192" frozen="0" />
<pattern steps="16" muted="0" type="0" name="snare01.ogg" pos="384" len="192" frozen="0" />
<pattern steps="16" muted="0" type="0" name="snare01.ogg" pos="576" len="192" frozen="0" />
<pattern steps="16" muted="0" type="0" name="snare01.ogg" pos="768" len="192" frozen="0" />
<pattern steps="16" muted="0" type="0" name="snare01.ogg" pos="960" len="192" frozen="0" >
<note pan="0" key="57" vol="100" pos="24" len="-192" />
<note pan="0" key="57" vol="100" pos="96" len="-192" />
<note pan="0" key="57" vol="100" pos="120" len="-192" />
</pattern>
<pattern steps="16" muted="0" type="0" name="snare01.ogg" pos="1152" len="192" frozen="0" />
<pattern steps="16" muted="0" type="0" name="snare01.ogg" pos="1344" len="192" frozen="0" />
<pattern steps="16" muted="0" type="0" name="snare01.ogg" pos="1536" len="192" frozen="0" />
<pattern steps="16" muted="0" type="0" name="snare01.ogg" pos="1728" len="192" frozen="0" />
</track>
<track muted="0" type="0" name="tom01.ogg" >
<instrumenttrack pan="0" fxch="0" pitch="0" basenote="57" vol="59" >
<instrument name="audiofileprocessor" >
<audiofileprocessor reversed="0" looped="0" eframe="0.999829" sframe="0" src="drums/tom01.ogg" amp="100" />
</instrument>
<eldata fres="0.5" ftype="0" fcut="14000" fwet="0" >
<elvol lspd_denominator="1" pdel="0" userwavefile="" dec="0.497" lamt="0" syncmode="0" latt="0" rel="0.097" sus="0.497" amt="0" x100="0" att="0" lpdel="0" hold="0.497" lshp="0" lspd="0.1" ctlenvamt="0" lspd_numerator="1" />
<elcut lspd_denominator="1" pdel="0" userwavefile="" dec="0.497" lamt="0" syncmode="0" latt="0" rel="0.097" sus="0.497" amt="0" x100="0" att="0" lpdel="0" hold="0.497" lshp="0" lspd="0.1" ctlenvamt="0" lspd_numerator="1" />
<elres lspd_denominator="1" pdel="0" userwavefile="" dec="0.497" lamt="0" syncmode="0" latt="0" rel="0.097" sus="0.497" amt="0" x100="0" att="0" lpdel="0" hold="0.497" lshp="0" lspd="0.1" ctlenvamt="0" lspd_numerator="1" />
</eldata>
<chordcreator chord="0" chordrange="1" chord-enabled="0" />
<arpeggiator arptime="100" arprange="1" arptime_denominator="1" syncmode="0" arpmode="0" arp-enabled="0" arp="0" arptime_numerator="1" arpdir="0" arpgate="100" />
<midiport inputcontroller="0" inputchannel="0" outputcontroller="0" writable="0" outputchannel="1" defvelout="0" readable="0" defvelin="0" />
<fxchain numofeffects="0" enabled="0" />
</instrumenttrack>
<pattern steps="16" muted="0" type="0" name="tom01.ogg" pos="0" len="192" frozen="0" />
<pattern steps="16" muted="0" type="0" name="tom01.ogg" pos="192" len="192" frozen="0" />
<pattern steps="16" muted="0" type="0" name="tom01.ogg" pos="384" len="192" frozen="0" />
<pattern steps="16" muted="0" type="0" name="tom01.ogg" pos="576" len="192" frozen="0" />
<pattern steps="16" muted="0" type="0" name="tom01.ogg" pos="768" len="192" frozen="0" />
<pattern steps="16" muted="0" type="0" name="tom01.ogg" pos="960" len="192" frozen="0" >
<note pan="0" key="57" vol="100" pos="0" len="-192" />
<note pan="0" key="57" vol="100" pos="96" len="-192" />
</pattern>
<pattern steps="16" muted="0" type="0" name="tom01.ogg" pos="1152" len="192" frozen="0" >
<note pan="0" key="57" vol="100" pos="144" len="-192" />
<note pan="0" key="57" vol="100" pos="168" len="-192" />
</pattern>
<pattern steps="16" muted="0" type="0" name="tom01.ogg" pos="1344" len="192" frozen="0" />
<pattern steps="16" muted="0" type="0" name="tom01.ogg" pos="1536" len="192" frozen="0" />
<pattern steps="16" muted="0" type="0" name="tom01.ogg" pos="1728" len="192" frozen="0" />
</track>
<track muted="0" type="0" name="tom02.ogg" >
<instrumenttrack pan="0" fxch="0" pitch="0" basenote="57" vol="59" >
<instrument name="audiofileprocessor" >
<audiofileprocessor reversed="0" looped="0" eframe="0.998922" sframe="0" src="drums/tom02.ogg" amp="100" />
</instrument>
<eldata fres="0.5" ftype="0" fcut="14000" fwet="0" >
<elvol lspd_denominator="1" pdel="0" userwavefile="" dec="0.497" lamt="0" syncmode="0" latt="0" rel="0.097" sus="0.497" amt="0" x100="0" att="0" lpdel="0" hold="0.497" lshp="0" lspd="0.1" ctlenvamt="0" lspd_numerator="1" />
<elcut lspd_denominator="1" pdel="0" userwavefile="" dec="0.497" lamt="0" syncmode="0" latt="0" rel="0.097" sus="0.497" amt="0" x100="0" att="0" lpdel="0" hold="0.497" lshp="0" lspd="0.1" ctlenvamt="0" lspd_numerator="1" />
<elres lspd_denominator="1" pdel="0" userwavefile="" dec="0.497" lamt="0" syncmode="0" latt="0" rel="0.097" sus="0.497" amt="0" x100="0" att="0" lpdel="0" hold="0.497" lshp="0" lspd="0.1" ctlenvamt="0" lspd_numerator="1" />
</eldata>
<chordcreator chord="0" chordrange="1" chord-enabled="0" />
<arpeggiator arptime="100" arprange="1" arptime_denominator="1" syncmode="0" arpmode="0" arp-enabled="0" arp="0" arptime_numerator="1" arpdir="0" arpgate="100" />
<midiport inputcontroller="0" inputchannel="0" outputcontroller="0" writable="0" outputchannel="1" defvelout="0" readable="0" defvelin="0" />
<fxchain numofeffects="0" enabled="0" />
</instrumenttrack>
<pattern steps="16" muted="0" type="0" name="tom02.ogg" pos="0" len="192" frozen="0" />
<pattern steps="16" muted="0" type="0" name="tom02.ogg" pos="192" len="192" frozen="0" />
<pattern steps="16" muted="0" type="0" name="tom02.ogg" pos="384" len="192" frozen="0" />
<pattern steps="16" muted="0" type="0" name="tom02.ogg" pos="576" len="192" frozen="0" />
<pattern steps="16" muted="0" type="0" name="tom02.ogg" pos="768" len="192" frozen="0" />
<pattern steps="16" muted="0" type="0" name="tom02.ogg" pos="960" len="192" frozen="0" >
<note pan="0" key="57" vol="100" pos="48" len="-192" />
</pattern>
<pattern steps="16" muted="0" type="0" name="tom02.ogg" pos="1152" len="192" frozen="0" >
<note pan="0" key="57" vol="100" pos="96" len="-192" />
<note pan="0" key="57" vol="100" pos="120" len="-192" />
<note pan="0" key="57" vol="100" pos="156" len="-192" />
</pattern>
<pattern steps="16" muted="0" type="0" name="tom02.ogg" pos="1344" len="192" frozen="0" />
<pattern steps="16" muted="0" type="0" name="tom02.ogg" pos="1536" len="192" frozen="0" />
<pattern steps="16" muted="0" type="0" name="tom02.ogg" pos="1728" len="192" frozen="0" />
</track>
<track muted="0" type="0" name="tom03.ogg" >
<instrumenttrack pan="0" fxch="0" pitch="0" basenote="57" vol="59" >
<instrument name="audiofileprocessor" >
<audiofileprocessor reversed="0" looped="0" eframe="0.999849" sframe="0" src="drums/tom03.ogg" amp="100" />
</instrument>
<eldata fres="0.5" ftype="0" fcut="14000" fwet="0" >
<elvol lspd_denominator="1" pdel="0" userwavefile="" dec="0.497" lamt="0" syncmode="0" latt="0" rel="0.097" sus="0.497" amt="0" x100="0" att="0" lpdel="0" hold="0.497" lshp="0" lspd="0.1" ctlenvamt="0" lspd_numerator="1" />
<elcut lspd_denominator="1" pdel="0" userwavefile="" dec="0.497" lamt="0" syncmode="0" latt="0" rel="0.097" sus="0.497" amt="0" x100="0" att="0" lpdel="0" hold="0.497" lshp="0" lspd="0.1" ctlenvamt="0" lspd_numerator="1" />
<elres lspd_denominator="1" pdel="0" userwavefile="" dec="0.497" lamt="0" syncmode="0" latt="0" rel="0.097" sus="0.497" amt="0" x100="0" att="0" lpdel="0" hold="0.497" lshp="0" lspd="0.1" ctlenvamt="0" lspd_numerator="1" />
</eldata>
<chordcreator chord="0" chordrange="1" chord-enabled="0" />
<arpeggiator arptime="100" arprange="1" arptime_denominator="1" syncmode="0" arpmode="0" arp-enabled="0" arp="0" arptime_numerator="1" arpdir="0" arpgate="100" />
<midiport inputcontroller="0" inputchannel="0" outputcontroller="0" writable="0" outputchannel="1" defvelout="0" readable="0" defvelin="0" />
<fxchain numofeffects="0" enabled="0" />
</instrumenttrack>
<pattern steps="16" muted="0" type="0" name="tom03.ogg" pos="0" len="192" frozen="0" />
<pattern steps="16" muted="0" type="0" name="tom03.ogg" pos="192" len="192" frozen="0" />
<pattern steps="16" muted="0" type="0" name="tom03.ogg" pos="384" len="192" frozen="0" />
<pattern steps="16" muted="0" type="0" name="tom03.ogg" pos="576" len="192" frozen="0" />
<pattern steps="16" muted="0" type="0" name="tom03.ogg" pos="768" len="192" frozen="0" />
<pattern steps="16" muted="0" type="0" name="tom03.ogg" pos="960" len="192" frozen="0" >
<note pan="0" key="57" vol="100" pos="36" len="-192" />
<note pan="0" key="57" vol="100" pos="96" len="-192" />
<note pan="0" key="57" vol="100" pos="132" len="-192" />
</pattern>
<pattern steps="16" muted="0" type="0" name="tom03.ogg" pos="1152" len="192" frozen="0" >
<note pan="0" key="57" vol="100" pos="48" len="-192" />
<note pan="0" key="57" vol="100" pos="60" len="-192" />
<note pan="0" key="57" vol="100" pos="144" len="-192" />
</pattern>
<pattern steps="16" muted="0" type="0" name="tom03.ogg" pos="1344" len="192" frozen="0" />
<pattern steps="16" muted="0" type="0" name="tom03.ogg" pos="1536" len="192" frozen="0" />
<pattern steps="16" muted="0" type="0" name="tom03.ogg" pos="1728" len="192" frozen="0" />
</track>
<track muted="0" type="0" name="tom04.ogg" >
<instrumenttrack pan="0" fxch="0" pitch="0" basenote="57" vol="59" >
<instrument name="audiofileprocessor" >
<audiofileprocessor reversed="0" looped="0" eframe="0.999911" sframe="0" src="drums/tom04.ogg" amp="100" />
</instrument>
<eldata fres="0.5" ftype="0" fcut="14000" fwet="0" >
<elvol lspd_denominator="1" pdel="0" userwavefile="" dec="0.497" lamt="0" syncmode="0" latt="0" rel="0.097" sus="0.497" amt="0" x100="0" att="0" lpdel="0" hold="0.497" lshp="0" lspd="0.1" ctlenvamt="0" lspd_numerator="1" />
<elcut lspd_denominator="1" pdel="0" userwavefile="" dec="0.497" lamt="0" syncmode="0" latt="0" rel="0.097" sus="0.497" amt="0" x100="0" att="0" lpdel="0" hold="0.497" lshp="0" lspd="0.1" ctlenvamt="0" lspd_numerator="1" />
<elres lspd_denominator="1" pdel="0" userwavefile="" dec="0.497" lamt="0" syncmode="0" latt="0" rel="0.097" sus="0.497" amt="0" x100="0" att="0" lpdel="0" hold="0.497" lshp="0" lspd="0.1" ctlenvamt="0" lspd_numerator="1" />
</eldata>
<chordcreator chord="0" chordrange="1" chord-enabled="0" />
<arpeggiator arptime="100" arprange="1" arptime_denominator="1" syncmode="0" arpmode="0" arp-enabled="0" arp="0" arptime_numerator="1" arpdir="0" arpgate="100" />
<midiport inputcontroller="0" inputchannel="0" outputcontroller="0" writable="0" outputchannel="1" defvelout="0" readable="0" defvelin="0" />
<fxchain numofeffects="0" enabled="0" />
</instrumenttrack>
<pattern steps="16" muted="0" type="0" name="tom04.ogg" pos="0" len="192" frozen="0" />
<pattern steps="16" muted="0" type="0" name="tom04.ogg" pos="192" len="192" frozen="0" />
<pattern steps="16" muted="0" type="0" name="tom04.ogg" pos="384" len="192" frozen="0" />
<pattern steps="16" muted="0" type="0" name="tom04.ogg" pos="576" len="192" frozen="0" />
<pattern steps="16" muted="0" type="0" name="tom04.ogg" pos="768" len="192" frozen="0" />
<pattern steps="16" muted="0" type="0" name="tom04.ogg" pos="960" len="192" frozen="0" >
<note pan="0" key="57" vol="100" pos="0" len="-192" />
<note pan="0" key="57" vol="100" pos="144" len="-192" />
</pattern>
<pattern steps="16" muted="0" type="0" name="tom04.ogg" pos="1152" len="192" frozen="0" >
<note pan="0" key="57" vol="100" pos="0" len="-192" />
<note pan="0" key="57" vol="100" pos="24" len="-192" />
<note pan="0" key="57" vol="100" pos="96" len="-192" />
</pattern>
<pattern steps="16" muted="0" type="0" name="tom04.ogg" pos="1344" len="192" frozen="0" />
<pattern steps="16" muted="0" type="0" name="tom04.ogg" pos="1536" len="192" frozen="0" />
<pattern steps="16" muted="0" type="0" name="tom04.ogg" pos="1728" len="192" frozen="0" />
</track>
<track muted="0" type="0" name="wood01.ogg" >
<instrumenttrack pan="0" fxch="0" pitch="0" basenote="57" vol="59" >
<instrument name="audiofileprocessor" >
<audiofileprocessor reversed="0" looped="0" eframe="0.998324" sframe="0" src="drums/wood01.ogg" amp="100" />
</instrument>
<eldata fres="0.5" ftype="0" fcut="14000" fwet="0" >
<elvol lspd_denominator="1" pdel="0" userwavefile="" dec="0.497" lamt="0" syncmode="0" latt="0" rel="0.097" sus="0.497" amt="0" x100="0" att="0" lpdel="0" hold="0.497" lshp="0" lspd="0.1" ctlenvamt="0" lspd_numerator="1" />
<elcut lspd_denominator="1" pdel="0" userwavefile="" dec="0.497" lamt="0" syncmode="0" latt="0" rel="0.097" sus="0.497" amt="0" x100="0" att="0" lpdel="0" hold="0.497" lshp="0" lspd="0.1" ctlenvamt="0" lspd_numerator="1" />
<elres lspd_denominator="1" pdel="0" userwavefile="" dec="0.497" lamt="0" syncmode="0" latt="0" rel="0.097" sus="0.497" amt="0" x100="0" att="0" lpdel="0" hold="0.497" lshp="0" lspd="0.1" ctlenvamt="0" lspd_numerator="1" />
</eldata>
<chordcreator chord="0" chordrange="1" chord-enabled="0" />
<arpeggiator arptime="99" arprange="1" arptime_denominator="1" syncmode="0" arpmode="0" arp-enabled="1" arp="0" arptime_numerator="1" arpdir="1" arpgate="74" />
<midiport inputcontroller="0" inputchannel="0" outputcontroller="0" writable="0" outputchannel="1" defvelout="0" readable="0" defvelin="0" />
<fxchain numofeffects="0" enabled="0" />
</instrumenttrack>
<pattern steps="16" muted="0" type="0" name="wood01.ogg" pos="0" len="192" frozen="0" />
<pattern steps="16" muted="0" type="0" name="wood01.ogg" pos="192" len="192" frozen="0" />
<pattern steps="16" muted="0" type="0" name="wood01.ogg" pos="384" len="192" frozen="0" />
<pattern steps="16" muted="0" type="0" name="wood01.ogg" pos="576" len="192" frozen="0" />
<pattern steps="16" muted="0" type="0" name="wood01.ogg" pos="768" len="192" frozen="0" />
<pattern steps="16" muted="0" type="0" name="wood01.ogg" pos="960" len="192" frozen="0" >
<note pan="0" key="57" vol="100" pos="0" len="-192" />
</pattern>
<pattern steps="16" muted="0" type="0" name="wood01.ogg" pos="1152" len="192" frozen="0" >
<note pan="0" key="57" vol="100" pos="0" len="-192" />
</pattern>
<pattern steps="16" muted="0" type="0" name="wood01.ogg" pos="1344" len="192" frozen="0" />
<pattern steps="16" muted="0" type="0" name="wood01.ogg" pos="1536" len="192" frozen="0" />
<pattern steps="16" muted="0" type="0" name="wood01.ogg" pos="1728" len="192" frozen="0" />
</track>
<track muted="0" type="0" name="shaker01.ogg" >
<instrumenttrack pan="0" fxch="0" pitch="0" basenote="66" vol="59" >
<instrument name="audiofileprocessor" >
<audiofileprocessor reversed="0" looped="0" eframe="0.997137" sframe="0" src="drums/shaker01.ogg" amp="100" />
</instrument>
<eldata fres="0.5" ftype="0" fcut="14000" fwet="0" >
<elvol lspd_denominator="1" pdel="0" userwavefile="" dec="0.497" lamt="0" syncmode="0" latt="0" rel="0.097" sus="0.497" amt="0" x100="0" att="0" lpdel="0" hold="0.497" lshp="0" lspd="0.1" ctlenvamt="0" lspd_numerator="1" />
<elcut lspd_denominator="1" pdel="0" userwavefile="" dec="0.497" lamt="0" syncmode="0" latt="0" rel="0.097" sus="0.497" amt="0" x100="0" att="0" lpdel="0" hold="0.497" lshp="0" lspd="0.1" ctlenvamt="0" lspd_numerator="1" />
<elres lspd_denominator="1" pdel="0" userwavefile="" dec="0.497" lamt="0" syncmode="0" latt="0" rel="0.097" sus="0.497" amt="0" x100="0" att="0" lpdel="0" hold="0.497" lshp="0" lspd="0.1" ctlenvamt="0" lspd_numerator="1" />
</eldata>
<chordcreator chord="0" chordrange="1" chord-enabled="1" />
<arpeggiator arptime="246" arprange="1" arptime_denominator="1" syncmode="0" arpmode="0" arp-enabled="1" arp="1" arptime_numerator="1" arpdir="1" arpgate="100" />
<midiport inputcontroller="0" inputchannel="0" outputcontroller="0" writable="0" outputchannel="1" defvelout="0" readable="0" defvelin="0" />
<fxchain numofeffects="0" enabled="0" />
</instrumenttrack>
<pattern steps="16" muted="0" type="0" name="shaker01.ogg" pos="0" len="192" frozen="0" />
<pattern steps="16" muted="0" type="0" name="shaker01.ogg" pos="192" len="192" frozen="0" />
<pattern steps="16" muted="0" type="0" name="shaker01.ogg" pos="384" len="192" frozen="0" />
<pattern steps="16" muted="0" type="0" name="shaker01.ogg" pos="576" len="192" frozen="0" />
<pattern steps="16" muted="0" type="0" name="shaker01.ogg" pos="768" len="192" frozen="0" />
<pattern steps="16" muted="0" type="0" name="shaker01.ogg" pos="960" len="192" frozen="0" />
<pattern steps="16" muted="0" type="0" name="shaker01.ogg" pos="1152" len="192" frozen="0" />
<pattern steps="16" muted="0" type="0" name="shaker01.ogg" pos="1344" len="192" frozen="0" >
<note pan="0" key="57" vol="100" pos="0" len="-192" />
</pattern>
<pattern steps="16" muted="0" type="0" name="shaker01.ogg" pos="1536" len="192" frozen="0" />
<pattern steps="16" muted="0" type="0" name="shaker01.ogg" pos="1728" len="192" frozen="0" />
</track>
<track muted="0" type="0" name="stop01.ogg" >
<instrumenttrack pan="0" fxch="0" pitch="0" basenote="57" vol="59" >
<instrument name="audiofileprocessor" >
<audiofileprocessor reversed="0" looped="0" eframe="0.999931" sframe="0" src="effects/stop01.ogg" amp="100" />
</instrument>
<eldata fres="0.5" ftype="0" fcut="14000" fwet="0" >
<elvol lspd_denominator="1" pdel="0" userwavefile="" dec="0.497" lamt="0" syncmode="0" latt="0" rel="0.097" sus="0.497" amt="0" x100="0" att="0" lpdel="0" hold="0.497" lshp="0" lspd="0.1" ctlenvamt="0" lspd_numerator="1" />
<elcut lspd_denominator="1" pdel="0" userwavefile="" dec="0.497" lamt="0" syncmode="0" latt="0" rel="0.097" sus="0.497" amt="0" x100="0" att="0" lpdel="0" hold="0.497" lshp="0" lspd="0.1" ctlenvamt="0" lspd_numerator="1" />
<elres lspd_denominator="1" pdel="0" userwavefile="" dec="0.497" lamt="0" syncmode="0" latt="0" rel="0.097" sus="0.497" amt="0" x100="0" att="0" lpdel="0" hold="0.497" lshp="0" lspd="0.1" ctlenvamt="0" lspd_numerator="1" />
</eldata>
<chordcreator chord="0" chordrange="1" chord-enabled="0" />
<arpeggiator arptime="100" arprange="5" arptime_denominator="1" syncmode="0" arpmode="0" arp-enabled="1" arp="0" arptime_numerator="1" arpdir="1" arpgate="100" />
<midiport inputcontroller="0" inputchannel="0" outputcontroller="0" writable="0" outputchannel="1" defvelout="0" readable="0" defvelin="0" />
<fxchain numofeffects="0" enabled="0" />
</instrumenttrack>
<pattern steps="16" muted="0" type="0" name="stop01.ogg" pos="0" len="192" frozen="0" />
<pattern steps="16" muted="0" type="0" name="stop01.ogg" pos="192" len="192" frozen="0" />
<pattern steps="16" muted="0" type="0" name="stop01.ogg" pos="384" len="192" frozen="0" />
<pattern steps="16" muted="0" type="0" name="stop01.ogg" pos="576" len="192" frozen="0" />
<pattern steps="16" muted="0" type="0" name="stop01.ogg" pos="768" len="192" frozen="0" />
<pattern steps="16" muted="0" type="0" name="stop01.ogg" pos="960" len="192" frozen="0" />
<pattern steps="16" muted="0" type="0" name="stop01.ogg" pos="1152" len="192" frozen="0" />
<pattern steps="16" muted="0" type="0" name="stop01.ogg" pos="1344" len="192" frozen="0" />
<pattern steps="16" muted="0" type="0" name="stop01.ogg" pos="1536" len="192" frozen="0" >
<note pan="0" key="57" vol="100" pos="0" len="-192" />
</pattern>
<pattern steps="16" muted="0" type="0" name="stop01.ogg" pos="1728" len="192" frozen="0" />
</track>
<track muted="0" type="0" name="breath01.ogg" >
<instrumenttrack pan="0" fxch="0" pitch="0" basenote="57" vol="59" >
<instrument name="audiofileprocessor" >
<audiofileprocessor reversed="0" looped="0" eframe="0.999996" sframe="0" src="misc/breath01.ogg" amp="100" />
</instrument>
<eldata fres="0.5" ftype="0" fcut="14000" fwet="0" >
<elvol lspd_denominator="1" pdel="0" userwavefile="" dec="0.499" lamt="0" syncmode="0" latt="0" rel="0.099" sus="0.499" amt="0" x100="0" att="0" lpdel="0" hold="0.499" lshp="0" lspd="0.1" ctlenvamt="0" lspd_numerator="1" />
<elcut lspd_denominator="1" pdel="0" userwavefile="" dec="0.499" lamt="0" syncmode="0" latt="0" rel="0.099" sus="0.499" amt="0" x100="0" att="0" lpdel="0" hold="0.499" lshp="0" lspd="0.1" ctlenvamt="0" lspd_numerator="1" />
<elres lspd_denominator="1" pdel="0" userwavefile="" dec="0.499" lamt="0" syncmode="0" latt="0" rel="0.099" sus="0.499" amt="0" x100="0" att="0" lpdel="0" hold="0.499" lshp="0" lspd="0.1" ctlenvamt="0" lspd_numerator="1" />
</eldata>
<chordcreator chord="0" chordrange="1" chord-enabled="0" />
<arpeggiator arptime="136" arprange="4" arptime_denominator="1" syncmode="0" arpmode="0" arp-enabled="1" arp="0" arptime_numerator="1" arpdir="1" arpgate="100" />
<midiport inputcontroller="0" inputchannel="0" outputcontroller="0" writable="0" outputchannel="1" defvelout="0" readable="0" defvelin="0" />
<fxchain numofeffects="0" enabled="0" />
</instrumenttrack>
<pattern steps="16" muted="0" type="0" name="breath01.ogg" pos="0" len="192" frozen="0" />
<pattern steps="16" muted="0" type="0" name="breath01.ogg" pos="192" len="192" frozen="0" />
<pattern steps="16" muted="0" type="0" name="breath01.ogg" pos="384" len="192" frozen="0" />
<pattern steps="16" muted="0" type="0" name="breath01.ogg" pos="576" len="192" frozen="0" />
<pattern steps="16" muted="0" type="0" name="breath01.ogg" pos="768" len="192" frozen="0" />
<pattern steps="16" muted="0" type="0" name="breath01.ogg" pos="960" len="192" frozen="0" />
<pattern steps="16" muted="0" type="0" name="breath01.ogg" pos="1152" len="192" frozen="0" />
<pattern steps="16" muted="0" type="0" name="breath01.ogg" pos="1344" len="192" frozen="0" />
<pattern steps="16" muted="0" type="0" name="breath01.ogg" pos="1536" len="192" frozen="0" />
<pattern steps="16" muted="0" type="0" name="breath01.ogg" pos="1728" len="192" frozen="0" >
<note pan="0" key="57" vol="100" pos="0" len="-192" />
</pattern>
</track>
</trackcontainer>
</bbtrack>
<bbtco muted="0" name="Beat/Baseline 0" pos="192" color="4282417407" len="192" />
<bbtco muted="0" name="Beat/Baseline 0" pos="384" color="4282417407" len="192" />
<bbtco muted="0" name="Beat/Baseline 0" pos="576" color="4282417407" len="192" />
<bbtco muted="0" name="Beat/Baseline 0" pos="960" color="4282417407" len="192" />
<bbtco muted="0" name="Beat/Baseline 0" pos="1152" color="4282417407" len="576" />
<bbtco muted="0" name="Beat/Baseline 0" pos="768" color="4282417407" len="192" />
<bbtco muted="0" name="kick_hard" pos="1920" color="4282417407" len="192" />
</track>
<track muted="0" type="1" name="shaker" >
<bbtrack/>
<bbtco muted="0" name="Beat/Baseline 0" pos="0" color="4282417407" len="1344" />
<bbtco muted="0" name="shaker" pos="1920" color="4282417407" len="192" />
</track>
<track muted="0" type="1" name="sidestick" >
<bbtrack/>
<bbtco muted="0" name="Beat/Baseline 0" pos="384" color="4282417407" len="1536" />
</track>
<track muted="0" type="1" name="snare" >
<bbtrack/>
<bbtco muted="0" name="Beat/Baseline 0" pos="0" color="4282417407" len="1728" />
</track>
<track muted="0" type="1" name="kick_hardcore" >
<bbtrack/>
<bbtco muted="0" name="Beat/Baseline 0" pos="768" color="4282417407" len="960" />
</track>
<track muted="0" type="1" name="beat" >
<bbtrack/>
<bbtco muted="0" name="Beat/Baseline 0" pos="2112" color="4282417407" len="768" />
<bbtco muted="0" name="beat" pos="3456" color="4282417407" len="384" />
<bbtco muted="0" name="beat" pos="4032" color="4282417407" len="192" />
<bbtco muted="0" name="beat" pos="4416" color="4282417407" len="192" />
<bbtco muted="0" name="beat" pos="4608" color="4282417407" len="192" />
<bbtco muted="0" name="beat" pos="2880" color="4282417407" len="192" />
<bbtco muted="0" name="beat" pos="4800" color="4282417407" len="192" />
<bbtco muted="0" name="beat" pos="4992" color="4282417407" len="192" />
<bbtco muted="0" name="beat" pos="5184" color="4282417407" len="768" />
<bbtco muted="0" name="beat" pos="6144" color="4282417407" len="384" />
<bbtco muted="0" name="beat" pos="5952" color="4282417407" len="192" />
<bbtco muted="0" name="beat" pos="6528" color="4282417407" len="192" />
<bbtco muted="0" name="beat" pos="6720" color="4282417407" len="192" />
<bbtco muted="0" name="beat" pos="6912" color="4282417407" len="192" />
<bbtco muted="0" name="beat" pos="7104" color="4282417407" len="192" />
<bbtco muted="0" name="beat" pos="7296" color="4282417407" len="192" />
<bbtco muted="0" name="beat" pos="7488" color="4282417407" len="192" />
<bbtco muted="0" name="beat" pos="7680" color="4282417407" len="192" />
<bbtco muted="0" name="beat" pos="7872" color="4282417407" len="192" />
<bbtco muted="0" name="beat" pos="8064" color="4282417407" len="192" />
</track>
<track muted="0" type="1" name="beat_high" >
<bbtrack/>
<bbtco muted="0" name="Beat/Baseline 0" pos="3072" color="4282417407" len="384" />
<bbtco muted="0" name="beat" pos="3840" color="4282417407" len="192" />
<bbtco muted="0" name="beat" pos="4224" color="4282417407" len="192" />
</track>
<track muted="0" type="1" name="suono1" >
<bbtrack/>
<bbtco muted="0" name="beat_high" pos="4416" color="4282417407" len="192" />
<bbtco muted="0" name="beat_high" pos="4800" color="4282417407" len="192" />
<bbtco muted="0" name="beat_high" pos="5184" color="4282417407" len="192" />
<bbtco muted="0" name="beat_high" pos="5760" color="4282417407" len="192" />
<bbtco muted="0" name="beat_high" pos="5952" color="4282417407" len="192" />
<bbtco muted="0" name="beat_high" pos="6336" color="4282417407" len="192" />
<bbtco muted="0" name="suono1" pos="7680" color="4282417407" len="192" />
</track>
<track muted="0" type="1" name="suono2" >
<bbtrack/>
<bbtco muted="0" name="beat_high" pos="4608" color="4282417407" len="192" />
<bbtco muted="0" name="beat_high" pos="4992" color="4282417407" len="192" />
<bbtco muted="0" name="beat_high" pos="5568" color="4282417407" len="192" />
<bbtco muted="0" name="beat_high" pos="5376" color="4282417407" len="192" />
<bbtco muted="0" name="beat_high" pos="6144" color="4282417407" len="192" />
<bbtco muted="0" name="beat_high" pos="6528" color="4282417407" len="192" />
<bbtco muted="0" name="beat_high" pos="6720" color="4282417407" len="192" />
<bbtco muted="0" name="beat_high" pos="7104" color="4282417407" len="192" />
<bbtco muted="0" name="suono2" pos="7488" color="4282417407" len="192" />
</track>
<track muted="0" type="1" name="suono3" >
<bbtrack/>
<bbtco muted="0" name="beat_high" pos="6912" color="4282417407" len="192" />
<bbtco muted="0" name="beat_high" pos="7296" color="4282417407" len="192" />
<bbtco muted="0" name="suono3" pos="7872" color="4282417407" len="192" />
<bbtco muted="0" name="suono3" pos="8064" color="4282417407" len="192" />
</track>
</trackcontainer>
<track muted="0" type="6" name="Automation track" >
<automationtrack/>
<automationpattern name="Tempo" pos="0" >
<time value="140" pos="0" />
<object id="16498161" />
</automationpattern>
<automationpattern name="Master volume" pos="0" >
<time value="100" pos="0" />
<object id="5245721" />
</automationpattern>
<automationpattern name="Master pitch" pos="0" >
<time value="0" pos="0" />
<object id="14501752" />
</automationpattern>
</track>
<fxmixer>
<fxchannel num="0" muted="0" volume="0.55" name="Master" >
<fxchain numofeffects="0" enabled="0" />
</fxchannel>
<fxchannel num="1" muted="0" volume="1" name="FX 1" >
<fxchain numofeffects="0" enabled="0" />
</fxchannel>
<fxchannel num="2" muted="0" volume="1" name="FX 2" >
<fxchain numofeffects="0" enabled="0" />
</fxchannel>
<fxchannel num="3" muted="0" volume="1" name="FX 3" >
<fxchain numofeffects="0" enabled="0" />
</fxchannel>
<fxchannel num="4" muted="0" volume="1" name="FX 4" >
<fxchain numofeffects="0" enabled="0" />
</fxchannel>
<fxchannel num="5" muted="0" volume="1" name="FX 5" >
<fxchain numofeffects="0" enabled="0" />
</fxchannel>
<fxchannel num="6" muted="0" volume="1" name="FX 6" >
<fxchain numofeffects="0" enabled="0" />
</fxchannel>
<fxchannel num="7" muted="0" volume="1" name="FX 7" >
<fxchain numofeffects="0" enabled="0" />
</fxchannel>
<fxchannel num="8" muted="0" volume="1" name="FX 8" >
<fxchain numofeffects="0" enabled="0" />
</fxchannel>
<fxchannel num="9" muted="0" volume="1" name="FX 9" >
<fxchain numofeffects="0" enabled="0" />
</fxchannel>
<fxchannel num="10" muted="0" volume="1" name="FX 10" >
<fxchain numofeffects="0" enabled="0" />
</fxchannel>
<fxchannel num="11" muted="0" volume="1" name="FX 11" >
<fxchain numofeffects="0" enabled="0" />
</fxchannel>
<fxchannel num="12" muted="0" volume="1" name="FX 12" >
<fxchain numofeffects="0" enabled="0" />
</fxchannel>
<fxchannel num="13" muted="0" volume="1" name="FX 13" >
<fxchain numofeffects="0" enabled="0" />
</fxchannel>
<fxchannel num="14" muted="0" volume="1" name="FX 14" >
<fxchain numofeffects="0" enabled="0" />
</fxchannel>
<fxchannel num="15" muted="0" volume="1" name="FX 15" >
<fxchain numofeffects="0" enabled="0" />
</fxchannel>
<fxchannel num="16" muted="0" volume="1" name="FX 16" >
<fxchain numofeffects="0" enabled="0" />
</fxchannel>
<fxchannel num="17" muted="0" volume="1" name="FX 17" >
<fxchain numofeffects="0" enabled="0" />
</fxchannel>
<fxchannel num="18" muted="0" volume="1" name="FX 18" >
<fxchain numofeffects="0" enabled="0" />
</fxchannel>
<fxchannel num="19" muted="0" volume="1" name="FX 19" >
<fxchain numofeffects="0" enabled="0" />
</fxchannel>
<fxchannel num="20" muted="0" volume="1" name="FX 20" >
<fxchain numofeffects="0" enabled="0" />
</fxchannel>
<fxchannel num="21" muted="0" volume="1" name="FX 21" >
<fxchain numofeffects="0" enabled="0" />
</fxchannel>
<fxchannel num="22" muted="0" volume="1" name="FX 22" >
<fxchain numofeffects="0" enabled="0" />
</fxchannel>
<fxchannel num="23" muted="0" volume="1" name="FX 23" >
<fxchain numofeffects="0" enabled="0" />
</fxchannel>
<fxchannel num="24" muted="0" volume="1" name="FX 24" >
<fxchain numofeffects="0" enabled="0" />
</fxchannel>
<fxchannel num="25" muted="0" volume="1" name="FX 25" >
<fxchain numofeffects="0" enabled="0" />
</fxchannel>
<fxchannel num="26" muted="0" volume="1" name="FX 26" >
<fxchain numofeffects="0" enabled="0" />
</fxchannel>
<fxchannel num="27" muted="0" volume="1" name="FX 27" >
<fxchain numofeffects="0" enabled="0" />
</fxchannel>
<fxchannel num="28" muted="0" volume="1" name="FX 28" >
<fxchain numofeffects="0" enabled="0" />
</fxchannel>
<fxchannel num="29" muted="0" volume="1" name="FX 29" >
<fxchain numofeffects="0" enabled="0" />
</fxchannel>
<fxchannel num="30" muted="0" volume="1" name="FX 30" >
<fxchain numofeffects="0" enabled="0" />
</fxchannel>
<fxchannel num="31" muted="0" volume="1" name="FX 31" >
<fxchain numofeffects="0" enabled="0" />
</fxchannel>
<fxchannel num="32" muted="0" volume="1" name="FX 32" >
<fxchain numofeffects="0" enabled="0" />
</fxchannel>
<fxchannel num="33" muted="0" volume="1" name="FX 33" >
<fxchain numofeffects="0" enabled="0" />
</fxchannel>
<fxchannel num="34" muted="0" volume="1" name="FX 34" >
<fxchain numofeffects="0" enabled="0" />
</fxchannel>
<fxchannel num="35" muted="0" volume="1" name="FX 35" >
<fxchain numofeffects="0" enabled="0" />
</fxchannel>
<fxchannel num="36" muted="0" volume="1" name="FX 36" >
<fxchain numofeffects="0" enabled="0" />
</fxchannel>
<fxchannel num="37" muted="0" volume="1" name="FX 37" >
<fxchain numofeffects="0" enabled="0" />
</fxchannel>
<fxchannel num="38" muted="0" volume="1" name="FX 38" >
<fxchain numofeffects="0" enabled="0" />
</fxchannel>
<fxchannel num="39" muted="0" volume="1" name="FX 39" >
<fxchain numofeffects="0" enabled="0" />
</fxchannel>
<fxchannel num="40" muted="0" volume="1" name="FX 40" >
<fxchain numofeffects="0" enabled="0" />
</fxchannel>
<fxchannel num="41" muted="0" volume="1" name="FX 41" >
<fxchain numofeffects="0" enabled="0" />
</fxchannel>
<fxchannel num="42" muted="0" volume="1" name="FX 42" >
<fxchain numofeffects="0" enabled="0" />
</fxchannel>
<fxchannel num="43" muted="0" volume="1" name="FX 43" >
<fxchain numofeffects="0" enabled="0" />
</fxchannel>
<fxchannel num="44" muted="0" volume="1" name="FX 44" >
<fxchain numofeffects="0" enabled="0" />
</fxchannel>
<fxchannel num="45" muted="0" volume="1" name="FX 45" >
<fxchain numofeffects="0" enabled="0" />
</fxchannel>
<fxchannel num="46" muted="0" volume="1" name="FX 46" >
<fxchain numofeffects="0" enabled="0" />
</fxchannel>
<fxchannel num="47" muted="0" volume="1" name="FX 47" >
<fxchain numofeffects="0" enabled="0" />
</fxchannel>
<fxchannel num="48" muted="0" volume="1" name="FX 48" >
<fxchain numofeffects="0" enabled="0" />
</fxchannel>
<fxchannel num="49" muted="0" volume="1" name="FX 49" >
<fxchain numofeffects="0" enabled="0" />
</fxchannel>
<fxchannel num="50" muted="0" volume="1" name="FX 50" >
<fxchain numofeffects="0" enabled="0" />
</fxchannel>
<fxchannel num="51" muted="0" volume="1" name="FX 51" >
<fxchain numofeffects="0" enabled="0" />
</fxchannel>
<fxchannel num="52" muted="0" volume="1" name="FX 52" >
<fxchain numofeffects="0" enabled="0" />
</fxchannel>
<fxchannel num="53" muted="0" volume="1" name="FX 53" >
<fxchain numofeffects="0" enabled="0" />
</fxchannel>
<fxchannel num="54" muted="0" volume="1" name="FX 54" >
<fxchain numofeffects="0" enabled="0" />
</fxchannel>
<fxchannel num="55" muted="0" volume="1" name="FX 55" >
<fxchain numofeffects="0" enabled="0" />
</fxchannel>
<fxchannel num="56" muted="0" volume="1" name="FX 56" >
<fxchain numofeffects="0" enabled="0" />
</fxchannel>
<fxchannel num="57" muted="0" volume="1" name="FX 57" >
<fxchain numofeffects="0" enabled="0" />
</fxchannel>
<fxchannel num="58" muted="0" volume="1" name="FX 58" >
<fxchain numofeffects="0" enabled="0" />
</fxchannel>
<fxchannel num="59" muted="0" volume="1" name="FX 59" >
<fxchain numofeffects="0" enabled="0" />
</fxchannel>
<fxchannel num="60" muted="0" volume="1" name="FX 60" >
<fxchain numofeffects="0" enabled="0" />
</fxchannel>
<fxchannel num="61" muted="0" volume="1" name="FX 61" >
<fxchain numofeffects="0" enabled="0" />
</fxchannel>
<fxchannel num="62" muted="0" volume="1" name="FX 62" >
<fxchain numofeffects="0" enabled="0" />
</fxchannel>
<fxchannel num="63" muted="0" volume="1" name="FX 63" >
<fxchain numofeffects="0" enabled="0" />
</fxchannel>
<fxchannel num="64" muted="0" volume="1" name="FX 64" >
<fxchain numofeffects="0" enabled="0" />
</fxchannel>
</fxmixer>
<pianoroll width="840" x="-11" y="0" height="480" visible="0" />
<automationeditor width="740" x="0" y="0" height="480" visible="0" />
<projectnotes width="316" x="0" y="0" height="256" visible="0" ><![CDATA[<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
<html><head><meta name="qrichtext" content="1" /><style type="text/css">
p, li { white-space: pre-wrap; }
</style></head><body style=" font-family:'DejaVu Sans'; font-size:9pt; font-weight:400; font-style:normal;">
<p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Arial'; font-size:11pt;">Put down your project notes here.</p></body></html>]]></projectnotes>
<timeline lp1pos="192" lp0pos="0" lpstate="0" />
<controllers/>
</song>
</multimedia-project>

View File

@@ -1,417 +0,0 @@
<?xml version="1.0"?>
<!DOCTYPE multimedia-project>
<multimediaproject creator="Linux MultiMedia Studio (LMMS)" creatorversion="0.1.2-cvs20060115" type="song" version="1.0" >
<head>
<bpm value="144" />
<mastervol value="53" />
<masterpitch value="1" />
</head>
<song>
<trackcontainer type="songeditor" >
<track muted="0" type="1" >
<bbtrack name="ClubMix" >
<trackcontainer type="bbeditor" >
<track muted="0" type="0" >
<channeltrack surpos="134219776" fxch="0" baseoct="4" vol="100" name="kick_hard01.ogg" basetone="9" tab="0" >
<audiofileprocessor reversed="0" looped="0" eframe="0.999904" sframe="0" amp="204" src="drums/kick_hard01.ogg" />
<eldata fres="0.5" ftype="0" fcut="16000" fwet="0" >
<elvol lfosyncmode="0" lpdel="0" amt="0" rel="0.1" ctlenvamt="0" latt="0" sus="0.499" lspd="0.1" att="0" pdel="0" lamt="0" dec="0.499" userwavefile="" x100="0" lshp="0" hold="0.499" />
<elcut lfosyncmode="0" lpdel="0" amt="0" rel="0.1" ctlenvamt="0" latt="0" sus="0.499" lspd="0.1" att="0" pdel="0" lamt="0" dec="0.499" userwavefile="" x100="0" lshp="0" hold="0.499" />
<elres lfosyncmode="0" lpdel="0" amt="0" rel="0.1" ctlenvamt="0" latt="0" sus="0.499" lspd="0.1" att="0" pdel="0" lamt="0" dec="0.499" userwavefile="" x100="0" lshp="0" hold="0.499" />
</eldata>
<arpandchords arpmode="0" chordrange="1" arprange="1" arpdisabled="1" chord="0" chorddisabled="0" arpgate="100" arp="0" arpsyncmode="0" arptime="100" arpdir="1" />
<midi inputchannel="0" outputchannel="1" receive="0" send="0" />
</channeltrack>
<pattern steps="16" type="0" name="kick_hard01.ogg" pos="0" frozen="0" len="64" >
<note tone="9" pan="0" oct="4" vol="100" pos="0" len="-64" />
<note tone="9" pan="0" oct="4" vol="100" pos="16" len="-64" />
<note tone="9" pan="0" oct="4" vol="100" pos="32" len="-64" />
<note tone="9" pan="0" oct="4" vol="100" pos="48" len="-64" />
</pattern>
<pattern steps="16" type="0" name="kick_hard01.ogg" pos="64" frozen="0" len="64" />
<pattern steps="16" type="0" name="kick_hard01.ogg" pos="128" frozen="0" len="64" >
<note tone="9" pan="0" oct="4" vol="100" pos="32" len="-64" />
<note tone="9" pan="0" oct="4" vol="100" pos="40" len="-64" />
<note tone="9" pan="0" oct="4" vol="100" pos="48" len="-64" />
</pattern>
<pattern steps="16" type="0" name="kick_hard01.ogg" pos="192" frozen="0" len="64" />
<pattern steps="16" type="0" name="kick_hard01.ogg" pos="256" frozen="0" len="64" />
<pattern steps="16" type="0" name="kick_hard01.ogg" pos="320" frozen="0" len="64" />
<pattern steps="16" type="0" name="kick_hard01.ogg" pos="384" frozen="0" len="64" />
<pattern steps="16" type="0" name="kick_hard01.ogg" pos="448" frozen="0" len="64" />
</track>
<track muted="0" type="0" >
<channeltrack surpos="139069464" fxch="0" baseoct="4" vol="100" name="kick04.ogg" basetone="9" tab="0" >
<audiofileprocessor reversed="0" looped="0" eframe="0.999893" sframe="0" amp="100" src="drums/kick04.ogg" />
<eldata fres="0.5" ftype="0" fcut="16000" fwet="0" >
<elvol lfosyncmode="0" lpdel="0" amt="0" rel="0.1" ctlenvamt="0" latt="0" sus="0.499" lspd="0.1" att="0" pdel="0" lamt="0" dec="0.499" userwavefile="" x100="0" lshp="0" hold="0.499" />
<elcut lfosyncmode="0" lpdel="0" amt="0" rel="0.1" ctlenvamt="0" latt="0" sus="0.499" lspd="0.1" att="0" pdel="0" lamt="0" dec="0.499" userwavefile="" x100="0" lshp="0" hold="0.499" />
<elres lfosyncmode="0" lpdel="0" amt="0" rel="0.1" ctlenvamt="0" latt="0" sus="0.499" lspd="0.1" att="0" pdel="0" lamt="0" dec="0.499" userwavefile="" x100="0" lshp="0" hold="0.499" />
</eldata>
<arpandchords arpmode="0" chordrange="1" arprange="1" arpdisabled="1" chord="0" chorddisabled="0" arpgate="100" arp="0" arpsyncmode="0" arptime="100" arpdir="1" />
<midi inputchannel="0" outputchannel="1" receive="0" send="0" />
</channeltrack>
<pattern steps="16" type="0" name="kick04.ogg" pos="0" frozen="0" len="64" >
<note tone="9" pan="0" oct="4" vol="100" pos="28" len="-64" />
</pattern>
<pattern steps="16" type="0" name="kick04.ogg" pos="64" frozen="0" len="64" />
<pattern steps="16" type="0" name="kick04.ogg" pos="128" frozen="0" len="64" />
<pattern steps="16" type="0" name="kick04.ogg" pos="192" frozen="0" len="64" />
<pattern steps="16" type="0" name="kick04.ogg" pos="256" frozen="0" len="64" />
<pattern steps="16" type="0" name="kick04.ogg" pos="320" frozen="0" len="64" />
<pattern steps="16" type="0" name="kick04.ogg" pos="384" frozen="0" len="64" />
<pattern steps="16" type="0" name="kick04.ogg" pos="448" frozen="0" len="64" />
</track>
<track muted="0" type="0" >
<channeltrack surpos="134219776" fxch="0" baseoct="4" vol="100" name="hihat_opened01.ogg" basetone="9" tab="0" >
<audiofileprocessor reversed="0" looped="0" eframe="0.99983" sframe="0" amp="100" src="drums/hihat_opened01.ogg" />
<eldata fres="0.5" ftype="0" fcut="16000" fwet="0" >
<elvol lfosyncmode="0" lpdel="0" amt="0" rel="0.1" ctlenvamt="0" latt="0" sus="0.499" lspd="0.1" att="0" pdel="0" lamt="0" dec="0.499" userwavefile="" x100="0" lshp="0" hold="0.499" />
<elcut lfosyncmode="0" lpdel="0" amt="0" rel="0.1" ctlenvamt="0" latt="0" sus="0.499" lspd="0.1" att="0" pdel="0" lamt="0" dec="0.499" userwavefile="" x100="0" lshp="0" hold="0.499" />
<elres lfosyncmode="0" lpdel="0" amt="0" rel="0.1" ctlenvamt="0" latt="0" sus="0.499" lspd="0.1" att="0" pdel="0" lamt="0" dec="0.499" userwavefile="" x100="0" lshp="0" hold="0.499" />
</eldata>
<arpandchords arpmode="0" chordrange="1" arprange="1" arpdisabled="1" chord="0" chorddisabled="0" arpgate="100" arp="0" arpsyncmode="0" arptime="100" arpdir="1" />
<midi inputchannel="0" outputchannel="1" receive="0" send="0" />
</channeltrack>
<pattern steps="16" type="0" name="hihat_opened01.ogg" pos="0" frozen="0" len="64" />
<pattern steps="16" type="0" name="hihat_opened01.ogg" pos="64" frozen="0" len="64" />
<pattern steps="16" type="0" name="hihat_opened01.ogg" pos="128" frozen="0" len="64" />
<pattern steps="16" type="0" name="hihat_opened01.ogg" pos="192" frozen="0" len="64" />
<pattern steps="16" type="0" name="hihat_opened01.ogg" pos="256" frozen="0" len="64" />
<pattern steps="16" type="0" name="hihat_opened01.ogg" pos="320" frozen="0" len="64" >
<note tone="9" pan="0" oct="4" vol="100" pos="8" len="-64" />
<note tone="9" pan="0" oct="4" vol="100" pos="24" len="-64" />
<note tone="9" pan="0" oct="4" vol="100" pos="40" len="-64" />
<note tone="9" pan="0" oct="4" vol="100" pos="56" len="-64" />
</pattern>
<pattern steps="16" type="0" name="hihat_opened01.ogg" pos="384" frozen="0" len="64" />
<pattern steps="16" type="0" name="hihat_opened01.ogg" pos="448" frozen="0" len="64" />
</track>
<track muted="0" type="0" >
<channeltrack surpos="134219776" fxch="0" baseoct="4" vol="96" name="hihat_opened02.ogg" basetone="9" tab="0" >
<audiofileprocessor reversed="0" looped="0" eframe="0.99989" sframe="0" amp="100" src="drums/hihat_opened02.ogg" />
<eldata fres="0.5" ftype="0" fcut="16000" fwet="0" >
<elvol lfosyncmode="0" lpdel="0" amt="0" rel="0.1" ctlenvamt="0" latt="0" sus="0.499" lspd="0.1" att="0" pdel="0" lamt="0" dec="0.499" userwavefile="" x100="0" lshp="0" hold="0.499" />
<elcut lfosyncmode="0" lpdel="0" amt="0" rel="0.1" ctlenvamt="0" latt="0" sus="0.499" lspd="0.1" att="0" pdel="0" lamt="0" dec="0.499" userwavefile="" x100="0" lshp="0" hold="0.499" />
<elres lfosyncmode="0" lpdel="0" amt="0" rel="0.1" ctlenvamt="0" latt="0" sus="0.499" lspd="0.1" att="0" pdel="0" lamt="0" dec="0.499" userwavefile="" x100="0" lshp="0" hold="0.499" />
</eldata>
<arpandchords arpmode="0" chordrange="1" arprange="1" arpdisabled="1" chord="0" chorddisabled="0" arpgate="100" arp="0" arpsyncmode="0" arptime="100" arpdir="1" />
<midi inputchannel="0" outputchannel="1" receive="0" send="0" />
</channeltrack>
<pattern steps="16" type="0" name="hihat_opened02.ogg" pos="0" frozen="0" len="64" >
<note tone="9" pan="0" oct="4" vol="100" pos="12" len="-64" />
<note tone="9" pan="0" oct="4" vol="100" pos="44" len="-64" />
</pattern>
<pattern steps="16" type="0" name="hihat_opened02.ogg" pos="64" frozen="0" len="64" />
<pattern steps="16" type="0" name="hihat_opened02.ogg" pos="128" frozen="0" len="64" />
<pattern steps="16" type="0" name="hihat_opened02.ogg" pos="192" frozen="0" len="64" />
<pattern steps="16" type="0" name="hihat_opened02.ogg" pos="256" frozen="0" len="64" />
<pattern steps="16" type="0" name="hihat_opened02.ogg" pos="320" frozen="0" len="64" />
<pattern steps="16" type="0" name="hihat_opened02.ogg" pos="384" frozen="0" len="64" />
<pattern steps="16" type="0" name="hihat_opened02.ogg" pos="448" frozen="0" len="64" />
</track>
<track muted="0" type="0" >
<channeltrack surpos="134219776" fxch="0" baseoct="4" vol="100" name="clap01.ogg" basetone="9" tab="0" >
<audiofileprocessor reversed="0" looped="0" eframe="0.999869" sframe="0" amp="100" src="drums/clap01.ogg" />
<eldata fres="0.5" ftype="0" fcut="16000" fwet="0" >
<elvol lfosyncmode="0" lpdel="0" amt="0" rel="0.1" ctlenvamt="0" latt="0" sus="0.499" lspd="0.1" att="0" pdel="0" lamt="0" dec="0.499" userwavefile="" x100="0" lshp="0" hold="0.499" />
<elcut lfosyncmode="0" lpdel="0" amt="0" rel="0.1" ctlenvamt="0" latt="0" sus="0.499" lspd="0.1" att="0" pdel="0" lamt="0" dec="0.499" userwavefile="" x100="0" lshp="0" hold="0.499" />
<elres lfosyncmode="0" lpdel="0" amt="0" rel="0.1" ctlenvamt="0" latt="0" sus="0.499" lspd="0.1" att="0" pdel="0" lamt="0" dec="0.499" userwavefile="" x100="0" lshp="0" hold="0.499" />
</eldata>
<arpandchords arpmode="0" chordrange="1" arprange="1" arpdisabled="1" chord="0" chorddisabled="0" arpgate="100" arp="0" arpsyncmode="0" arptime="100" arpdir="1" />
<midi inputchannel="0" outputchannel="1" receive="0" send="0" />
</channeltrack>
<pattern steps="16" type="0" name="clap01.ogg" pos="0" frozen="0" len="64" >
<note tone="9" pan="0" oct="4" vol="100" pos="16" len="-64" />
<note tone="9" pan="0" oct="4" vol="100" pos="48" len="-64" />
</pattern>
<pattern steps="16" type="0" name="clap01.ogg" pos="64" frozen="0" len="64" />
<pattern steps="16" type="0" name="clap01.ogg" pos="128" frozen="0" len="64" />
<pattern steps="16" type="0" name="clap01.ogg" pos="192" frozen="0" len="64" />
<pattern steps="16" type="0" name="clap01.ogg" pos="256" frozen="0" len="64" />
<pattern steps="16" type="0" name="clap01.ogg" pos="320" frozen="0" len="64" />
<pattern steps="16" type="0" name="clap01.ogg" pos="384" frozen="0" len="64" />
<pattern steps="16" type="0" name="clap01.ogg" pos="448" frozen="0" len="64" />
</track>
<track muted="0" type="0" >
<channeltrack surpos="135792616" fxch="0" baseoct="4" vol="100" name="shaker01.ogg" basetone="9" tab="0" >
<audiofileprocessor reversed="0" looped="0" eframe="0.998568" sframe="0" amp="100" src="drums/shaker01.ogg" />
<eldata fres="0.5" ftype="0" fcut="16000" fwet="0" >
<elvol lfosyncmode="0" lpdel="0" amt="0" rel="0.1" ctlenvamt="0" latt="0" sus="0.499" lspd="0.1" att="0" pdel="0" lamt="0" dec="0.499" userwavefile="" x100="0" lshp="0" hold="0.499" />
<elcut lfosyncmode="0" lpdel="0" amt="0" rel="0.1" ctlenvamt="0" latt="0" sus="0.499" lspd="0.1" att="0" pdel="0" lamt="0" dec="0.499" userwavefile="" x100="0" lshp="0" hold="0.499" />
<elres lfosyncmode="0" lpdel="0" amt="0" rel="0.1" ctlenvamt="0" latt="0" sus="0.499" lspd="0.1" att="0" pdel="0" lamt="0" dec="0.499" userwavefile="" x100="0" lshp="0" hold="0.499" />
</eldata>
<arpandchords arpmode="0" chordrange="1" arprange="1" arpdisabled="1" chord="0" chorddisabled="0" arpgate="100" arp="0" arpsyncmode="0" arptime="100" arpdir="1" />
<midi inputchannel="0" outputchannel="1" receive="0" send="0" />
</channeltrack>
<pattern steps="16" type="0" name="shaker01.ogg" pos="0" frozen="0" len="64" >
<note tone="9" pan="0" oct="4" vol="100" pos="0" len="-64" />
<note tone="9" pan="0" oct="4" vol="100" pos="16" len="-64" />
<note tone="9" pan="0" oct="4" vol="100" pos="20" len="-64" />
<note tone="9" pan="0" oct="4" vol="100" pos="24" len="-64" />
<note tone="9" pan="0" oct="4" vol="100" pos="36" len="-64" />
<note tone="9" pan="0" oct="4" vol="100" pos="40" len="-64" />
<note tone="9" pan="0" oct="4" vol="100" pos="52" len="-64" />
</pattern>
<pattern steps="16" type="0" name="shaker01.ogg" pos="64" frozen="0" len="64" />
<pattern steps="16" type="0" name="shaker01.ogg" pos="128" frozen="0" len="64" />
<pattern steps="16" type="0" name="shaker01.ogg" pos="192" frozen="0" len="64" />
<pattern steps="16" type="0" name="shaker01.ogg" pos="256" frozen="0" len="64" />
<pattern steps="16" type="0" name="shaker01.ogg" pos="320" frozen="0" len="64" />
<pattern steps="16" type="0" name="shaker01.ogg" pos="384" frozen="0" len="64" />
<pattern steps="16" type="0" name="shaker01.ogg" pos="448" frozen="0" len="64" />
</track>
<track muted="0" type="0" >
<channeltrack surpos="134219776" fxch="0" baseoct="4" vol="185" name="buzz!.ogg" basetone="9" tab="0" >
<audiofileprocessor reversed="0" looped="0" eframe="0.99983" sframe="0" amp="100" src="misc/buzz!.ogg" />
<eldata fres="0.5" ftype="0" fcut="16000" fwet="0" >
<elvol lfosyncmode="0" lpdel="0" amt="0" rel="0.1" ctlenvamt="0" latt="0" sus="0.499" lspd="0.1" att="0" pdel="0" lamt="0" dec="0.499" userwavefile="" x100="0" lshp="0" hold="0.499" />
<elcut lfosyncmode="0" lpdel="0" amt="0" rel="0.1" ctlenvamt="0" latt="0" sus="0.499" lspd="0.1" att="0" pdel="0" lamt="0" dec="0.499" userwavefile="" x100="0" lshp="0" hold="0.499" />
<elres lfosyncmode="0" lpdel="0" amt="0" rel="0.1" ctlenvamt="0" latt="0" sus="0.499" lspd="0.1" att="0" pdel="0" lamt="0" dec="0.499" userwavefile="" x100="0" lshp="0" hold="0.499" />
</eldata>
<arpandchords arpmode="0" chordrange="1" arprange="1" arpdisabled="1" chord="0" chorddisabled="0" arpgate="100" arp="0" arpsyncmode="0" arptime="100" arpdir="1" />
<midi inputchannel="0" outputchannel="1" receive="0" send="0" />
</channeltrack>
<pattern steps="16" type="0" name="buzz!.ogg" pos="0" frozen="0" len="64" >
<note tone="9" pan="0" oct="4" vol="100" pos="8" len="-64" />
</pattern>
<pattern steps="16" type="0" name="buzz!.ogg" pos="64" frozen="0" len="64" />
<pattern steps="16" type="0" name="buzz!.ogg" pos="128" frozen="0" len="64" />
<pattern steps="16" type="0" name="buzz!.ogg" pos="192" frozen="0" len="64" />
<pattern steps="16" type="0" name="buzz!.ogg" pos="256" frozen="0" len="64" />
<pattern steps="16" type="0" name="buzz!.ogg" pos="320" frozen="0" len="64" />
<pattern steps="16" type="0" name="buzz!.ogg" pos="384" frozen="0" len="64" />
<pattern steps="16" type="0" name="buzz!.ogg" pos="448" frozen="0" len="64" />
</track>
<track muted="0" type="0" >
<channeltrack surpos="134219776" fxch="0" baseoct="4" vol="100" name="snaph01.ogg" basetone="9" tab="0" >
<audiofileprocessor reversed="0" looped="0" eframe="0.999748" sframe="0" amp="100" src="misc/snaph01.ogg" />
<eldata fres="0.5" ftype="0" fcut="16000" fwet="0" >
<elvol lfosyncmode="0" lpdel="0" amt="0" rel="0.1" ctlenvamt="0" latt="0" sus="0.499" lspd="0.1" att="0" pdel="0" lamt="0" dec="0.499" userwavefile="" x100="0" lshp="0" hold="0.499" />
<elcut lfosyncmode="0" lpdel="0" amt="0" rel="0.1" ctlenvamt="0" latt="0" sus="0.499" lspd="0.1" att="0" pdel="0" lamt="0" dec="0.499" userwavefile="" x100="0" lshp="0" hold="0.499" />
<elres lfosyncmode="0" lpdel="0" amt="0" rel="0.1" ctlenvamt="0" latt="0" sus="0.499" lspd="0.1" att="0" pdel="0" lamt="0" dec="0.499" userwavefile="" x100="0" lshp="0" hold="0.499" />
</eldata>
<arpandchords arpmode="0" chordrange="1" arprange="1" arpdisabled="1" chord="0" chorddisabled="0" arpgate="100" arp="0" arpsyncmode="0" arptime="100" arpdir="1" />
<midi inputchannel="0" outputchannel="1" receive="0" send="0" />
</channeltrack>
<pattern steps="16" type="0" name="snaph01.ogg" pos="0" frozen="0" len="64" >
<note tone="9" pan="0" oct="4" vol="100" pos="28" len="-64" />
<note tone="9" pan="0" oct="4" vol="100" pos="52" len="-64" />
</pattern>
<pattern steps="16" type="0" name="snaph01.ogg" pos="64" frozen="0" len="64" />
<pattern steps="16" type="0" name="snaph01.ogg" pos="128" frozen="0" len="64" />
<pattern steps="16" type="0" name="snaph01.ogg" pos="192" frozen="0" len="64" />
<pattern steps="16" type="0" name="snaph01.ogg" pos="256" frozen="0" len="64" />
<pattern steps="16" type="0" name="snaph01.ogg" pos="320" frozen="0" len="64" />
<pattern steps="16" type="0" name="snaph01.ogg" pos="384" frozen="0" len="64" />
<pattern steps="16" type="0" name="snaph01.ogg" pos="448" frozen="0" len="64" />
</track>
<track muted="0" type="0" >
<channeltrack surpos="134219776" fxch="0" baseoct="4" vol="47" name="piano01.ogg" basetone="9" tab="2" >
<audiofileprocessor reversed="0" looped="0" eframe="0.999951" sframe="0" amp="100" src="instruments/piano01.ogg" />
<eldata fres="1.34" ftype="7" fcut="3749" fwet="0" >
<elvol lfosyncmode="0" lpdel="0" amt="1" rel="0.556" ctlenvamt="0" latt="0" sus="0.499" lspd="0.1" att="0" pdel="0" lamt="0" dec="0.499" userwavefile="" x100="0" lshp="0" hold="0.499" />
<elcut lfosyncmode="0" lpdel="0" amt="0" rel="0.1" ctlenvamt="0" latt="0" sus="0.499" lspd="0.2504" att="0" pdel="0" lamt="0.925" dec="0.499" userwavefile="" x100="0" lshp="0" hold="0.499" />
<elres lfosyncmode="0" lpdel="0" amt="0" rel="0.1" ctlenvamt="0" latt="0" sus="0.499" lspd="0.1" att="0" pdel="0" lamt="0" dec="0.499" userwavefile="" x100="0" lshp="0" hold="0.499" />
</eldata>
<arpandchords arpmode="0" chordrange="1" arprange="2" arpdisabled="0" chord="0" chorddisabled="0" arpgate="8" arp="0" arpsyncmode="0" arptime="318" arpdir="1" />
<midi inputchannel="0" outputchannel="1" receive="0" send="0" />
</channeltrack>
<pattern steps="16" type="0" name="piano01.ogg" pos="0" frozen="0" len="64" />
<pattern steps="16" type="1" name="piano01.ogg" pos="64" frozen="0" len="64" >
<note tone="6" pan="0" oct="5" vol="100" pos="0" len="16" />
<note tone="3" pan="0" oct="5" vol="100" pos="0" len="16" />
<note tone="0" pan="0" oct="5" vol="100" pos="0" len="16" />
<note tone="5" pan="0" oct="5" vol="100" pos="24" len="7" />
<note tone="3" pan="0" oct="5" vol="100" pos="24" len="7" />
<note tone="0" pan="0" oct="5" vol="100" pos="24" len="7" />
<note tone="3" pan="0" oct="5" vol="100" pos="37" len="2" />
<note tone="0" pan="0" oct="5" vol="100" pos="37" len="2" />
<note tone="0" pan="0" oct="5" vol="100" pos="48" len="8" />
<note tone="3" pan="0" oct="5" vol="100" pos="52" len="8" />
</pattern>
<pattern steps="16" type="0" name="piano01.ogg" pos="128" frozen="0" len="64" />
<pattern steps="16" type="0" name="piano01.ogg" pos="192" frozen="0" len="64" />
<pattern steps="16" type="0" name="piano01.ogg" pos="256" frozen="0" len="64" />
<pattern steps="16" type="0" name="piano01.ogg" pos="320" frozen="0" len="64" />
<pattern steps="16" type="0" name="piano01.ogg" pos="384" frozen="0" len="64" />
<pattern steps="16" type="0" name="piano01.ogg" pos="448" frozen="0" len="64" />
</track>
<track muted="0" type="0" >
<channeltrack surpos="134219776" fxch="0" baseoct="4" vol="84" name="chroma_sound_effect01.ogg" basetone="9" tab="0" >
<audiofileprocessor reversed="0" looped="0" eframe="0.999953" sframe="0" amp="100" src="effects/chroma_sound_effect01.ogg" />
<eldata fres="0.5" ftype="0" fcut="16000" fwet="0" >
<elvol lfosyncmode="0" lpdel="0" amt="0" rel="0.1" ctlenvamt="0" latt="0" sus="0.499" lspd="0.1" att="0" pdel="0" lamt="0" dec="0.499" userwavefile="" x100="0" lshp="0" hold="0.499" />
<elcut lfosyncmode="0" lpdel="0" amt="0" rel="0.1" ctlenvamt="0" latt="0" sus="0.499" lspd="0.1" att="0" pdel="0" lamt="0" dec="0.499" userwavefile="" x100="0" lshp="0" hold="0.499" />
<elres lfosyncmode="0" lpdel="0" amt="0" rel="0.1" ctlenvamt="0" latt="0" sus="0.499" lspd="0.1" att="0" pdel="0" lamt="0" dec="0.499" userwavefile="" x100="0" lshp="0" hold="0.499" />
</eldata>
<arpandchords arpmode="0" chordrange="1" arprange="1" arpdisabled="1" chord="0" chorddisabled="0" arpgate="100" arp="0" arpsyncmode="0" arptime="100" arpdir="1" />
<midi inputchannel="0" outputchannel="1" receive="0" send="0" />
</channeltrack>
<pattern steps="16" type="0" name="chroma_sound_effect01.ogg" pos="0" frozen="0" len="64" />
<pattern steps="16" type="0" name="chroma_sound_effect01.ogg" pos="64" frozen="0" len="64" />
<pattern steps="16" type="0" name="chroma_sound_effect01.ogg" pos="128" frozen="0" len="64" />
<pattern steps="16" type="0" name="chroma_sound_effect01.ogg" pos="192" frozen="0" len="64" />
<pattern steps="16" type="0" name="chroma_sound_effect01.ogg" pos="256" frozen="0" len="64" >
<note tone="9" pan="0" oct="4" vol="100" pos="0" len="-64" />
</pattern>
<pattern steps="16" type="0" name="chroma_sound_effect01.ogg" pos="320" frozen="0" len="64" />
<pattern steps="16" type="0" name="chroma_sound_effect01.ogg" pos="384" frozen="0" len="64" />
<pattern steps="16" type="0" name="chroma_sound_effect01.ogg" pos="448" frozen="0" len="64" />
</track>
<track muted="0" type="0" >
<channeltrack surpos="134219776" fxch="0" baseoct="4" vol="119" name="tom_low01.ogg" basetone="9" tab="0" >
<audiofileprocessor reversed="0" looped="0" eframe="0.999853" sframe="0" amp="100" src="drums/tom_low01.ogg" />
<eldata fres="0.5" ftype="0" fcut="16000" fwet="0" >
<elvol lfosyncmode="0" lpdel="0" amt="0" rel="0.1" ctlenvamt="0" latt="0" sus="0.499" lspd="0.1" att="0" pdel="0" lamt="0" dec="0.499" userwavefile="" x100="0" lshp="0" hold="0.499" />
<elcut lfosyncmode="0" lpdel="0" amt="0" rel="0.1" ctlenvamt="0" latt="0" sus="0.499" lspd="0.1" att="0" pdel="0" lamt="0" dec="0.499" userwavefile="" x100="0" lshp="0" hold="0.499" />
<elres lfosyncmode="0" lpdel="0" amt="0" rel="0.1" ctlenvamt="0" latt="0" sus="0.499" lspd="0.1" att="0" pdel="0" lamt="0" dec="0.499" userwavefile="" x100="0" lshp="0" hold="0.499" />
</eldata>
<arpandchords arpmode="0" chordrange="1" arprange="1" arpdisabled="1" chord="0" chorddisabled="0" arpgate="100" arp="0" arpsyncmode="0" arptime="100" arpdir="1" />
<midi inputchannel="0" outputchannel="1" receive="0" send="0" />
</channeltrack>
<pattern steps="16" type="0" name="tom_low01.ogg" pos="0" frozen="0" len="64" >
<note tone="9" pan="0" oct="4" vol="100" pos="24" len="-64" />
<note tone="9" pan="0" oct="4" vol="100" pos="52" len="-64" />
</pattern>
<pattern steps="16" type="0" name="tom_low01.ogg" pos="64" frozen="0" len="64" />
<pattern steps="16" type="0" name="tom_low01.ogg" pos="128" frozen="0" len="64" />
<pattern steps="16" type="0" name="tom_low01.ogg" pos="192" frozen="0" len="64" />
<pattern steps="16" type="0" name="tom_low01.ogg" pos="256" frozen="0" len="64" />
<pattern steps="16" type="0" name="tom_low01.ogg" pos="320" frozen="0" len="64" />
<pattern steps="16" type="0" name="tom_low01.ogg" pos="384" frozen="0" len="64" />
<pattern steps="16" type="0" name="tom_low01.ogg" pos="448" frozen="0" len="64" />
</track>
<track muted="0" type="0" >
<channeltrack surpos="134219776" fxch="0" baseoct="5" vol="82" name="Analog Times" basetone="9" tab="0" >
<tripleoscillator userwavefile1="samples/empty.wav" wavetype1="2" coarse1="0" userwavefile2="samples/empty.wav" wavetype2="2" coarse2="0" vol0="100" vol1="100" finel0="0" vol2="100" finel1="-14" finel2="0" modalgo1="2" stphdetun0="0" pan0="0" modalgo2="2" stphdetun1="50" pan1="0" stphdetun2="0" pan2="0" phoffset0="0" phoffset1="0" phoffset2="0" finer0="0" finer1="13" finer2="-3" userwavefile0="samples/empty.wav" wavetype0="2" coarse0="0" />
<eldata fres="0.01" ftype="6" fcut="1118" fwet="1" >
<elvol lfosyncmode="0" lpdel="0" amt="1" rel="0.213" ctlenvamt="0" latt="0" sus="0" lspd="0.0917" att="0" pdel="0" lamt="0" dec="0.296" userwavefile="" x100="0" lshp="0" hold="0" />
<elcut lfosyncmode="0" lpdel="0" amt="0.655" rel="0" ctlenvamt="0" latt="0" sus="0.998" lspd="0.67" att="0" pdel="0" lamt="0.145" dec="0.223" userwavefile="" x100="0" lshp="1" hold="0" />
<elres lfosyncmode="0" lpdel="0" amt="0" rel="0.1" ctlenvamt="0" latt="0" sus="0.499" lspd="0.01" att="0" pdel="0" lamt="-0.01" dec="0.499" userwavefile="" x100="0" lshp="1" hold="0" />
</eldata>
<arpandchords arpmode="0" chordrange="1" arprange="3" arpdisabled="1" chord="0" chorddisabled="0" arpgate="100" arp="8" arpsyncmode="0" arptime="100" arpdir="1" />
<midi inputchannel="0" outputchannel="1" receive="0" send="0" />
</channeltrack>
<pattern steps="16" type="0" name="Analog Times" pos="0" frozen="0" len="64" />
<pattern steps="16" type="0" name="Analog Times" pos="64" frozen="0" len="64" />
<pattern steps="16" type="0" name="Analog Times" pos="128" frozen="0" len="64" />
<pattern steps="16" type="1" name="Analog Times" pos="192" frozen="0" len="64" >
<note tone="0" pan="0" oct="3" vol="100" pos="0" len="6" />
<note tone="3" pan="0" oct="3" vol="100" pos="8" len="6" />
<note tone="0" pan="0" oct="3" vol="100" pos="16" len="8" />
<note tone="9" pan="0" oct="2" vol="100" pos="27" len="4" />
<note tone="3" pan="0" oct="3" vol="100" pos="32" len="8" />
<note tone="0" pan="0" oct="3" vol="100" pos="40" len="8" />
<note tone="7" pan="0" oct="2" vol="100" pos="48" len="4" />
<note tone="9" pan="0" oct="2" vol="100" pos="56" len="6" />
</pattern>
<pattern steps="16" type="0" name="Analog Times" pos="256" frozen="0" len="64" />
<pattern steps="16" type="0" name="Analog Times" pos="320" frozen="0" len="64" />
<pattern steps="16" type="0" name="Analog Times" pos="384" frozen="0" len="64" />
<pattern steps="16" type="0" name="Analog Times" pos="448" frozen="0" len="64" />
</track>
<track muted="0" type="0" >
<channeltrack surpos="134219776" fxch="0" baseoct="4" vol="100" name="crash01.ogg" basetone="9" tab="0" >
<audiofileprocessor reversed="0" looped="0" eframe="0.999951" sframe="0" amp="100" src="drums/crash01.ogg" />
<eldata fres="0.5" ftype="0" fcut="16000" fwet="0" >
<elvol lfosyncmode="0" lpdel="0" amt="0" rel="0.1" ctlenvamt="0" latt="0" sus="0.499" lspd="0.1" att="0" pdel="0" lamt="0" dec="0.499" userwavefile="" x100="0" lshp="0" hold="0.499" />
<elcut lfosyncmode="0" lpdel="0" amt="0" rel="0.1" ctlenvamt="0" latt="0" sus="0.499" lspd="0.1" att="0" pdel="0" lamt="0" dec="0.499" userwavefile="" x100="0" lshp="0" hold="0.499" />
<elres lfosyncmode="0" lpdel="0" amt="0" rel="0.1" ctlenvamt="0" latt="0" sus="0.499" lspd="0.1" att="0" pdel="0" lamt="0" dec="0.499" userwavefile="" x100="0" lshp="0" hold="0.499" />
</eldata>
<arpandchords arpmode="0" chordrange="1" arprange="1" arpdisabled="1" chord="0" chorddisabled="0" arpgate="100" arp="0" arpsyncmode="0" arptime="100" arpdir="1" />
<midi inputchannel="0" outputchannel="1" receive="0" send="0" />
</channeltrack>
<pattern steps="16" type="0" name="crash01.ogg" pos="0" frozen="0" len="64" />
<pattern steps="16" type="0" name="crash01.ogg" pos="64" frozen="0" len="64" />
<pattern steps="16" type="0" name="crash01.ogg" pos="128" frozen="0" len="64" />
<pattern steps="16" type="0" name="crash01.ogg" pos="192" frozen="0" len="64" />
<pattern steps="16" type="0" name="crash01.ogg" pos="256" frozen="0" len="64" />
<pattern steps="16" type="0" name="crash01.ogg" pos="320" frozen="0" len="64" />
<pattern steps="16" type="0" name="crash01.ogg" pos="384" frozen="0" len="64" >
<note tone="9" pan="0" oct="4" vol="100" pos="0" len="-64" />
</pattern>
<pattern steps="16" type="0" name="crash01.ogg" pos="448" frozen="0" len="64" />
</track>
<track muted="0" type="0" >
<channeltrack surpos="134219776" fxch="0" baseoct="4" vol="47" name="piano01.ogg" basetone="9" tab="2" >
<audiofileprocessor reversed="0" looped="0" eframe="0.999951" sframe="0" amp="100" src="instruments/piano01.ogg" />
<eldata fres="1.34" ftype="7" fcut="3749" fwet="0" >
<elvol lfosyncmode="0" lpdel="0" amt="1" rel="0.556" ctlenvamt="0" latt="0" sus="0.499" lspd="0.1" att="0" pdel="0" lamt="0" dec="0.499" userwavefile="" x100="0" lshp="0" hold="0.499" />
<elcut lfosyncmode="0" lpdel="0" amt="0" rel="0.1" ctlenvamt="0" latt="0" sus="0.499" lspd="0.2504" att="0" pdel="0" lamt="0.925" dec="0.499" userwavefile="" x100="0" lshp="0" hold="0.499" />
<elres lfosyncmode="0" lpdel="0" amt="0" rel="0.1" ctlenvamt="0" latt="0" sus="0.499" lspd="0.1" att="0" pdel="0" lamt="0" dec="0.499" userwavefile="" x100="0" lshp="0" hold="0.499" />
</eldata>
<arpandchords arpmode="0" chordrange="1" arprange="3" arpdisabled="0" chord="0" chorddisabled="0" arpgate="8" arp="0" arpsyncmode="0" arptime="318" arpdir="3" />
<midi inputchannel="0" outputchannel="1" receive="0" send="0" />
</channeltrack>
<pattern steps="16" type="0" name="piano01.ogg" pos="0" frozen="0" len="64" />
<pattern steps="16" type="0" name="piano01.ogg" pos="64" frozen="0" len="64" />
<pattern steps="16" type="0" name="piano01.ogg" pos="128" frozen="0" len="64" />
<pattern steps="16" type="0" name="piano01.ogg" pos="192" frozen="0" len="64" />
<pattern steps="16" type="0" name="piano01.ogg" pos="256" frozen="0" len="64" />
<pattern steps="16" type="0" name="piano01.ogg" pos="320" frozen="0" len="64" />
<pattern steps="16" type="0" name="piano01.ogg" pos="384" frozen="0" len="64" />
<pattern steps="16" type="1" name="piano01.ogg" pos="448" frozen="0" len="64" >
<note tone="6" pan="0" oct="5" vol="100" pos="0" len="16" />
<note tone="3" pan="0" oct="5" vol="100" pos="0" len="16" />
<note tone="0" pan="0" oct="5" vol="100" pos="0" len="16" />
<note tone="5" pan="0" oct="5" vol="100" pos="24" len="7" />
<note tone="3" pan="0" oct="5" vol="100" pos="24" len="7" />
<note tone="0" pan="0" oct="5" vol="100" pos="24" len="7" />
<note tone="3" pan="0" oct="5" vol="100" pos="37" len="2" />
<note tone="0" pan="0" oct="5" vol="100" pos="37" len="2" />
<note tone="0" pan="0" oct="5" vol="100" pos="48" len="8" />
<note tone="3" pan="0" oct="5" vol="100" pos="52" len="8" />
</pattern>
</track>
</trackcontainer>
</bbtrack>
<bbtco name="ClubMix" color="4282417407" pos="0" len="192" />
<bbtco name="ClubMix" color="4282417407" pos="256" len="448" />
<bbtco name="ClubMix" color="4282417407" pos="768" len="384" />
<bbtco name="ClubMix" color="4282417407" pos="1280" len="512" />
</track>
<track muted="0" type="1" >
<bbtrack name="Beat/Baseline 1" />
<bbtco name="Beat/Baseline 1" color="4282417407" pos="256" len="512" />
</track>
<track muted="0" type="1" >
<bbtrack name="Beat/Baseline 2" />
<bbtco name="Beat/Baseline 2" color="4282417407" pos="192" len="64" />
<bbtco name="Beat/Baseline 2" color="4282417407" pos="704" len="64" />
</track>
<track muted="0" type="1" >
<bbtrack name="Beat/Baseline 3" />
<bbtco name="Beat/Baseline 3" color="4282417407" pos="256" len="960" />
<bbtco name="Beat/Baseline 3" color="4282417407" pos="1280" len="512" />
</track>
<track muted="0" type="1" >
<bbtrack name="Beat/Baseline 4" />
<bbtco name="Beat/Baseline 4" color="4282417407" pos="768" len="512" />
<bbtco name="Beat/Baseline 4" color="4282417407" pos="1280" len="512" />
</track>
<track muted="0" type="1" >
<bbtrack name="Beat/Baseline 5" />
<bbtco name="Beat/Baseline 5" color="4282417407" pos="768" len="1024" />
</track>
<track muted="0" type="1" >
<bbtrack name="Beat/Baseline 6" />
<bbtco name="Beat/Baseline 6" color="4282417407" pos="768" len="64" />
<bbtco name="Beat/Baseline 6" color="4282417407" pos="1280" len="64" />
<bbtco name="Beat/Baseline 6" color="4282417407" pos="1088" len="64" />
</track>
<track muted="0" type="1" >
<bbtrack name="Beat/Baseline 7" />
<bbtco name="Beat/Baseline 7" color="4282417407" pos="768" len="448" />
<bbtco name="Beat/Baseline 7" color="4282417407" pos="1280" len="64" />
<bbtco name="Beat/Baseline 7" color="4282417407" pos="1344" len="448" />
<bbtco name="Beat/Baseline 7" color="4282417407" pos="1216" len="64" />
</track>
</trackcontainer>
<projectnotes><![CDATA[<html><head><meta name="qrichtext" content="1" /></head><body style="font-size:11pt;font-family:Bitstream Vera Sans">
<p><span style="font-weight:600">Sharky-X aka Josh Revilo - Experiments</span></p>
<p>First experiments with LMMS. http://www.sharky-x.de</p>
</body></html>
]]></projectnotes>
</song>
</multimediaproject>

View File

@@ -1,772 +0,0 @@
<?xml version="1.0"?>
<!DOCTYPE multimedia-project>
<multimedia-project version="1.0" creator="Linux MultiMedia Studio (LMMS)" creatorversion="0.4.0-beta" type="song" >
<head timesig_numerator="4" mastervol="94" timesig_denominator="4" bpm="82" masterpitch="0" />
<song>
<trackcontainer type="song" >
<track muted="0" type="0" name="Default" >
<instrumenttrack pan="0" fxch="0" pitch="0" basenote="57" vol="100" >
<instrument name="tripleoscillator" >
<tripleoscillator phoffset2="0" userwavefile0="" finer0="0" userwavefile1="" finer1="0" userwavefile2="" finer2="0" coarse0="0" coarse1="0" coarse2="0" finel0="0" finel1="0" modalgo1="2" modalgo2="2" finel2="0" pan0="0" modalgo3="0" pan1="0" stphdetun0="0" pan2="0" stphdetun1="0" wavetype0="0" stphdetun2="0" wavetype1="0" wavetype2="0" vol0="33" vol1="33" phoffset0="0" phoffset1="0" vol2="33" />
</instrument>
<eldata fres="0.5" ftype="0" fcut="14000" fwet="0" >
<elvol lspd_denominator="1" pdel="0" userwavefile="" dec="0.5" lamt="0" syncmode="0" latt="0" rel="0.1" sus="0.5" amt="0" x100="0" att="0" lpdel="0" hold="0.5" lshp="0" lspd="0.1" ctlenvamt="0" lspd_numerator="1" />
<elcut lspd_denominator="1" pdel="0" userwavefile="" dec="0.5" lamt="0" syncmode="0" latt="0" rel="0.1" sus="0.5" amt="0" x100="0" att="0" lpdel="0" hold="0.5" lshp="0" lspd="0.1" ctlenvamt="0" lspd_numerator="1" />
<elres lspd_denominator="1" pdel="0" userwavefile="" dec="0.5" lamt="0" syncmode="0" latt="0" rel="0.1" sus="0.5" amt="0" x100="0" att="0" lpdel="0" hold="0.5" lshp="0" lspd="0.1" ctlenvamt="0" lspd_numerator="1" />
</eldata>
<chordcreator chord="0" chordrange="1" chord-enabled="0" />
<arpeggiator arptime="100" arprange="1" arptime_denominator="1" syncmode="0" arpmode="0" arp-enabled="0" arp="0" arptime_numerator="1" arpdir="0" arpgate="100" />
<midiport inputcontroller="0" inputchannel="0" outputcontroller="0" writable="0" outputchannel="1" defvelout="0" readable="0" defvelin="0" />
<fxchain numofeffects="0" enabled="0" />
</instrumenttrack>
</track>
<track muted="0" type="2" name="" >
<sampletrack vol="100" >
<fxchain numofeffects="0" enabled="0" />
</sampletrack>
</track>
<track muted="0" type="1" name="Beat/Bassline 0" >
<bbtrack>
<trackcontainer type="bbtrackcontainer" >
<track muted="0" type="0" name="clav02.ogg" >
<instrumenttrack pan="-2" fxch="0" pitch="0" basenote="57" vol="176" >
<instrument name="audiofileprocessor" >
<audiofileprocessor reversed="0" looped="0" eframe="0.999819" sframe="0" src="drums/clav02.ogg" amp="100" />
</instrument>
<eldata fres="0.5" ftype="0" fcut="14000" fwet="0" >
<elvol lspd_denominator="1" pdel="0" userwavefile="" dec="0.5" lamt="0" syncmode="0" latt="0" rel="0.1" sus="0.5" amt="0" x100="0" att="0" lpdel="0" hold="0.5" lshp="0" lspd="0.1" ctlenvamt="0" lspd_numerator="1" />
<elcut lspd_denominator="1" pdel="0" userwavefile="" dec="0.5" lamt="0" syncmode="0" latt="0" rel="0.1" sus="0.5" amt="0" x100="0" att="0" lpdel="0" hold="0.5" lshp="0" lspd="0.1" ctlenvamt="0" lspd_numerator="1" />
<elres lspd_denominator="1" pdel="0" userwavefile="" dec="0.5" lamt="0" syncmode="0" latt="0" rel="0.1" sus="0.5" amt="0" x100="0" att="0" lpdel="0" hold="0.5" lshp="0" lspd="0.1" ctlenvamt="0" lspd_numerator="1" />
</eldata>
<chordcreator chord="0" chordrange="1" chord-enabled="0" />
<arpeggiator arptime="100" arprange="1" arptime_denominator="1" syncmode="0" arpmode="0" arp-enabled="0" arp="0" arptime_numerator="1" arpdir="0" arpgate="100" />
<midiport inputcontroller="0" inputchannel="0" outputcontroller="0" writable="0" outputchannel="1" defvelout="0" readable="0" defvelin="0" />
<fxchain numofeffects="0" enabled="0" />
</instrumenttrack>
<pattern steps="16" muted="0" type="0" name="clav02.ogg" pos="0" len="192" frozen="0" >
<note pan="0" key="57" vol="100" pos="0" len="-192" />
<note pan="0" key="57" vol="100" pos="12" len="-192" />
</pattern>
<pattern steps="16" muted="0" type="0" name="clav02.ogg" pos="192" len="192" frozen="0" >
<note pan="0" key="57" vol="100" pos="84" len="-192" />
<note pan="0" key="57" vol="100" pos="108" len="-192" />
</pattern>
<pattern steps="16" muted="0" type="0" name="clav02.ogg" pos="384" len="192" frozen="0" />
<pattern steps="16" muted="0" type="0" name="clav02.ogg" pos="576" len="192" frozen="0" />
<pattern steps="16" muted="0" type="0" name="clav02.ogg" pos="768" len="192" frozen="0" />
<pattern steps="16" muted="0" type="0" name="clav02.ogg" pos="960" len="192" frozen="0" />
<pattern steps="16" muted="0" type="0" name="clav02.ogg" pos="1152" len="192" frozen="0" />
<pattern steps="16" muted="0" type="0" name="clav02.ogg" pos="1344" len="192" frozen="0" />
<pattern steps="16" muted="0" type="0" name="clav02.ogg" pos="1536" len="192" frozen="0" />
<pattern steps="16" muted="0" type="0" name="clav02.ogg" pos="1728" len="192" frozen="0" />
<pattern steps="16" muted="0" type="0" name="clav02.ogg" pos="1920" len="192" frozen="0" />
<pattern steps="16" muted="0" type="0" name="clav02.ogg" pos="2112" len="192" frozen="0" />
<pattern steps="16" muted="0" type="0" name="clav02.ogg" pos="2304" len="192" frozen="0" />
<pattern steps="16" muted="0" type="0" name="clav02.ogg" pos="2496" len="192" frozen="0" />
</track>
<track muted="0" type="0" name="hihat_closed04.ogg" >
<instrumenttrack pan="0" fxch="0" pitch="0" basenote="57" vol="100" >
<instrument name="audiofileprocessor" >
<audiofileprocessor reversed="0" looped="0" eframe="0.999729" sframe="0" src="drums/hihat_closed04.ogg" amp="100" />
</instrument>
<eldata fres="0.5" ftype="0" fcut="14000" fwet="0" >
<elvol lspd_denominator="1" pdel="0" userwavefile="" dec="0.5" lamt="0" syncmode="0" latt="0" rel="0.1" sus="0.5" amt="0" x100="0" att="0" lpdel="0" hold="0.5" lshp="0" lspd="0.1" ctlenvamt="0" lspd_numerator="1" />
<elcut lspd_denominator="1" pdel="0" userwavefile="" dec="0.5" lamt="0" syncmode="0" latt="0" rel="0.1" sus="0.5" amt="0" x100="0" att="0" lpdel="0" hold="0.5" lshp="0" lspd="0.1" ctlenvamt="0" lspd_numerator="1" />
<elres lspd_denominator="1" pdel="0" userwavefile="" dec="0.5" lamt="0" syncmode="0" latt="0" rel="0.1" sus="0.5" amt="0" x100="0" att="0" lpdel="0" hold="0.5" lshp="0" lspd="0.1" ctlenvamt="0" lspd_numerator="1" />
</eldata>
<chordcreator chord="0" chordrange="1" chord-enabled="0" />
<arpeggiator arptime="100" arprange="1" arptime_denominator="1" syncmode="0" arpmode="0" arp-enabled="0" arp="0" arptime_numerator="1" arpdir="0" arpgate="100" />
<midiport inputcontroller="0" inputchannel="0" outputcontroller="0" writable="0" outputchannel="1" defvelout="0" readable="0" defvelin="0" />
<fxchain numofeffects="0" enabled="0" />
</instrumenttrack>
<pattern steps="16" muted="0" type="0" name="hihat_closed04.ogg" pos="0" len="192" frozen="0" />
<pattern steps="16" muted="0" type="0" name="hihat_closed04.ogg" pos="192" len="192" frozen="0" />
<pattern steps="16" muted="0" type="0" name="hihat_closed04.ogg" pos="384" len="192" frozen="0" />
<pattern steps="16" muted="0" type="0" name="hihat_closed04.ogg" pos="576" len="192" frozen="0" />
<pattern steps="16" muted="0" type="0" name="hihat_closed04.ogg" pos="768" len="192" frozen="0" />
<pattern steps="16" muted="0" type="0" name="hihat_closed04.ogg" pos="960" len="192" frozen="0" />
<pattern steps="16" muted="0" type="0" name="hihat_closed04.ogg" pos="1152" len="192" frozen="0" />
<pattern steps="16" muted="0" type="0" name="hihat_closed04.ogg" pos="1344" len="192" frozen="0" />
<pattern steps="16" muted="0" type="0" name="hihat_closed04.ogg" pos="1536" len="192" frozen="0" />
<pattern steps="16" muted="0" type="0" name="hihat_closed04.ogg" pos="1728" len="192" frozen="0" />
<pattern steps="16" muted="0" type="0" name="hihat_closed04.ogg" pos="1920" len="192" frozen="0" />
<pattern steps="16" muted="0" type="0" name="hihat_closed04.ogg" pos="2112" len="192" frozen="0" />
<pattern steps="16" muted="0" type="0" name="hihat_closed04.ogg" pos="2304" len="192" frozen="0" />
<pattern steps="16" muted="0" type="0" name="hihat_closed04.ogg" pos="2496" len="192" frozen="0" />
</track>
<track muted="0" type="0" name="hihat_closed05.ogg" >
<instrumenttrack pan="0" fxch="0" pitch="0" basenote="57" vol="200" >
<instrument name="audiofileprocessor" >
<audiofileprocessor reversed="0" looped="0" eframe="0.999847" sframe="0" src="drums/hihat_closed05.ogg" amp="100" />
</instrument>
<eldata fres="0.5" ftype="0" fcut="14000" fwet="0" >
<elvol lspd_denominator="1" pdel="0" userwavefile="" dec="0.5" lamt="0" syncmode="0" latt="0" rel="0.1" sus="0.5" amt="0" x100="0" att="0" lpdel="0" hold="0.5" lshp="0" lspd="0.1" ctlenvamt="0" lspd_numerator="1" />
<elcut lspd_denominator="1" pdel="0" userwavefile="" dec="0.5" lamt="0" syncmode="0" latt="0" rel="0.1" sus="0.5" amt="0" x100="0" att="0" lpdel="0" hold="0.5" lshp="0" lspd="0.1" ctlenvamt="0" lspd_numerator="1" />
<elres lspd_denominator="1" pdel="0" userwavefile="" dec="0.5" lamt="0" syncmode="0" latt="0" rel="0.1" sus="0.5" amt="0" x100="0" att="0" lpdel="0" hold="0.5" lshp="0" lspd="0.1" ctlenvamt="0" lspd_numerator="1" />
</eldata>
<chordcreator chord="0" chordrange="1" chord-enabled="0" />
<arpeggiator arptime="100" arprange="1" arptime_denominator="1" syncmode="0" arpmode="0" arp-enabled="0" arp="0" arptime_numerator="1" arpdir="0" arpgate="100" />
<midiport inputcontroller="0" inputchannel="0" outputcontroller="0" writable="0" outputchannel="1" defvelout="0" readable="0" defvelin="0" />
<fxchain numofeffects="0" enabled="0" />
</instrumenttrack>
<pattern steps="16" muted="0" type="0" name="hihat_closed05.ogg" pos="0" len="192" frozen="0" />
<pattern steps="16" muted="0" type="0" name="hihat_closed05.ogg" pos="192" len="192" frozen="0" />
<pattern steps="16" muted="0" type="0" name="hihat_closed05.ogg" pos="384" len="192" frozen="0" >
<note pan="0" key="57" vol="100" pos="48" len="-192" />
<note pan="0" key="57" vol="100" pos="144" len="-192" />
</pattern>
<pattern steps="16" muted="0" type="0" name="hihat_closed05.ogg" pos="576" len="192" frozen="0" />
<pattern steps="16" muted="0" type="0" name="hihat_closed05.ogg" pos="768" len="192" frozen="0" />
<pattern steps="16" muted="0" type="0" name="hihat_closed05.ogg" pos="960" len="192" frozen="0" />
<pattern steps="16" muted="0" type="0" name="hihat_closed05.ogg" pos="1152" len="192" frozen="0" />
<pattern steps="16" muted="0" type="0" name="hihat_closed05.ogg" pos="1344" len="192" frozen="0" />
<pattern steps="16" muted="0" type="0" name="hihat_closed05.ogg" pos="1536" len="192" frozen="0" />
<pattern steps="16" muted="0" type="0" name="hihat_closed05.ogg" pos="1728" len="192" frozen="0" />
<pattern steps="16" muted="0" type="0" name="hihat_closed05.ogg" pos="1920" len="192" frozen="0" />
<pattern steps="16" muted="0" type="0" name="hihat_closed05.ogg" pos="2112" len="192" frozen="0" />
<pattern steps="16" muted="0" type="0" name="hihat_closed05.ogg" pos="2304" len="192" frozen="0" />
<pattern steps="16" muted="0" type="0" name="hihat_closed05.ogg" pos="2496" len="192" frozen="0" />
</track>
<track muted="0" type="0" name="hihat_opened02.ogg" >
<instrumenttrack pan="0" fxch="0" pitch="0" basenote="57" vol="100" >
<instrument name="audiofileprocessor" >
<audiofileprocessor reversed="0" looped="0" eframe="0.999945" sframe="0" src="drums/hihat_opened02.ogg" amp="100" />
</instrument>
<eldata fres="0.5" ftype="0" fcut="14000" fwet="0" >
<elvol lspd_denominator="1" pdel="0" userwavefile="" dec="0.5" lamt="0" syncmode="0" latt="0" rel="0.1" sus="0.5" amt="0" x100="0" att="0" lpdel="0" hold="0.5" lshp="0" lspd="0.1" ctlenvamt="0" lspd_numerator="1" />
<elcut lspd_denominator="1" pdel="0" userwavefile="" dec="0.5" lamt="0" syncmode="0" latt="0" rel="0.1" sus="0.5" amt="0" x100="0" att="0" lpdel="0" hold="0.5" lshp="0" lspd="0.1" ctlenvamt="0" lspd_numerator="1" />
<elres lspd_denominator="1" pdel="0" userwavefile="" dec="0.5" lamt="0" syncmode="0" latt="0" rel="0.1" sus="0.5" amt="0" x100="0" att="0" lpdel="0" hold="0.5" lshp="0" lspd="0.1" ctlenvamt="0" lspd_numerator="1" />
</eldata>
<chordcreator chord="0" chordrange="1" chord-enabled="0" />
<arpeggiator arptime="100" arprange="1" arptime_denominator="1" syncmode="0" arpmode="0" arp-enabled="0" arp="0" arptime_numerator="1" arpdir="0" arpgate="100" />
<midiport inputcontroller="0" inputchannel="0" outputcontroller="0" writable="0" outputchannel="1" defvelout="0" readable="0" defvelin="0" />
<fxchain numofeffects="0" enabled="0" />
</instrumenttrack>
<pattern steps="16" muted="0" type="0" name="hihat_opened02.ogg" pos="0" len="192" frozen="0" />
<pattern steps="16" muted="0" type="0" name="hihat_opened02.ogg" pos="192" len="192" frozen="0" />
<pattern steps="16" muted="0" type="0" name="hihat_opened02.ogg" pos="384" len="192" frozen="0" />
<pattern steps="16" muted="0" type="0" name="hihat_opened02.ogg" pos="576" len="192" frozen="0" >
<note pan="0" key="57" vol="100" pos="84" len="-192" />
<note pan="0" key="57" vol="100" pos="108" len="-192" />
</pattern>
<pattern steps="16" muted="0" type="0" name="hihat_opened02.ogg" pos="768" len="192" frozen="0" />
<pattern steps="16" muted="0" type="0" name="hihat_opened02.ogg" pos="960" len="192" frozen="0" />
<pattern steps="16" muted="0" type="0" name="hihat_opened02.ogg" pos="1152" len="192" frozen="0" />
<pattern steps="16" muted="0" type="0" name="hihat_opened02.ogg" pos="1344" len="192" frozen="0" />
<pattern steps="16" muted="0" type="0" name="hihat_opened02.ogg" pos="1536" len="192" frozen="0" />
<pattern steps="16" muted="0" type="0" name="hihat_opened02.ogg" pos="1728" len="192" frozen="0" />
<pattern steps="16" muted="0" type="0" name="hihat_opened02.ogg" pos="1920" len="192" frozen="0" />
<pattern steps="16" muted="0" type="0" name="hihat_opened02.ogg" pos="2112" len="192" frozen="0" />
<pattern steps="16" muted="0" type="0" name="hihat_opened02.ogg" pos="2304" len="192" frozen="0" />
<pattern steps="16" muted="0" type="0" name="hihat_opened02.ogg" pos="2496" len="192" frozen="0" />
</track>
<track muted="0" type="0" name="kick02.ogg" >
<instrumenttrack pan="0" fxch="0" pitch="0" basenote="48" vol="116" >
<instrument name="audiofileprocessor" >
<audiofileprocessor reversed="0" looped="0" eframe="0.999984" sframe="0" src="drums/kick02.ogg" amp="100" />
</instrument>
<eldata fres="0.5" ftype="0" fcut="14000" fwet="0" >
<elvol lspd_denominator="1" pdel="0" userwavefile="" dec="0.5" lamt="0" syncmode="0" latt="0" rel="0.1" sus="0.5" amt="0" x100="0" att="0" lpdel="0" hold="0.5" lshp="0" lspd="0.1" ctlenvamt="0" lspd_numerator="1" />
<elcut lspd_denominator="1" pdel="0" userwavefile="" dec="0.5" lamt="0" syncmode="0" latt="0" rel="0.1" sus="0.5" amt="0" x100="0" att="0" lpdel="0" hold="0.5" lshp="0" lspd="0.1" ctlenvamt="0" lspd_numerator="1" />
<elres lspd_denominator="1" pdel="0" userwavefile="" dec="0.5" lamt="0" syncmode="0" latt="0" rel="0.1" sus="0.5" amt="0" x100="0" att="0" lpdel="0" hold="0.5" lshp="0" lspd="0.1" ctlenvamt="0" lspd_numerator="1" />
</eldata>
<chordcreator chord="0" chordrange="1" chord-enabled="0" />
<arpeggiator arptime="100" arprange="1" arptime_denominator="1" syncmode="0" arpmode="0" arp-enabled="0" arp="0" arptime_numerator="1" arpdir="0" arpgate="100" />
<midiport inputcontroller="0" inputchannel="0" outputcontroller="0" writable="0" outputchannel="1" defvelout="0" readable="0" defvelin="0" />
<fxchain numofeffects="0" enabled="0" />
</instrumenttrack>
<pattern steps="16" muted="0" type="0" name="kick02.ogg" pos="0" len="192" frozen="0" />
<pattern steps="16" muted="0" type="0" name="kick02.ogg" pos="192" len="192" frozen="0" />
<pattern steps="16" muted="0" type="0" name="kick02.ogg" pos="384" len="192" frozen="0" />
<pattern steps="16" muted="0" type="0" name="kick02.ogg" pos="576" len="192" frozen="0" />
<pattern steps="16" muted="0" type="0" name="kick02.ogg" pos="768" len="192" frozen="0" >
<note pan="0" key="57" vol="100" pos="0" len="-192" />
<note pan="0" key="57" vol="100" pos="156" len="-192" />
<note pan="0" key="57" vol="100" pos="168" len="-192" />
</pattern>
<pattern steps="16" muted="0" type="0" name="kick02.ogg" pos="960" len="192" frozen="0" />
<pattern steps="16" muted="0" type="0" name="kick02.ogg" pos="1152" len="192" frozen="0" />
<pattern steps="16" muted="0" type="0" name="kick02.ogg" pos="1344" len="192" frozen="0" />
<pattern steps="16" muted="0" type="0" name="kick02.ogg" pos="1536" len="192" frozen="0" />
<pattern steps="16" muted="0" type="0" name="kick02.ogg" pos="1728" len="192" frozen="0" />
<pattern steps="16" muted="0" type="0" name="kick02.ogg" pos="1920" len="192" frozen="0" />
<pattern steps="16" muted="0" type="0" name="kick02.ogg" pos="2112" len="192" frozen="0" />
<pattern steps="16" muted="0" type="0" name="kick02.ogg" pos="2304" len="192" frozen="0" />
<pattern steps="16" muted="0" type="0" name="kick02.ogg" pos="2496" len="192" frozen="0" />
</track>
<track muted="0" type="0" name="shaker02.ogg" >
<instrumenttrack pan="0" fxch="0" pitch="0" basenote="57" vol="200" >
<instrument name="audiofileprocessor" >
<audiofileprocessor reversed="0" looped="0" eframe="0.999799" sframe="0" src="drums/shaker02.ogg" amp="100" />
</instrument>
<eldata fres="0.5" ftype="0" fcut="14000" fwet="0" >
<elvol lspd_denominator="1" pdel="0" userwavefile="" dec="0.5" lamt="0" syncmode="0" latt="0" rel="0.1" sus="0.5" amt="0" x100="0" att="0" lpdel="0" hold="0.5" lshp="0" lspd="0.1" ctlenvamt="0" lspd_numerator="1" />
<elcut lspd_denominator="1" pdel="0" userwavefile="" dec="0.5" lamt="0" syncmode="0" latt="0" rel="0.1" sus="0.5" amt="0" x100="0" att="0" lpdel="0" hold="0.5" lshp="0" lspd="0.1" ctlenvamt="0" lspd_numerator="1" />
<elres lspd_denominator="1" pdel="0" userwavefile="" dec="0.5" lamt="0" syncmode="0" latt="0" rel="0.1" sus="0.5" amt="0" x100="0" att="0" lpdel="0" hold="0.5" lshp="0" lspd="0.1" ctlenvamt="0" lspd_numerator="1" />
</eldata>
<chordcreator chord="0" chordrange="1" chord-enabled="0" />
<arpeggiator arptime="100" arprange="1" arptime_denominator="1" syncmode="0" arpmode="0" arp-enabled="0" arp="0" arptime_numerator="1" arpdir="0" arpgate="100" />
<midiport inputcontroller="0" inputchannel="0" outputcontroller="0" writable="0" outputchannel="1" defvelout="0" readable="0" defvelin="0" />
<fxchain numofeffects="0" enabled="0" />
</instrumenttrack>
<pattern steps="16" muted="0" type="0" name="shaker02.ogg" pos="0" len="192" frozen="0" />
<pattern steps="16" muted="0" type="0" name="shaker02.ogg" pos="192" len="192" frozen="0" />
<pattern steps="16" muted="0" type="0" name="shaker02.ogg" pos="384" len="192" frozen="0" />
<pattern steps="16" muted="0" type="0" name="shaker02.ogg" pos="576" len="192" frozen="0" />
<pattern steps="16" muted="0" type="0" name="shaker02.ogg" pos="768" len="192" frozen="0" />
<pattern steps="16" muted="0" type="0" name="shaker02.ogg" pos="960" len="192" frozen="0" >
<note pan="0" key="57" vol="100" pos="120" len="-192" />
</pattern>
<pattern steps="16" muted="0" type="0" name="shaker02.ogg" pos="1152" len="192" frozen="0" >
<note pan="0" key="57" vol="100" pos="132" len="-192" />
</pattern>
<pattern steps="16" muted="0" type="0" name="shaker02.ogg" pos="1344" len="192" frozen="0" />
<pattern steps="16" muted="0" type="0" name="shaker02.ogg" pos="1536" len="192" frozen="0" />
<pattern steps="16" muted="0" type="0" name="shaker02.ogg" pos="1728" len="192" frozen="0" />
<pattern steps="16" muted="0" type="0" name="shaker02.ogg" pos="1920" len="192" frozen="0" />
<pattern steps="16" muted="0" type="0" name="shaker02.ogg" pos="2112" len="192" frozen="0" />
<pattern steps="16" muted="0" type="0" name="shaker02.ogg" pos="2304" len="192" frozen="0" />
<pattern steps="16" muted="0" type="0" name="shaker02.ogg" pos="2496" len="192" frozen="0" />
</track>
<track muted="0" type="0" name="snare01.ogg" >
<instrumenttrack pan="-56" fxch="0" pitch="0" basenote="57" vol="200" >
<instrument name="audiofileprocessor" >
<audiofileprocessor reversed="0" looped="0" eframe="0.999907" sframe="0" src="drums/snare01.ogg" amp="100" />
</instrument>
<eldata fres="0.5" ftype="0" fcut="14000" fwet="0" >
<elvol lspd_denominator="1" pdel="0" userwavefile="" dec="0.5" lamt="0" syncmode="0" latt="0" rel="0.1" sus="0.5" amt="0" x100="0" att="0" lpdel="0" hold="0.5" lshp="0" lspd="0.1" ctlenvamt="0" lspd_numerator="1" />
<elcut lspd_denominator="1" pdel="0" userwavefile="" dec="0.5" lamt="0" syncmode="0" latt="0" rel="0.1" sus="0.5" amt="0" x100="0" att="0" lpdel="0" hold="0.5" lshp="0" lspd="0.1" ctlenvamt="0" lspd_numerator="1" />
<elres lspd_denominator="1" pdel="0" userwavefile="" dec="0.5" lamt="0" syncmode="0" latt="0" rel="0.1" sus="0.5" amt="0" x100="0" att="0" lpdel="0" hold="0.5" lshp="0" lspd="0.1" ctlenvamt="0" lspd_numerator="1" />
</eldata>
<chordcreator chord="0" chordrange="1" chord-enabled="0" />
<arpeggiator arptime="100" arprange="1" arptime_denominator="1" syncmode="0" arpmode="0" arp-enabled="0" arp="0" arptime_numerator="1" arpdir="0" arpgate="100" />
<midiport inputcontroller="0" inputchannel="0" outputcontroller="0" writable="0" outputchannel="1" defvelout="0" readable="0" defvelin="0" />
<fxchain numofeffects="0" enabled="0" />
</instrumenttrack>
<pattern steps="16" muted="0" type="0" name="snare01.ogg" pos="0" len="192" frozen="0" />
<pattern steps="16" muted="0" type="0" name="snare01.ogg" pos="192" len="192" frozen="0" />
<pattern steps="16" muted="0" type="0" name="snare01.ogg" pos="384" len="192" frozen="0" />
<pattern steps="16" muted="0" type="0" name="snare01.ogg" pos="576" len="192" frozen="0" />
<pattern steps="16" muted="0" type="0" name="snare01.ogg" pos="768" len="192" frozen="0" />
<pattern steps="16" muted="0" type="0" name="snare01.ogg" pos="960" len="192" frozen="0" />
<pattern steps="16" muted="0" type="0" name="snare01.ogg" pos="1152" len="192" frozen="0" />
<pattern steps="16" muted="0" type="0" name="snare01.ogg" pos="1344" len="192" frozen="0" >
<note pan="0" key="57" vol="100" pos="48" len="-192" />
<note pan="0" key="57" vol="100" pos="144" len="-192" />
</pattern>
<pattern steps="16" muted="0" type="0" name="snare01.ogg" pos="1536" len="192" frozen="0" />
<pattern steps="16" muted="0" type="0" name="snare01.ogg" pos="1728" len="192" frozen="0" />
<pattern steps="16" muted="0" type="0" name="snare01.ogg" pos="1920" len="192" frozen="0" />
<pattern steps="16" muted="0" type="0" name="snare01.ogg" pos="2112" len="192" frozen="0" />
<pattern steps="16" muted="0" type="0" name="snare01.ogg" pos="2304" len="192" frozen="0" />
<pattern steps="16" muted="0" type="0" name="snare01.ogg" pos="2496" len="192" frozen="0" />
</track>
<track muted="0" type="0" name="tom05.ogg" >
<instrumenttrack pan="0" fxch="0" pitch="0" basenote="57" vol="200" >
<instrument name="audiofileprocessor" >
<audiofileprocessor reversed="0" looped="0" eframe="0.999973" sframe="0" src="drums/tom05.ogg" amp="100" />
</instrument>
<eldata fres="0.5" ftype="0" fcut="14000" fwet="0" >
<elvol lspd_denominator="1" pdel="0" userwavefile="" dec="0.5" lamt="0" syncmode="0" latt="0" rel="0.1" sus="0.5" amt="0" x100="0" att="0" lpdel="0" hold="0.5" lshp="0" lspd="0.1" ctlenvamt="0" lspd_numerator="1" />
<elcut lspd_denominator="1" pdel="0" userwavefile="" dec="0.5" lamt="0" syncmode="0" latt="0" rel="0.1" sus="0.5" amt="0" x100="0" att="0" lpdel="0" hold="0.5" lshp="0" lspd="0.1" ctlenvamt="0" lspd_numerator="1" />
<elres lspd_denominator="1" pdel="0" userwavefile="" dec="0.5" lamt="0" syncmode="0" latt="0" rel="0.1" sus="0.5" amt="0" x100="0" att="0" lpdel="0" hold="0.5" lshp="0" lspd="0.1" ctlenvamt="0" lspd_numerator="1" />
</eldata>
<chordcreator chord="0" chordrange="1" chord-enabled="0" />
<arpeggiator arptime="100" arprange="1" arptime_denominator="1" syncmode="0" arpmode="0" arp-enabled="0" arp="0" arptime_numerator="1" arpdir="0" arpgate="100" />
<midiport inputcontroller="0" inputchannel="0" outputcontroller="0" writable="0" outputchannel="1" defvelout="0" readable="0" defvelin="0" />
<fxchain numofeffects="0" enabled="0" />
</instrumenttrack>
<pattern steps="16" muted="0" type="0" name="tom05.ogg" pos="0" len="192" frozen="0" />
<pattern steps="16" muted="0" type="0" name="tom05.ogg" pos="192" len="192" frozen="0" />
<pattern steps="16" muted="0" type="0" name="tom05.ogg" pos="384" len="192" frozen="0" />
<pattern steps="16" muted="0" type="0" name="tom05.ogg" pos="576" len="192" frozen="0" />
<pattern steps="16" muted="0" type="0" name="tom05.ogg" pos="768" len="192" frozen="0" />
<pattern steps="16" muted="0" type="0" name="tom05.ogg" pos="960" len="192" frozen="0" />
<pattern steps="16" muted="0" type="0" name="tom05.ogg" pos="1152" len="192" frozen="0" />
<pattern steps="16" muted="0" type="0" name="tom05.ogg" pos="1344" len="192" frozen="0" />
<pattern steps="16" muted="0" type="0" name="tom05.ogg" pos="1536" len="192" frozen="0" >
<note pan="0" key="57" vol="100" pos="0" len="-192" />
<note pan="0" key="57" vol="100" pos="36" len="-192" />
</pattern>
<pattern steps="16" muted="0" type="0" name="tom05.ogg" pos="1728" len="192" frozen="0" />
<pattern steps="16" muted="0" type="0" name="tom05.ogg" pos="1920" len="192" frozen="0" />
<pattern steps="16" muted="0" type="0" name="tom05.ogg" pos="2112" len="192" frozen="0" />
<pattern steps="16" muted="0" type="0" name="tom05.ogg" pos="2304" len="192" frozen="0" />
<pattern steps="16" muted="0" type="0" name="tom05.ogg" pos="2496" len="192" frozen="0" />
</track>
<track muted="0" type="0" name="tom_low01.ogg" >
<instrumenttrack pan="0" fxch="0" pitch="0" basenote="57" vol="96" >
<instrument name="audiofileprocessor" >
<audiofileprocessor reversed="0" looped="0" eframe="0.999927" sframe="0" src="drums/tom_low01.ogg" amp="100" />
</instrument>
<eldata fres="0.5" ftype="0" fcut="14000" fwet="0" >
<elvol lspd_denominator="1" pdel="0" userwavefile="" dec="0.5" lamt="0" syncmode="0" latt="0" rel="0.1" sus="0.5" amt="0" x100="0" att="0" lpdel="0" hold="0.5" lshp="0" lspd="0.1" ctlenvamt="0" lspd_numerator="1" />
<elcut lspd_denominator="1" pdel="0" userwavefile="" dec="0.5" lamt="0" syncmode="0" latt="0" rel="0.1" sus="0.5" amt="0" x100="0" att="0" lpdel="0" hold="0.5" lshp="0" lspd="0.1" ctlenvamt="0" lspd_numerator="1" />
<elres lspd_denominator="1" pdel="0" userwavefile="" dec="0.5" lamt="0" syncmode="0" latt="0" rel="0.1" sus="0.5" amt="0" x100="0" att="0" lpdel="0" hold="0.5" lshp="0" lspd="0.1" ctlenvamt="0" lspd_numerator="1" />
</eldata>
<chordcreator chord="0" chordrange="1" chord-enabled="0" />
<arpeggiator arptime="100" arprange="1" arptime_denominator="1" syncmode="0" arpmode="0" arp-enabled="0" arp="0" arptime_numerator="1" arpdir="0" arpgate="100" />
<midiport inputcontroller="0" inputchannel="0" outputcontroller="0" writable="0" outputchannel="1" defvelout="0" readable="0" defvelin="0" />
<fxchain numofeffects="0" enabled="0" />
</instrumenttrack>
<pattern steps="16" muted="0" type="0" name="tom_low01.ogg" pos="0" len="192" frozen="0" />
<pattern steps="16" muted="0" type="0" name="tom_low01.ogg" pos="192" len="192" frozen="0" />
<pattern steps="16" muted="0" type="0" name="tom_low01.ogg" pos="384" len="192" frozen="0" />
<pattern steps="16" muted="0" type="0" name="tom_low01.ogg" pos="576" len="192" frozen="0" />
<pattern steps="16" muted="0" type="0" name="tom_low01.ogg" pos="768" len="192" frozen="0" />
<pattern steps="16" muted="0" type="0" name="tom_low01.ogg" pos="960" len="192" frozen="0" />
<pattern steps="16" muted="0" type="0" name="tom_low01.ogg" pos="1152" len="192" frozen="0" />
<pattern steps="16" muted="0" type="0" name="tom_low01.ogg" pos="1344" len="192" frozen="0" />
<pattern steps="16" muted="0" type="0" name="tom_low01.ogg" pos="1536" len="192" frozen="0" />
<pattern steps="16" muted="0" type="0" name="tom_low01.ogg" pos="1728" len="192" frozen="0" >
<note pan="0" key="57" vol="100" pos="24" len="-192" />
<note pan="0" key="57" vol="100" pos="36" len="-192" />
<note pan="0" key="57" vol="100" pos="48" len="-192" />
<note pan="0" key="57" vol="100" pos="72" len="-192" />
<note pan="0" key="57" vol="100" pos="96" len="-192" />
<note pan="0" key="57" vol="100" pos="120" len="-192" />
<note pan="0" key="57" vol="100" pos="132" len="-192" />
<note pan="0" key="57" vol="100" pos="168" len="-192" />
</pattern>
<pattern steps="16" muted="0" type="0" name="tom_low01.ogg" pos="1920" len="192" frozen="0" />
<pattern steps="16" muted="0" type="0" name="tom_low01.ogg" pos="2112" len="192" frozen="0" />
<pattern steps="16" muted="0" type="0" name="tom_low01.ogg" pos="2304" len="192" frozen="0" />
<pattern steps="16" muted="0" type="0" name="tom_low01.ogg" pos="2496" len="192" frozen="0" />
</track>
<track muted="0" type="0" name="Default" >
<instrumenttrack pan="0" fxch="0" pitch="0" basenote="57" vol="62" >
<instrument name="bitinvader" >
<bitinvader version="0.1" sampleLength="128" normalize="1" sampleShape="AAAAAAAAAD0AAIA9CtejPAAAAADNzEy+j8J1vo/Cdb6amZm+mpmZvpqZmb4K16O+CtejvnsUrr57FK6+7FG4vuxRuL7sUbi+7FG4vuxRuL7sUbi+7FG4vuxRuL7sUbi+XI/CvlyPwr5cj8K+XI/CvlyPwr5cj8K+XI/CvuxRuL7sUbi+7FG4vnsUrr4K16O+mpmZvilcj76uR2G+KVwPvo/C9b3NzMy9CtejvY/Cdb0K1yO9CtcjvQrXI72PwnW9j8J1vc3MzL3NzMy9j8L1vexROL7sUTi+zcxMvq5HYb6uR2G+uB6Fvrgehb64HoW+uB6Fvilcj76amZm+mpmZvgrXo74K16O+CtejvnsUrr57FK6+7FG4vuxRuL7sUbi+zczMvs3MzL7NzMy+zczMvs3MzL7NzMy+PQrXvj0K1749Cte+PQrXvq5H4b6uR+G+rkfhvq5H4b6uR+G+rkfhvq5H4b6uR+G+rkfhvq5H4b6uR+G+PQrXvj0K1749Cte+zczMvs3MzL7NzMy+XI/CvlyPwr7sUbi+7FG4vuxRuL57FK6+exSuvgrXo74K16O+mpmZvilcj74pXI++uB6Fvrgehb6PwnW+j8J1vq5HYb7NzEy+zcxMvuxROL7sUTi+CtcjvgrXI74pXA++KVwPvo/C9b0K16O9j8J1vQrXo7w=" interpolation="1" />
</instrument>
<eldata fres="0.5" ftype="0" fcut="14000" fwet="0" >
<elvol lspd_denominator="1" pdel="0" userwavefile="" dec="0.5" lamt="0" syncmode="0" latt="0" rel="0.1" sus="0.5" amt="0" x100="0" att="0" lpdel="0" hold="0.5" lshp="0" lspd="0.1" ctlenvamt="0" lspd_numerator="1" />
<elcut lspd_denominator="1" pdel="0" userwavefile="" dec="0.5" lamt="0" syncmode="0" latt="0" rel="0.1" sus="0.5" amt="0" x100="0" att="0" lpdel="0" hold="0.5" lshp="0" lspd="0.1" ctlenvamt="0" lspd_numerator="1" />
<elres lspd_denominator="1" pdel="0" userwavefile="" dec="0.5" lamt="0" syncmode="0" latt="0" rel="0.1" sus="0.5" amt="0" x100="0" att="0" lpdel="0" hold="0.5" lshp="0" lspd="0.1" ctlenvamt="0" lspd_numerator="1" />
</eldata>
<chordcreator chord="0" chordrange="1" chord-enabled="0" />
<arpeggiator arptime="100" arprange="1" arptime_denominator="1" syncmode="0" arpmode="0" arp-enabled="0" arp="0" arptime_numerator="1" arpdir="0" arpgate="100" />
<midiport inputcontroller="0" inputchannel="0" outputcontroller="0" writable="0" outputchannel="1" defvelout="0" readable="0" defvelin="0" />
<fxchain numofeffects="0" enabled="0" />
</instrumenttrack>
<pattern steps="16" muted="0" type="0" name="Default" pos="0" len="192" frozen="0" />
<pattern steps="16" muted="0" type="0" name="Default" pos="192" len="192" frozen="0" />
<pattern steps="16" muted="0" type="0" name="Default" pos="384" len="192" frozen="0" />
<pattern steps="16" muted="0" type="0" name="Default" pos="576" len="192" frozen="0" />
<pattern steps="16" muted="0" type="0" name="Default" pos="768" len="192" frozen="0" />
<pattern steps="16" muted="0" type="0" name="Default" pos="960" len="192" frozen="0" />
<pattern steps="16" muted="0" type="0" name="Default" pos="1152" len="192" frozen="0" />
<pattern steps="16" muted="0" type="0" name="Default" pos="1344" len="192" frozen="0" />
<pattern steps="16" muted="0" type="0" name="Default" pos="1536" len="192" frozen="0" />
<pattern steps="16" muted="0" type="0" name="Default" pos="1728" len="192" frozen="0" />
<pattern steps="16" muted="0" type="1" name="Default" pos="1920" len="384" frozen="0" >
<note pan="0" key="19" vol="100" pos="0" len="12" />
<note pan="0" key="19" vol="100" pos="24" len="12" />
<note pan="0" key="23" vol="100" pos="36" len="12" />
<note pan="0" key="23" vol="100" pos="60" len="12" />
<note pan="0" key="17" vol="100" pos="84" len="12" />
<note pan="0" key="17" vol="100" pos="108" len="12" />
<note pan="0" key="21" vol="100" pos="120" len="12" />
<note pan="0" key="19" vol="100" pos="132" len="12" />
<note pan="0" key="17" vol="162" pos="144" len="48" />
<note pan="0" key="19" vol="100" pos="192" len="12" />
<note pan="0" key="19" vol="100" pos="216" len="12" />
<note pan="0" key="23" vol="100" pos="228" len="12" />
<note pan="0" key="23" vol="100" pos="252" len="12" />
<note pan="0" key="17" vol="100" pos="276" len="12" />
<note pan="0" key="17" vol="100" pos="300" len="12" />
<note pan="0" key="21" vol="100" pos="312" len="12" />
<note pan="0" key="19" vol="100" pos="324" len="12" />
<note pan="0" key="16" vol="190" pos="336" len="24" />
<note pan="0" key="17" vol="100" pos="360" len="24" />
</pattern>
<pattern steps="16" muted="0" type="0" name="Default" pos="2112" len="192" frozen="0" />
<pattern steps="16" muted="0" type="0" name="Default" pos="2304" len="192" frozen="0" />
<pattern steps="16" muted="0" type="0" name="Default" pos="2496" len="192" frozen="0" />
</track>
<track muted="0" type="0" name="Default" >
<instrumenttrack pan="31" fxch="0" pitch="0" basenote="57" vol="28" >
<instrument name="vibedstrings" >
<vibedstrings volume0="100" volume1="100" volume2="100" detune0="0" detune1="0" detune2="0" pick0="0" pick1="0" pick2="0" impulse0="0" impulse1="0" impulse2="0" graph0="AAAAADD7SD02vcg9g0AWPsLFRz7Nz3g+MaCUPtR8rD4W78M+gOjaPupa8T49nAM/2jkOP8B/GD+aZyI/SusrP/MENT/6rj0/A+RFPwKfTT8y21Q/G5RbP5jFYT/Ya2c/XoNsPwgJcT8L+nQ/+FN4P78Uez+sOn0/bcR+Pw+xfz8AAIA/D7F/P23Efj+sOn0/vhR7P/hTeD8K+nQ/CAlxP16DbD/Ya2c/l8VhPxqUWz8w21Q/Ap9NPwTkRT/4rj0/8wQ1P0jrKz+ZZyI/vX8YP9k5Dj89nAM/5lrxPn/o2j4Q78M+0nysPjOglD7Fz3g+wcVHPnpAFj4wvcg9/fpIPS69u7Ms+0i9R73IvYVAFr7NxUe+0M94vjiglL7XfKy+Fe/DvoXo2r7rWvG+P5wDv9s5Dr/Afxi/m2civ0rrK7/1BDW/+q49vwPkRb8Dn02/NNtUvxmUW7+YxWG/2Wtnv2GDbL8ICXG/C/p0v/lTeL++FHu/rDp9v23Efr8PsX+/AACAvw+xf79txH6/rDp9v74Ue7/3U3i/Cfp0vwgJcb9dg2y/1Wtnv5jFYb8ZlFu/L9tUvwOfTb8D5EW/9649v+8ENb9K6yu/l2civ7x/GL/bOQ6/PJwDv+Na8b526Nq+Fe/Dvs98rL4ooJS+z894vrzFR750QBa+BL3IvSb7SL0=" graph1="AAAAADD7SD02vcg9g0AWPsLFRz7Nz3g+MaCUPtR8rD4W78M+gOjaPupa8T49nAM/2jkOP8B/GD+aZyI/SusrP/MENT/6rj0/A+RFPwKfTT8y21Q/G5RbP5jFYT/Ya2c/XoNsPwgJcT8L+nQ/+FN4P78Uez+sOn0/bcR+Pw+xfz8AAIA/D7F/P23Efj+sOn0/vhR7P/hTeD8K+nQ/CAlxP16DbD/Ya2c/l8VhPxqUWz8w21Q/Ap9NPwTkRT/4rj0/8wQ1P0jrKz+ZZyI/vX8YP9k5Dj89nAM/5lrxPn/o2j4Q78M+0nysPjOglD7Fz3g+wcVHPnpAFj4wvcg9/fpIPS69u7Ms+0i9R73IvYVAFr7NxUe+0M94vjiglL7XfKy+Fe/DvoXo2r7rWvG+P5wDv9s5Dr/Afxi/m2civ0rrK7/1BDW/+q49vwPkRb8Dn02/NNtUvxmUW7+YxWG/2Wtnv2GDbL8ICXG/C/p0v/lTeL++FHu/rDp9v23Efr8PsX+/AACAvw+xf79txH6/rDp9v74Ue7/3U3i/Cfp0vwgJcb9dg2y/1Wtnv5jFYb8ZlFu/L9tUvwOfTb8D5EW/9649v+8ENb9K6yu/l2civ7x/GL/bOQ6/PJwDv+Na8b526Nq+Fe/Dvs98rL4ooJS+z894vrzFR750QBa+BL3IvSb7SL0=" graph2="AAAAADD7SD02vcg9g0AWPsLFRz7Nz3g+MaCUPtR8rD4W78M+gOjaPupa8T49nAM/2jkOP8B/GD+aZyI/SusrP/MENT/6rj0/A+RFPwKfTT8y21Q/G5RbP5jFYT/Ya2c/XoNsPwgJcT8L+nQ/+FN4P78Uez+sOn0/bcR+Pw+xfz8AAIA/D7F/P23Efj+sOn0/vhR7P/hTeD8K+nQ/CAlxP16DbD/Ya2c/l8VhPxqUWz8w21Q/Ap9NPwTkRT/4rj0/8wQ1P0jrKz+ZZyI/vX8YP9k5Dj89nAM/5lrxPn/o2j4Q78M+0nysPjOglD7Fz3g+wcVHPnpAFj4wvcg9/fpIPS69u7Ms+0i9R73IvYVAFr7NxUe+0M94vjiglL7XfKy+Fe/DvoXo2r7rWvG+P5wDv9s5Dr/Afxi/m2civ0rrK7/1BDW/+q49vwPkRb8Dn02/NNtUvxmUW7+YxWG/2Wtnv2GDbL8ICXG/C/p0v/lTeL++FHu/rDp9v23Efr8PsX+/AACAvw+xf79txH6/rDp9v74Ue7/3U3i/Cfp0vwgJcb9dg2y/1Wtnv5jFYb8ZlFu/L9tUvwOfTb8D5EW/9649v+8ENb9K6yu/l2civ7x/GL/bOQ6/PJwDv+Na8b526Nq+Fe/Dvs98rL4ooJS+z894vrzFR750QBa+BL3IvSb7SL0=" stiffness0="0" stiffness1="0" stiffness2="0" pan0="0" pan1="0" version="0.1" pan2="0" slap0="0" slap1="0" octave0="2" active0="1" pickup0="0.05" slap2="0" octave1="2" octave2="2" active1="1" pickup1="0.05" active2="1" pickup2="0.05" active3="0" active4="0" active5="0" active6="0" active7="0" active8="0" length0="1" length1="1" length2="1" />
</instrument>
<eldata fres="0.5" ftype="0" fcut="14000" fwet="0" >
<elvol lspd_denominator="1" pdel="0" userwavefile="" dec="0.5" lamt="0" syncmode="0" latt="0" rel="0.1" sus="0.5" amt="0" x100="0" att="0" lpdel="0" hold="0.5" lshp="0" lspd="0.1" ctlenvamt="0" lspd_numerator="1" />
<elcut lspd_denominator="1" pdel="0" userwavefile="" dec="0.5" lamt="0" syncmode="0" latt="0" rel="0.1" sus="0.5" amt="0" x100="0" att="0" lpdel="0" hold="0.5" lshp="0" lspd="0.1" ctlenvamt="0" lspd_numerator="1" />
<elres lspd_denominator="1" pdel="0" userwavefile="" dec="0.5" lamt="0" syncmode="0" latt="0" rel="0.1" sus="0.5" amt="0" x100="0" att="0" lpdel="0" hold="0.5" lshp="0" lspd="0.1" ctlenvamt="0" lspd_numerator="1" />
</eldata>
<chordcreator chord="0" chordrange="1" chord-enabled="0" />
<arpeggiator arptime="100" arprange="1" arptime_denominator="1" syncmode="0" arpmode="0" arp-enabled="0" arp="0" arptime_numerator="1" arpdir="0" arpgate="100" />
<midiport inputcontroller="0" inputchannel="0" outputcontroller="0" writable="0" outputchannel="1" defvelout="0" readable="0" defvelin="0" />
<fxchain numofeffects="0" enabled="0" />
</instrumenttrack>
<pattern steps="16" muted="0" type="0" name="Default" pos="0" len="192" frozen="0" />
<pattern steps="16" muted="0" type="0" name="Default" pos="192" len="192" frozen="0" />
<pattern steps="16" muted="0" type="0" name="Default" pos="384" len="192" frozen="0" />
<pattern steps="16" muted="0" type="0" name="Default" pos="576" len="192" frozen="0" />
<pattern steps="16" muted="0" type="0" name="Default" pos="768" len="192" frozen="0" />
<pattern steps="16" muted="0" type="0" name="Default" pos="960" len="192" frozen="0" />
<pattern steps="16" muted="0" type="0" name="Default" pos="1152" len="192" frozen="0" />
<pattern steps="16" muted="0" type="0" name="Default" pos="1344" len="192" frozen="0" />
<pattern steps="16" muted="0" type="0" name="Default" pos="1536" len="192" frozen="0" />
<pattern steps="16" muted="0" type="0" name="Default" pos="1728" len="192" frozen="0" />
<pattern steps="16" muted="0" type="0" name="Default" pos="1920" len="192" frozen="0" />
<pattern steps="16" muted="0" type="1" name="Default" pos="2112" len="192" frozen="0" >
<note pan="0" key="83" vol="100" pos="45" len="12" />
<note pan="0" key="84" vol="116" pos="69" len="12" />
<note pan="0" key="83" vol="168" pos="81" len="12" />
<note pan="0" key="81" vol="198" pos="93" len="48" />
<note pan="0" key="83" vol="200" pos="141" len="48" />
</pattern>
<pattern steps="16" muted="0" type="1" name="Default" pos="2304" len="384" frozen="0" >
<note pan="0" key="41" vol="100" pos="0" len="48" />
<note pan="0" key="38" vol="100" pos="0" len="48" />
<note pan="0" key="38" vol="100" pos="48" len="48" />
<note pan="0" key="38" vol="100" pos="96" len="48" />
<note pan="0" key="41" vol="100" pos="96" len="48" />
<note pan="0" key="38" vol="100" pos="144" len="48" />
<note pan="0" key="43" vol="100" pos="192" len="48" />
<note pan="0" key="38" vol="100" pos="192" len="48" />
<note pan="0" key="38" vol="100" pos="240" len="48" />
<note pan="0" key="43" vol="100" pos="288" len="48" />
<note pan="0" key="38" vol="100" pos="288" len="48" />
<note pan="0" key="38" vol="100" pos="336" len="48" />
</pattern>
<pattern steps="16" muted="0" type="1" name="Default" pos="2496" len="192" frozen="0" >
<note pan="0" key="52" vol="100" pos="0" len="12" />
<note pan="0" key="71" vol="100" pos="24" len="12" />
<note pan="0" key="52" vol="100" pos="24" len="12" />
<note pan="0" key="52" vol="100" pos="48" len="12" />
<note pan="0" key="52" vol="100" pos="72" len="12" />
<note pan="0" key="67" vol="100" pos="84" len="12" />
<note pan="0" key="52" vol="100" pos="96" len="12" />
<note pan="0" key="52" vol="100" pos="120" len="12" />
<note pan="0" key="71" vol="100" pos="132" len="12" />
<note pan="0" key="52" vol="100" pos="144" len="12" />
<note pan="0" key="69" vol="100" pos="156" len="12" />
<note pan="0" key="52" vol="100" pos="168" len="12" />
<note pan="0" key="72" vol="100" pos="180" len="12" />
</pattern>
</track>
</trackcontainer>
</bbtrack>
<bbtco muted="0" name="Beat/Baseline 0" pos="0" color="4282417407" len="5952" />
</track>
<track muted="0" type="1" name="Beat/Bassline 1" >
<bbtrack/>
<bbtco muted="0" name="Beat/Baseline 1" pos="192" color="4282417407" len="192" />
<bbtco muted="0" name="Beat/Baseline 1" pos="576" color="4282417407" len="192" />
<bbtco muted="0" name="Beat/Baseline 1" pos="960" color="4282417407" len="192" />
<bbtco muted="0" name="Beat/Baseline 1" pos="1344" color="4282417407" len="192" />
<bbtco muted="0" name="Beat/Baseline 1" pos="1728" color="4282417407" len="192" />
<bbtco muted="0" name="Beat/Baseline 1" pos="2112" color="4282417407" len="192" />
</track>
<track muted="0" type="1" name="Beat/Bassline 2" >
<bbtrack/>
<bbtco muted="0" name="Beat/Baseline 2" pos="0" color="4282417407" len="768" />
<bbtco muted="0" name="Beat/Baseline 2" pos="768" color="4282417407" len="768" />
<bbtco muted="0" name="Beat/Baseline 2" pos="1536" color="4282417407" len="4416" />
</track>
<track muted="0" type="1" name="Beat/Bassline 3" >
<bbtrack/>
<bbtco muted="0" name="Beat/Baseline 3" pos="0" color="4282417407" len="768" />
<bbtco muted="0" name="Beat/Baseline 3" pos="768" color="4282417407" len="768" />
<bbtco muted="0" name="Beat/Baseline 3" pos="1536" color="4282417407" len="3072" />
</track>
<track muted="0" type="1" name="Beat/Bassline 4" >
<bbtrack/>
<bbtco muted="0" name="Beat/Baseline 4" pos="0" color="4282417407" len="768" />
<bbtco muted="0" name="Beat/Baseline 4" pos="768" color="4282417407" len="768" />
<bbtco muted="0" name="Beat/Baseline 4" pos="1536" color="4282417407" len="3072" />
</track>
<track muted="0" type="1" name="Beat/Bassline 5" >
<bbtrack/>
<bbtco muted="0" name="Beat/Baseline 5" pos="192" color="4282417407" len="192" />
<bbtco muted="0" name="Beat/Baseline 5" pos="576" color="4282417407" len="192" />
<bbtco muted="0" name="Beat/Baseline 5" pos="960" color="4282417407" len="192" />
<bbtco muted="0" name="Beat/Baseline 5" pos="1344" color="4282417407" len="192" />
<bbtco muted="0" name="Beat/Baseline 5" pos="1728" color="4282417407" len="192" />
<bbtco muted="0" name="Beat/Baseline 5" pos="2112" color="4282417407" len="192" />
<bbtco muted="0" name="Beat/Baseline 5" pos="3264" color="4282417407" len="192" />
<bbtco muted="0" name="Beat/Baseline 5" pos="3648" color="4282417407" len="192" />
<bbtco muted="0" name="Beat/Baseline 5" pos="4032" color="4282417407" len="192" />
<bbtco muted="0" name="Beat/Baseline 5" pos="4416" color="4282417407" len="192" />
</track>
<track muted="0" type="1" name="Beat/Bassline 6" >
<bbtrack/>
<bbtco muted="0" name="Beat/Baseline 6" pos="576" color="4282417407" len="192" />
<bbtco muted="0" name="Beat/Baseline 6" pos="1344" color="4282417407" len="192" />
<bbtco muted="0" name="Beat/Baseline 6" pos="2112" color="4282417407" len="192" />
<bbtco muted="0" name="Beat/Baseline 6" pos="3648" color="4282417407" len="192" />
<bbtco muted="0" name="Beat/Baseline 6" pos="4416" color="4282417407" len="192" />
</track>
<track muted="0" type="1" name="Beat/Bassline 7" >
<bbtrack/>
<bbtco muted="0" name="Beat/Baseline 7" pos="0" color="4282417407" len="768" />
<bbtco muted="0" name="Beat/Baseline 7" pos="768" color="4282417407" len="1536" />
<bbtco muted="0" name="Beat/Baseline 7" pos="4032" color="4282417407" len="576" />
</track>
<track muted="0" type="1" name="Beat/Bassline 8" >
<bbtrack/>
<bbtco muted="0" name="Beat/Baseline 8" pos="0" color="4282417407" len="192" />
<bbtco muted="0" name="Beat/Baseline 8" pos="384" color="4282417407" len="192" />
<bbtco muted="0" name="Beat/Baseline 8" pos="768" color="4282417407" len="192" />
<bbtco muted="0" name="Beat/Baseline 8" pos="1152" color="4282417407" len="192" />
<bbtco muted="0" name="Beat/Baseline 8" pos="1536" color="4282417407" len="192" />
<bbtco muted="0" name="Beat/Baseline 8" pos="1920" color="4282417407" len="192" />
</track>
<track muted="0" type="1" name="Beat/Bassline 9" >
<bbtrack/>
<bbtco muted="0" name="Beat/Baseline 9" pos="576" color="4282417407" len="192" />
<bbtco muted="0" name="Beat/Baseline 9" pos="1344" color="4282417407" len="192" />
<bbtco muted="0" name="Beat/Baseline 9" pos="2112" color="4282417407" len="192" />
<bbtco muted="0" name="Beat/Baseline 9" pos="2880" color="4282417407" len="192" />
<bbtco muted="0" name="Beat/Baseline 9" pos="4416" color="4282417407" len="192" />
<bbtco muted="0" name="Beat/Baseline 9" pos="5760" color="4282417407" len="192" />
</track>
<track muted="0" type="1" name="Beat/Bassline 10" >
<bbtrack/>
<bbtco muted="0" name="Beat/Baseline 10" pos="0" color="4282417407" len="192" />
<bbtco muted="0" name="Beat/Baseline 10" pos="192" color="4282417407" len="192" />
<bbtco muted="0" name="Beat/Baseline 10" pos="384" color="4282417407" len="384" />
<bbtco muted="0" name="Beat/Baseline 10" pos="768" color="4282417407" len="192" />
<bbtco muted="0" name="Beat/Baseline 10" pos="960" color="4282417407" len="192" />
<bbtco muted="0" name="Beat/Baseline 10" pos="1152" color="4282417407" len="384" />
<bbtco muted="0" name="Beat/Baseline 10" pos="1536" color="4282417407" len="192" />
<bbtco muted="0" name="Beat/Baseline 10" pos="1728" color="4282417407" len="192" />
<bbtco muted="0" name="Beat/Baseline 10" pos="1920" color="4282417407" len="384" />
<bbtco muted="0" name="Beat/Baseline 10" pos="2304" color="4282417407" len="192" />
<bbtco muted="0" name="Beat/Baseline 10" pos="2496" color="4282417407" len="192" />
<bbtco muted="0" name="Beat/Baseline 10" pos="2688" color="4282417407" len="384" />
</track>
<track muted="0" type="1" name="Beat/Bassline 12" >
<bbtrack/>
<bbtco muted="0" name="Beat/Baseline 12" pos="1344" color="4282417407" len="192" />
<bbtco muted="0" name="Beat/Baseline 12" pos="2112" color="4282417407" len="192" />
<bbtco muted="0" name="Beat/Baseline 12" pos="576" color="4282417407" len="192" />
<bbtco muted="0" name="Beat/Baseline 12" pos="2880" color="4282417407" len="192" />
</track>
<track muted="0" type="1" name="Beat/Bassline 11" >
<bbtrack/>
<bbtco muted="0" name="Beat/Baseline 11" pos="0" color="4282417407" len="576" />
<bbtco muted="0" name="Beat/Baseline 11" pos="4608" color="4282417407" len="1152" />
</track>
<track muted="0" type="1" name="Beat/Bassline 13" >
<bbtrack/>
<bbtco muted="0" name="Beat/Baseline 13" pos="768" color="4282417407" len="576" />
<bbtco muted="0" name="Beat/Baseline 13" pos="1536" color="4282417407" len="576" />
</track>
</trackcontainer>
<track muted="0" type="6" name="Automation track" >
<automationtrack/>
</track>
<fxmixer>
<fxchannel num="0" muted="0" volume="0.33" name="Master" >
<fxchain numofeffects="0" enabled="0" />
</fxchannel>
<fxchannel num="1" muted="0" volume="1" name="FX 1" >
<fxchain numofeffects="0" enabled="0" />
</fxchannel>
<fxchannel num="2" muted="0" volume="1" name="FX 2" >
<fxchain numofeffects="0" enabled="0" />
</fxchannel>
<fxchannel num="3" muted="0" volume="1" name="FX 3" >
<fxchain numofeffects="0" enabled="0" />
</fxchannel>
<fxchannel num="4" muted="0" volume="1" name="FX 4" >
<fxchain numofeffects="0" enabled="0" />
</fxchannel>
<fxchannel num="5" muted="0" volume="1" name="FX 5" >
<fxchain numofeffects="0" enabled="0" />
</fxchannel>
<fxchannel num="6" muted="0" volume="1" name="FX 6" >
<fxchain numofeffects="0" enabled="0" />
</fxchannel>
<fxchannel num="7" muted="0" volume="1" name="FX 7" >
<fxchain numofeffects="0" enabled="0" />
</fxchannel>
<fxchannel num="8" muted="0" volume="1" name="FX 8" >
<fxchain numofeffects="0" enabled="0" />
</fxchannel>
<fxchannel num="9" muted="0" volume="1" name="FX 9" >
<fxchain numofeffects="0" enabled="0" />
</fxchannel>
<fxchannel num="10" muted="0" volume="1" name="FX 10" >
<fxchain numofeffects="0" enabled="0" />
</fxchannel>
<fxchannel num="11" muted="0" volume="1" name="FX 11" >
<fxchain numofeffects="0" enabled="0" />
</fxchannel>
<fxchannel num="12" muted="0" volume="1" name="FX 12" >
<fxchain numofeffects="0" enabled="0" />
</fxchannel>
<fxchannel num="13" muted="0" volume="1" name="FX 13" >
<fxchain numofeffects="0" enabled="0" />
</fxchannel>
<fxchannel num="14" muted="0" volume="1" name="FX 14" >
<fxchain numofeffects="0" enabled="0" />
</fxchannel>
<fxchannel num="15" muted="0" volume="1" name="FX 15" >
<fxchain numofeffects="0" enabled="0" />
</fxchannel>
<fxchannel num="16" muted="0" volume="1" name="FX 16" >
<fxchain numofeffects="0" enabled="0" />
</fxchannel>
<fxchannel num="17" muted="0" volume="1" name="FX 17" >
<fxchain numofeffects="0" enabled="0" />
</fxchannel>
<fxchannel num="18" muted="0" volume="1" name="FX 18" >
<fxchain numofeffects="0" enabled="0" />
</fxchannel>
<fxchannel num="19" muted="0" volume="1" name="FX 19" >
<fxchain numofeffects="0" enabled="0" />
</fxchannel>
<fxchannel num="20" muted="0" volume="1" name="FX 20" >
<fxchain numofeffects="0" enabled="0" />
</fxchannel>
<fxchannel num="21" muted="0" volume="1" name="FX 21" >
<fxchain numofeffects="0" enabled="0" />
</fxchannel>
<fxchannel num="22" muted="0" volume="1" name="FX 22" >
<fxchain numofeffects="0" enabled="0" />
</fxchannel>
<fxchannel num="23" muted="0" volume="1" name="FX 23" >
<fxchain numofeffects="0" enabled="0" />
</fxchannel>
<fxchannel num="24" muted="0" volume="1" name="FX 24" >
<fxchain numofeffects="0" enabled="0" />
</fxchannel>
<fxchannel num="25" muted="0" volume="1" name="FX 25" >
<fxchain numofeffects="0" enabled="0" />
</fxchannel>
<fxchannel num="26" muted="0" volume="1" name="FX 26" >
<fxchain numofeffects="0" enabled="0" />
</fxchannel>
<fxchannel num="27" muted="0" volume="1" name="FX 27" >
<fxchain numofeffects="0" enabled="0" />
</fxchannel>
<fxchannel num="28" muted="0" volume="1" name="FX 28" >
<fxchain numofeffects="0" enabled="0" />
</fxchannel>
<fxchannel num="29" muted="0" volume="1" name="FX 29" >
<fxchain numofeffects="0" enabled="0" />
</fxchannel>
<fxchannel num="30" muted="0" volume="1" name="FX 30" >
<fxchain numofeffects="0" enabled="0" />
</fxchannel>
<fxchannel num="31" muted="0" volume="1" name="FX 31" >
<fxchain numofeffects="0" enabled="0" />
</fxchannel>
<fxchannel num="32" muted="0" volume="1" name="FX 32" >
<fxchain numofeffects="0" enabled="0" />
</fxchannel>
<fxchannel num="33" muted="0" volume="1" name="FX 33" >
<fxchain numofeffects="0" enabled="0" />
</fxchannel>
<fxchannel num="34" muted="0" volume="1" name="FX 34" >
<fxchain numofeffects="0" enabled="0" />
</fxchannel>
<fxchannel num="35" muted="0" volume="1" name="FX 35" >
<fxchain numofeffects="0" enabled="0" />
</fxchannel>
<fxchannel num="36" muted="0" volume="1" name="FX 36" >
<fxchain numofeffects="0" enabled="0" />
</fxchannel>
<fxchannel num="37" muted="0" volume="1" name="FX 37" >
<fxchain numofeffects="0" enabled="0" />
</fxchannel>
<fxchannel num="38" muted="0" volume="1" name="FX 38" >
<fxchain numofeffects="0" enabled="0" />
</fxchannel>
<fxchannel num="39" muted="0" volume="1" name="FX 39" >
<fxchain numofeffects="0" enabled="0" />
</fxchannel>
<fxchannel num="40" muted="0" volume="1" name="FX 40" >
<fxchain numofeffects="0" enabled="0" />
</fxchannel>
<fxchannel num="41" muted="0" volume="1" name="FX 41" >
<fxchain numofeffects="0" enabled="0" />
</fxchannel>
<fxchannel num="42" muted="0" volume="1" name="FX 42" >
<fxchain numofeffects="0" enabled="0" />
</fxchannel>
<fxchannel num="43" muted="0" volume="1" name="FX 43" >
<fxchain numofeffects="0" enabled="0" />
</fxchannel>
<fxchannel num="44" muted="0" volume="1" name="FX 44" >
<fxchain numofeffects="0" enabled="0" />
</fxchannel>
<fxchannel num="45" muted="0" volume="1" name="FX 45" >
<fxchain numofeffects="0" enabled="0" />
</fxchannel>
<fxchannel num="46" muted="0" volume="1" name="FX 46" >
<fxchain numofeffects="0" enabled="0" />
</fxchannel>
<fxchannel num="47" muted="0" volume="1" name="FX 47" >
<fxchain numofeffects="0" enabled="0" />
</fxchannel>
<fxchannel num="48" muted="0" volume="1" name="FX 48" >
<fxchain numofeffects="0" enabled="0" />
</fxchannel>
<fxchannel num="49" muted="0" volume="1" name="FX 49" >
<fxchain numofeffects="0" enabled="0" />
</fxchannel>
<fxchannel num="50" muted="0" volume="1" name="FX 50" >
<fxchain numofeffects="0" enabled="0" />
</fxchannel>
<fxchannel num="51" muted="0" volume="1" name="FX 51" >
<fxchain numofeffects="0" enabled="0" />
</fxchannel>
<fxchannel num="52" muted="0" volume="1" name="FX 52" >
<fxchain numofeffects="0" enabled="0" />
</fxchannel>
<fxchannel num="53" muted="0" volume="1" name="FX 53" >
<fxchain numofeffects="0" enabled="0" />
</fxchannel>
<fxchannel num="54" muted="0" volume="1" name="FX 54" >
<fxchain numofeffects="0" enabled="0" />
</fxchannel>
<fxchannel num="55" muted="0" volume="1" name="FX 55" >
<fxchain numofeffects="0" enabled="0" />
</fxchannel>
<fxchannel num="56" muted="0" volume="1" name="FX 56" >
<fxchain numofeffects="0" enabled="0" />
</fxchannel>
<fxchannel num="57" muted="0" volume="1" name="FX 57" >
<fxchain numofeffects="0" enabled="0" />
</fxchannel>
<fxchannel num="58" muted="0" volume="1" name="FX 58" >
<fxchain numofeffects="0" enabled="0" />
</fxchannel>
<fxchannel num="59" muted="0" volume="1" name="FX 59" >
<fxchain numofeffects="0" enabled="0" />
</fxchannel>
<fxchannel num="60" muted="0" volume="1" name="FX 60" >
<fxchain numofeffects="0" enabled="0" />
</fxchannel>
<fxchannel num="61" muted="0" volume="1" name="FX 61" >
<fxchain numofeffects="0" enabled="0" />
</fxchannel>
<fxchannel num="62" muted="0" volume="1" name="FX 62" >
<fxchain numofeffects="0" enabled="0" />
</fxchannel>
<fxchannel num="63" muted="0" volume="1" name="FX 63" >
<fxchain numofeffects="0" enabled="0" />
</fxchannel>
<fxchannel num="64" muted="0" volume="1" name="FX 64" >
<fxchain numofeffects="0" enabled="0" />
</fxchannel>
</fxmixer>
<pianoroll width="640" x="25" y="50" height="480" visible="0" />
<automationeditor width="740" x="0" y="0" height="480" visible="0" />
<projectnotes width="316" x="878" y="312" height="200" visible="1" ><![CDATA[<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
<html><head><meta name="qrichtext" content="1" /><style type="text/css">
p, li { white-space: pre-wrap; }
</style></head><body style=" font-family:'DejaVu Sans'; font-size:9pt; font-weight:400; font-style:normal;">
<p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Bitstream Charter'; font-size:12pt;">@Copyright Strictproduction 2006</p>
<p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Bitstream Charter'; font-size:12pt;">Just a demo of vibe synth</p>
<p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Bitstream Charter'; font-size:12pt;">contact me at : rapperul2000@yahoo.com</p>
<p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Bitstream Charter'; font-size:12pt;">skye : strictproduction</p>
<p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Bitstream Charter'; font-size:12pt;">Have a nice listen!</p></body></html>]]></projectnotes>
<timeline lp1pos="5952" lp0pos="0" lpstate="1" />
<controllers/>
</song>
</multimedia-project>

View File

@@ -1,980 +0,0 @@
<?xml version="1.0"?>
<!DOCTYPE multimedia-project>
<multimedia-project version="1.0" creator="Linux MultiMedia Studio (LMMS)" creatorversion="0.4.0-beta" type="song" >
<head timesig_numerator="4" mastervol="100" timesig_denominator="4" bpm="85" masterpitch="0" />
<song>
<trackcontainer type="song" >
<track muted="0" type="1" name="Beat" >
<bbtrack>
<trackcontainer type="bbtrackcontainer" >
<track muted="0" type="0" name="kick_hiphop01.ogg" >
<instrumenttrack pan="0" fxch="0" pitch="0" basenote="57" vol="100" >
<instrument name="audiofileprocessor" >
<audiofileprocessor reversed="0" looped="0" eframe="0.999444" sframe="0" src="drums/kick_hiphop01.ogg" amp="100" />
</instrument>
<eldata fres="0.5" ftype="0" fcut="14000" fwet="0" >
<elvol lspd_denominator="1" pdel="0" userwavefile="" dec="0.5" lamt="0" syncmode="0" latt="0" rel="0.1" sus="0.5" amt="0" x100="0" att="0" lpdel="0" hold="0.5" lshp="0" lspd="0.1" ctlenvamt="0" lspd_numerator="1" />
<elcut lspd_denominator="1" pdel="0" userwavefile="" dec="0.5" lamt="0" syncmode="0" latt="0" rel="0.1" sus="0.5" amt="0" x100="0" att="0" lpdel="0" hold="0.5" lshp="0" lspd="0.1" ctlenvamt="0" lspd_numerator="1" />
<elres lspd_denominator="1" pdel="0" userwavefile="" dec="0.5" lamt="0" syncmode="0" latt="0" rel="0.1" sus="0.5" amt="0" x100="0" att="0" lpdel="0" hold="0.5" lshp="0" lspd="0.1" ctlenvamt="0" lspd_numerator="1" />
</eldata>
<chordcreator chord="0" chordrange="1" chord-enabled="0" />
<arpeggiator arptime="100" arprange="1" arptime_denominator="1" syncmode="0" arpmode="0" arp-enabled="0" arp="0" arptime_numerator="1" arpdir="0" arpgate="100" />
<midiport inputcontroller="0" inputchannel="0" outputcontroller="0" writable="0" outputchannel="1" defvelout="0" readable="0" defvelin="0" />
<fxchain numofeffects="0" enabled="0" />
</instrumenttrack>
<pattern steps="16" muted="0" type="0" name="kick_hiphop01.ogg" pos="0" len="192" frozen="0" >
<note pan="0" key="57" vol="100" pos="0" len="-192" />
<note pan="0" key="57" vol="100" pos="24" len="-192" />
<note pan="0" key="57" vol="100" pos="96" len="-192" />
<note pan="0" key="57" vol="100" pos="132" len="-192" />
</pattern>
<pattern steps="16" muted="0" type="0" name="kick_hiphop01.ogg" pos="192" len="192" frozen="0" />
<pattern steps="16" muted="0" type="0" name="kick_hiphop01.ogg" pos="384" len="192" frozen="0" />
</track>
<track muted="0" type="0" name="snare_hiphop02.ogg" >
<instrumenttrack pan="0" fxch="0" pitch="0" basenote="57" vol="176" >
<instrument name="audiofileprocessor" >
<audiofileprocessor reversed="0" looped="0" eframe="0.998898" sframe="0" src="drums/snare_hiphop02.ogg" amp="100" />
</instrument>
<eldata fres="0.5" ftype="0" fcut="14000" fwet="0" >
<elvol lspd_denominator="1" pdel="0" userwavefile="" dec="0.5" lamt="0" syncmode="0" latt="0" rel="0.1" sus="0.5" amt="0" x100="0" att="0" lpdel="0" hold="0.5" lshp="0" lspd="0.1" ctlenvamt="0" lspd_numerator="1" />
<elcut lspd_denominator="1" pdel="0" userwavefile="" dec="0.5" lamt="0" syncmode="0" latt="0" rel="0.1" sus="0.5" amt="0" x100="0" att="0" lpdel="0" hold="0.5" lshp="0" lspd="0.1" ctlenvamt="0" lspd_numerator="1" />
<elres lspd_denominator="1" pdel="0" userwavefile="" dec="0.5" lamt="0" syncmode="0" latt="0" rel="0.1" sus="0.5" amt="0" x100="0" att="0" lpdel="0" hold="0.5" lshp="0" lspd="0.1" ctlenvamt="0" lspd_numerator="1" />
</eldata>
<chordcreator chord="0" chordrange="1" chord-enabled="0" />
<arpeggiator arptime="100" arprange="1" arptime_denominator="1" syncmode="0" arpmode="0" arp-enabled="0" arp="0" arptime_numerator="1" arpdir="0" arpgate="100" />
<midiport inputcontroller="0" inputchannel="0" outputcontroller="0" writable="0" outputchannel="1" defvelout="0" readable="0" defvelin="0" />
<fxchain numofeffects="1" enabled="1" >
<effect key="AAAACQAAAAACAAAACgAAAABsAEMAQQBQAFMAOgAgAFAAbABhAHQAZQAyAHgAMgAgAC0AIABWAGUAcgBzAGEAdABpAGwAZQAgAHAAbABhAHQAZQAgAHIAZQB2AGUAcgBiACwAIABzAHQAZQByAGUAbwAgAGkAbgBwAHUAdABzAAAACwAAAAACAAAAEABQAGwAYQB0AGUAMgB4ADIAAAAOAGMAYQBwAHMALgBzAG8=" autoquit="0" gate="0" name="ladspaeffect" wet="1" on="1" >
<ladspacontrols port02="0.99897" port03="0.23219" port04="0" port05="0.26" ports="4" />
</effect>
</fxchain>
</instrumenttrack>
<pattern steps="16" muted="0" type="0" name="snare_hiphop02.ogg" pos="0" len="192" frozen="0" >
<note pan="0" key="57" vol="100" pos="48" len="-192" />
<note pan="0" key="57" vol="100" pos="144" len="-192" />
</pattern>
<pattern steps="16" muted="0" type="0" name="snare_hiphop02.ogg" pos="192" len="192" frozen="0" />
<pattern steps="16" muted="0" type="0" name="snare_hiphop02.ogg" pos="384" len="192" frozen="0" >
<note pan="0" key="57" vol="100" pos="120" len="-192" />
<note pan="0" key="57" vol="100" pos="132" len="-192" />
<note pan="0" key="57" vol="100" pos="156" len="-192" />
<note pan="0" key="57" vol="100" pos="168" len="-192" />
<note pan="0" key="57" vol="100" pos="180" len="-192" />
</pattern>
</track>
<track muted="0" type="0" name="snare05.ogg" >
<instrumenttrack pan="-3" fxch="0" pitch="0" basenote="57" vol="200" >
<instrument name="audiofileprocessor" >
<audiofileprocessor reversed="0" looped="0" eframe="0.997559" sframe="0" src="drums/snare05.ogg" amp="100" />
</instrument>
<eldata fres="0.5" ftype="0" fcut="14000" fwet="0" >
<elvol lspd_denominator="1" pdel="0" userwavefile="" dec="0.5" lamt="0" syncmode="0" latt="0" rel="0.1" sus="0.5" amt="0" x100="0" att="0" lpdel="0" hold="0.5" lshp="0" lspd="0.1" ctlenvamt="0" lspd_numerator="1" />
<elcut lspd_denominator="1" pdel="0" userwavefile="" dec="0.5" lamt="0" syncmode="0" latt="0" rel="0.1" sus="0.5" amt="0" x100="0" att="0" lpdel="0" hold="0.5" lshp="0" lspd="0.1" ctlenvamt="0" lspd_numerator="1" />
<elres lspd_denominator="1" pdel="0" userwavefile="" dec="0.5" lamt="0" syncmode="0" latt="0" rel="0.1" sus="0.5" amt="0" x100="0" att="0" lpdel="0" hold="0.5" lshp="0" lspd="0.1" ctlenvamt="0" lspd_numerator="1" />
</eldata>
<chordcreator chord="0" chordrange="1" chord-enabled="0" />
<arpeggiator arptime="100" arprange="1" arptime_denominator="1" syncmode="0" arpmode="0" arp-enabled="0" arp="0" arptime_numerator="1" arpdir="0" arpgate="100" />
<midiport inputcontroller="0" inputchannel="0" outputcontroller="0" writable="0" outputchannel="1" defvelout="0" readable="0" defvelin="0" />
<fxchain numofeffects="0" enabled="0" />
</instrumenttrack>
<pattern steps="16" muted="0" type="0" name="snare05.ogg" pos="0" len="192" frozen="0" />
<pattern steps="16" muted="0" type="0" name="snare05.ogg" pos="192" len="192" frozen="0" />
<pattern steps="16" muted="0" type="0" name="snare05.ogg" pos="384" len="192" frozen="0" />
</track>
<track muted="0" type="0" name="snare07.ogg" >
<instrumenttrack pan="-24" fxch="0" pitch="0" basenote="57" vol="100" >
<instrument name="audiofileprocessor" >
<audiofileprocessor reversed="1" looped="0" eframe="0.999863" sframe="0.649978" src="drums/snare07.ogg" amp="100" />
</instrument>
<eldata fres="0.5" ftype="0" fcut="14000" fwet="0" >
<elvol lspd_denominator="1" pdel="0" userwavefile="" dec="0.5" lamt="0" syncmode="0" latt="0" rel="0.1" sus="0.5" amt="0" x100="0" att="0" lpdel="0" hold="0.5" lshp="0" lspd="0.1" ctlenvamt="0" lspd_numerator="1" />
<elcut lspd_denominator="1" pdel="0" userwavefile="" dec="0.5" lamt="0" syncmode="0" latt="0" rel="0.1" sus="0.5" amt="0" x100="0" att="0" lpdel="0" hold="0.5" lshp="0" lspd="0.1" ctlenvamt="0" lspd_numerator="1" />
<elres lspd_denominator="1" pdel="0" userwavefile="" dec="0.5" lamt="0" syncmode="0" latt="0" rel="0.1" sus="0.5" amt="0" x100="0" att="0" lpdel="0" hold="0.5" lshp="0" lspd="0.1" ctlenvamt="0" lspd_numerator="1" />
</eldata>
<chordcreator chord="0" chordrange="1" chord-enabled="0" />
<arpeggiator arptime="100" arprange="1" arptime_denominator="1" syncmode="0" arpmode="0" arp-enabled="0" arp="0" arptime_numerator="1" arpdir="0" arpgate="100" />
<midiport inputcontroller="0" inputchannel="0" outputcontroller="0" writable="0" outputchannel="1" defvelout="0" readable="0" defvelin="0" />
<fxchain numofeffects="0" enabled="0" />
</instrumenttrack>
<pattern steps="16" muted="0" type="0" name="snare07.ogg" pos="0" len="192" frozen="0" >
<note pan="0" key="57" vol="100" pos="120" len="-192" />
<note pan="0" key="57" vol="100" pos="168" len="-192" />
</pattern>
<pattern steps="16" muted="0" type="0" name="snare07.ogg" pos="192" len="192" frozen="0" />
<pattern steps="16" muted="0" type="0" name="snare07.ogg" pos="384" len="192" frozen="0" />
</track>
<track muted="0" type="0" name="hihat_closed02.ogg" >
<instrumenttrack pan="56" fxch="0" pitch="0" basenote="57" vol="68" >
<instrument name="audiofileprocessor" >
<audiofileprocessor reversed="0" looped="0" eframe="0.448467" sframe="0.219609" src="drums/hihat_closed02.ogg" amp="100" />
</instrument>
<eldata fres="0.5" ftype="0" fcut="14000" fwet="0" >
<elvol lspd_denominator="1" pdel="0" userwavefile="" dec="0.5" lamt="0" syncmode="0" latt="0" rel="0.1" sus="0.5" amt="0" x100="0" att="0" lpdel="0" hold="0.5" lshp="0" lspd="0.1" ctlenvamt="0" lspd_numerator="1" />
<elcut lspd_denominator="1" pdel="0" userwavefile="" dec="0.5" lamt="0" syncmode="0" latt="0" rel="0.1" sus="0.5" amt="0" x100="0" att="0" lpdel="0" hold="0.5" lshp="0" lspd="0.1" ctlenvamt="0" lspd_numerator="1" />
<elres lspd_denominator="1" pdel="0" userwavefile="" dec="0.5" lamt="0" syncmode="0" latt="0" rel="0.1" sus="0.5" amt="0" x100="0" att="0" lpdel="0" hold="0.5" lshp="0" lspd="0.1" ctlenvamt="0" lspd_numerator="1" />
</eldata>
<chordcreator chord="0" chordrange="1" chord-enabled="0" />
<arpeggiator arptime="100" arprange="1" arptime_denominator="1" syncmode="0" arpmode="0" arp-enabled="0" arp="0" arptime_numerator="1" arpdir="0" arpgate="100" />
<midiport inputcontroller="0" inputchannel="0" outputcontroller="0" writable="0" outputchannel="1" defvelout="0" readable="0" defvelin="0" />
<fxchain numofeffects="0" enabled="0" />
</instrumenttrack>
<pattern steps="16" muted="0" type="0" name="hihat_closed02.ogg" pos="0" len="192" frozen="0" />
<pattern steps="16" muted="0" type="0" name="hihat_closed02.ogg" pos="192" len="192" frozen="0" >
<note pan="0" key="57" vol="100" pos="0" len="-192" />
<note pan="0" key="57" vol="100" pos="24" len="-192" />
<note pan="0" key="57" vol="100" pos="48" len="-192" />
<note pan="0" key="57" vol="100" pos="72" len="-192" />
<note pan="0" key="57" vol="100" pos="108" len="-192" />
<note pan="0" key="57" vol="100" pos="120" len="-192" />
<note pan="0" key="57" vol="100" pos="144" len="-192" />
<note pan="0" key="57" vol="100" pos="168" len="-192" />
</pattern>
<pattern steps="16" muted="0" type="0" name="hihat_closed02.ogg" pos="384" len="192" frozen="0" />
</track>
<track muted="0" type="0" name="hihat_closed01.ogg" >
<instrumenttrack pan="-51" fxch="0" pitch="0" basenote="57" vol="104" >
<instrument name="audiofileprocessor" >
<audiofileprocessor reversed="0" looped="0" eframe="0.0589431" sframe="0" src="drums/hihat_closed01.ogg" amp="100" />
</instrument>
<eldata fres="0.5" ftype="0" fcut="14000" fwet="0" >
<elvol lspd_denominator="1" pdel="0" userwavefile="" dec="0.5" lamt="0" syncmode="0" latt="0" rel="0.1" sus="0.5" amt="0" x100="0" att="0" lpdel="0" hold="0.5" lshp="0" lspd="0.1" ctlenvamt="0" lspd_numerator="1" />
<elcut lspd_denominator="1" pdel="0" userwavefile="" dec="0.5" lamt="0" syncmode="0" latt="0" rel="0.1" sus="0.5" amt="0" x100="0" att="0" lpdel="0" hold="0.5" lshp="0" lspd="0.1" ctlenvamt="0" lspd_numerator="1" />
<elres lspd_denominator="1" pdel="0" userwavefile="" dec="0.5" lamt="0" syncmode="0" latt="0" rel="0.1" sus="0.5" amt="0" x100="0" att="0" lpdel="0" hold="0.5" lshp="0" lspd="0.1" ctlenvamt="0" lspd_numerator="1" />
</eldata>
<chordcreator chord="0" chordrange="1" chord-enabled="0" />
<arpeggiator arptime="100" arprange="1" arptime_denominator="1" syncmode="0" arpmode="0" arp-enabled="0" arp="0" arptime_numerator="1" arpdir="0" arpgate="100" />
<midiport inputcontroller="0" inputchannel="0" outputcontroller="0" writable="0" outputchannel="1" defvelout="0" readable="0" defvelin="0" />
<fxchain numofeffects="0" enabled="0" />
</instrumenttrack>
<pattern steps="16" muted="0" type="0" name="hihat_closed01.ogg" pos="0" len="192" frozen="0" />
<pattern steps="16" muted="0" type="0" name="hihat_closed01.ogg" pos="192" len="192" frozen="0" >
<note pan="0" key="57" vol="100" pos="24" len="-192" />
<note pan="0" key="57" vol="100" pos="72" len="-192" />
<note pan="0" key="57" vol="100" pos="120" len="-192" />
<note pan="0" key="57" vol="100" pos="168" len="-192" />
</pattern>
<pattern steps="16" muted="0" type="0" name="hihat_closed01.ogg" pos="384" len="192" frozen="0" />
</track>
</trackcontainer>
</bbtrack>
<bbtco muted="0" name="Beat/Baseline 0" pos="0" color="4282417407" len="192" />
<bbtco muted="0" name="Beat/Baseline 0" pos="192" color="4282417407" len="192" />
<bbtco muted="0" name="Beat" pos="384" color="4282417407" len="192" />
<bbtco muted="0" name="Beat" pos="576" color="4282417407" len="192" />
<bbtco muted="0" name="Beat" pos="768" color="4282417407" len="192" />
<bbtco muted="0" name="Beat" pos="960" color="4282417407" len="192" />
<bbtco muted="0" name="Beat" pos="1152" color="4282417407" len="192" />
<bbtco muted="0" name="Beat" pos="1344" color="4282417407" len="192" />
<bbtco muted="0" name="Beat" pos="1536" color="4282417407" len="192" />
<bbtco muted="0" name="Beat" pos="1728" color="4282417407" len="192" />
<bbtco muted="0" name="Beat" pos="1920" color="4282417407" len="192" />
<bbtco muted="0" name="Beat" pos="2112" color="4282417407" len="192" />
<bbtco muted="0" name="Beat" pos="2880" color="4282417407" len="192" />
<bbtco muted="0" name="Beat" pos="3072" color="4282417407" len="192" />
<bbtco muted="0" name="Beat" pos="3264" color="4282417407" len="192" />
<bbtco muted="0" name="Beat" pos="3456" color="4282417407" len="192" />
<bbtco muted="0" name="Beat" pos="3648" color="4282417407" len="192" />
<bbtco muted="0" name="Beat" pos="3840" color="4282417407" len="192" />
<bbtco muted="0" name="Beat" pos="4032" color="4282417407" len="192" />
<bbtco muted="0" name="Beat" pos="4224" color="4282417407" len="192" />
<bbtco muted="0" name="Beat" pos="4416" color="4282417407" len="192" />
<bbtco muted="0" name="Beat" pos="4608" color="4282417407" len="192" />
<bbtco muted="0" name="Beat" pos="4800" color="4282417407" len="192" />
<bbtco muted="0" name="Beat" pos="4992" color="4282417407" len="192" />
</track>
<track muted="0" type="1" name="TrippinHats" >
<bbtrack/>
<bbtco muted="0" name="TrippinHats" pos="192" color="4282417407" len="192" />
<bbtco muted="0" name="TrippinHats" pos="576" color="4282417407" len="192" />
<bbtco muted="0" name="TrippinHats" pos="960" color="4282417407" len="192" />
<bbtco muted="0" name="TrippinHats" pos="1344" color="4282417407" len="192" />
<bbtco muted="0" name="TrippinHats" pos="1728" color="4282417407" len="192" />
<bbtco muted="0" name="TrippinHats" pos="2112" color="4282417407" len="192" />
<bbtco muted="0" name="TrippinHats" pos="3072" color="4282417407" len="192" />
<bbtco muted="0" name="TrippinHats" pos="2880" color="4282417407" len="192" />
<bbtco muted="0" name="TrippinHats" pos="3264" color="4282417407" len="192" />
<bbtco muted="0" name="TrippinHats" pos="3456" color="4282417407" len="192" />
<bbtco muted="0" name="TrippinHats" pos="3648" color="4282417407" len="192" />
<bbtco muted="0" name="TrippinHats" pos="3840" color="4282417407" len="192" />
<bbtco muted="0" name="TrippinHats" pos="4032" color="4282417407" len="192" />
<bbtco muted="0" name="TrippinHats" pos="4224" color="4282417407" len="192" />
<bbtco muted="0" name="TrippinHats" pos="4416" color="4282417407" len="192" />
<bbtco muted="0" name="TrippinHats" pos="4608" color="4282417407" len="192" />
<bbtco muted="0" name="TrippinHats" pos="4800" color="4282417407" len="192" />
<bbtco muted="0" name="TrippinHats" pos="4992" color="4282417407" len="192" />
<bbtco muted="0" name="TrippinHats" pos="5184" color="4282417407" len="192" />
</track>
<track muted="0" type="1" name="Snare" >
<bbtrack/>
<bbtco muted="0" name="Beat/Baseline 2" pos="576" color="4282417407" len="192" />
<bbtco muted="0" name="Snare" pos="1344" color="4282417407" len="192" />
<bbtco muted="0" name="Snare" pos="2112" color="4282417407" len="192" />
<bbtco muted="0" name="Snare" pos="2880" color="4282417407" len="192" />
<bbtco muted="0" name="Snare" pos="3648" color="4282417407" len="192" />
<bbtco muted="0" name="Snare" pos="4416" color="4282417407" len="192" />
<bbtco muted="0" name="Snare" pos="5184" color="4282417407" len="192" />
</track>
<track muted="0" type="0" name="Default" >
<instrumenttrack pan="0" fxch="0" pitch="0" basenote="57" vol="26" >
<instrument name="vibedstrings" >
<vibedstrings stiffness0="0" impulse0="0" active0="1" active1="0" active2="0" version="0.1" active3="0" active4="0" volume0="100" active5="0" length0="1" active6="0" active7="0" active8="0" pickup0="0.05" pick0="0" pan0="0" slap0="0" detune0="0" octave0="2" graph0="AAAAADD7SD02vcg9g0AWPsLFRz7Nz3g+MaCUPtR8rD4W78M+gOjaPupa8T49nAM/2jkOP8B/GD+aZyI/SusrP/MENT/6rj0/A+RFPwKfTT8y21Q/G5RbP5jFYT/Ya2c/XoNsPwgJcT8L+nQ/+FN4P78Uez+sOn0/bcR+Pw+xfz8AAIA/D7F/P23Efj+sOn0/vhR7P/hTeD8K+nQ/CAlxP16DbD/Ya2c/l8VhPxqUWz8w21Q/Ap9NPwTkRT/4rj0/8wQ1P0jrKz+ZZyI/vX8YP9k5Dj89nAM/5lrxPn/o2j4Q78M+0nysPjOglD7Fz3g+wcVHPnpAFj4wvcg9/fpIPS69u7Ms+0i9R73IvYVAFr7NxUe+0M94vjiglL7XfKy+Fe/DvoXo2r7rWvG+P5wDv9s5Dr/Afxi/m2civ0rrK7/1BDW/+q49vwPkRb8Dn02/NNtUvxmUW7+YxWG/2Wtnv2GDbL8ICXG/C/p0v/lTeL++FHu/rDp9v23Efr8PsX+/AACAvw+xf79txH6/rDp9v74Ue7/3U3i/Cfp0vwgJcb9dg2y/1Wtnv5jFYb8ZlFu/L9tUvwOfTb8D5EW/9649v+8ENb9K6yu/l2civ7x/GL/bOQ6/PJwDv+Na8b526Nq+Fe/Dvs98rL4ooJS+z894vrzFR750QBa+BL3IvSb7SL0=" />
</instrument>
<eldata fres="0.5" ftype="0" fcut="14000" fwet="0" >
<elvol lspd_denominator="1" pdel="0" userwavefile="" dec="0.5" lamt="0" syncmode="0" latt="0" rel="0.1" sus="0.5" amt="0" x100="0" att="0" lpdel="0" hold="0.5" lshp="0" lspd="0.1" ctlenvamt="0" lspd_numerator="1" />
<elcut lspd_denominator="1" pdel="0" userwavefile="" dec="0.5" lamt="0" syncmode="0" latt="0" rel="0.1" sus="0.5" amt="0" x100="0" att="0" lpdel="0" hold="0.5" lshp="0" lspd="0.1" ctlenvamt="0" lspd_numerator="1" />
<elres lspd_denominator="1" pdel="0" userwavefile="" dec="0.5" lamt="0" syncmode="0" latt="0" rel="0.1" sus="0.5" amt="0" x100="0" att="0" lpdel="0" hold="0.5" lshp="0" lspd="0.1" ctlenvamt="0" lspd_numerator="1" />
</eldata>
<chordcreator chord="0" chordrange="1" chord-enabled="0" />
<arpeggiator arptime="100" arprange="1" arptime_denominator="1" syncmode="0" arpmode="0" arp-enabled="0" arp="0" arptime_numerator="1" arpdir="0" arpgate="100" />
<midiport inputcontroller="0" inputchannel="0" outputcontroller="0" writable="0" outputchannel="1" defvelout="0" readable="0" defvelin="0" />
<fxchain numofeffects="3" enabled="1" >
<effect key="AAAACQAAAAACAAAACgAAAAAYAEMAYQBuAHkAbwBuACAARABlAGwAYQB5AAAACwAAAAACAAAAGABjAGEAbgB5AG8AbgBfAGQAZQBsAGEAeQAAAAwAYwBtAHQALgBzAG8=" autoquit="0" gate="0" name="ladspaeffect" wet="1" on="1" >
<ladspacontrols port06_numerator="1" port04_numerator="1" port06_denominator="1" syncmode="0" port04="460.6" port05="0.2" port06="499.8" port07="0" port08="2449.51" port04_denominator="1" ports="5" />
</effect>
<effect key="AAAACQAAAAACAAAACgAAAABsAEMAQQBQAFMAOgAgAFAAbABhAHQAZQAyAHgAMgAgAC0AIABWAGUAcgBzAGEAdABpAGwAZQAgAHAAbABhAHQAZQAgAHIAZQB2AGUAcgBiACwAIABzAHQAZQByAGUAbwAgAGkAbgBwAHUAdABzAAAACwAAAAACAAAAEABQAGwAYQB0AGUAMgB4ADIAAAAOAGMAYQBwAHMALgBzAG8=" autoquit="0" gate="0" name="ladspaeffect" wet="1" on="1" >
<ladspacontrols port02="0.56161" port03="0.749" port04="0.849575" port05="0.61" ports="4" />
</effect>
<effect key="AAAACQAAAAACAAAACgAAAABAAEMAQQBQAFMAOgAgAEMAbwBtAHAAcgBlAHMAcwAgAC0AIABNAG8AbgBvACAAYwBvAG0AcAByAGUAcwBzAG8AcgAAAAsAAAAAAgAAABAAQwBvAG0AcAByAGUAcwBzAAAADgBjAGEAcABzAC4AcwBv" autoquit="0" gate="0" name="ladspaeffect" wet="1" on="1" >
<ladspacontrols port03_denominator="1" port11="8.64" port12="9.99" port13="999" port02link="1" port14="999" port06link="1" port15="399.9" port16="9.99" ports="12" port04_numerator="1" syncmode="0" port13_denominator="1" port03link="1" port04_denominator="1" port13_numerator="1" port01="8.64" port02="9.99" port04link="1" port03="999" port04="999" port05="399.9" port06="9.99" port14_denominator="1" link="1" port01link="1" port03_numerator="1" port05link="1" port14_numerator="1" />
</effect>
</fxchain>
</instrumenttrack>
<pattern steps="16" muted="0" type="1" name="Default" pos="0" len="384" frozen="0" >
<note pan="0" key="48" vol="100" pos="0" len="12" />
<note pan="0" key="21" vol="100" pos="0" len="36" />
<note pan="0" key="24" vol="100" pos="48" len="36" />
<note pan="0" key="28" vol="100" pos="96" len="36" />
<note pan="0" key="48" vol="100" pos="144" len="12" />
<note pan="0" key="48" vol="100" pos="192" len="12" />
<note pan="0" key="21" vol="100" pos="192" len="36" />
<note pan="0" key="24" vol="100" pos="240" len="36" />
<note pan="0" key="33" vol="156" pos="288" len="36" />
<note pan="0" key="52" vol="100" pos="312" len="12" />
<note pan="0" key="31" vol="180" pos="336" len="36" />
<note pan="0" key="50" vol="100" pos="336" len="12" />
</pattern>
<pattern steps="16" muted="0" type="1" name="Default" pos="384" len="384" frozen="0" >
<note pan="0" key="48" vol="100" pos="0" len="12" />
<note pan="0" key="21" vol="100" pos="0" len="36" />
<note pan="0" key="24" vol="100" pos="48" len="36" />
<note pan="0" key="28" vol="100" pos="96" len="36" />
<note pan="0" key="48" vol="100" pos="144" len="12" />
<note pan="0" key="48" vol="100" pos="192" len="12" />
<note pan="0" key="21" vol="100" pos="192" len="36" />
<note pan="0" key="24" vol="100" pos="240" len="36" />
<note pan="0" key="33" vol="156" pos="288" len="36" />
<note pan="0" key="52" vol="100" pos="312" len="12" />
<note pan="0" key="31" vol="180" pos="336" len="36" />
<note pan="0" key="50" vol="100" pos="336" len="12" />
</pattern>
<pattern steps="16" muted="0" type="1" name="Default" pos="2304" len="384" frozen="0" >
<note pan="0" key="48" vol="100" pos="0" len="12" />
<note pan="0" key="21" vol="100" pos="0" len="36" />
<note pan="0" key="24" vol="100" pos="48" len="36" />
<note pan="0" key="28" vol="100" pos="96" len="36" />
<note pan="0" key="48" vol="100" pos="144" len="12" />
<note pan="0" key="48" vol="100" pos="192" len="12" />
<note pan="0" key="21" vol="100" pos="192" len="36" />
<note pan="0" key="24" vol="100" pos="240" len="36" />
<note pan="0" key="33" vol="156" pos="288" len="36" />
<note pan="0" key="52" vol="100" pos="312" len="12" />
<note pan="0" key="31" vol="180" pos="336" len="36" />
<note pan="0" key="50" vol="100" pos="336" len="12" />
</pattern>
<pattern steps="16" muted="0" type="1" name="Default" pos="2688" len="384" frozen="0" >
<note pan="0" key="48" vol="100" pos="0" len="12" />
<note pan="0" key="21" vol="100" pos="0" len="36" />
<note pan="0" key="24" vol="100" pos="48" len="36" />
<note pan="0" key="28" vol="100" pos="96" len="36" />
<note pan="0" key="48" vol="100" pos="144" len="12" />
<note pan="0" key="48" vol="100" pos="192" len="12" />
<note pan="0" key="21" vol="100" pos="192" len="36" />
<note pan="0" key="24" vol="100" pos="240" len="36" />
<note pan="0" key="33" vol="156" pos="288" len="36" />
<note pan="0" key="52" vol="100" pos="312" len="12" />
<note pan="0" key="31" vol="180" pos="336" len="36" />
<note pan="0" key="50" vol="100" pos="336" len="12" />
</pattern>
<pattern steps="16" muted="0" type="1" name="Default" pos="3456" len="384" frozen="0" >
<note pan="0" key="48" vol="100" pos="0" len="12" />
<note pan="0" key="21" vol="100" pos="0" len="36" />
<note pan="0" key="24" vol="100" pos="48" len="36" />
<note pan="0" key="28" vol="100" pos="96" len="36" />
<note pan="0" key="48" vol="100" pos="144" len="12" />
<note pan="0" key="48" vol="100" pos="192" len="12" />
<note pan="0" key="21" vol="100" pos="192" len="36" />
<note pan="0" key="24" vol="100" pos="240" len="36" />
<note pan="0" key="33" vol="156" pos="288" len="36" />
<note pan="0" key="52" vol="100" pos="312" len="12" />
<note pan="0" key="31" vol="180" pos="336" len="36" />
<note pan="0" key="50" vol="100" pos="336" len="12" />
</pattern>
<pattern steps="16" muted="0" type="1" name="Default" pos="3072" len="384" frozen="0" >
<note pan="0" key="48" vol="100" pos="0" len="12" />
<note pan="0" key="21" vol="100" pos="0" len="36" />
<note pan="0" key="24" vol="100" pos="48" len="36" />
<note pan="0" key="28" vol="100" pos="96" len="36" />
<note pan="0" key="48" vol="100" pos="144" len="12" />
<note pan="0" key="48" vol="100" pos="192" len="12" />
<note pan="0" key="21" vol="100" pos="192" len="36" />
<note pan="0" key="24" vol="100" pos="240" len="36" />
<note pan="0" key="33" vol="156" pos="288" len="36" />
<note pan="0" key="52" vol="100" pos="312" len="12" />
<note pan="0" key="31" vol="180" pos="336" len="36" />
<note pan="0" key="50" vol="100" pos="336" len="12" />
</pattern>
<pattern steps="16" muted="0" type="1" name="Default" pos="3840" len="384" frozen="0" >
<note pan="0" key="48" vol="100" pos="0" len="12" />
<note pan="0" key="21" vol="100" pos="0" len="36" />
<note pan="0" key="24" vol="100" pos="48" len="36" />
<note pan="0" key="28" vol="100" pos="96" len="36" />
<note pan="0" key="48" vol="100" pos="144" len="12" />
<note pan="0" key="48" vol="100" pos="192" len="12" />
<note pan="0" key="21" vol="100" pos="192" len="36" />
<note pan="0" key="24" vol="100" pos="240" len="36" />
<note pan="0" key="33" vol="156" pos="288" len="36" />
<note pan="0" key="52" vol="100" pos="312" len="12" />
<note pan="0" key="31" vol="180" pos="336" len="36" />
<note pan="0" key="50" vol="100" pos="336" len="12" />
</pattern>
<pattern steps="16" muted="0" type="1" name="Default" pos="4224" len="384" frozen="0" >
<note pan="0" key="48" vol="100" pos="0" len="12" />
<note pan="0" key="21" vol="100" pos="0" len="36" />
<note pan="0" key="24" vol="100" pos="48" len="36" />
<note pan="0" key="28" vol="100" pos="96" len="36" />
<note pan="0" key="48" vol="100" pos="144" len="12" />
<note pan="0" key="48" vol="100" pos="192" len="12" />
<note pan="0" key="21" vol="100" pos="192" len="36" />
<note pan="0" key="24" vol="100" pos="240" len="36" />
<note pan="0" key="33" vol="156" pos="288" len="36" />
<note pan="0" key="52" vol="100" pos="312" len="12" />
<note pan="0" key="31" vol="180" pos="336" len="36" />
<note pan="0" key="50" vol="100" pos="336" len="12" />
</pattern>
<pattern steps="16" muted="0" type="1" name="Default" pos="4608" len="384" frozen="0" >
<note pan="0" key="48" vol="100" pos="0" len="12" />
<note pan="0" key="21" vol="100" pos="0" len="36" />
<note pan="0" key="24" vol="100" pos="48" len="36" />
<note pan="0" key="28" vol="100" pos="96" len="36" />
<note pan="0" key="48" vol="100" pos="144" len="12" />
<note pan="0" key="48" vol="100" pos="192" len="12" />
<note pan="0" key="21" vol="100" pos="192" len="36" />
<note pan="0" key="24" vol="100" pos="240" len="36" />
<note pan="0" key="33" vol="156" pos="288" len="36" />
<note pan="0" key="52" vol="100" pos="312" len="12" />
<note pan="0" key="31" vol="180" pos="336" len="36" />
<note pan="0" key="50" vol="100" pos="336" len="12" />
</pattern>
<pattern steps="16" muted="0" type="1" name="Default" pos="4992" len="384" frozen="0" >
<note pan="0" key="48" vol="100" pos="0" len="12" />
<note pan="0" key="21" vol="100" pos="0" len="36" />
<note pan="0" key="24" vol="100" pos="48" len="36" />
<note pan="0" key="28" vol="100" pos="96" len="36" />
<note pan="0" key="48" vol="100" pos="144" len="12" />
<note pan="0" key="48" vol="100" pos="192" len="12" />
<note pan="0" key="21" vol="100" pos="192" len="36" />
<note pan="0" key="24" vol="100" pos="240" len="36" />
<note pan="0" key="33" vol="156" pos="288" len="36" />
<note pan="0" key="52" vol="100" pos="312" len="12" />
<note pan="0" key="31" vol="180" pos="336" len="36" />
<note pan="0" key="50" vol="100" pos="336" len="12" />
</pattern>
</track>
<track muted="0" type="0" name="Default" >
<instrumenttrack pan="0" fxch="0" pitch="0" basenote="57" vol="34" >
<instrument name="tripleoscillator" >
<tripleoscillator phoffset2="0" userwavefile0="" finer0="0" userwavefile1="" finer1="0" userwavefile2="" finer2="0" coarse0="0" coarse1="0" coarse2="0" finel0="0" finel1="0" modalgo1="2" modalgo2="2" finel2="0" pan0="0" modalgo3="0" pan1="0" stphdetun0="0" pan2="0" stphdetun1="0" wavetype0="0" stphdetun2="0" wavetype1="0" wavetype2="0" vol0="33" vol1="33" phoffset0="0" phoffset1="0" vol2="33" />
</instrument>
<eldata fres="0.5" ftype="0" fcut="14000" fwet="0" >
<elvol lspd_denominator="1" pdel="0" userwavefile="" dec="0.5" lamt="0" syncmode="0" latt="0" rel="0.1" sus="0.5" amt="0" x100="0" att="0" lpdel="0" hold="0.5" lshp="0" lspd="0.1" ctlenvamt="0" lspd_numerator="1" />
<elcut lspd_denominator="1" pdel="0" userwavefile="" dec="0.5" lamt="0" syncmode="0" latt="0" rel="0.1" sus="0.5" amt="0" x100="0" att="0" lpdel="0" hold="0.5" lshp="0" lspd="0.1" ctlenvamt="0" lspd_numerator="1" />
<elres lspd_denominator="1" pdel="0" userwavefile="" dec="0.5" lamt="0" syncmode="0" latt="0" rel="0.1" sus="0.5" amt="0" x100="0" att="0" lpdel="0" hold="0.5" lshp="0" lspd="0.1" ctlenvamt="0" lspd_numerator="1" />
</eldata>
<chordcreator chord="0" chordrange="1" chord-enabled="0" />
<arpeggiator arptime="100" arprange="1" arptime_denominator="1" syncmode="0" arpmode="0" arp-enabled="0" arp="0" arptime_numerator="1" arpdir="0" arpgate="100" />
<midiport inputcontroller="0" inputchannel="0" outputcontroller="0" writable="0" outputchannel="1" defvelout="0" readable="0" defvelin="0" />
<fxchain numofeffects="0" enabled="0" />
</instrumenttrack>
<pattern steps="16" muted="0" type="1" name="Default" pos="0" len="384" frozen="0" >
<note pan="0" key="36" vol="100" pos="0" len="24" />
<note pan="0" key="38" vol="100" pos="48" len="24" />
<note pan="0" key="36" vol="100" pos="96" len="24" />
<note pan="0" key="36" vol="100" pos="120" len="24" />
<note pan="0" key="38" vol="100" pos="144" len="24" />
<note pan="0" key="36" vol="100" pos="168" len="24" />
<note pan="0" key="36" vol="100" pos="192" len="48" />
<note pan="0" key="38" vol="100" pos="240" len="24" />
<note pan="0" key="40" vol="100" pos="264" len="24" />
<note pan="0" key="41" vol="100" pos="288" len="24" />
<note pan="0" key="38" vol="100" pos="336" len="24" />
</pattern>
<pattern steps="16" muted="0" type="1" name="Default" pos="384" len="384" frozen="0" >
<note pan="0" key="36" vol="100" pos="0" len="24" />
<note pan="0" key="38" vol="100" pos="48" len="24" />
<note pan="0" key="36" vol="100" pos="96" len="24" />
<note pan="0" key="36" vol="100" pos="120" len="24" />
<note pan="0" key="38" vol="100" pos="144" len="24" />
<note pan="0" key="36" vol="100" pos="168" len="24" />
<note pan="0" key="36" vol="100" pos="192" len="48" />
<note pan="0" key="38" vol="100" pos="240" len="24" />
<note pan="0" key="40" vol="100" pos="264" len="24" />
<note pan="0" key="41" vol="100" pos="288" len="24" />
<note pan="0" key="38" vol="100" pos="336" len="24" />
</pattern>
<pattern steps="16" muted="0" type="1" name="Default" pos="768" len="384" frozen="0" >
<note pan="0" key="36" vol="100" pos="0" len="24" />
<note pan="0" key="38" vol="100" pos="48" len="24" />
<note pan="0" key="36" vol="100" pos="96" len="24" />
<note pan="0" key="36" vol="100" pos="120" len="24" />
<note pan="0" key="38" vol="100" pos="144" len="24" />
<note pan="0" key="36" vol="100" pos="168" len="24" />
<note pan="0" key="36" vol="100" pos="192" len="48" />
<note pan="0" key="38" vol="100" pos="240" len="24" />
<note pan="0" key="40" vol="100" pos="264" len="24" />
<note pan="0" key="41" vol="100" pos="288" len="24" />
<note pan="0" key="38" vol="100" pos="336" len="24" />
</pattern>
<pattern steps="16" muted="0" type="1" name="Default" pos="1152" len="384" frozen="0" >
<note pan="0" key="36" vol="100" pos="0" len="24" />
<note pan="0" key="38" vol="100" pos="48" len="24" />
<note pan="0" key="36" vol="100" pos="96" len="24" />
<note pan="0" key="36" vol="100" pos="120" len="24" />
<note pan="0" key="38" vol="100" pos="144" len="24" />
<note pan="0" key="36" vol="100" pos="168" len="24" />
<note pan="0" key="36" vol="100" pos="192" len="48" />
<note pan="0" key="38" vol="100" pos="240" len="24" />
<note pan="0" key="40" vol="100" pos="264" len="24" />
<note pan="0" key="41" vol="100" pos="288" len="24" />
<note pan="0" key="38" vol="100" pos="336" len="24" />
</pattern>
<pattern steps="16" muted="0" type="1" name="Default" pos="1536" len="384" frozen="0" >
<note pan="0" key="36" vol="100" pos="0" len="24" />
<note pan="0" key="38" vol="100" pos="48" len="24" />
<note pan="0" key="36" vol="100" pos="96" len="24" />
<note pan="0" key="36" vol="100" pos="120" len="24" />
<note pan="0" key="38" vol="100" pos="144" len="24" />
<note pan="0" key="36" vol="100" pos="168" len="24" />
<note pan="0" key="36" vol="100" pos="192" len="48" />
<note pan="0" key="38" vol="100" pos="240" len="24" />
<note pan="0" key="40" vol="100" pos="264" len="24" />
<note pan="0" key="41" vol="100" pos="288" len="24" />
<note pan="0" key="38" vol="100" pos="336" len="24" />
</pattern>
<pattern steps="16" muted="0" type="1" name="Default" pos="1920" len="384" frozen="0" >
<note pan="0" key="36" vol="100" pos="0" len="24" />
<note pan="0" key="38" vol="100" pos="48" len="24" />
<note pan="0" key="36" vol="100" pos="96" len="24" />
<note pan="0" key="36" vol="100" pos="120" len="24" />
<note pan="0" key="38" vol="100" pos="144" len="24" />
<note pan="0" key="36" vol="100" pos="168" len="24" />
<note pan="0" key="36" vol="100" pos="192" len="48" />
<note pan="0" key="38" vol="100" pos="240" len="24" />
<note pan="0" key="40" vol="100" pos="264" len="24" />
<note pan="0" key="41" vol="100" pos="288" len="24" />
<note pan="0" key="38" vol="100" pos="336" len="24" />
</pattern>
<pattern steps="16" muted="0" type="1" name="Default" pos="3072" len="384" frozen="0" >
<note pan="0" key="36" vol="100" pos="0" len="24" />
<note pan="0" key="38" vol="100" pos="48" len="24" />
<note pan="0" key="36" vol="100" pos="96" len="24" />
<note pan="0" key="36" vol="100" pos="120" len="24" />
<note pan="0" key="38" vol="100" pos="144" len="24" />
<note pan="0" key="36" vol="100" pos="168" len="24" />
<note pan="0" key="36" vol="100" pos="192" len="48" />
<note pan="0" key="38" vol="100" pos="240" len="24" />
<note pan="0" key="40" vol="100" pos="264" len="24" />
<note pan="0" key="41" vol="100" pos="288" len="24" />
<note pan="0" key="38" vol="100" pos="336" len="24" />
</pattern>
<pattern steps="16" muted="0" type="1" name="Default" pos="3456" len="384" frozen="0" >
<note pan="0" key="36" vol="100" pos="0" len="24" />
<note pan="0" key="38" vol="100" pos="48" len="24" />
<note pan="0" key="36" vol="100" pos="96" len="24" />
<note pan="0" key="36" vol="100" pos="120" len="24" />
<note pan="0" key="38" vol="100" pos="144" len="24" />
<note pan="0" key="36" vol="100" pos="168" len="24" />
<note pan="0" key="36" vol="100" pos="192" len="48" />
<note pan="0" key="38" vol="100" pos="240" len="24" />
<note pan="0" key="40" vol="100" pos="264" len="24" />
<note pan="0" key="41" vol="100" pos="288" len="24" />
<note pan="0" key="38" vol="100" pos="336" len="24" />
</pattern>
</track>
<track muted="0" type="0" name="Default" >
<instrumenttrack pan="0" fxch="0" pitch="0" basenote="57" vol="12" >
<instrument name="organic" >
<organic detune0="0" detune1="0" detune2="0" detune3="0" detune4="0" detune5="0" detune6="0" detune7="0" vol0="100" vol1="100" vol2="100" vol3="100" vol4="100" vol5="100" wavetype0="0" vol6="100" wavetype1="0" wavetype2="0" vol7="100" num_osc="8" wavetype3="0" harmonic0="0.5" wavetype4="0" harmonic1="0.75" wavetype5="0" harmonic2="1" wavetype6="0" harmonic3="2" pan0="0" wavetype7="0" harmonic4="3" pan1="0" foldback="0" harmonic5="4" pan2="0" harmonic6="5" pan3="0" pan4="0" harmonic7="6" pan5="0" pan6="0" pan7="0" vol="100" />
</instrument>
<eldata fres="0.5" ftype="0" fcut="14000" fwet="0" >
<elvol lspd_denominator="1" pdel="0" userwavefile="" dec="0.5" lamt="0" syncmode="0" latt="0" rel="0.1" sus="0.5" amt="0" x100="0" att="0" lpdel="0" hold="0.5" lshp="0" lspd="0.1" ctlenvamt="0" lspd_numerator="1" />
<elcut lspd_denominator="1" pdel="0" userwavefile="" dec="0.5" lamt="0" syncmode="0" latt="0" rel="0.1" sus="0.5" amt="0" x100="0" att="0" lpdel="0" hold="0.5" lshp="0" lspd="0.1" ctlenvamt="0" lspd_numerator="1" />
<elres lspd_denominator="1" pdel="0" userwavefile="" dec="0.5" lamt="0" syncmode="0" latt="0" rel="0.1" sus="0.5" amt="0" x100="0" att="0" lpdel="0" hold="0.5" lshp="0" lspd="0.1" ctlenvamt="0" lspd_numerator="1" />
</eldata>
<chordcreator chord="0" chordrange="1" chord-enabled="0" />
<arpeggiator arptime="100" arprange="1" arptime_denominator="1" syncmode="0" arpmode="0" arp-enabled="0" arp="0" arptime_numerator="1" arpdir="0" arpgate="100" />
<midiport inputcontroller="0" inputchannel="0" outputcontroller="0" writable="0" outputchannel="1" defvelout="0" readable="0" defvelin="0" />
<fxchain numofeffects="0" enabled="0" />
</instrumenttrack>
<pattern steps="16" muted="0" type="1" name="Default" pos="780" len="192" frozen="0" >
<note pan="0" key="48" vol="100" pos="24" len="12" />
<note pan="0" key="48" vol="22" pos="36" len="12" />
<note pan="0" key="48" vol="100" pos="48" len="12" />
<note pan="0" key="43" vol="100" pos="72" len="12" />
<note pan="0" key="52" vol="100" pos="120" len="12" />
<note pan="0" key="52" vol="26" pos="132" len="12" />
<note pan="0" key="52" vol="100" pos="144" len="12" />
<note pan="0" key="48" vol="100" pos="168" len="12" />
</pattern>
<pattern steps="16" muted="0" type="1" name="Default" pos="960" len="192" frozen="0" >
<note pan="0" key="48" vol="100" pos="24" len="12" />
<note pan="0" key="48" vol="22" pos="36" len="12" />
<note pan="0" key="48" vol="100" pos="48" len="12" />
<note pan="0" key="43" vol="100" pos="72" len="12" />
<note pan="0" key="52" vol="100" pos="120" len="12" />
<note pan="0" key="52" vol="26" pos="132" len="12" />
<note pan="0" key="52" vol="100" pos="144" len="12" />
<note pan="0" key="48" vol="100" pos="168" len="12" />
</pattern>
<pattern steps="16" muted="0" type="1" name="Default" pos="1344" len="192" frozen="0" >
<note pan="0" key="48" vol="100" pos="24" len="12" />
<note pan="0" key="48" vol="22" pos="36" len="12" />
<note pan="0" key="48" vol="100" pos="48" len="12" />
<note pan="0" key="43" vol="100" pos="72" len="12" />
<note pan="0" key="52" vol="100" pos="120" len="12" />
<note pan="0" key="52" vol="26" pos="132" len="12" />
<note pan="0" key="52" vol="100" pos="144" len="12" />
<note pan="0" key="48" vol="100" pos="168" len="12" />
</pattern>
<pattern steps="16" muted="0" type="1" name="Default" pos="1152" len="192" frozen="0" >
<note pan="0" key="48" vol="100" pos="24" len="12" />
<note pan="0" key="48" vol="22" pos="36" len="12" />
<note pan="0" key="48" vol="100" pos="48" len="12" />
<note pan="0" key="43" vol="100" pos="72" len="12" />
<note pan="0" key="52" vol="100" pos="120" len="12" />
<note pan="0" key="52" vol="26" pos="132" len="12" />
<note pan="0" key="52" vol="100" pos="144" len="12" />
<note pan="0" key="48" vol="100" pos="168" len="12" />
</pattern>
<pattern steps="16" muted="0" type="1" name="Default" pos="1536" len="192" frozen="0" >
<note pan="0" key="48" vol="100" pos="24" len="12" />
<note pan="0" key="48" vol="22" pos="36" len="12" />
<note pan="0" key="48" vol="100" pos="48" len="12" />
<note pan="0" key="43" vol="100" pos="72" len="12" />
<note pan="0" key="52" vol="100" pos="120" len="12" />
<note pan="0" key="52" vol="26" pos="132" len="12" />
<note pan="0" key="52" vol="100" pos="144" len="12" />
<note pan="0" key="48" vol="100" pos="168" len="12" />
</pattern>
<pattern steps="16" muted="0" type="1" name="Default" pos="1728" len="192" frozen="0" >
<note pan="0" key="48" vol="100" pos="24" len="12" />
<note pan="0" key="48" vol="22" pos="36" len="12" />
<note pan="0" key="48" vol="100" pos="48" len="12" />
<note pan="0" key="43" vol="100" pos="72" len="12" />
<note pan="0" key="52" vol="100" pos="120" len="12" />
<note pan="0" key="52" vol="26" pos="132" len="12" />
<note pan="0" key="52" vol="100" pos="144" len="12" />
<note pan="0" key="48" vol="100" pos="168" len="12" />
</pattern>
<pattern steps="16" muted="0" type="1" name="Default" pos="1920" len="192" frozen="0" >
<note pan="0" key="48" vol="100" pos="24" len="12" />
<note pan="0" key="48" vol="22" pos="36" len="12" />
<note pan="0" key="48" vol="100" pos="48" len="12" />
<note pan="0" key="43" vol="100" pos="72" len="12" />
<note pan="0" key="52" vol="100" pos="120" len="12" />
<note pan="0" key="52" vol="26" pos="132" len="12" />
<note pan="0" key="52" vol="100" pos="144" len="12" />
<note pan="0" key="48" vol="100" pos="168" len="12" />
</pattern>
<pattern steps="16" muted="0" type="1" name="Default" pos="2112" len="192" frozen="0" >
<note pan="0" key="48" vol="100" pos="24" len="12" />
<note pan="0" key="48" vol="22" pos="36" len="12" />
<note pan="0" key="48" vol="100" pos="48" len="12" />
<note pan="0" key="43" vol="100" pos="72" len="12" />
<note pan="0" key="52" vol="100" pos="120" len="12" />
<note pan="0" key="52" vol="26" pos="132" len="12" />
<note pan="0" key="52" vol="100" pos="144" len="12" />
<note pan="0" key="48" vol="100" pos="168" len="12" />
</pattern>
<pattern steps="16" muted="0" type="1" name="Default" pos="2304" len="192" frozen="0" >
<note pan="0" key="48" vol="100" pos="24" len="12" />
<note pan="0" key="48" vol="22" pos="36" len="12" />
<note pan="0" key="48" vol="100" pos="48" len="12" />
<note pan="0" key="43" vol="100" pos="72" len="12" />
<note pan="0" key="52" vol="100" pos="120" len="12" />
<note pan="0" key="52" vol="26" pos="132" len="12" />
<note pan="0" key="52" vol="100" pos="144" len="12" />
<note pan="0" key="48" vol="100" pos="168" len="12" />
</pattern>
<pattern steps="16" muted="0" type="1" name="Default" pos="2496" len="192" frozen="0" >
<note pan="0" key="48" vol="100" pos="24" len="12" />
<note pan="0" key="48" vol="22" pos="36" len="12" />
<note pan="0" key="48" vol="100" pos="48" len="12" />
<note pan="0" key="43" vol="100" pos="72" len="12" />
<note pan="0" key="52" vol="100" pos="120" len="12" />
<note pan="0" key="52" vol="26" pos="132" len="12" />
<note pan="0" key="52" vol="100" pos="144" len="12" />
<note pan="0" key="48" vol="100" pos="168" len="12" />
</pattern>
<pattern steps="16" muted="0" type="1" name="Default" pos="2688" len="192" frozen="0" >
<note pan="0" key="48" vol="100" pos="24" len="12" />
<note pan="0" key="48" vol="22" pos="36" len="12" />
<note pan="0" key="48" vol="100" pos="48" len="12" />
<note pan="0" key="43" vol="100" pos="72" len="12" />
<note pan="0" key="52" vol="100" pos="120" len="12" />
<note pan="0" key="52" vol="26" pos="132" len="12" />
<note pan="0" key="52" vol="100" pos="144" len="12" />
<note pan="0" key="48" vol="100" pos="168" len="12" />
</pattern>
<pattern steps="16" muted="0" type="1" name="Default" pos="2880" len="192" frozen="0" >
<note pan="0" key="48" vol="100" pos="24" len="12" />
<note pan="0" key="48" vol="22" pos="36" len="12" />
<note pan="0" key="48" vol="100" pos="48" len="12" />
<note pan="0" key="43" vol="100" pos="72" len="12" />
<note pan="0" key="52" vol="100" pos="120" len="12" />
<note pan="0" key="52" vol="26" pos="132" len="12" />
<note pan="0" key="52" vol="100" pos="144" len="12" />
<note pan="0" key="48" vol="100" pos="168" len="12" />
</pattern>
</track>
</trackcontainer>
<track muted="0" type="6" name="Automation track" >
<automationtrack/>
<automationpattern name="Drag a control while pressing &lt;Ctrl>" pos="0" >
<time value="0" pos="0" />
<time value="-1024" pos="60" />
<time value="-1024" pos="72" />
<time value="-1024" pos="84" />
<time value="-1024" pos="96" />
<time value="-1014" pos="108" />
<time value="-1024" pos="120" />
<time value="-1024" pos="132" />
<time value="-7" pos="144" />
<time value="1019" pos="156" />
<time value="1019" pos="168" />
<time value="1014" pos="180" />
<time value="-17" pos="192" />
<time value="-22" pos="204" />
<time value="-22" pos="216" />
<time value="-27" pos="228" />
<time value="-17" pos="240" />
<time value="-17" pos="252" />
<time value="-7" pos="264" />
<time value="-7" pos="276" />
<time value="-7" pos="288" />
<time value="2" pos="300" />
<time value="2" pos="312" />
<time value="2" pos="324" />
<time value="2" pos="336" />
<time value="-2" pos="348" />
<time value="-2" pos="360" />
<time value="2" pos="372" />
<time value="12" pos="384" />
</automationpattern>
<automationpattern name="Drag a control while pressing &lt;Ctrl>" pos="0" >
<time value="-32" pos="0" />
<time value="-47" pos="12" />
<time value="-52" pos="24" />
<time value="-22" pos="36" />
<time value="-32" pos="48" />
<time value="-32" pos="60" />
<time value="-32" pos="72" />
<time value="-32" pos="84" />
<time value="-32" pos="96" />
<time value="-32" pos="108" />
<time value="-32" pos="120" />
<time value="-22" pos="132" />
<time value="-12" pos="144" />
<time value="-32" pos="156" />
<time value="-32" pos="168" />
<time value="17" pos="180" />
<time value="-32" pos="192" />
<time value="-32" pos="204" />
<time value="7" pos="216" />
<time value="-32" pos="228" />
<time value="-12" pos="240" />
<time value="-32" pos="252" />
<time value="-32" pos="264" />
<time value="-32" pos="276" />
<time value="52" pos="288" />
<time value="-32" pos="300" />
<time value="-42" pos="312" />
<time value="-32" pos="324" />
<time value="-52" pos="336" />
<time value="-42" pos="348" />
<time value="-42" pos="360" />
<time value="72" pos="372" />
<time value="950" pos="384" />
<time value="945" pos="396" />
<time value="915" pos="408" />
<time value="886" pos="420" />
<time value="718" pos="432" />
<time value="683" pos="444" />
<time value="649" pos="456" />
<time value="-550" pos="468" />
<time value="-580" pos="480" />
<time value="-644" pos="492" />
<time value="-688" pos="504" />
<time value="-728" pos="516" />
<time value="-762" pos="528" />
</automationpattern>
<automationpattern name="Drag a control while pressing &lt;Ctrl>" pos="0" >
<time value="-254" pos="0" />
<time value="-244" pos="12" />
<time value="-249" pos="24" />
<time value="-225" pos="36" />
<time value="-225" pos="48" />
<time value="-131" pos="60" />
<time value="-151" pos="72" />
<time value="1019" pos="84" />
<time value="980" pos="96" />
<time value="896" pos="108" />
<time value="600" pos="120" />
<time value="392" pos="132" />
<time value="-308" pos="144" />
<time value="-491" pos="156" />
<time value="-832" pos="168" />
<time value="-1014" pos="180" />
<time value="-1019" pos="192" />
<time value="-57" pos="204" />
<time value="27" pos="216" />
<time value="229" pos="228" />
<time value="373" pos="240" />
<time value="471" pos="252" />
<time value="609" pos="264" />
<time value="649" pos="276" />
<time value="728" pos="288" />
<time value="827" pos="300" />
<time value="896" pos="312" />
<time value="975" pos="324" />
<time value="975" pos="336" />
<time value="1014" pos="348" />
<time value="1019" pos="360" />
<time value="846" pos="372" />
<time value="758" pos="384" />
<time value="649" pos="396" />
<time value="501" pos="408" />
<time value="373" pos="420" />
<time value="160" pos="432" />
<time value="-239" pos="444" />
<time value="-535" pos="456" />
<time value="-822" pos="468" />
<time value="-836" pos="480" />
<time value="-896" pos="492" />
<time value="-1009" pos="504" />
<time value="-1004" pos="516" />
<time value="-1004" pos="528" />
</automationpattern>
</track>
<fxmixer>
<fxchannel num="0" muted="0" volume="0.5" name="Master" >
<fxchain numofeffects="0" enabled="0" />
</fxchannel>
<fxchannel num="1" muted="0" volume="1" name="FX 1" >
<fxchain numofeffects="0" enabled="0" />
</fxchannel>
<fxchannel num="2" muted="0" volume="1" name="FX 2" >
<fxchain numofeffects="0" enabled="0" />
</fxchannel>
<fxchannel num="3" muted="0" volume="1" name="FX 3" >
<fxchain numofeffects="0" enabled="0" />
</fxchannel>
<fxchannel num="4" muted="0" volume="1" name="FX 4" >
<fxchain numofeffects="0" enabled="0" />
</fxchannel>
<fxchannel num="5" muted="0" volume="1" name="FX 5" >
<fxchain numofeffects="0" enabled="0" />
</fxchannel>
<fxchannel num="6" muted="0" volume="1" name="FX 6" >
<fxchain numofeffects="0" enabled="0" />
</fxchannel>
<fxchannel num="7" muted="0" volume="1" name="FX 7" >
<fxchain numofeffects="0" enabled="0" />
</fxchannel>
<fxchannel num="8" muted="0" volume="1" name="FX 8" >
<fxchain numofeffects="0" enabled="0" />
</fxchannel>
<fxchannel num="9" muted="0" volume="1" name="FX 9" >
<fxchain numofeffects="0" enabled="0" />
</fxchannel>
<fxchannel num="10" muted="0" volume="1" name="FX 10" >
<fxchain numofeffects="0" enabled="0" />
</fxchannel>
<fxchannel num="11" muted="0" volume="1" name="FX 11" >
<fxchain numofeffects="0" enabled="0" />
</fxchannel>
<fxchannel num="12" muted="0" volume="1" name="FX 12" >
<fxchain numofeffects="0" enabled="0" />
</fxchannel>
<fxchannel num="13" muted="0" volume="1" name="FX 13" >
<fxchain numofeffects="0" enabled="0" />
</fxchannel>
<fxchannel num="14" muted="0" volume="1" name="FX 14" >
<fxchain numofeffects="0" enabled="0" />
</fxchannel>
<fxchannel num="15" muted="0" volume="1" name="FX 15" >
<fxchain numofeffects="0" enabled="0" />
</fxchannel>
<fxchannel num="16" muted="0" volume="1" name="FX 16" >
<fxchain numofeffects="0" enabled="0" />
</fxchannel>
<fxchannel num="17" muted="0" volume="1" name="FX 17" >
<fxchain numofeffects="0" enabled="0" />
</fxchannel>
<fxchannel num="18" muted="0" volume="1" name="FX 18" >
<fxchain numofeffects="0" enabled="0" />
</fxchannel>
<fxchannel num="19" muted="0" volume="1" name="FX 19" >
<fxchain numofeffects="0" enabled="0" />
</fxchannel>
<fxchannel num="20" muted="0" volume="1" name="FX 20" >
<fxchain numofeffects="0" enabled="0" />
</fxchannel>
<fxchannel num="21" muted="0" volume="1" name="FX 21" >
<fxchain numofeffects="0" enabled="0" />
</fxchannel>
<fxchannel num="22" muted="0" volume="1" name="FX 22" >
<fxchain numofeffects="0" enabled="0" />
</fxchannel>
<fxchannel num="23" muted="0" volume="1" name="FX 23" >
<fxchain numofeffects="0" enabled="0" />
</fxchannel>
<fxchannel num="24" muted="0" volume="1" name="FX 24" >
<fxchain numofeffects="0" enabled="0" />
</fxchannel>
<fxchannel num="25" muted="0" volume="1" name="FX 25" >
<fxchain numofeffects="0" enabled="0" />
</fxchannel>
<fxchannel num="26" muted="0" volume="1" name="FX 26" >
<fxchain numofeffects="0" enabled="0" />
</fxchannel>
<fxchannel num="27" muted="0" volume="1" name="FX 27" >
<fxchain numofeffects="0" enabled="0" />
</fxchannel>
<fxchannel num="28" muted="0" volume="1" name="FX 28" >
<fxchain numofeffects="0" enabled="0" />
</fxchannel>
<fxchannel num="29" muted="0" volume="1" name="FX 29" >
<fxchain numofeffects="0" enabled="0" />
</fxchannel>
<fxchannel num="30" muted="0" volume="1" name="FX 30" >
<fxchain numofeffects="0" enabled="0" />
</fxchannel>
<fxchannel num="31" muted="0" volume="1" name="FX 31" >
<fxchain numofeffects="0" enabled="0" />
</fxchannel>
<fxchannel num="32" muted="0" volume="1" name="FX 32" >
<fxchain numofeffects="0" enabled="0" />
</fxchannel>
<fxchannel num="33" muted="0" volume="1" name="FX 33" >
<fxchain numofeffects="0" enabled="0" />
</fxchannel>
<fxchannel num="34" muted="0" volume="1" name="FX 34" >
<fxchain numofeffects="0" enabled="0" />
</fxchannel>
<fxchannel num="35" muted="0" volume="1" name="FX 35" >
<fxchain numofeffects="0" enabled="0" />
</fxchannel>
<fxchannel num="36" muted="0" volume="1" name="FX 36" >
<fxchain numofeffects="0" enabled="0" />
</fxchannel>
<fxchannel num="37" muted="0" volume="1" name="FX 37" >
<fxchain numofeffects="0" enabled="0" />
</fxchannel>
<fxchannel num="38" muted="0" volume="1" name="FX 38" >
<fxchain numofeffects="0" enabled="0" />
</fxchannel>
<fxchannel num="39" muted="0" volume="1" name="FX 39" >
<fxchain numofeffects="0" enabled="0" />
</fxchannel>
<fxchannel num="40" muted="0" volume="1" name="FX 40" >
<fxchain numofeffects="0" enabled="0" />
</fxchannel>
<fxchannel num="41" muted="0" volume="1" name="FX 41" >
<fxchain numofeffects="0" enabled="0" />
</fxchannel>
<fxchannel num="42" muted="0" volume="1" name="FX 42" >
<fxchain numofeffects="0" enabled="0" />
</fxchannel>
<fxchannel num="43" muted="0" volume="1" name="FX 43" >
<fxchain numofeffects="0" enabled="0" />
</fxchannel>
<fxchannel num="44" muted="0" volume="1" name="FX 44" >
<fxchain numofeffects="0" enabled="0" />
</fxchannel>
<fxchannel num="45" muted="0" volume="1" name="FX 45" >
<fxchain numofeffects="0" enabled="0" />
</fxchannel>
<fxchannel num="46" muted="0" volume="1" name="FX 46" >
<fxchain numofeffects="0" enabled="0" />
</fxchannel>
<fxchannel num="47" muted="0" volume="1" name="FX 47" >
<fxchain numofeffects="0" enabled="0" />
</fxchannel>
<fxchannel num="48" muted="0" volume="1" name="FX 48" >
<fxchain numofeffects="0" enabled="0" />
</fxchannel>
<fxchannel num="49" muted="0" volume="1" name="FX 49" >
<fxchain numofeffects="0" enabled="0" />
</fxchannel>
<fxchannel num="50" muted="0" volume="1" name="FX 50" >
<fxchain numofeffects="0" enabled="0" />
</fxchannel>
<fxchannel num="51" muted="0" volume="1" name="FX 51" >
<fxchain numofeffects="0" enabled="0" />
</fxchannel>
<fxchannel num="52" muted="0" volume="1" name="FX 52" >
<fxchain numofeffects="0" enabled="0" />
</fxchannel>
<fxchannel num="53" muted="0" volume="1" name="FX 53" >
<fxchain numofeffects="0" enabled="0" />
</fxchannel>
<fxchannel num="54" muted="0" volume="1" name="FX 54" >
<fxchain numofeffects="0" enabled="0" />
</fxchannel>
<fxchannel num="55" muted="0" volume="1" name="FX 55" >
<fxchain numofeffects="0" enabled="0" />
</fxchannel>
<fxchannel num="56" muted="0" volume="1" name="FX 56" >
<fxchain numofeffects="0" enabled="0" />
</fxchannel>
<fxchannel num="57" muted="0" volume="1" name="FX 57" >
<fxchain numofeffects="0" enabled="0" />
</fxchannel>
<fxchannel num="58" muted="0" volume="1" name="FX 58" >
<fxchain numofeffects="0" enabled="0" />
</fxchannel>
<fxchannel num="59" muted="0" volume="1" name="FX 59" >
<fxchain numofeffects="0" enabled="0" />
</fxchannel>
<fxchannel num="60" muted="0" volume="1" name="FX 60" >
<fxchain numofeffects="0" enabled="0" />
</fxchannel>
<fxchannel num="61" muted="0" volume="1" name="FX 61" >
<fxchain numofeffects="0" enabled="0" />
</fxchannel>
<fxchannel num="62" muted="0" volume="1" name="FX 62" >
<fxchain numofeffects="0" enabled="0" />
</fxchannel>
<fxchannel num="63" muted="0" volume="1" name="FX 63" >
<fxchain numofeffects="0" enabled="0" />
</fxchannel>
<fxchannel num="64" muted="0" volume="1" name="FX 64" >
<fxchain numofeffects="0" enabled="0" />
</fxchannel>
</fxmixer>
<pianoroll width="640" x="58" y="119" height="480" visible="0" />
<automationeditor width="740" x="0" y="0" height="480" visible="0" />
<projectnotes width="483" x="0" y="180" height="249" visible="1" ><![CDATA[<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
<html><head><meta name="qrichtext" content="1" /><style type="text/css">
p, li { white-space: pre-wrap; }
</style></head><body style=" font-family:'DejaVu Sans'; font-size:9pt; font-weight:400; font-style:normal;">
<p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Sans Serif'; font-size:10pt;">@Copyright StrictProduction</p>
<p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Sans Serif'; font-size:10pt;">contact rapprerul2000@yahoo.com</p>
<p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Sans Serif'; font-size:10pt;">Just an little chill rap track made in </p>
<p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Sans Serif'; font-size:10pt;">LMMS (With lots of saving (uhh!))</p>
<p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Sans Serif'; font-size:10pt;">More to come :) press the hy quality Button!</p></body></html>]]></projectnotes>
<timeline lp1pos="5376" lp0pos="0" lpstate="1" />
<controllers/>
</song>
</multimedia-project>

View File

@@ -1,687 +0,0 @@
<?xml version="1.0"?>
<!DOCTYPE multimedia-project>
<multimedia-project version="1.0" creator="Linux MultiMedia Studio (LMMS)" creatorversion="0.4.0-beta" type="song" >
<head timesig_numerator="4" mastervol="94" timesig_denominator="4" bpm="140" masterpitch="0" />
<song>
<trackcontainer type="song" >
<track muted="0" type="1" name="Beat/Bassline 1" >
<bbtrack>
<trackcontainer type="bbtrackcontainer" >
<track muted="0" type="0" name="Analog Dreamz" >
<instrumenttrack pan="-2" fxch="0" pitch="0" basenote="57" vol="29" >
<instrument name="tripleoscillator" >
<tripleoscillator phoffset2="0" userwavefile0="" finer0="15" userwavefile1="" finer1="-5" userwavefile2="" finer2="0" coarse0="-12" coarse1="-12" coarse2="-24" finel0="-18" finel1="14" modalgo1="2" modalgo2="2" finel2="0" pan0="0" modalgo3="0" pan1="0" stphdetun0="0" pan2="0" stphdetun1="0" wavetype0="2" stphdetun2="0" wavetype1="2" wavetype2="2" vol0="100" vol1="100" phoffset0="0" phoffset1="0" vol2="100" />
</instrument>
<eldata fres="4.73" ftype="1" fcut="95" fwet="0" >
<elvol lspd_denominator="1" pdel="0" userwavefile="" dec="0.464" lamt="0" syncmode="0" latt="0" rel="0.423" sus="0.523" amt="1" x100="0" att="0" lpdel="0" hold="0" lshp="0" lspd="0.1" ctlenvamt="0" lspd_numerator="1" />
<elcut lspd_denominator="1" pdel="0" userwavefile="" dec="0.629" lamt="0" syncmode="0" latt="0" rel="0.182" sus="0.717" amt="0.425" x100="0" att="0" lpdel="0" hold="0" lshp="0" lspd="0.1" ctlenvamt="0" lspd_numerator="1" />
<elres lspd_denominator="1" pdel="0" userwavefile="" dec="0.499" lamt="0" syncmode="0" latt="0" rel="0.1" sus="0.499" amt="0" x100="0" att="0" lpdel="0" hold="0.499" lshp="0" lspd="0.1" ctlenvamt="0" lspd_numerator="1" />
</eldata>
<chordcreator chord="0" chordrange="2" chord-enabled="1" />
<arpeggiator arptime="100" arprange="1" arptime_denominator="1" syncmode="0" arpmode="0" arp-enabled="0" arp="0" arptime_numerator="1" arpdir="0" arpgate="100" />
<midiport inputcontroller="0" inputchannel="0" outputcontroller="0" writable="0" outputchannel="1" defvelout="0" readable="0" defvelin="0" />
<fxchain numofeffects="0" enabled="0" />
</instrumenttrack>
<pattern steps="16" muted="0" type="0" name="Analog Dreamz" pos="0" len="192" frozen="0" />
<pattern steps="16" muted="0" type="0" name="Analog Dreamz" pos="192" len="192" frozen="0" />
<pattern steps="16" muted="0" type="0" name="Analog Dreamz" pos="384" len="192" frozen="0" />
<pattern steps="16" muted="0" type="1" name="Analog Dreamz" pos="576" len="384" frozen="0" >
<note pan="0" key="62" vol="100" pos="0" len="24" />
<note pan="0" key="65" vol="100" pos="24" len="24" />
<note pan="0" key="62" vol="100" pos="48" len="24" />
<note pan="0" key="67" vol="100" pos="72" len="24" />
<note pan="0" key="62" vol="100" pos="96" len="24" />
<note pan="0" key="69" vol="100" pos="120" len="24" />
<note pan="0" key="62" vol="100" pos="144" len="24" />
<note pan="0" key="70" vol="100" pos="168" len="24" />
<note pan="0" key="62" vol="100" pos="192" len="24" />
<note pan="0" key="72" vol="100" pos="216" len="24" />
<note pan="0" key="62" vol="100" pos="240" len="24" />
<note pan="0" key="74" vol="100" pos="264" len="24" />
<note pan="0" key="62" vol="100" pos="288" len="24" />
<note pan="0" key="76" vol="100" pos="312" len="24" />
<note pan="0" key="62" vol="100" pos="336" len="24" />
<note pan="0" key="77" vol="100" pos="360" len="24" />
</pattern>
<pattern steps="16" muted="0" type="1" name="Analog Dreamz" pos="768" len="384" frozen="0" >
<note pan="0" key="69" vol="100" pos="0" len="24" />
<note pan="0" key="79" vol="100" pos="24" len="24" />
<note pan="0" key="69" vol="100" pos="48" len="24" />
<note pan="0" key="76" vol="100" pos="72" len="24" />
<note pan="0" key="69" vol="100" pos="96" len="24" />
<note pan="0" key="79" vol="100" pos="120" len="24" />
<note pan="0" key="69" vol="100" pos="144" len="24" />
<note pan="0" key="76" vol="100" pos="168" len="24" />
<note pan="0" key="69" vol="100" pos="192" len="24" />
<note pan="0" key="77" vol="100" pos="216" len="24" />
<note pan="0" key="69" vol="100" pos="240" len="24" />
<note pan="0" key="74" vol="100" pos="264" len="24" />
<note pan="0" key="69" vol="100" pos="288" len="24" />
<note pan="0" key="77" vol="100" pos="312" len="24" />
<note pan="0" key="69" vol="100" pos="336" len="24" />
<note pan="0" key="74" vol="100" pos="360" len="24" />
</pattern>
<pattern steps="16" muted="0" type="1" name="Analog Dreamz" pos="960" len="384" frozen="0" >
<note pan="0" key="69" vol="100" pos="0" len="24" />
<note pan="0" key="74" vol="100" pos="24" len="24" />
<note pan="0" key="69" vol="100" pos="48" len="24" />
<note pan="0" key="76" vol="100" pos="72" len="24" />
<note pan="0" key="69" vol="100" pos="96" len="24" />
<note pan="0" key="77" vol="100" pos="120" len="24" />
<note pan="0" key="69" vol="100" pos="144" len="24" />
<note pan="0" key="74" vol="100" pos="168" len="24" />
<note pan="0" key="69" vol="100" pos="192" len="24" />
<note pan="0" key="77" vol="100" pos="216" len="24" />
<note pan="0" key="69" vol="100" pos="240" len="24" />
<note pan="0" key="77" vol="100" pos="264" len="24" />
<note pan="0" key="69" vol="100" pos="288" len="24" />
<note pan="0" key="79" vol="100" pos="312" len="24" />
<note pan="0" key="69" vol="100" pos="336" len="24" />
<note pan="0" key="81" vol="100" pos="360" len="24" />
</pattern>
</track>
<track muted="0" type="0" name="Soft Strings" >
<instrumenttrack pan="0" fxch="0" pitch="0" basenote="45" vol="13" >
<instrument name="tripleoscillator" >
<tripleoscillator phoffset2="80" userwavefile0="" finer0="0" userwavefile1="" finer1="13" userwavefile2="samples/shapes/smooth_inv_saw.ogg" finer2="0" coarse0="0" coarse1="0" coarse2="12" finel0="0" finel1="-16" modalgo1="2" modalgo2="0" finel2="0" pan0="0" modalgo3="0" pan1="0" stphdetun0="121" pan2="0" stphdetun1="259" wavetype0="2" stphdetun2="92" wavetype1="2" wavetype2="3" vol0="100" vol1="100" phoffset0="0" phoffset1="266" vol2="42" />
</instrument>
<eldata fres="1.06" ftype="0" fcut="1437" fwet="1" >
<elvol lspd_denominator="1" pdel="0" userwavefile="" dec="0.597" lamt="0" syncmode="0" latt="0" rel="0.418" sus="0" amt="1" x100="0" att="0" lpdel="0" hold="0" lshp="0" lspd="0.1" ctlenvamt="0" lspd_numerator="1" />
<elcut lspd_denominator="1" pdel="0" userwavefile="" dec="0.136" lamt="0.35" syncmode="0" latt="0" rel="0.356" sus="0" amt="1" x100="1" att="0.416" lpdel="0" hold="0" lshp="0" lspd="0.486" ctlenvamt="0" lspd_numerator="1" />
<elres lspd_denominator="1" pdel="0" userwavefile="" dec="0.499" lamt="0" syncmode="0" latt="0" rel="0.1" sus="0.499" amt="0" x100="0" att="0" lpdel="0" hold="0.499" lshp="0" lspd="0.6717" ctlenvamt="0" lspd_numerator="1" />
</eldata>
<chordcreator chord="0" chordrange="1" chord-enabled="1" />
<arpeggiator arptime="158" arprange="2" arptime_denominator="1" syncmode="0" arpmode="0" arp-enabled="0" arp="0" arptime_numerator="1" arpdir="0" arpgate="100" />
<midiport inputcontroller="0" inputchannel="0" outputcontroller="0" writable="0" outputchannel="1" defvelout="0" readable="0" defvelin="0" />
<fxchain numofeffects="0" enabled="0" />
</instrumenttrack>
<pattern steps="16" muted="0" type="1" name="Soft Strings" pos="0" len="1920" frozen="0" >
<note pan="0" key="38" vol="100" pos="0" len="1920" />
<note pan="0" key="45" vol="100" pos="0" len="192" />
<note pan="0" key="50" vol="100" pos="192" len="192" />
<note pan="0" key="53" vol="100" pos="384" len="192" />
<note pan="0" key="57" vol="100" pos="576" len="192" />
<note pan="0" key="45" vol="100" pos="576" len="195" />
<note pan="0" key="55" vol="100" pos="768" len="192" />
<note pan="0" key="48" vol="100" pos="768" len="192" />
<note pan="0" key="45" vol="100" pos="960" len="192" />
<note pan="0" key="53" vol="100" pos="960" len="192" />
<note pan="0" key="52" vol="100" pos="1152" len="192" />
<note pan="0" key="46" vol="100" pos="1152" len="192" />
<note pan="0" key="50" vol="100" pos="1344" len="192" />
<note pan="0" key="43" vol="100" pos="1344" len="192" />
<note pan="0" key="45" vol="100" pos="1536" len="192" />
<note pan="0" key="49" vol="100" pos="1536" len="192" />
<note pan="0" key="45" vol="100" pos="1728" len="192" />
<note pan="0" key="50" vol="100" pos="1728" len="192" />
</pattern>
<pattern steps="16" muted="0" type="0" name="Soft Strings" pos="192" len="192" frozen="0" />
<pattern steps="16" muted="0" type="0" name="Soft Strings" pos="384" len="192" frozen="0" />
<pattern steps="16" muted="0" type="0" name="Soft Strings" pos="576" len="192" frozen="0" />
<pattern steps="16" muted="0" type="0" name="Soft Strings" pos="768" len="192" frozen="0" />
<pattern steps="16" muted="0" type="0" name="Soft Strings" pos="960" len="192" frozen="0" />
</track>
<track muted="0" type="0" name="Short3" >
<instrumenttrack pan="0" fxch="0" pitch="0" basenote="57" vol="44" >
<instrument name="tripleoscillator" >
<tripleoscillator phoffset2="0" userwavefile0="samples/empty.wav" finer0="0" userwavefile1="samples/empty.wav" finer1="0" userwavefile2="samples/empty.wav" finer2="0" coarse0="0" coarse1="0" coarse2="0" finel0="0" finel1="0" modalgo1="2" modalgo2="2" finel2="0" pan0="0" modalgo3="0" pan1="0" stphdetun0="162" pan2="0" stphdetun1="70" wavetype0="2" stphdetun2="0" wavetype1="4" wavetype2="4" vol0="50" vol1="50" phoffset0="0" phoffset1="0" vol2="100" />
</instrument>
<eldata fres="1.96" ftype="0" fcut="33" fwet="1" >
<elvol lspd_denominator="1" pdel="0" userwavefile="" dec="0.143" lamt="0" syncmode="0" latt="0" rel="0.365" sus="0" amt="1" x100="0" att="0" lpdel="0" hold="0" lshp="0" lspd="0.1" ctlenvamt="0" lspd_numerator="1" />
<elcut lspd_denominator="1" pdel="0" userwavefile="" dec="0.324" lamt="0" syncmode="0" latt="0" rel="0.404" sus="0.643" amt="1" x100="0" att="0" lpdel="0" hold="0" lshp="0" lspd="0.1" ctlenvamt="0" lspd_numerator="1" />
<elres lspd_denominator="1" pdel="0" userwavefile="" dec="0.499" lamt="0" syncmode="0" latt="0" rel="0" sus="0.499" amt="0" x100="0" att="0" lpdel="0" hold="0.499" lshp="0" lspd="0.1" ctlenvamt="0" lspd_numerator="1" />
</eldata>
<chordcreator chord="0" chordrange="1" chord-enabled="0" />
<arpeggiator arptime="100" arprange="1" arptime_denominator="1" syncmode="0" arpmode="0" arp-enabled="0" arp="0" arptime_numerator="1" arpdir="0" arpgate="100" />
<midiport inputcontroller="0" inputchannel="0" outputcontroller="0" writable="0" outputchannel="1" defvelout="0" readable="0" defvelin="0" />
<fxchain numofeffects="0" enabled="0" />
</instrumenttrack>
<pattern steps="16" muted="0" type="0" name="Short3" pos="0" len="192" frozen="0" />
<pattern steps="16" muted="0" type="1" name="Short3" pos="192" len="1920" frozen="0" >
<note pan="0" key="38" vol="100" pos="0" len="9" />
<note pan="0" key="38" vol="100" pos="12" len="9" />
<note pan="0" key="38" vol="100" pos="24" len="9" />
<note pan="0" key="38" vol="100" pos="48" len="9" />
<note pan="0" key="38" vol="100" pos="60" len="9" />
<note pan="0" key="38" vol="100" pos="72" len="9" />
<note pan="0" key="38" vol="100" pos="96" len="9" />
<note pan="0" key="38" vol="100" pos="108" len="9" />
<note pan="0" key="38" vol="100" pos="120" len="9" />
<note pan="0" key="38" vol="100" pos="144" len="9" />
<note pan="0" key="38" vol="100" pos="156" len="9" />
<note pan="0" key="38" vol="100" pos="168" len="9" />
<note pan="0" key="34" vol="100" pos="192" len="9" />
<note pan="0" key="34" vol="100" pos="204" len="9" />
<note pan="0" key="34" vol="100" pos="216" len="9" />
<note pan="0" key="34" vol="100" pos="240" len="9" />
<note pan="0" key="34" vol="100" pos="252" len="9" />
<note pan="0" key="34" vol="100" pos="264" len="9" />
<note pan="0" key="34" vol="100" pos="288" len="9" />
<note pan="0" key="34" vol="100" pos="300" len="9" />
<note pan="0" key="34" vol="100" pos="312" len="9" />
<note pan="0" key="34" vol="100" pos="336" len="9" />
<note pan="0" key="34" vol="100" pos="348" len="9" />
<note pan="0" key="34" vol="100" pos="360" len="9" />
<note pan="0" key="31" vol="100" pos="384" len="9" />
<note pan="0" key="31" vol="100" pos="396" len="9" />
<note pan="0" key="31" vol="100" pos="408" len="9" />
<note pan="0" key="31" vol="100" pos="432" len="9" />
<note pan="0" key="31" vol="100" pos="444" len="9" />
<note pan="0" key="31" vol="100" pos="456" len="9" />
<note pan="0" key="31" vol="100" pos="480" len="9" />
<note pan="0" key="31" vol="100" pos="492" len="9" />
<note pan="0" key="31" vol="100" pos="504" len="9" />
<note pan="0" key="31" vol="100" pos="528" len="9" />
<note pan="0" key="31" vol="100" pos="540" len="9" />
<note pan="0" key="31" vol="100" pos="552" len="9" />
<note pan="0" key="33" vol="100" pos="576" len="9" />
<note pan="0" key="33" vol="100" pos="588" len="9" />
<note pan="0" key="33" vol="100" pos="600" len="9" />
<note pan="0" key="33" vol="100" pos="624" len="9" />
<note pan="0" key="33" vol="100" pos="636" len="9" />
<note pan="0" key="33" vol="100" pos="648" len="9" />
<note pan="0" key="33" vol="100" pos="672" len="9" />
<note pan="0" key="33" vol="100" pos="684" len="9" />
<note pan="0" key="33" vol="100" pos="696" len="9" />
<note pan="0" key="33" vol="100" pos="720" len="9" />
<note pan="0" key="33" vol="100" pos="732" len="9" />
<note pan="0" key="33" vol="100" pos="744" len="9" />
<note pan="0" key="31" vol="100" pos="768" len="9" />
<note pan="0" key="31" vol="100" pos="780" len="9" />
<note pan="0" key="31" vol="100" pos="792" len="9" />
<note pan="0" key="31" vol="100" pos="816" len="9" />
<note pan="0" key="31" vol="100" pos="828" len="9" />
<note pan="0" key="31" vol="100" pos="840" len="9" />
<note pan="0" key="31" vol="100" pos="864" len="9" />
<note pan="0" key="31" vol="100" pos="876" len="9" />
<note pan="0" key="31" vol="100" pos="888" len="9" />
<note pan="0" key="31" vol="100" pos="912" len="9" />
<note pan="0" key="31" vol="100" pos="924" len="9" />
<note pan="0" key="31" vol="100" pos="936" len="9" />
<note pan="0" key="33" vol="100" pos="960" len="9" />
<note pan="0" key="33" vol="100" pos="972" len="9" />
<note pan="0" key="33" vol="100" pos="984" len="9" />
<note pan="0" key="33" vol="100" pos="1008" len="9" />
<note pan="0" key="33" vol="100" pos="1020" len="9" />
<note pan="0" key="33" vol="100" pos="1032" len="9" />
<note pan="0" key="33" vol="100" pos="1056" len="9" />
<note pan="0" key="33" vol="100" pos="1068" len="9" />
<note pan="0" key="33" vol="100" pos="1080" len="9" />
<note pan="0" key="33" vol="100" pos="1104" len="9" />
<note pan="0" key="33" vol="100" pos="1116" len="9" />
<note pan="0" key="33" vol="100" pos="1128" len="9" />
<note pan="0" key="34" vol="100" pos="1152" len="9" />
<note pan="0" key="34" vol="100" pos="1164" len="9" />
<note pan="0" key="34" vol="100" pos="1176" len="9" />
<note pan="0" key="34" vol="100" pos="1200" len="9" />
<note pan="0" key="34" vol="100" pos="1212" len="9" />
<note pan="0" key="34" vol="100" pos="1224" len="9" />
<note pan="0" key="34" vol="100" pos="1248" len="9" />
<note pan="0" key="34" vol="100" pos="1260" len="9" />
<note pan="0" key="34" vol="100" pos="1272" len="9" />
<note pan="0" key="34" vol="100" pos="1296" len="9" />
<note pan="0" key="34" vol="100" pos="1308" len="9" />
<note pan="0" key="34" vol="100" pos="1320" len="9" />
<note pan="0" key="38" vol="100" pos="1344" len="9" />
<note pan="0" key="38" vol="100" pos="1356" len="9" />
<note pan="0" key="38" vol="100" pos="1368" len="9" />
<note pan="0" key="38" vol="100" pos="1392" len="9" />
<note pan="0" key="38" vol="100" pos="1404" len="9" />
<note pan="0" key="38" vol="100" pos="1416" len="9" />
<note pan="0" key="38" vol="100" pos="1440" len="9" />
<note pan="0" key="38" vol="100" pos="1452" len="9" />
<note pan="0" key="38" vol="100" pos="1464" len="9" />
<note pan="0" key="38" vol="100" pos="1488" len="9" />
<note pan="0" key="38" vol="100" pos="1500" len="9" />
<note pan="0" key="38" vol="100" pos="1512" len="9" />
<note pan="0" key="33" vol="100" pos="1536" len="9" />
<note pan="0" key="33" vol="100" pos="1548" len="9" />
<note pan="0" key="33" vol="100" pos="1560" len="9" />
<note pan="0" key="33" vol="100" pos="1584" len="9" />
<note pan="0" key="33" vol="100" pos="1596" len="9" />
<note pan="0" key="33" vol="100" pos="1608" len="9" />
<note pan="0" key="33" vol="100" pos="1632" len="9" />
<note pan="0" key="33" vol="100" pos="1644" len="9" />
<note pan="0" key="33" vol="100" pos="1656" len="9" />
<note pan="0" key="33" vol="100" pos="1680" len="9" />
<note pan="0" key="33" vol="100" pos="1692" len="9" />
<note pan="0" key="33" vol="100" pos="1704" len="9" />
<note pan="0" key="38" vol="100" pos="1728" len="9" />
<note pan="0" key="38" vol="100" pos="1740" len="9" />
<note pan="0" key="38" vol="100" pos="1752" len="9" />
<note pan="0" key="38" vol="100" pos="1776" len="9" />
<note pan="0" key="38" vol="100" pos="1788" len="9" />
<note pan="0" key="38" vol="100" pos="1800" len="9" />
<note pan="0" key="38" vol="100" pos="1824" len="9" />
<note pan="0" key="38" vol="100" pos="1836" len="9" />
<note pan="0" key="38" vol="100" pos="1848" len="9" />
<note pan="0" key="38" vol="100" pos="1872" len="9" />
<note pan="0" key="38" vol="100" pos="1884" len="9" />
<note pan="0" key="38" vol="100" pos="1896" len="9" />
</pattern>
<pattern steps="16" muted="0" type="0" name="Short3" pos="384" len="192" frozen="0" />
<pattern steps="16" muted="0" type="0" name="Short3" pos="576" len="192" frozen="0" />
<pattern steps="16" muted="0" type="0" name="Short3" pos="768" len="192" frozen="0" />
<pattern steps="16" muted="0" type="0" name="Short3" pos="960" len="192" frozen="0" />
</track>
<track muted="0" type="0" name="bassdrum04.ogg" >
<instrumenttrack pan="2" fxch="0" pitch="0" basenote="57" vol="59" >
<instrument name="audiofileprocessor" >
<audiofileprocessor reversed="0" looped="0" eframe="0.999611" sframe="0" src="drums/bassdrum04.ogg" amp="381" />
</instrument>
<eldata fres="0.5" ftype="0" fcut="14000" fwet="0" >
<elvol lspd_denominator="1" pdel="0" userwavefile="" dec="0.499" lamt="0" syncmode="0" latt="0" rel="0.1" sus="0.499" amt="0" x100="0" att="0" lpdel="0" hold="0.499" lshp="0" lspd="0.1" ctlenvamt="0" lspd_numerator="1" />
<elcut lspd_denominator="1" pdel="0" userwavefile="" dec="0.499" lamt="0" syncmode="0" latt="0" rel="0.1" sus="0.499" amt="0" x100="0" att="0" lpdel="0" hold="0.499" lshp="0" lspd="0.1" ctlenvamt="0" lspd_numerator="1" />
<elres lspd_denominator="1" pdel="0" userwavefile="" dec="0.499" lamt="0" syncmode="0" latt="0" rel="0.1" sus="0.499" amt="0" x100="0" att="0" lpdel="0" hold="0.499" lshp="0" lspd="0.1" ctlenvamt="0" lspd_numerator="1" />
</eldata>
<chordcreator chord="0" chordrange="1" chord-enabled="0" />
<arpeggiator arptime="100" arprange="1" arptime_denominator="1" syncmode="0" arpmode="0" arp-enabled="0" arp="0" arptime_numerator="1" arpdir="0" arpgate="100" />
<midiport inputcontroller="0" inputchannel="0" outputcontroller="0" writable="0" outputchannel="1" defvelout="0" readable="0" defvelin="0" />
<fxchain numofeffects="0" enabled="0" />
</instrumenttrack>
<pattern steps="16" muted="0" type="0" name="bassdrum04.ogg" pos="0" len="192" frozen="0" />
<pattern steps="16" muted="0" type="0" name="bassdrum04.ogg" pos="192" len="192" frozen="0" />
<pattern steps="16" muted="0" type="0" name="bassdrum04.ogg" pos="384" len="192" frozen="0" >
<note pan="0" key="57" vol="100" pos="0" len="-192" />
<note pan="0" key="57" vol="100" pos="48" len="-192" />
<note pan="0" key="57" vol="100" pos="96" len="-192" />
<note pan="0" key="57" vol="100" pos="144" len="-192" />
</pattern>
<pattern steps="16" muted="0" type="0" name="bassdrum04.ogg" pos="576" len="192" frozen="0" />
<pattern steps="16" muted="0" type="0" name="bassdrum04.ogg" pos="768" len="192" frozen="0" />
<pattern steps="16" muted="0" type="0" name="bassdrum04.ogg" pos="960" len="192" frozen="0" />
</track>
<track muted="0" type="0" name="shaker02.ogg" >
<instrumenttrack pan="0" fxch="0" pitch="0" basenote="57" vol="59" >
<instrument name="audiofileprocessor" >
<audiofileprocessor reversed="0" looped="0" eframe="0.999196" sframe="0" src="drums/shaker02.ogg" amp="100" />
</instrument>
<eldata fres="0.5" ftype="0" fcut="14000" fwet="0" >
<elvol lspd_denominator="1" pdel="0" userwavefile="" dec="0.499" lamt="0" syncmode="0" latt="0" rel="0.1" sus="0.499" amt="0" x100="0" att="0" lpdel="0" hold="0.499" lshp="0" lspd="0.1" ctlenvamt="0" lspd_numerator="1" />
<elcut lspd_denominator="1" pdel="0" userwavefile="" dec="0.499" lamt="0" syncmode="0" latt="0" rel="0.1" sus="0.499" amt="0" x100="0" att="0" lpdel="0" hold="0.499" lshp="0" lspd="0.1" ctlenvamt="0" lspd_numerator="1" />
<elres lspd_denominator="1" pdel="0" userwavefile="" dec="0.499" lamt="0" syncmode="0" latt="0" rel="0.1" sus="0.499" amt="0" x100="0" att="0" lpdel="0" hold="0.499" lshp="0" lspd="0.1" ctlenvamt="0" lspd_numerator="1" />
</eldata>
<chordcreator chord="0" chordrange="1" chord-enabled="0" />
<arpeggiator arptime="100" arprange="1" arptime_denominator="1" syncmode="0" arpmode="0" arp-enabled="0" arp="0" arptime_numerator="1" arpdir="0" arpgate="100" />
<midiport inputcontroller="0" inputchannel="0" outputcontroller="0" writable="0" outputchannel="1" defvelout="0" readable="0" defvelin="0" />
<fxchain numofeffects="0" enabled="0" />
</instrumenttrack>
<pattern steps="16" muted="0" type="0" name="shaker02.ogg" pos="0" len="192" frozen="0" />
<pattern steps="16" muted="0" type="0" name="shaker02.ogg" pos="192" len="192" frozen="0" />
<pattern steps="16" muted="0" type="0" name="shaker02.ogg" pos="384" len="192" frozen="0" >
<note pan="0" key="57" vol="100" pos="0" len="-192" />
<note pan="0" key="57" vol="100" pos="48" len="-192" />
<note pan="0" key="57" vol="100" pos="96" len="-192" />
<note pan="0" key="57" vol="100" pos="144" len="-192" />
</pattern>
<pattern steps="16" muted="0" type="0" name="shaker02.ogg" pos="576" len="192" frozen="0" />
<pattern steps="16" muted="0" type="0" name="shaker02.ogg" pos="768" len="192" frozen="0" />
<pattern steps="16" muted="0" type="0" name="shaker02.ogg" pos="960" len="192" frozen="0" />
</track>
<track muted="0" type="0" name="shaker03.ogg" >
<instrumenttrack pan="0" fxch="0" pitch="0" basenote="57" vol="59" >
<instrument name="audiofileprocessor" >
<audiofileprocessor reversed="0" looped="0" eframe="0.998949" sframe="0" src="drums/shaker03.ogg" amp="100" />
</instrument>
<eldata fres="0.5" ftype="0" fcut="14000" fwet="0" >
<elvol lspd_denominator="1" pdel="0" userwavefile="" dec="0.499" lamt="0" syncmode="0" latt="0" rel="0.1" sus="0.499" amt="0" x100="0" att="0" lpdel="0" hold="0.499" lshp="0" lspd="0.1" ctlenvamt="0" lspd_numerator="1" />
<elcut lspd_denominator="1" pdel="0" userwavefile="" dec="0.499" lamt="0" syncmode="0" latt="0" rel="0.1" sus="0.499" amt="0" x100="0" att="0" lpdel="0" hold="0.499" lshp="0" lspd="0.1" ctlenvamt="0" lspd_numerator="1" />
<elres lspd_denominator="1" pdel="0" userwavefile="" dec="0.499" lamt="0" syncmode="0" latt="0" rel="0.1" sus="0.499" amt="0" x100="0" att="0" lpdel="0" hold="0.499" lshp="0" lspd="0.1" ctlenvamt="0" lspd_numerator="1" />
</eldata>
<chordcreator chord="0" chordrange="1" chord-enabled="0" />
<arpeggiator arptime="100" arprange="1" arptime_denominator="1" syncmode="0" arpmode="0" arp-enabled="0" arp="0" arptime_numerator="1" arpdir="0" arpgate="100" />
<midiport inputcontroller="0" inputchannel="0" outputcontroller="0" writable="0" outputchannel="1" defvelout="0" readable="0" defvelin="0" />
<fxchain numofeffects="0" enabled="0" />
</instrumenttrack>
<pattern steps="16" muted="0" type="0" name="shaker03.ogg" pos="0" len="192" frozen="0" />
<pattern steps="16" muted="0" type="0" name="shaker03.ogg" pos="192" len="192" frozen="0" />
<pattern steps="16" muted="0" type="0" name="shaker03.ogg" pos="384" len="192" frozen="0" >
<note pan="0" key="57" vol="100" pos="24" len="-192" />
<note pan="0" key="57" vol="100" pos="72" len="-192" />
<note pan="0" key="57" vol="100" pos="120" len="-192" />
<note pan="0" key="57" vol="100" pos="168" len="-192" />
</pattern>
<pattern steps="16" muted="0" type="0" name="shaker03.ogg" pos="576" len="192" frozen="0" />
<pattern steps="16" muted="0" type="0" name="shaker03.ogg" pos="768" len="192" frozen="0" />
<pattern steps="16" muted="0" type="0" name="shaker03.ogg" pos="960" len="192" frozen="0" />
</track>
<track muted="0" type="0" name="hihat_closed04.ogg" >
<instrumenttrack pan="0" fxch="0" pitch="0" basenote="57" vol="59" >
<instrument name="audiofileprocessor" >
<audiofileprocessor reversed="0" looped="0" eframe="0.998915" sframe="0" src="drums/hihat_closed04.ogg" amp="100" />
</instrument>
<eldata fres="0.5" ftype="0" fcut="14000" fwet="0" >
<elvol lspd_denominator="1" pdel="0" userwavefile="" dec="0.499" lamt="0" syncmode="0" latt="0" rel="0.1" sus="0.499" amt="0" x100="0" att="0" lpdel="0" hold="0.499" lshp="0" lspd="0.1" ctlenvamt="0" lspd_numerator="1" />
<elcut lspd_denominator="1" pdel="0" userwavefile="" dec="0.499" lamt="0" syncmode="0" latt="0" rel="0.1" sus="0.499" amt="0" x100="0" att="0" lpdel="0" hold="0.499" lshp="0" lspd="0.1" ctlenvamt="0" lspd_numerator="1" />
<elres lspd_denominator="1" pdel="0" userwavefile="" dec="0.499" lamt="0" syncmode="0" latt="0" rel="0.1" sus="0.499" amt="0" x100="0" att="0" lpdel="0" hold="0.499" lshp="0" lspd="0.1" ctlenvamt="0" lspd_numerator="1" />
</eldata>
<chordcreator chord="0" chordrange="1" chord-enabled="0" />
<arpeggiator arptime="100" arprange="1" arptime_denominator="1" syncmode="0" arpmode="0" arp-enabled="0" arp="0" arptime_numerator="1" arpdir="0" arpgate="100" />
<midiport inputcontroller="0" inputchannel="0" outputcontroller="0" writable="0" outputchannel="1" defvelout="0" readable="0" defvelin="0" />
<fxchain numofeffects="0" enabled="0" />
</instrumenttrack>
<pattern steps="16" muted="0" type="0" name="hihat_closed04.ogg" pos="0" len="192" frozen="0" />
<pattern steps="16" muted="0" type="0" name="hihat_closed04.ogg" pos="192" len="192" frozen="0" />
<pattern steps="16" muted="0" type="0" name="hihat_closed04.ogg" pos="384" len="192" frozen="0" >
<note pan="0" key="57" vol="100" pos="12" len="-192" />
<note pan="0" key="57" vol="100" pos="48" len="-192" />
<note pan="0" key="57" vol="100" pos="84" len="-192" />
<note pan="0" key="57" vol="100" pos="96" len="-192" />
<note pan="0" key="57" vol="100" pos="132" len="-192" />
<note pan="0" key="57" vol="100" pos="156" len="-192" />
<note pan="0" key="57" vol="100" pos="168" len="-192" />
</pattern>
<pattern steps="16" muted="0" type="0" name="hihat_closed04.ogg" pos="576" len="192" frozen="0" />
<pattern steps="16" muted="0" type="0" name="hihat_closed04.ogg" pos="768" len="192" frozen="0" />
<pattern steps="16" muted="0" type="0" name="hihat_closed04.ogg" pos="960" len="192" frozen="0" />
</track>
<track muted="0" type="0" name="hihat_opened02.ogg" >
<instrumenttrack pan="0" fxch="0" pitch="0" basenote="57" vol="59" >
<instrument name="audiofileprocessor" >
<audiofileprocessor reversed="0" looped="0" eframe="0.999834" sframe="0" src="drums/hihat_opened02.ogg" amp="100" />
</instrument>
<eldata fres="0.5" ftype="0" fcut="14000" fwet="0" >
<elvol lspd_denominator="1" pdel="0" userwavefile="" dec="0.499" lamt="0" syncmode="0" latt="0" rel="0.1" sus="0.499" amt="0" x100="0" att="0" lpdel="0" hold="0.499" lshp="0" lspd="0.1" ctlenvamt="0" lspd_numerator="1" />
<elcut lspd_denominator="1" pdel="0" userwavefile="" dec="0.499" lamt="0" syncmode="0" latt="0" rel="0.1" sus="0.499" amt="0" x100="0" att="0" lpdel="0" hold="0.499" lshp="0" lspd="0.1" ctlenvamt="0" lspd_numerator="1" />
<elres lspd_denominator="1" pdel="0" userwavefile="" dec="0.499" lamt="0" syncmode="0" latt="0" rel="0.1" sus="0.499" amt="0" x100="0" att="0" lpdel="0" hold="0.499" lshp="0" lspd="0.1" ctlenvamt="0" lspd_numerator="1" />
</eldata>
<chordcreator chord="0" chordrange="1" chord-enabled="0" />
<arpeggiator arptime="100" arprange="1" arptime_denominator="1" syncmode="0" arpmode="0" arp-enabled="0" arp="0" arptime_numerator="1" arpdir="0" arpgate="100" />
<midiport inputcontroller="0" inputchannel="0" outputcontroller="0" writable="0" outputchannel="1" defvelout="0" readable="0" defvelin="0" />
<fxchain numofeffects="0" enabled="0" />
</instrumenttrack>
<pattern steps="16" muted="0" type="0" name="hihat_opened02.ogg" pos="0" len="192" frozen="0" />
<pattern steps="16" muted="0" type="0" name="hihat_opened02.ogg" pos="192" len="192" frozen="0" />
<pattern steps="16" muted="0" type="0" name="hihat_opened02.ogg" pos="384" len="192" frozen="0" >
<note pan="0" key="57" vol="100" pos="24" len="-192" />
<note pan="0" key="57" vol="100" pos="72" len="-192" />
<note pan="0" key="57" vol="100" pos="120" len="-192" />
<note pan="0" key="57" vol="100" pos="168" len="-192" />
</pattern>
<pattern steps="16" muted="0" type="0" name="hihat_opened02.ogg" pos="576" len="192" frozen="0" />
<pattern steps="16" muted="0" type="0" name="hihat_opened02.ogg" pos="768" len="192" frozen="0" />
<pattern steps="16" muted="0" type="0" name="hihat_opened02.ogg" pos="960" len="192" frozen="0" />
</track>
</trackcontainer>
</bbtrack>
<bbtco muted="0" name="Beat/Baseline 1" pos="0" color="4282417407" len="1920" />
<bbtco muted="0" name="Beat/Baseline 1" pos="1920" color="4282417407" len="1920" />
<bbtco muted="0" name="Beat/Baseline 1" pos="3840" color="4282417407" len="1920" />
<bbtco muted="0" name="Beat/Baseline 1" pos="5760" color="4282417407" len="1920" />
<bbtco muted="0" name="Beat/Baseline 1" pos="7680" color="4282417407" len="1920" />
<bbtco muted="0" name="Beat/Baseline 1" pos="9600" color="4282417407" len="1920" />
<bbtco muted="0" name="Beat/Baseline 1" pos="11520" color="4282417407" len="1920" />
<bbtco muted="0" name="Beat/Baseline 1" pos="13440" color="4282417407" len="768" />
<bbtco muted="0" name="Beat/Baseline 1" pos="16896" color="4282417407" len="3840" />
</track>
<track muted="0" type="1" name="Beat/Bassline 2" >
<bbtrack/>
<bbtco muted="0" name="Beat/Baseline 2" pos="1920" color="4294947840" len="1920" />
<bbtco muted="0" name="Beat/Baseline 2" pos="5760" color="4294947840" len="1920" />
<bbtco muted="0" name="Beat/Baseline 2" pos="7680" color="4294947840" len="1920" />
<bbtco muted="0" name="Beat/Baseline 2" pos="9600" color="4294947840" len="1920" />
<bbtco muted="0" name="Beat/Baseline 2" pos="11520" color="4294947840" len="1920" />
<bbtco muted="0" name="Beat/Baseline 2" pos="13824" color="4294947840" len="384" />
<bbtco muted="0" name="Beat/Baseline 2" pos="14208" color="4294947840" len="1152" />
<bbtco muted="0" name="Beat/Baseline 2" pos="13440" color="4294947840" len="384" />
<bbtco muted="0" name="Beat/Baseline 2" pos="16896" color="4294947840" len="1920" />
</track>
<track muted="0" type="1" name="Beat/Bassline 2" >
<bbtrack/>
<bbtco muted="0" name="Beat/Baseline 2" pos="3840" color="4290707456" len="1920" />
<bbtco muted="0" name="Beat/Baseline 2" pos="5760" color="4290707456" len="1920" />
<bbtco muted="0" name="Beat/Baseline 2" pos="9600" color="4290707456" len="6528" />
</track>
<track muted="0" type="1" name="Beat/Bassline 6" >
<bbtrack/>
<bbtco muted="0" name="Beat/Baseline 6" pos="7680" color="4278233600" len="768" />
<bbtco muted="0" name="Beat/Baseline 6" pos="8832" color="4278233600" len="384" />
<bbtco muted="0" name="Beat/Baseline 6" pos="9600" color="4278233600" len="768" />
<bbtco muted="0" name="Beat/Baseline 6" pos="11520" color="4278233600" len="768" />
<bbtco muted="0" name="Beat/Baseline 6" pos="13440" color="4278233600" len="1536" />
<bbtco muted="0" name="Beat/Baseline 6" pos="12672" color="4278233600" len="384" />
</track>
<track muted="0" type="1" name="Beat/Bassline 8" >
<bbtrack/>
<bbtco muted="0" name="Beat/Baseline 8" pos="8448" color="4278233600" len="384" />
<bbtco muted="0" name="Beat/Baseline 8" pos="10368" color="4278233600" len="1152" />
<bbtco muted="0" name="Beat/Baseline 8" pos="12288" color="4278233600" len="384" />
<bbtco muted="0" name="Beat/Baseline 8" pos="14976" color="4278233600" len="1920" />
</track>
<track muted="0" type="1" name="Beat/Bassline 7" >
<bbtrack/>
<bbtco muted="0" name="Beat/Baseline 7" pos="9216" color="4278233600" len="384" />
<bbtco muted="0" name="Beat/Baseline 7" pos="13056" color="4278233600" len="384" />
</track>
</trackcontainer>
<track muted="0" type="6" name="Automation track" >
<automationtrack/>
<automationpattern name="Tempo" pos="0" >
<time value="140" pos="0" />
<object id="13707360" />
</automationpattern>
<automationpattern name="Master volume" pos="0" >
<time value="100" pos="0" />
<object id="1025398" />
</automationpattern>
<automationpattern name="Master pitch" pos="0" >
<time value="0" pos="0" />
<object id="3310456" />
</automationpattern>
</track>
<fxmixer>
<fxchannel num="0" muted="0" volume="0.36" name="Master" >
<fxchain numofeffects="2" enabled="1" >
<effect key="AAAACQAAAAACAAAACgAAAAAsAEYAYQBzAHQAIABMAG8AbwBrAGEAaABlAGEAZAAgAGwAaQBtAGkAdABlAHIAAAALAAAAAAIAAAAoAGYAYQBzAHQATABvAG8AawBhAGgAZQBhAGQATABpAG0AaQB0AGUAcgAAADwAZgBhAHMAdABfAGwAbwBvAGsAYQBoAGUAYQBkAF8AbABpAG0AaQB0AGUAcgBfADEAOQAxADMALgBzAG8=" autoquit="1" gate="0" name="ladspaeffect" wet="1" on="1" >
<ladspacontrols port00="-2" port01="0" port02="427.85" syncmode="0" port02_numerator="4" ports="3" port02_denominator="4" />
</effect>
<effect key="AAAACQAAAAACAAAACgAAAABmAEMAKgAgAFAAbABhAHQAZQAyAHgAMgAgAC0AIABWAGUAcgBzAGEAdABpAGwAZQAgAHAAbABhAHQAZQAgAHIAZQB2AGUAcgBiACwAIABzAHQAZQByAGUAbwAgAGkAbgBwAHUAdABzAAAACwAAAAACAAAAEABQAGwAYQB0AGUAMgB4ADIAAAAOAGMAYQBwAHMALgBzAG8=" autoquit="1" gate="0" name="ladspaeffect" wet="1" on="1" >
<ladspacontrols port02="0.50197" port03="0.3745" port04="0.249875" port05="0.25" ports="4" />
</effect>
</fxchain>
</fxchannel>
<fxchannel num="1" muted="0" volume="1" name="FX 1" >
<fxchain numofeffects="0" enabled="0" />
</fxchannel>
<fxchannel num="2" muted="0" volume="1" name="FX 2" >
<fxchain numofeffects="0" enabled="0" />
</fxchannel>
<fxchannel num="3" muted="0" volume="1" name="FX 3" >
<fxchain numofeffects="0" enabled="0" />
</fxchannel>
<fxchannel num="4" muted="0" volume="1" name="FX 4" >
<fxchain numofeffects="0" enabled="0" />
</fxchannel>
<fxchannel num="5" muted="0" volume="1" name="FX 5" >
<fxchain numofeffects="0" enabled="0" />
</fxchannel>
<fxchannel num="6" muted="0" volume="1" name="FX 6" >
<fxchain numofeffects="0" enabled="0" />
</fxchannel>
<fxchannel num="7" muted="0" volume="1" name="FX 7" >
<fxchain numofeffects="0" enabled="0" />
</fxchannel>
<fxchannel num="8" muted="0" volume="1" name="FX 8" >
<fxchain numofeffects="0" enabled="0" />
</fxchannel>
<fxchannel num="9" muted="0" volume="1" name="FX 9" >
<fxchain numofeffects="0" enabled="0" />
</fxchannel>
<fxchannel num="10" muted="0" volume="1" name="FX 10" >
<fxchain numofeffects="0" enabled="0" />
</fxchannel>
<fxchannel num="11" muted="0" volume="1" name="FX 11" >
<fxchain numofeffects="0" enabled="0" />
</fxchannel>
<fxchannel num="12" muted="0" volume="1" name="FX 12" >
<fxchain numofeffects="0" enabled="0" />
</fxchannel>
<fxchannel num="13" muted="0" volume="1" name="FX 13" >
<fxchain numofeffects="0" enabled="0" />
</fxchannel>
<fxchannel num="14" muted="0" volume="1" name="FX 14" >
<fxchain numofeffects="0" enabled="0" />
</fxchannel>
<fxchannel num="15" muted="0" volume="1" name="FX 15" >
<fxchain numofeffects="0" enabled="0" />
</fxchannel>
<fxchannel num="16" muted="0" volume="1" name="FX 16" >
<fxchain numofeffects="0" enabled="0" />
</fxchannel>
<fxchannel num="17" muted="0" volume="1" name="FX 17" >
<fxchain numofeffects="0" enabled="0" />
</fxchannel>
<fxchannel num="18" muted="0" volume="1" name="FX 18" >
<fxchain numofeffects="0" enabled="0" />
</fxchannel>
<fxchannel num="19" muted="0" volume="1" name="FX 19" >
<fxchain numofeffects="0" enabled="0" />
</fxchannel>
<fxchannel num="20" muted="0" volume="1" name="FX 20" >
<fxchain numofeffects="0" enabled="0" />
</fxchannel>
<fxchannel num="21" muted="0" volume="1" name="FX 21" >
<fxchain numofeffects="0" enabled="0" />
</fxchannel>
<fxchannel num="22" muted="0" volume="1" name="FX 22" >
<fxchain numofeffects="0" enabled="0" />
</fxchannel>
<fxchannel num="23" muted="0" volume="1" name="FX 23" >
<fxchain numofeffects="0" enabled="0" />
</fxchannel>
<fxchannel num="24" muted="0" volume="1" name="FX 24" >
<fxchain numofeffects="0" enabled="0" />
</fxchannel>
<fxchannel num="25" muted="0" volume="1" name="FX 25" >
<fxchain numofeffects="0" enabled="0" />
</fxchannel>
<fxchannel num="26" muted="0" volume="1" name="FX 26" >
<fxchain numofeffects="0" enabled="0" />
</fxchannel>
<fxchannel num="27" muted="0" volume="1" name="FX 27" >
<fxchain numofeffects="0" enabled="0" />
</fxchannel>
<fxchannel num="28" muted="0" volume="1" name="FX 28" >
<fxchain numofeffects="0" enabled="0" />
</fxchannel>
<fxchannel num="29" muted="0" volume="1" name="FX 29" >
<fxchain numofeffects="0" enabled="0" />
</fxchannel>
<fxchannel num="30" muted="0" volume="1" name="FX 30" >
<fxchain numofeffects="0" enabled="0" />
</fxchannel>
<fxchannel num="31" muted="0" volume="1" name="FX 31" >
<fxchain numofeffects="0" enabled="0" />
</fxchannel>
<fxchannel num="32" muted="0" volume="1" name="FX 32" >
<fxchain numofeffects="0" enabled="0" />
</fxchannel>
<fxchannel num="33" muted="0" volume="1" name="FX 33" >
<fxchain numofeffects="0" enabled="0" />
</fxchannel>
<fxchannel num="34" muted="0" volume="1" name="FX 34" >
<fxchain numofeffects="0" enabled="0" />
</fxchannel>
<fxchannel num="35" muted="0" volume="1" name="FX 35" >
<fxchain numofeffects="0" enabled="0" />
</fxchannel>
<fxchannel num="36" muted="0" volume="1" name="FX 36" >
<fxchain numofeffects="0" enabled="0" />
</fxchannel>
<fxchannel num="37" muted="0" volume="1" name="FX 37" >
<fxchain numofeffects="0" enabled="0" />
</fxchannel>
<fxchannel num="38" muted="0" volume="1" name="FX 38" >
<fxchain numofeffects="0" enabled="0" />
</fxchannel>
<fxchannel num="39" muted="0" volume="1" name="FX 39" >
<fxchain numofeffects="0" enabled="0" />
</fxchannel>
<fxchannel num="40" muted="0" volume="1" name="FX 40" >
<fxchain numofeffects="0" enabled="0" />
</fxchannel>
<fxchannel num="41" muted="0" volume="1" name="FX 41" >
<fxchain numofeffects="0" enabled="0" />
</fxchannel>
<fxchannel num="42" muted="0" volume="1" name="FX 42" >
<fxchain numofeffects="0" enabled="0" />
</fxchannel>
<fxchannel num="43" muted="0" volume="1" name="FX 43" >
<fxchain numofeffects="0" enabled="0" />
</fxchannel>
<fxchannel num="44" muted="0" volume="1" name="FX 44" >
<fxchain numofeffects="0" enabled="0" />
</fxchannel>
<fxchannel num="45" muted="0" volume="1" name="FX 45" >
<fxchain numofeffects="0" enabled="0" />
</fxchannel>
<fxchannel num="46" muted="0" volume="1" name="FX 46" >
<fxchain numofeffects="0" enabled="0" />
</fxchannel>
<fxchannel num="47" muted="0" volume="1" name="FX 47" >
<fxchain numofeffects="0" enabled="0" />
</fxchannel>
<fxchannel num="48" muted="0" volume="1" name="FX 48" >
<fxchain numofeffects="0" enabled="0" />
</fxchannel>
<fxchannel num="49" muted="0" volume="1" name="FX 49" >
<fxchain numofeffects="0" enabled="0" />
</fxchannel>
<fxchannel num="50" muted="0" volume="1" name="FX 50" >
<fxchain numofeffects="0" enabled="0" />
</fxchannel>
<fxchannel num="51" muted="0" volume="1" name="FX 51" >
<fxchain numofeffects="0" enabled="0" />
</fxchannel>
<fxchannel num="52" muted="0" volume="1" name="FX 52" >
<fxchain numofeffects="0" enabled="0" />
</fxchannel>
<fxchannel num="53" muted="0" volume="1" name="FX 53" >
<fxchain numofeffects="0" enabled="0" />
</fxchannel>
<fxchannel num="54" muted="0" volume="1" name="FX 54" >
<fxchain numofeffects="0" enabled="0" />
</fxchannel>
<fxchannel num="55" muted="0" volume="1" name="FX 55" >
<fxchain numofeffects="0" enabled="0" />
</fxchannel>
<fxchannel num="56" muted="0" volume="1" name="FX 56" >
<fxchain numofeffects="0" enabled="0" />
</fxchannel>
<fxchannel num="57" muted="0" volume="1" name="FX 57" >
<fxchain numofeffects="0" enabled="0" />
</fxchannel>
<fxchannel num="58" muted="0" volume="1" name="FX 58" >
<fxchain numofeffects="0" enabled="0" />
</fxchannel>
<fxchannel num="59" muted="0" volume="1" name="FX 59" >
<fxchain numofeffects="0" enabled="0" />
</fxchannel>
<fxchannel num="60" muted="0" volume="1" name="FX 60" >
<fxchain numofeffects="0" enabled="0" />
</fxchannel>
<fxchannel num="61" muted="0" volume="1" name="FX 61" >
<fxchain numofeffects="0" enabled="0" />
</fxchannel>
<fxchannel num="62" muted="0" volume="1" name="FX 62" >
<fxchain numofeffects="0" enabled="0" />
</fxchannel>
<fxchannel num="63" muted="0" volume="1" name="FX 63" >
<fxchain numofeffects="0" enabled="0" />
</fxchannel>
<fxchannel num="64" muted="0" volume="1" name="FX 64" >
<fxchain numofeffects="0" enabled="0" />
</fxchannel>
</fxmixer>
<pianoroll width="840" x="-11" y="0" height="480" visible="0" />
<automationeditor width="740" x="0" y="0" height="480" visible="0" />
<projectnotes width="100" x="0" y="0" height="100" visible="0" ><![CDATA[<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
<html><head><meta name="qrichtext" content="1" /><style type="text/css">
p, li { white-space: pre-wrap; }
</style></head><body style=" font-family:'DejaVu Sans'; font-size:9pt; font-weight:400; font-style:normal;">
<p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Bitstream Vera Sans'; font-size:11pt;"><span style=" font-size:16pt; font-weight:600; font-style:italic; color:#00ff00;">TobyDox - "The Fourth Dimension"</span></p>
<p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Bitstream Vera Sans'; font-size:11pt;"><span style=" font-weight:600; color:#ffc000;">There's not much to say, just listen...</span></p></body></html>]]></projectnotes>
<timeline lp1pos="192" lp0pos="0" lpstate="0" />
<controllers/>
</song>
</multimedia-project>

File diff suppressed because it is too large Load Diff

View File

@@ -1,484 +0,0 @@
<?xml version="1.0"?>
<!DOCTYPE multimedia-project>
<multimediaproject creator="Linux MultiMedia Studio (LMMS)" creatorversion="0.1.2-cvs20060115" type="song" version="1.0" >
<head>
<bpm value="160" />
<mastervol value="59" />
<masterpitch value="0" />
</head>
<song>
<trackcontainer type="songeditor" >
<track muted="0" type="1" >
<bbtrack name="Crystallo #1" >
<trackcontainer type="bbeditor" >
<track muted="0" type="0" >
<channeltrack surpos="134219776" fxch="0" baseoct="3" vol="50" name="Crystallo" basetone="9" tab="0" >
<tripleoscillator userwavefile1="" wavetype1="4" coarse1="0" userwavefile2="" wavetype2="2" coarse2="12" vol0="80" vol1="90" finel0="0" vol2="100" finel1="0" finel2="0" modalgo1="2" stphdetun0="271" pan0="0" modalgo2="2" stphdetun1="150" pan1="0" stphdetun2="325" pan2="0" phoffset0="0" phoffset1="108" phoffset2="73" finer0="0" finer1="0" finer2="0" userwavefile0="" wavetype0="5" coarse0="12" />
<eldata fres="0.01" ftype="6" fcut="4907" fwet="1" >
<elvol lfosyncmode="0" lpdel="0" amt="1" rel="0.395" ctlenvamt="0" latt="0" sus="0.381" lspd="0.0917" att="0.02" pdel="0" lamt="0" dec="0.19" userwavefile="" x100="0" lshp="0" hold="0" />
<elcut lfosyncmode="0" lpdel="0" amt="0" rel="0.1" ctlenvamt="0" latt="0" sus="0.499" lspd="1" att="0.499" pdel="0" lamt="0" dec="0.499" userwavefile="" x100="0" lshp="1" hold="0.499" />
<elres lfosyncmode="0" lpdel="0" amt="0" rel="0.1" ctlenvamt="0" latt="0" sus="0.499" lspd="0.01" att="0" pdel="0" lamt="0" dec="0.499" userwavefile="" x100="0" lshp="1" hold="0" />
</eldata>
<arpandchords arpmode="0" chordrange="1" arprange="1" arpdisabled="1" chord="0" chorddisabled="0" arpgate="100" arp="0" arpsyncmode="0" arptime="100" arpdir="1" />
<midi inputchannel="0" outputchannel="1" receive="0" send="0" />
</channeltrack>
<pattern steps="16" type="1" name="Crystallo" pos="0" frozen="0" len="512" >
<note tone="5" pan="0" oct="4" vol="100" pos="0" len="8" />
<note tone="9" pan="0" oct="3" vol="100" pos="8" len="8" />
<note tone="5" pan="0" oct="4" vol="100" pos="16" len="8" />
<note tone="9" pan="0" oct="3" vol="100" pos="24" len="8" />
<note tone="5" pan="0" oct="4" vol="100" pos="32" len="8" />
<note tone="9" pan="0" oct="3" vol="100" pos="40" len="8" />
<note tone="5" pan="0" oct="4" vol="100" pos="48" len="8" />
<note tone="9" pan="0" oct="3" vol="100" pos="56" len="8" />
<note tone="4" pan="0" oct="4" vol="100" pos="64" len="8" />
<note tone="9" pan="0" oct="3" vol="100" pos="72" len="8" />
<note tone="4" pan="0" oct="4" vol="100" pos="80" len="8" />
<note tone="9" pan="0" oct="3" vol="100" pos="88" len="8" />
<note tone="4" pan="0" oct="4" vol="100" pos="96" len="8" />
<note tone="9" pan="0" oct="3" vol="100" pos="104" len="8" />
<note tone="4" pan="0" oct="4" vol="100" pos="112" len="8" />
<note tone="9" pan="0" oct="3" vol="100" pos="120" len="8" />
<note tone="2" pan="0" oct="4" vol="100" pos="128" len="8" />
<note tone="9" pan="0" oct="3" vol="100" pos="136" len="8" />
<note tone="2" pan="0" oct="4" vol="100" pos="144" len="8" />
<note tone="9" pan="0" oct="3" vol="100" pos="152" len="8" />
<note tone="2" pan="0" oct="4" vol="100" pos="160" len="8" />
<note tone="9" pan="0" oct="3" vol="100" pos="168" len="8" />
<note tone="2" pan="0" oct="4" vol="100" pos="176" len="8" />
<note tone="9" pan="0" oct="3" vol="100" pos="184" len="8" />
<note tone="1" pan="0" oct="4" vol="100" pos="192" len="8" />
<note tone="9" pan="0" oct="3" vol="100" pos="200" len="8" />
<note tone="1" pan="0" oct="4" vol="100" pos="208" len="8" />
<note tone="9" pan="0" oct="3" vol="100" pos="216" len="8" />
<note tone="1" pan="0" oct="4" vol="100" pos="224" len="8" />
<note tone="9" pan="0" oct="3" vol="100" pos="232" len="8" />
<note tone="1" pan="0" oct="4" vol="100" pos="240" len="8" />
<note tone="9" pan="0" oct="3" vol="100" pos="248" len="8" />
<note tone="2" pan="0" oct="4" vol="100" pos="256" len="8" />
<note tone="2" pan="0" oct="3" vol="100" pos="264" len="8" />
<note tone="2" pan="0" oct="4" vol="100" pos="272" len="8" />
<note tone="2" pan="0" oct="3" vol="100" pos="280" len="8" />
<note tone="2" pan="0" oct="4" vol="100" pos="288" len="8" />
<note tone="2" pan="0" oct="3" vol="100" pos="296" len="8" />
<note tone="2" pan="0" oct="4" vol="100" pos="304" len="8" />
<note tone="2" pan="0" oct="3" vol="100" pos="312" len="8" />
<note tone="4" pan="0" oct="4" vol="100" pos="320" len="8" />
<note tone="0" pan="0" oct="3" vol="100" pos="328" len="8" />
<note tone="4" pan="0" oct="4" vol="100" pos="336" len="8" />
<note tone="0" pan="0" oct="3" vol="100" pos="344" len="8" />
<note tone="4" pan="0" oct="4" vol="100" pos="352" len="8" />
<note tone="0" pan="0" oct="3" vol="100" pos="360" len="8" />
<note tone="4" pan="0" oct="4" vol="100" pos="368" len="8" />
<note tone="0" pan="0" oct="3" vol="100" pos="376" len="8" />
<note tone="5" pan="0" oct="4" vol="100" pos="384" len="8" />
<note tone="10" pan="0" oct="2" vol="100" pos="392" len="8" />
<note tone="5" pan="0" oct="4" vol="100" pos="400" len="8" />
<note tone="10" pan="0" oct="2" vol="100" pos="408" len="8" />
<note tone="5" pan="0" oct="4" vol="100" pos="416" len="8" />
<note tone="10" pan="0" oct="2" vol="100" pos="424" len="8" />
<note tone="5" pan="0" oct="4" vol="100" pos="432" len="8" />
<note tone="10" pan="0" oct="2" vol="100" pos="440" len="8" />
<note tone="9" pan="0" oct="4" vol="100" pos="448" len="8" />
<note tone="9" pan="0" oct="2" vol="100" pos="456" len="8" />
<note tone="9" pan="0" oct="4" vol="100" pos="464" len="8" />
<note tone="9" pan="0" oct="2" vol="100" pos="472" len="8" />
<note tone="9" pan="0" oct="4" vol="100" pos="480" len="8" />
<note tone="9" pan="0" oct="2" vol="100" pos="488" len="8" />
<note tone="9" pan="0" oct="4" vol="100" pos="496" len="8" />
<note tone="9" pan="0" oct="2" vol="100" pos="504" len="8" />
</pattern>
<pattern steps="16" type="1" name="Crystallo" pos="64" frozen="0" len="512" >
<note tone="5" pan="0" oct="4" vol="100" pos="0" len="8" />
<note tone="9" pan="0" oct="3" vol="100" pos="4" len="8" />
<note tone="5" pan="0" oct="3" vol="100" pos="8" len="9" />
<note tone="5" pan="0" oct="4" vol="100" pos="16" len="8" />
<note tone="9" pan="0" oct="3" vol="100" pos="20" len="8" />
<note tone="5" pan="0" oct="3" vol="100" pos="24" len="8" />
<note tone="5" pan="0" oct="4" vol="100" pos="32" len="8" />
<note tone="9" pan="0" oct="3" vol="100" pos="36" len="8" />
<note tone="5" pan="0" oct="3" vol="100" pos="40" len="8" />
<note tone="5" pan="0" oct="4" vol="100" pos="48" len="8" />
<note tone="9" pan="0" oct="3" vol="100" pos="52" len="8" />
<note tone="5" pan="0" oct="3" vol="100" pos="56" len="8" />
<note tone="4" pan="0" oct="4" vol="100" pos="64" len="8" />
<note tone="9" pan="0" oct="3" vol="100" pos="68" len="8" />
<note tone="4" pan="0" oct="3" vol="100" pos="72" len="8" />
<note tone="4" pan="0" oct="4" vol="100" pos="80" len="8" />
<note tone="9" pan="0" oct="3" vol="100" pos="84" len="8" />
<note tone="4" pan="0" oct="3" vol="100" pos="88" len="8" />
<note tone="4" pan="0" oct="4" vol="100" pos="96" len="8" />
<note tone="9" pan="0" oct="3" vol="100" pos="100" len="8" />
<note tone="4" pan="0" oct="3" vol="100" pos="104" len="8" />
<note tone="4" pan="0" oct="4" vol="100" pos="112" len="8" />
<note tone="9" pan="0" oct="3" vol="100" pos="116" len="8" />
<note tone="4" pan="0" oct="3" vol="100" pos="120" len="8" />
<note tone="2" pan="0" oct="4" vol="100" pos="128" len="8" />
<note tone="9" pan="0" oct="3" vol="100" pos="132" len="8" />
<note tone="2" pan="0" oct="3" vol="100" pos="136" len="8" />
<note tone="2" pan="0" oct="4" vol="100" pos="144" len="8" />
<note tone="9" pan="0" oct="3" vol="100" pos="148" len="8" />
<note tone="2" pan="0" oct="3" vol="100" pos="152" len="8" />
<note tone="2" pan="0" oct="4" vol="100" pos="160" len="8" />
<note tone="9" pan="0" oct="3" vol="100" pos="164" len="8" />
<note tone="2" pan="0" oct="3" vol="100" pos="168" len="8" />
<note tone="2" pan="0" oct="4" vol="100" pos="176" len="8" />
<note tone="9" pan="0" oct="3" vol="100" pos="180" len="8" />
<note tone="2" pan="0" oct="3" vol="100" pos="184" len="8" />
<note tone="1" pan="0" oct="4" vol="100" pos="192" len="8" />
<note tone="9" pan="0" oct="3" vol="100" pos="196" len="8" />
<note tone="4" pan="0" oct="3" vol="100" pos="200" len="8" />
<note tone="1" pan="0" oct="4" vol="100" pos="208" len="8" />
<note tone="9" pan="0" oct="3" vol="100" pos="212" len="8" />
<note tone="4" pan="0" oct="3" vol="100" pos="216" len="8" />
<note tone="1" pan="0" oct="4" vol="100" pos="224" len="8" />
<note tone="9" pan="0" oct="3" vol="100" pos="228" len="8" />
<note tone="4" pan="0" oct="3" vol="100" pos="232" len="8" />
<note tone="1" pan="0" oct="4" vol="100" pos="240" len="8" />
<note tone="9" pan="0" oct="3" vol="100" pos="244" len="8" />
<note tone="4" pan="0" oct="3" vol="100" pos="248" len="8" />
<note tone="2" pan="0" oct="4" vol="100" pos="256" len="8" />
<note tone="9" pan="0" oct="3" vol="100" pos="260" len="8" />
<note tone="2" pan="0" oct="3" vol="100" pos="264" len="8" />
<note tone="2" pan="0" oct="4" vol="100" pos="272" len="8" />
<note tone="9" pan="0" oct="3" vol="100" pos="276" len="8" />
<note tone="2" pan="0" oct="3" vol="100" pos="280" len="8" />
<note tone="2" pan="0" oct="4" vol="100" pos="288" len="8" />
<note tone="9" pan="0" oct="3" vol="100" pos="292" len="8" />
<note tone="2" pan="0" oct="3" vol="100" pos="296" len="8" />
<note tone="2" pan="0" oct="4" vol="100" pos="304" len="8" />
<note tone="9" pan="0" oct="3" vol="100" pos="308" len="8" />
<note tone="2" pan="0" oct="3" vol="100" pos="312" len="8" />
<note tone="4" pan="0" oct="4" vol="100" pos="320" len="8" />
<note tone="7" pan="0" oct="3" vol="100" pos="324" len="8" />
<note tone="0" pan="0" oct="3" vol="100" pos="328" len="8" />
<note tone="4" pan="0" oct="4" vol="100" pos="336" len="8" />
<note tone="7" pan="0" oct="3" vol="100" pos="340" len="8" />
<note tone="0" pan="0" oct="3" vol="100" pos="344" len="8" />
<note tone="4" pan="0" oct="4" vol="100" pos="352" len="8" />
<note tone="7" pan="0" oct="3" vol="100" pos="356" len="8" />
<note tone="0" pan="0" oct="3" vol="100" pos="360" len="8" />
<note tone="4" pan="0" oct="4" vol="100" pos="368" len="8" />
<note tone="7" pan="0" oct="3" vol="100" pos="372" len="8" />
<note tone="0" pan="0" oct="3" vol="100" pos="376" len="8" />
<note tone="5" pan="0" oct="4" vol="100" pos="384" len="8" />
<note tone="5" pan="0" oct="3" vol="100" pos="388" len="8" />
<note tone="10" pan="0" oct="2" vol="100" pos="392" len="8" />
<note tone="5" pan="0" oct="4" vol="100" pos="400" len="8" />
<note tone="5" pan="0" oct="3" vol="100" pos="404" len="8" />
<note tone="10" pan="0" oct="2" vol="100" pos="408" len="8" />
<note tone="5" pan="0" oct="4" vol="100" pos="416" len="8" />
<note tone="5" pan="0" oct="3" vol="100" pos="420" len="9" />
<note tone="10" pan="0" oct="2" vol="100" pos="424" len="8" />
<note tone="5" pan="0" oct="4" vol="100" pos="432" len="8" />
<note tone="5" pan="0" oct="3" vol="100" pos="436" len="8" />
<note tone="10" pan="0" oct="2" vol="100" pos="440" len="8" />
<note tone="9" pan="0" oct="4" vol="100" pos="448" len="8" />
<note tone="9" pan="0" oct="3" vol="100" pos="452" len="8" />
<note tone="9" pan="0" oct="2" vol="100" pos="456" len="8" />
<note tone="9" pan="0" oct="4" vol="100" pos="464" len="8" />
<note tone="9" pan="0" oct="3" vol="100" pos="468" len="8" />
<note tone="9" pan="0" oct="2" vol="100" pos="472" len="8" />
<note tone="9" pan="0" oct="4" vol="100" pos="480" len="8" />
<note tone="9" pan="0" oct="3" vol="100" pos="484" len="8" />
<note tone="9" pan="0" oct="2" vol="100" pos="488" len="8" />
<note tone="9" pan="0" oct="4" vol="100" pos="496" len="8" />
<note tone="9" pan="0" oct="3" vol="100" pos="500" len="8" />
<note tone="9" pan="0" oct="2" vol="100" pos="504" len="8" />
</pattern>
<pattern steps="16" type="1" name="Crystallo" pos="128" frozen="0" len="512" >
<note tone="5" pan="0" oct="4" vol="100" pos="0" len="8" />
<note tone="9" pan="0" oct="3" vol="100" pos="4" len="8" />
<note tone="5" pan="0" oct="3" vol="100" pos="8" len="9" />
<note tone="5" pan="0" oct="4" vol="100" pos="16" len="8" />
<note tone="9" pan="0" oct="3" vol="100" pos="20" len="8" />
<note tone="5" pan="0" oct="3" vol="100" pos="24" len="8" />
<note tone="5" pan="0" oct="4" vol="100" pos="32" len="8" />
<note tone="9" pan="0" oct="3" vol="100" pos="36" len="8" />
<note tone="5" pan="0" oct="3" vol="100" pos="40" len="8" />
<note tone="5" pan="0" oct="4" vol="100" pos="48" len="8" />
<note tone="9" pan="0" oct="3" vol="100" pos="52" len="8" />
<note tone="5" pan="0" oct="3" vol="100" pos="56" len="8" />
<note tone="7" pan="0" oct="4" vol="100" pos="64" len="8" />
<note tone="9" pan="0" oct="3" vol="100" pos="68" len="8" />
<note tone="4" pan="0" oct="3" vol="100" pos="72" len="8" />
<note tone="7" pan="0" oct="4" vol="100" pos="80" len="8" />
<note tone="9" pan="0" oct="3" vol="100" pos="84" len="8" />
<note tone="4" pan="0" oct="3" vol="100" pos="88" len="8" />
<note tone="7" pan="0" oct="4" vol="100" pos="96" len="8" />
<note tone="9" pan="0" oct="3" vol="100" pos="100" len="8" />
<note tone="4" pan="0" oct="3" vol="100" pos="104" len="8" />
<note tone="7" pan="0" oct="4" vol="100" pos="112" len="8" />
<note tone="9" pan="0" oct="3" vol="100" pos="116" len="8" />
<note tone="4" pan="0" oct="3" vol="100" pos="120" len="8" />
<note tone="9" pan="0" oct="4" vol="100" pos="128" len="8" />
<note tone="9" pan="0" oct="3" vol="100" pos="132" len="8" />
<note tone="2" pan="0" oct="3" vol="100" pos="136" len="8" />
<note tone="9" pan="0" oct="4" vol="100" pos="144" len="8" />
<note tone="9" pan="0" oct="3" vol="100" pos="148" len="8" />
<note tone="2" pan="0" oct="3" vol="100" pos="152" len="8" />
<note tone="9" pan="0" oct="4" vol="100" pos="160" len="8" />
<note tone="9" pan="0" oct="3" vol="100" pos="164" len="8" />
<note tone="2" pan="0" oct="3" vol="100" pos="168" len="8" />
<note tone="9" pan="0" oct="4" vol="100" pos="176" len="8" />
<note tone="9" pan="0" oct="3" vol="100" pos="180" len="8" />
<note tone="2" pan="0" oct="3" vol="100" pos="184" len="8" />
<note tone="4" pan="0" oct="4" vol="100" pos="192" len="8" />
<note tone="9" pan="0" oct="3" vol="100" pos="196" len="8" />
<note tone="4" pan="0" oct="3" vol="100" pos="200" len="8" />
<note tone="4" pan="0" oct="4" vol="100" pos="208" len="8" />
<note tone="9" pan="0" oct="3" vol="100" pos="212" len="8" />
<note tone="4" pan="0" oct="3" vol="100" pos="216" len="8" />
<note tone="4" pan="0" oct="4" vol="100" pos="224" len="8" />
<note tone="9" pan="0" oct="3" vol="100" pos="228" len="8" />
<note tone="4" pan="0" oct="3" vol="100" pos="232" len="8" />
<note tone="4" pan="0" oct="4" vol="100" pos="240" len="8" />
<note tone="9" pan="0" oct="3" vol="100" pos="244" len="8" />
<note tone="4" pan="0" oct="3" vol="100" pos="248" len="8" />
<note tone="5" pan="0" oct="4" vol="100" pos="256" len="8" />
<note tone="9" pan="0" oct="3" vol="100" pos="260" len="8" />
<note tone="2" pan="0" oct="3" vol="100" pos="264" len="8" />
<note tone="5" pan="0" oct="4" vol="100" pos="272" len="8" />
<note tone="9" pan="0" oct="3" vol="100" pos="276" len="8" />
<note tone="2" pan="0" oct="3" vol="100" pos="280" len="8" />
<note tone="5" pan="0" oct="4" vol="100" pos="288" len="8" />
<note tone="9" pan="0" oct="3" vol="100" pos="292" len="8" />
<note tone="2" pan="0" oct="3" vol="100" pos="296" len="8" />
<note tone="5" pan="0" oct="4" vol="100" pos="304" len="8" />
<note tone="9" pan="0" oct="3" vol="100" pos="308" len="8" />
<note tone="2" pan="0" oct="3" vol="100" pos="312" len="8" />
<note tone="7" pan="0" oct="4" vol="100" pos="320" len="8" />
<note tone="7" pan="0" oct="3" vol="100" pos="324" len="8" />
<note tone="0" pan="0" oct="3" vol="100" pos="328" len="8" />
<note tone="7" pan="0" oct="4" vol="100" pos="336" len="8" />
<note tone="7" pan="0" oct="3" vol="100" pos="340" len="8" />
<note tone="0" pan="0" oct="3" vol="100" pos="344" len="8" />
<note tone="7" pan="0" oct="4" vol="100" pos="352" len="8" />
<note tone="7" pan="0" oct="3" vol="100" pos="356" len="8" />
<note tone="0" pan="0" oct="3" vol="100" pos="360" len="8" />
<note tone="7" pan="0" oct="4" vol="100" pos="368" len="8" />
<note tone="7" pan="0" oct="3" vol="100" pos="372" len="8" />
<note tone="0" pan="0" oct="3" vol="100" pos="376" len="8" />
<note tone="5" pan="0" oct="4" vol="100" pos="384" len="8" />
<note tone="5" pan="0" oct="3" vol="100" pos="388" len="8" />
<note tone="10" pan="0" oct="2" vol="100" pos="392" len="8" />
<note tone="5" pan="0" oct="4" vol="100" pos="400" len="8" />
<note tone="5" pan="0" oct="3" vol="100" pos="404" len="8" />
<note tone="10" pan="0" oct="2" vol="100" pos="408" len="8" />
<note tone="5" pan="0" oct="4" vol="100" pos="416" len="8" />
<note tone="5" pan="0" oct="3" vol="100" pos="420" len="9" />
<note tone="10" pan="0" oct="2" vol="100" pos="424" len="8" />
<note tone="5" pan="0" oct="4" vol="100" pos="432" len="8" />
<note tone="5" pan="0" oct="3" vol="100" pos="436" len="8" />
<note tone="10" pan="0" oct="2" vol="100" pos="440" len="8" />
<note tone="9" pan="0" oct="4" vol="100" pos="448" len="8" />
<note tone="9" pan="0" oct="3" vol="100" pos="452" len="8" />
<note tone="9" pan="0" oct="2" vol="100" pos="456" len="8" />
<note tone="9" pan="0" oct="4" vol="100" pos="464" len="8" />
<note tone="9" pan="0" oct="3" vol="100" pos="468" len="8" />
<note tone="9" pan="0" oct="2" vol="100" pos="472" len="8" />
<note tone="9" pan="0" oct="4" vol="100" pos="480" len="8" />
<note tone="9" pan="0" oct="3" vol="100" pos="484" len="8" />
<note tone="9" pan="0" oct="2" vol="100" pos="488" len="8" />
<note tone="9" pan="0" oct="4" vol="100" pos="496" len="8" />
<note tone="9" pan="0" oct="3" vol="100" pos="500" len="8" />
<note tone="9" pan="0" oct="2" vol="100" pos="504" len="8" />
</pattern>
<pattern steps="16" type="0" name="Crystallo" pos="192" frozen="0" len="64" />
<pattern steps="16" type="0" name="Crystallo" pos="256" frozen="0" len="64" />
</track>
<track muted="0" type="0" >
<channeltrack surpos="134219776" fxch="0" baseoct="3" vol="47" name="Analogous" basetone="1" tab="0" >
<tripleoscillator userwavefile1="" wavetype1="2" coarse1="0" userwavefile2="" wavetype2="2" coarse2="0" vol0="50" vol1="50" finel0="0" vol2="50" finel1="10" finel2="-2" modalgo1="2" stphdetun0="232" pan0="9" modalgo2="2" stphdetun1="95" pan1="-20" stphdetun2="109" pan2="10" phoffset0="74" phoffset1="280" phoffset2="82" finer0="0" finer1="16" finer2="-3" userwavefile0="" wavetype0="2" coarse0="-12" />
<eldata fres="3" ftype="0" fcut="1441" fwet="1" >
<elvol lfosyncmode="0" lpdel="0" amt="1" rel="0.363" ctlenvamt="0" latt="0" sus="0" lspd="0.1" att="0.043" pdel="0" lamt="0" dec="0.634" userwavefile="" x100="0" lshp="0" hold="0" />
<elcut lfosyncmode="0" lpdel="0" amt="0" rel="0" ctlenvamt="0" latt="0" sus="0.998" lspd="0.6094" att="0" pdel="0" lamt="0" dec="0.217" userwavefile="" x100="0" lshp="1" hold="0" />
<elres lfosyncmode="0" lpdel="0" amt="0" rel="0" ctlenvamt="0" latt="0" sus="0.499" lspd="0.1" att="0.499" pdel="0" lamt="0" dec="0.499" userwavefile="" x100="0" lshp="0" hold="0.499" />
</eldata>
<arpandchords arpmode="0" chordrange="1" arprange="3" arpdisabled="1" chord="0" chorddisabled="0" arpgate="71" arp="0" arpsyncmode="0" arptime="174" arpdir="1" />
<midi inputchannel="0" outputchannel="1" receive="0" send="0" />
</channeltrack>
<pattern steps="16" type="0" name="Analogous" pos="0" frozen="0" len="64" />
<pattern steps="16" type="0" name="Analogous" pos="64" frozen="0" len="64" />
<pattern steps="16" type="0" name="Analogous" pos="128" frozen="0" len="64" />
<pattern steps="16" type="1" name="Analogous" pos="192" frozen="0" len="512" >
<note tone="9" pan="0" oct="1" vol="100" pos="0" len="12" />
<note tone="9" pan="0" oct="1" vol="100" pos="16" len="12" />
<note tone="9" pan="0" oct="1" vol="100" pos="32" len="12" />
<note tone="9" pan="0" oct="1" vol="100" pos="48" len="12" />
<note tone="1" pan="0" oct="2" vol="100" pos="64" len="12" />
<note tone="1" pan="0" oct="2" vol="100" pos="80" len="12" />
<note tone="1" pan="0" oct="2" vol="100" pos="96" len="12" />
<note tone="1" pan="0" oct="2" vol="100" pos="112" len="12" />
<note tone="6" pan="0" oct="2" vol="100" pos="128" len="12" />
<note tone="6" pan="0" oct="2" vol="100" pos="144" len="12" />
<note tone="6" pan="0" oct="2" vol="100" pos="160" len="12" />
<note tone="6" pan="0" oct="2" vol="100" pos="176" len="12" />
<note tone="1" pan="0" oct="2" vol="100" pos="192" len="12" />
<note tone="1" pan="0" oct="2" vol="100" pos="208" len="12" />
<note tone="1" pan="0" oct="2" vol="100" pos="224" len="12" />
<note tone="1" pan="0" oct="2" vol="100" pos="240" len="12" />
<note tone="6" pan="0" oct="2" vol="100" pos="256" len="12" />
<note tone="6" pan="0" oct="2" vol="100" pos="272" len="12" />
<note tone="6" pan="0" oct="2" vol="100" pos="288" len="12" />
<note tone="6" pan="0" oct="2" vol="100" pos="304" len="12" />
<note tone="4" pan="0" oct="2" vol="100" pos="320" len="12" />
<note tone="4" pan="0" oct="2" vol="100" pos="336" len="12" />
<note tone="4" pan="0" oct="2" vol="100" pos="352" len="12" />
<note tone="4" pan="0" oct="2" vol="100" pos="368" len="12" />
<note tone="2" pan="0" oct="2" vol="100" pos="384" len="12" />
<note tone="2" pan="0" oct="2" vol="100" pos="400" len="12" />
<note tone="2" pan="0" oct="2" vol="100" pos="416" len="12" />
<note tone="2" pan="0" oct="2" vol="100" pos="432" len="12" />
<note tone="1" pan="0" oct="2" vol="100" pos="448" len="12" />
<note tone="1" pan="0" oct="2" vol="100" pos="464" len="12" />
<note tone="1" pan="0" oct="2" vol="100" pos="480" len="12" />
<note tone="1" pan="0" oct="2" vol="100" pos="496" len="12" />
</pattern>
<pattern steps="16" type="0" name="Analogous" pos="256" frozen="0" len="64" />
</track>
<track muted="0" type="0" >
<channeltrack surpos="134219776" fxch="0" baseoct="3" vol="100" name="Lovely Dream" basetone="9" tab="0" >
<tripleoscillator userwavefile1="" wavetype1="0" coarse1="0" userwavefile2="" wavetype2="0" coarse2="0" vol0="75" vol1="75" finel0="0" vol2="75" finel1="0" finel2="-18" modalgo1="1" stphdetun0="0" pan0="0" modalgo2="1" stphdetun1="125" pan1="0" stphdetun2="59" pan2="0" phoffset0="0" phoffset1="265" phoffset2="146" finer0="0" finer1="0" finer2="11" userwavefile0="" wavetype0="0" coarse0="-7" />
<eldata fres="0.5" ftype="0" fcut="16000" fwet="0" >
<elvol lfosyncmode="0" lpdel="0" amt="1" rel="0.388" ctlenvamt="0" latt="0" sus="0" lspd="0.1" att="0" pdel="0" lamt="0" dec="0.393" userwavefile="" x100="0" lshp="0" hold="0" />
<elcut lfosyncmode="0" lpdel="0" amt="0" rel="0.1" ctlenvamt="0" latt="0" sus="0.499" lspd="0.1" att="0" pdel="0" lamt="0" dec="0.499" userwavefile="" x100="0" lshp="0" hold="0.499" />
<elres lfosyncmode="0" lpdel="0" amt="0" rel="0.1" ctlenvamt="0" latt="0" sus="0.499" lspd="0.1" att="0" pdel="0" lamt="0" dec="0.499" userwavefile="" x100="0" lshp="0" hold="0.499" />
</eldata>
<arpandchords arpmode="0" chordrange="1" arprange="3" arpdisabled="1" chord="0" chorddisabled="0" arpgate="100" arp="0" arpsyncmode="0" arptime="100" arpdir="1" />
<midi inputchannel="0" outputchannel="1" receive="0" send="0" />
</channeltrack>
<pattern steps="16" type="0" name="Lovely Dream" pos="0" frozen="0" len="64" />
<pattern steps="16" type="0" name="Lovely Dream" pos="64" frozen="0" len="64" />
<pattern steps="16" type="0" name="Lovely Dream" pos="128" frozen="0" len="64" />
<pattern steps="16" type="0" name="Lovely Dream" pos="192" frozen="0" len="64" />
<pattern steps="16" type="1" name="Lovely Dream" pos="256" frozen="0" len="512" >
<note tone="5" pan="0" oct="4" vol="100" pos="0" len="8" />
<note tone="9" pan="0" oct="3" vol="100" pos="4" len="8" />
<note tone="5" pan="0" oct="3" vol="100" pos="8" len="9" />
<note tone="5" pan="0" oct="4" vol="100" pos="16" len="8" />
<note tone="9" pan="0" oct="3" vol="100" pos="20" len="8" />
<note tone="5" pan="0" oct="3" vol="100" pos="24" len="8" />
<note tone="5" pan="0" oct="4" vol="100" pos="32" len="8" />
<note tone="9" pan="0" oct="3" vol="100" pos="36" len="8" />
<note tone="5" pan="0" oct="3" vol="100" pos="40" len="8" />
<note tone="5" pan="0" oct="4" vol="100" pos="48" len="8" />
<note tone="9" pan="0" oct="3" vol="100" pos="52" len="8" />
<note tone="5" pan="0" oct="3" vol="100" pos="56" len="8" />
<note tone="7" pan="0" oct="4" vol="100" pos="64" len="8" />
<note tone="9" pan="0" oct="3" vol="100" pos="68" len="8" />
<note tone="4" pan="0" oct="3" vol="100" pos="72" len="8" />
<note tone="7" pan="0" oct="4" vol="100" pos="80" len="8" />
<note tone="9" pan="0" oct="3" vol="100" pos="84" len="8" />
<note tone="4" pan="0" oct="3" vol="100" pos="88" len="8" />
<note tone="7" pan="0" oct="4" vol="100" pos="96" len="8" />
<note tone="9" pan="0" oct="3" vol="100" pos="100" len="8" />
<note tone="4" pan="0" oct="3" vol="100" pos="104" len="8" />
<note tone="7" pan="0" oct="4" vol="100" pos="112" len="8" />
<note tone="9" pan="0" oct="3" vol="100" pos="116" len="8" />
<note tone="4" pan="0" oct="3" vol="100" pos="120" len="8" />
<note tone="9" pan="0" oct="4" vol="100" pos="128" len="8" />
<note tone="9" pan="0" oct="3" vol="100" pos="132" len="8" />
<note tone="2" pan="0" oct="3" vol="100" pos="136" len="8" />
<note tone="9" pan="0" oct="4" vol="100" pos="144" len="8" />
<note tone="9" pan="0" oct="3" vol="100" pos="148" len="8" />
<note tone="2" pan="0" oct="3" vol="100" pos="152" len="8" />
<note tone="9" pan="0" oct="4" vol="100" pos="160" len="8" />
<note tone="9" pan="0" oct="3" vol="100" pos="164" len="8" />
<note tone="2" pan="0" oct="3" vol="100" pos="168" len="8" />
<note tone="9" pan="0" oct="4" vol="100" pos="176" len="8" />
<note tone="9" pan="0" oct="3" vol="100" pos="180" len="8" />
<note tone="2" pan="0" oct="3" vol="100" pos="184" len="8" />
<note tone="4" pan="0" oct="4" vol="100" pos="192" len="8" />
<note tone="9" pan="0" oct="3" vol="100" pos="196" len="8" />
<note tone="4" pan="0" oct="3" vol="100" pos="200" len="8" />
<note tone="4" pan="0" oct="4" vol="100" pos="208" len="8" />
<note tone="9" pan="0" oct="3" vol="100" pos="212" len="8" />
<note tone="4" pan="0" oct="3" vol="100" pos="216" len="8" />
<note tone="4" pan="0" oct="4" vol="100" pos="224" len="8" />
<note tone="9" pan="0" oct="3" vol="100" pos="228" len="8" />
<note tone="4" pan="0" oct="3" vol="100" pos="232" len="8" />
<note tone="4" pan="0" oct="4" vol="100" pos="240" len="8" />
<note tone="9" pan="0" oct="3" vol="100" pos="244" len="8" />
<note tone="4" pan="0" oct="3" vol="100" pos="248" len="8" />
<note tone="5" pan="0" oct="4" vol="100" pos="256" len="8" />
<note tone="9" pan="0" oct="3" vol="100" pos="260" len="8" />
<note tone="2" pan="0" oct="3" vol="100" pos="264" len="8" />
<note tone="5" pan="0" oct="4" vol="100" pos="272" len="8" />
<note tone="9" pan="0" oct="3" vol="100" pos="276" len="8" />
<note tone="2" pan="0" oct="3" vol="100" pos="280" len="8" />
<note tone="5" pan="0" oct="4" vol="100" pos="288" len="8" />
<note tone="9" pan="0" oct="3" vol="100" pos="292" len="8" />
<note tone="2" pan="0" oct="3" vol="100" pos="296" len="8" />
<note tone="5" pan="0" oct="4" vol="100" pos="304" len="8" />
<note tone="9" pan="0" oct="3" vol="100" pos="308" len="8" />
<note tone="2" pan="0" oct="3" vol="100" pos="312" len="8" />
<note tone="7" pan="0" oct="4" vol="100" pos="320" len="8" />
<note tone="7" pan="0" oct="3" vol="100" pos="324" len="8" />
<note tone="0" pan="0" oct="3" vol="100" pos="328" len="8" />
<note tone="7" pan="0" oct="4" vol="100" pos="336" len="8" />
<note tone="7" pan="0" oct="3" vol="100" pos="340" len="8" />
<note tone="0" pan="0" oct="3" vol="100" pos="344" len="8" />
<note tone="7" pan="0" oct="4" vol="100" pos="352" len="8" />
<note tone="7" pan="0" oct="3" vol="100" pos="356" len="8" />
<note tone="0" pan="0" oct="3" vol="100" pos="360" len="8" />
<note tone="7" pan="0" oct="4" vol="100" pos="368" len="8" />
<note tone="7" pan="0" oct="3" vol="100" pos="372" len="8" />
<note tone="0" pan="0" oct="3" vol="100" pos="376" len="8" />
<note tone="5" pan="0" oct="4" vol="100" pos="384" len="8" />
<note tone="5" pan="0" oct="3" vol="100" pos="388" len="8" />
<note tone="10" pan="0" oct="2" vol="100" pos="392" len="8" />
<note tone="5" pan="0" oct="4" vol="100" pos="400" len="8" />
<note tone="5" pan="0" oct="3" vol="100" pos="404" len="8" />
<note tone="10" pan="0" oct="2" vol="100" pos="408" len="8" />
<note tone="5" pan="0" oct="4" vol="100" pos="416" len="8" />
<note tone="5" pan="0" oct="3" vol="100" pos="420" len="9" />
<note tone="10" pan="0" oct="2" vol="100" pos="424" len="8" />
<note tone="5" pan="0" oct="4" vol="100" pos="432" len="8" />
<note tone="5" pan="0" oct="3" vol="100" pos="436" len="8" />
<note tone="10" pan="0" oct="2" vol="100" pos="440" len="8" />
<note tone="9" pan="0" oct="4" vol="100" pos="448" len="8" />
<note tone="9" pan="0" oct="3" vol="100" pos="452" len="8" />
<note tone="9" pan="0" oct="2" vol="100" pos="456" len="8" />
<note tone="9" pan="0" oct="4" vol="100" pos="464" len="8" />
<note tone="9" pan="0" oct="3" vol="100" pos="468" len="8" />
<note tone="9" pan="0" oct="2" vol="100" pos="472" len="8" />
<note tone="9" pan="0" oct="4" vol="100" pos="480" len="8" />
<note tone="9" pan="0" oct="3" vol="100" pos="484" len="8" />
<note tone="9" pan="0" oct="2" vol="100" pos="488" len="8" />
<note tone="9" pan="0" oct="4" vol="100" pos="496" len="8" />
<note tone="9" pan="0" oct="3" vol="100" pos="500" len="8" />
<note tone="9" pan="0" oct="2" vol="100" pos="504" len="8" />
</pattern>
</track>
</trackcontainer>
</bbtrack>
<bbtco name="Crystallo #1" color="4282417407" pos="0" len="512" />
<bbtco name="Crystallo #1" color="4282417407" pos="1536" len="512" />
<bbtco name="Crystallo #1" color="4282417407" pos="2560" len="512" />
</track>
<track muted="0" type="1" >
<bbtrack name="Crystallo #2" />
<bbtco name="Crystallo #2" color="4282417407" pos="512" len="512" />
<bbtco name="Crystallo #2" color="4282417407" pos="2048" len="1536" />
</track>
<track muted="0" type="1" >
<bbtrack name="Crystallo #3" />
<bbtco name="Crystallo #3" color="4282417407" pos="1024" len="3072" />
</track>
<track muted="0" type="1" >
<bbtrack name="Background Bass" />
<bbtco name="Background Bass" color="4282417407" pos="0" len="2560" />
</track>
<track muted="0" type="1" >
<bbtrack name="LovelyDream-Melody" />
<bbtco name="LovelyDream-Melody" color="4282417407" pos="2560" len="2048" />
</track>
</trackcontainer>
<projectnotes><![CDATA[<html><head><meta name="qrichtext" content="1" /></head><body style="font-size:11pt;font-family:Bitstream Vera Sans">
<p align="center"><span style="font-style:italic;font-size:18pt;font-weight:600">TobyDox - &quot;Crystallo&quot;</span></p>
<p align="justify"><span style="font-weight:600;color:#ffcc00">Beginning of rewrite of song I originally made with FruityLoops. Maybe I'll continue it someday, but since I do not have FruityLoops anymore, I no longer can open my old songs... ;-) So I have to wait until FLP-Import is implemented... :-D</span></p>
</body></html>
]]></projectnotes>
</song>
</multimediaproject>

File diff suppressed because it is too large Load Diff

View File

@@ -1,463 +0,0 @@
<?xml version="1.0"?>
<!DOCTYPE multimedia-project>
<multimediaproject creator="Linux MultiMedia Studio (LMMS)" creatorversion="0.1.2-cvs20060115" type="song" version="1.0" >
<head>
<bpm value="140" />
<mastervol value="32" />
<masterpitch value="0" />
</head>
<song>
<trackcontainer type="songeditor" >
<track muted="0" type="1" >
<bbtrack name="Beat 0" >
<trackcontainer type="bbeditor" >
<track muted="0" type="0" >
<channeltrack surpos="126093486" fxch="0" baseoct="4" vol="100" name="clap03.ogg" basetone="9" tab="0" >
<audiofileprocessor reversed="0" looped="0" eframe="0.999704" sframe="0" amp="100" src="drums/clap03.ogg" />
<eldata fres="0.5" ftype="0" fcut="16000" fwet="0" >
<elvol lfosyncmode="0" lpdel="0" amt="0" rel="0.1" ctlenvamt="0" latt="0" sus="0.499" lspd="0.1" att="0" pdel="0" lamt="0" dec="0.499" userwavefile="" x100="0" lshp="0" hold="0.499" />
<elcut lfosyncmode="0" lpdel="0" amt="0" rel="0.1" ctlenvamt="0" latt="0" sus="0.499" lspd="0.1" att="0" pdel="0" lamt="0" dec="0.499" userwavefile="" x100="0" lshp="0" hold="0.499" />
<elres lfosyncmode="0" lpdel="0" amt="0" rel="0.1" ctlenvamt="0" latt="0" sus="0.499" lspd="0.1" att="0" pdel="0" lamt="0" dec="0.499" userwavefile="" x100="0" lshp="0" hold="0.499" />
</eldata>
<arpandchords arpmode="0" chordrange="1" arprange="1" arpdisabled="1" chord="0" chorddisabled="0" arpgate="100" arp="0" arpsyncmode="0" arptime="100" arpdir="1" />
<midi inputchannel="0" outputchannel="1" receive="0" send="0" />
</channeltrack>
<pattern steps="16" type="0" name="clap03.ogg" pos="0" frozen="0" len="64" >
<note tone="9" pan="0" oct="4" vol="100" pos="0" len="-64" />
<note tone="9" pan="0" oct="4" vol="100" pos="32" len="-64" />
</pattern>
<pattern steps="16" type="0" name="clap03.ogg" pos="64" frozen="0" len="64" />
<pattern steps="16" type="0" name="clap03.ogg" pos="128" frozen="0" len="64" />
<pattern steps="16" type="0" name="clap03.ogg" pos="192" frozen="0" len="64" />
</track>
<track muted="0" type="0" >
<channeltrack surpos="135793014" fxch="0" baseoct="4" vol="100" name="hihat_closed01.ogg" basetone="9" tab="0" >
<audiofileprocessor reversed="0" looped="0" eframe="0.99963" sframe="0" amp="100" src="drums/hihat_closed01.ogg" />
<eldata fres="0.5" ftype="0" fcut="16000" fwet="0" >
<elvol lfosyncmode="0" lpdel="0" amt="0" rel="0.1" ctlenvamt="0" latt="0" sus="0.499" lspd="0.1" att="0" pdel="0" lamt="0" dec="0.499" userwavefile="" x100="0" lshp="0" hold="0.499" />
<elcut lfosyncmode="0" lpdel="0" amt="0" rel="0.1" ctlenvamt="0" latt="0" sus="0.499" lspd="0.1" att="0" pdel="0" lamt="0" dec="0.499" userwavefile="" x100="0" lshp="0" hold="0.499" />
<elres lfosyncmode="0" lpdel="0" amt="0" rel="0.1" ctlenvamt="0" latt="0" sus="0.499" lspd="0.1" att="0" pdel="0" lamt="0" dec="0.499" userwavefile="" x100="0" lshp="0" hold="0.499" />
</eldata>
<arpandchords arpmode="0" chordrange="1" arprange="1" arpdisabled="1" chord="0" chorddisabled="0" arpgate="100" arp="0" arpsyncmode="0" arptime="100" arpdir="1" />
<midi inputchannel="0" outputchannel="1" receive="0" send="0" />
</channeltrack>
<pattern steps="16" type="0" name="hihat_closed01.ogg" pos="0" frozen="0" len="64" >
<note tone="9" pan="0" oct="4" vol="100" pos="8" len="-64" />
<note tone="9" pan="0" oct="4" vol="100" pos="24" len="-64" />
<note tone="9" pan="0" oct="4" vol="100" pos="40" len="-64" />
<note tone="9" pan="0" oct="4" vol="100" pos="56" len="-64" />
</pattern>
<pattern steps="16" type="0" name="" pos="64" frozen="0" len="64" >
<note tone="9" pan="0" oct="4" vol="100" pos="0" len="-64" />
<note tone="9" pan="0" oct="4" vol="100" pos="8" len="-64" />
<note tone="9" pan="0" oct="4" vol="100" pos="12" len="-64" />
<note tone="9" pan="0" oct="4" vol="100" pos="20" len="-64" />
<note tone="9" pan="0" oct="4" vol="100" pos="32" len="-64" />
<note tone="9" pan="0" oct="4" vol="100" pos="40" len="-64" />
<note tone="9" pan="0" oct="4" vol="100" pos="44" len="-64" />
<note tone="9" pan="0" oct="4" vol="100" pos="48" len="-64" />
<note tone="9" pan="0" oct="4" vol="100" pos="56" len="-64" />
</pattern>
<pattern steps="16" type="0" name="hihat_closed01.ogg" pos="128" frozen="0" len="64" />
<pattern steps="16" type="0" name="hihat_closed01.ogg" pos="192" frozen="0" len="64" >
<note tone="9" pan="0" oct="4" vol="100" pos="0" len="-64" />
<note tone="9" pan="0" oct="4" vol="100" pos="16" len="-64" />
<note tone="9" pan="0" oct="4" vol="100" pos="32" len="-64" />
<note tone="9" pan="0" oct="4" vol="100" pos="48" len="-64" />
</pattern>
</track>
<track muted="0" type="0" >
<channeltrack surpos="116262788" fxch="0" baseoct="4" vol="100" name="hihat_opened02.ogg" basetone="9" tab="0" >
<audiofileprocessor reversed="0" looped="0" eframe="0.99989" sframe="0" amp="100" src="drums/hihat_opened02.ogg" />
<eldata fres="0.5" ftype="0" fcut="16000" fwet="0" >
<elvol lfosyncmode="0" lpdel="0" amt="0" rel="0.1" ctlenvamt="0" latt="0" sus="0.499" lspd="0.1" att="0" pdel="0" lamt="0" dec="0.499" userwavefile="" x100="0" lshp="0" hold="0.499" />
<elcut lfosyncmode="0" lpdel="0" amt="0" rel="0.1" ctlenvamt="0" latt="0" sus="0.499" lspd="0.1" att="0" pdel="0" lamt="0" dec="0.499" userwavefile="" x100="0" lshp="0" hold="0.499" />
<elres lfosyncmode="0" lpdel="0" amt="0" rel="0.1" ctlenvamt="0" latt="0" sus="0.499" lspd="0.1" att="0" pdel="0" lamt="0" dec="0.499" userwavefile="" x100="0" lshp="0" hold="0.499" />
</eldata>
<arpandchords arpmode="0" chordrange="1" arprange="1" arpdisabled="1" chord="0" chorddisabled="0" arpgate="100" arp="0" arpsyncmode="0" arptime="100" arpdir="1" />
<midi inputchannel="0" outputchannel="1" receive="0" send="0" />
</channeltrack>
<pattern steps="16" type="0" name="hihat_opened02.ogg" pos="0" frozen="0" len="64" >
<note tone="9" pan="0" oct="4" vol="100" pos="0" len="-64" />
<note tone="9" pan="0" oct="4" vol="100" pos="8" len="-64" />
<note tone="9" pan="0" oct="4" vol="100" pos="16" len="-64" />
<note tone="9" pan="0" oct="4" vol="100" pos="32" len="-64" />
<note tone="9" pan="0" oct="4" vol="100" pos="48" len="-64" />
</pattern>
<pattern steps="16" type="0" name="" pos="64" frozen="0" len="64" >
<note tone="9" pan="0" oct="4" vol="100" pos="8" len="-64" />
<note tone="9" pan="0" oct="4" vol="100" pos="24" len="-64" />
<note tone="9" pan="0" oct="4" vol="100" pos="32" len="-64" />
<note tone="9" pan="0" oct="4" vol="100" pos="48" len="-64" />
</pattern>
<pattern steps="16" type="0" name="hihat_opened02.ogg" pos="128" frozen="0" len="64" >
<note tone="9" pan="0" oct="4" vol="100" pos="8" len="-64" />
<note tone="9" pan="0" oct="4" vol="100" pos="24" len="-64" />
<note tone="9" pan="0" oct="4" vol="100" pos="40" len="-64" />
<note tone="9" pan="0" oct="4" vol="100" pos="56" len="-64" />
</pattern>
<pattern steps="16" type="0" name="hihat_opened02.ogg" pos="192" frozen="0" len="64" >
<note tone="9" pan="0" oct="4" vol="100" pos="8" len="-64" />
<note tone="9" pan="0" oct="4" vol="100" pos="24" len="-64" />
<note tone="9" pan="0" oct="4" vol="100" pos="40" len="-64" />
<note tone="9" pan="0" oct="4" vol="100" pos="56" len="-64" />
</pattern>
</track>
<track muted="0" type="0" >
<channeltrack surpos="122816188" fxch="0" baseoct="4" vol="100" name="kick04.ogg" basetone="9" tab="0" >
<audiofileprocessor reversed="0" looped="0" eframe="0.999893" sframe="0" amp="100" src="drums/kick04.ogg" />
<eldata fres="0.5" ftype="0" fcut="16000" fwet="0" >
<elvol lfosyncmode="0" lpdel="0" amt="0" rel="0.1" ctlenvamt="0" latt="0" sus="0.499" lspd="0.1" att="0" pdel="0" lamt="0" dec="0.499" userwavefile="" x100="0" lshp="0" hold="0.499" />
<elcut lfosyncmode="0" lpdel="0" amt="0" rel="0.1" ctlenvamt="0" latt="0" sus="0.499" lspd="0.1" att="0" pdel="0" lamt="0" dec="0.499" userwavefile="" x100="0" lshp="0" hold="0.499" />
<elres lfosyncmode="0" lpdel="0" amt="0" rel="0.1" ctlenvamt="0" latt="0" sus="0.499" lspd="0.1" att="0" pdel="0" lamt="0" dec="0.499" userwavefile="" x100="0" lshp="0" hold="0.499" />
</eldata>
<arpandchords arpmode="0" chordrange="1" arprange="1" arpdisabled="1" chord="0" chorddisabled="0" arpgate="100" arp="0" arpsyncmode="0" arptime="100" arpdir="1" />
<midi inputchannel="0" outputchannel="1" receive="0" send="0" />
</channeltrack>
<pattern steps="16" type="0" name="kick04.ogg" pos="0" frozen="0" len="64" >
<note tone="9" pan="0" oct="4" vol="100" pos="0" len="-64" />
<note tone="9" pan="0" oct="4" vol="100" pos="16" len="-64" />
<note tone="9" pan="0" oct="4" vol="100" pos="32" len="-64" />
<note tone="9" pan="0" oct="4" vol="100" pos="48" len="-64" />
</pattern>
<pattern steps="16" type="0" name="kick04.ogg" pos="64" frozen="0" len="64" />
<pattern steps="16" type="0" name="kick_distorted01.ogg" pos="128" frozen="0" len="64" >
<note tone="9" pan="0" oct="4" vol="100" pos="0" len="-64" />
<note tone="9" pan="0" oct="4" vol="100" pos="8" len="-64" />
<note tone="9" pan="0" oct="4" vol="100" pos="16" len="-64" />
<note tone="9" pan="0" oct="4" vol="100" pos="32" len="-64" />
<note tone="9" pan="0" oct="4" vol="100" pos="36" len="-64" />
<note tone="9" pan="0" oct="4" vol="100" pos="48" len="-64" />
</pattern>
<pattern steps="16" type="0" name="kick04.ogg" pos="192" frozen="0" len="64" />
</track>
<track muted="0" type="0" >
<channeltrack surpos="132647136" fxch="0" baseoct="4" vol="100" name="matrix1000_pluck01.ogg" basetone="9" tab="0" >
<audiofileprocessor reversed="0" looped="0" eframe="0.999955" sframe="0" amp="100" src="basses/matrix1000_pluck01.ogg" />
<eldata fres="0.5" ftype="0" fcut="16000" fwet="0" >
<elvol lfosyncmode="0" lpdel="0" amt="0" rel="0.1" ctlenvamt="0" latt="0" sus="0.499" lspd="0.1" att="0" pdel="0" lamt="0" dec="0.499" userwavefile="" x100="0" lshp="0" hold="0.499" />
<elcut lfosyncmode="0" lpdel="0" amt="0" rel="0.1" ctlenvamt="0" latt="0" sus="0.499" lspd="0.1" att="0" pdel="0" lamt="0" dec="0.499" userwavefile="" x100="0" lshp="0" hold="0.499" />
<elres lfosyncmode="0" lpdel="0" amt="0" rel="0.1" ctlenvamt="0" latt="0" sus="0.499" lspd="0.1" att="0" pdel="0" lamt="0" dec="0.499" userwavefile="" x100="0" lshp="0" hold="0.499" />
</eldata>
<arpandchords arpmode="0" chordrange="1" arprange="1" arpdisabled="1" chord="0" chorddisabled="0" arpgate="100" arp="0" arpsyncmode="0" arptime="100" arpdir="1" />
<midi inputchannel="0" outputchannel="1" receive="0" send="0" />
</channeltrack>
<pattern steps="16" type="0" name="matrix1000_pluck01.ogg" pos="0" frozen="0" len="64" >
<note tone="9" pan="0" oct="4" vol="100" pos="0" len="-64" />
<note tone="9" pan="0" oct="4" vol="100" pos="8" len="-64" />
<note tone="9" pan="0" oct="4" vol="100" pos="32" len="-64" />
</pattern>
<pattern steps="16" type="0" name="matrix1000_pluck01.ogg" pos="64" frozen="0" len="64" />
<pattern steps="16" type="0" name="matrix1000_pluck01.ogg" pos="128" frozen="0" len="64" />
<pattern steps="16" type="0" name="matrix1000_pluck01.ogg" pos="192" frozen="0" len="64" />
</track>
<track muted="0" type="0" >
<channeltrack surpos="134219776" fxch="0" baseoct="4" vol="100" name="synth_acid01.ogg" basetone="9" tab="0" >
<audiofileprocessor reversed="0" looped="0" eframe="0.999837" sframe="0" amp="100" src="basses/synth_acid01.ogg" />
<eldata fres="0.5" ftype="0" fcut="16000" fwet="0" >
<elvol lfosyncmode="0" lpdel="0" amt="0" rel="0.1" ctlenvamt="0" latt="0" sus="0.499" lspd="0.1" att="0" pdel="0" lamt="0" dec="0.499" userwavefile="" x100="0" lshp="0" hold="0.499" />
<elcut lfosyncmode="0" lpdel="0" amt="0" rel="0.1" ctlenvamt="0" latt="0" sus="0.499" lspd="0.1" att="0" pdel="0" lamt="0" dec="0.499" userwavefile="" x100="0" lshp="0" hold="0.499" />
<elres lfosyncmode="0" lpdel="0" amt="0" rel="0.1" ctlenvamt="0" latt="0" sus="0.499" lspd="0.1" att="0" pdel="0" lamt="0" dec="0.499" userwavefile="" x100="0" lshp="0" hold="0.499" />
</eldata>
<arpandchords arpmode="0" chordrange="1" arprange="1" arpdisabled="1" chord="0" chorddisabled="0" arpgate="100" arp="0" arpsyncmode="0" arptime="100" arpdir="1" />
<midi inputchannel="0" outputchannel="1" receive="0" send="0" />
</channeltrack>
<pattern steps="16" type="0" name="synth_acid01.ogg" pos="0" frozen="0" len="64" >
<note tone="9" pan="0" oct="4" vol="100" pos="8" len="-64" />
<note tone="9" pan="0" oct="4" vol="100" pos="24" len="-64" />
<note tone="9" pan="0" oct="4" vol="100" pos="48" len="-64" />
</pattern>
<pattern steps="16" type="0" name="synth_acid01.ogg" pos="64" frozen="0" len="64" />
<pattern steps="16" type="0" name="synth_acid01.ogg" pos="128" frozen="0" len="64" />
<pattern steps="16" type="0" name="synth_acid01.ogg" pos="192" frozen="0" len="64" />
</track>
<track muted="0" type="0" >
<channeltrack surpos="99879136" fxch="0" baseoct="4" vol="100" name="bass_acid01.ogg" basetone="9" tab="0" >
<audiofileprocessor reversed="0" looped="0" eframe="0.999831" sframe="0" amp="100" src="basses/bass_acid01.ogg" />
<eldata fres="0.5" ftype="0" fcut="16000" fwet="0" >
<elvol lfosyncmode="0" lpdel="0" amt="0" rel="0.1" ctlenvamt="0" latt="0" sus="0.499" lspd="0.1" att="0" pdel="0" lamt="0" dec="0.499" userwavefile="" x100="0" lshp="0" hold="0.499" />
<elcut lfosyncmode="0" lpdel="0" amt="0" rel="0.1" ctlenvamt="0" latt="0" sus="0.499" lspd="0.1" att="0" pdel="0" lamt="0" dec="0.499" userwavefile="" x100="0" lshp="0" hold="0.499" />
<elres lfosyncmode="0" lpdel="0" amt="0" rel="0.1" ctlenvamt="0" latt="0" sus="0.499" lspd="0.1" att="0" pdel="0" lamt="0" dec="0.499" userwavefile="" x100="0" lshp="0" hold="0.499" />
</eldata>
<arpandchords arpmode="0" chordrange="1" arprange="1" arpdisabled="1" chord="0" chorddisabled="0" arpgate="100" arp="0" arpsyncmode="0" arptime="100" arpdir="1" />
<midi inputchannel="0" outputchannel="1" receive="0" send="0" />
</channeltrack>
<pattern steps="16" type="0" name="bass_acid01.ogg" pos="0" frozen="0" len="64" >
<note tone="9" pan="0" oct="4" vol="100" pos="40" len="-64" />
<note tone="9" pan="0" oct="4" vol="100" pos="56" len="-64" />
</pattern>
<pattern steps="16" type="0" name="bass_acid01.ogg" pos="64" frozen="0" len="64" />
<pattern steps="16" type="0" name="bass_acid01.ogg" pos="128" frozen="0" len="64" />
<pattern steps="16" type="0" name="bass_acid01.ogg" pos="192" frozen="0" len="64" />
</track>
<track muted="0" type="0" >
<channeltrack surpos="132646788" fxch="0" baseoct="4" vol="100" name="bass_acid02.ogg" basetone="9" tab="0" >
<audiofileprocessor reversed="0" looped="0" eframe="0.999938" sframe="0" amp="100" src="basses/bass_acid02.ogg" />
<eldata fres="0.5" ftype="0" fcut="16000" fwet="0" >
<elvol lfosyncmode="0" lpdel="0" amt="0" rel="0.1" ctlenvamt="0" latt="0" sus="0.499" lspd="0.1" att="0" pdel="0" lamt="0" dec="0.499" userwavefile="" x100="0" lshp="0" hold="0.499" />
<elcut lfosyncmode="0" lpdel="0" amt="0" rel="0.1" ctlenvamt="0" latt="0" sus="0.499" lspd="0.1" att="0" pdel="0" lamt="0" dec="0.499" userwavefile="" x100="0" lshp="0" hold="0.499" />
<elres lfosyncmode="0" lpdel="0" amt="0" rel="0.1" ctlenvamt="0" latt="0" sus="0.499" lspd="0.1" att="0" pdel="0" lamt="0" dec="0.499" userwavefile="" x100="0" lshp="0" hold="0.499" />
</eldata>
<arpandchords arpmode="0" chordrange="1" arprange="1" arpdisabled="1" chord="0" chorddisabled="0" arpgate="100" arp="0" arpsyncmode="0" arptime="100" arpdir="1" />
<midi inputchannel="0" outputchannel="1" receive="0" send="0" />
</channeltrack>
<pattern steps="16" type="0" name="bass_acid02.ogg" pos="0" frozen="0" len="64" >
<note tone="9" pan="0" oct="4" vol="100" pos="16" len="-64" />
<note tone="9" pan="0" oct="4" vol="100" pos="48" len="-64" />
</pattern>
<pattern steps="16" type="0" name="bass_acid02.ogg" pos="64" frozen="0" len="64" />
<pattern steps="16" type="0" name="bass_acid02.ogg" pos="128" frozen="0" len="64" />
<pattern steps="16" type="0" name="bass_acid02.ogg" pos="192" frozen="0" len="64" />
</track>
<track muted="0" type="0" >
<channeltrack surpos="134219776" fxch="0" baseoct="4" vol="70" name="Default" basetone="9" tab="0" >
<tripleoscillator userwavefile1="" wavetype1="0" coarse1="0" userwavefile2="" wavetype2="0" coarse2="0" vol0="59" vol1="76" finel0="0" vol2="0" finel1="0" finel2="0" modalgo1="2" stphdetun0="0" pan0="0" modalgo2="3" stphdetun1="0" pan1="0" stphdetun2="0" pan2="0" phoffset0="0" phoffset1="0" phoffset2="0" finer0="0" finer1="0" finer2="0" userwavefile0="shapes/roundbass.wav" wavetype0="7" coarse0="0" />
<eldata fres="0.5" ftype="0" fcut="16000" fwet="0" >
<elvol lfosyncmode="0" lpdel="0" amt="1" rel="0.175" ctlenvamt="0" latt="0" sus="0" lspd="0.1" att="0" pdel="0" lamt="0" dec="0.435" userwavefile="" x100="0" lshp="0" hold="0" />
<elcut lfosyncmode="0" lpdel="0" amt="0" rel="0.1" ctlenvamt="0" latt="0" sus="0.499" lspd="0.1" att="0" pdel="0" lamt="0" dec="0.499" userwavefile="" x100="0" lshp="0" hold="0.499" />
<elres lfosyncmode="0" lpdel="0" amt="0" rel="0.1" ctlenvamt="0" latt="0" sus="0.499" lspd="0.1" att="0" pdel="0" lamt="0" dec="0.499" userwavefile="" x100="0" lshp="0" hold="0.499" />
</eldata>
<arpandchords arpmode="0" chordrange="1" arprange="1" arpdisabled="1" chord="0" chorddisabled="0" arpgate="100" arp="0" arpsyncmode="0" arptime="100" arpdir="1" />
<midi inputchannel="0" outputchannel="1" receive="0" send="0" />
</channeltrack>
<pattern steps="16" type="0" name="" pos="0" frozen="0" len="64" />
<pattern steps="16" type="1" name="" pos="64" frozen="0" len="64" >
<note tone="0" pan="0" oct="2" vol="100" pos="0" len="14" />
<note tone="0" pan="0" oct="2" vol="100" pos="16" len="6" />
<note tone="3" pan="0" oct="2" vol="100" pos="24" len="6" />
<note tone="8" pan="0" oct="1" vol="100" pos="32" len="14" />
<note tone="10" pan="0" oct="1" vol="100" pos="48" len="14" />
</pattern>
<pattern steps="16" type="0" name="Default" pos="128" frozen="0" len="64" />
<pattern steps="16" type="0" name="Default" pos="192" frozen="0" len="64" />
</track>
<track muted="0" type="0" >
<channeltrack surpos="99878888" fxch="0" baseoct="4" vol="66" name="hihat_closed04.ogg" basetone="9" tab="0" >
<audiofileprocessor reversed="0" looped="0" eframe="0.999457" sframe="0" amp="100" src="drums/hihat_closed04.ogg" />
<eldata fres="0.5" ftype="0" fcut="16000" fwet="0" >
<elvol lfosyncmode="0" lpdel="0" amt="0" rel="0.1" ctlenvamt="0" latt="0" sus="0.499" lspd="0.1" att="0" pdel="0" lamt="0" dec="0.499" userwavefile="" x100="0" lshp="0" hold="0.499" />
<elcut lfosyncmode="0" lpdel="0" amt="0" rel="0.1" ctlenvamt="0" latt="0" sus="0.499" lspd="0.1" att="0" pdel="0" lamt="0" dec="0.499" userwavefile="" x100="0" lshp="0" hold="0.499" />
<elres lfosyncmode="0" lpdel="0" amt="0" rel="0.1" ctlenvamt="0" latt="0" sus="0.499" lspd="0.1" att="0" pdel="0" lamt="0" dec="0.499" userwavefile="" x100="0" lshp="0" hold="0.499" />
</eldata>
<arpandchords arpmode="0" chordrange="1" arprange="1" arpdisabled="1" chord="0" chorddisabled="0" arpgate="100" arp="0" arpsyncmode="0" arptime="100" arpdir="1" />
<midi inputchannel="0" outputchannel="1" receive="0" send="0" />
</channeltrack>
<pattern steps="16" type="0" name="" pos="0" frozen="0" len="64" />
<pattern steps="16" type="0" name="" pos="64" frozen="0" len="64" >
<note tone="9" pan="0" oct="4" vol="100" pos="16" len="-64" />
<note tone="9" pan="0" oct="4" vol="100" pos="24" len="-64" />
<note tone="9" pan="0" oct="4" vol="100" pos="44" len="-64" />
</pattern>
<pattern steps="16" type="0" name="hihat_closed04.ogg" pos="128" frozen="0" len="64" />
<pattern steps="16" type="0" name="hihat_closed04.ogg" pos="192" frozen="0" len="64" />
</track>
<track muted="0" type="0" >
<channeltrack surpos="112985438" fxch="0" baseoct="4" vol="100" name="kick_hiphop01.ogg" basetone="9" tab="0" >
<audiofileprocessor reversed="0" looped="0" eframe="0.999815" sframe="0" amp="100" src="drums/kick_hiphop01.ogg" />
<eldata fres="0.5" ftype="0" fcut="16000" fwet="0" >
<elvol lfosyncmode="0" lpdel="0" amt="0" rel="0.1" ctlenvamt="0" latt="0" sus="0.499" lspd="0.1" att="0" pdel="0" lamt="0" dec="0.499" userwavefile="" x100="0" lshp="0" hold="0.499" />
<elcut lfosyncmode="0" lpdel="0" amt="0" rel="0.1" ctlenvamt="0" latt="0" sus="0.499" lspd="0.1" att="0" pdel="0" lamt="0" dec="0.499" userwavefile="" x100="0" lshp="0" hold="0.499" />
<elres lfosyncmode="0" lpdel="0" amt="0" rel="0.1" ctlenvamt="0" latt="0" sus="0.499" lspd="0.1" att="0" pdel="0" lamt="0" dec="0.499" userwavefile="" x100="0" lshp="0" hold="0.499" />
</eldata>
<arpandchords arpmode="0" chordrange="1" arprange="1" arpdisabled="1" chord="0" chorddisabled="0" arpgate="100" arp="0" arpsyncmode="0" arptime="100" arpdir="1" />
<midi inputchannel="0" outputchannel="1" receive="0" send="0" />
</channeltrack>
<pattern steps="16" type="0" name="" pos="0" frozen="0" len="64" />
<pattern steps="16" type="0" name="" pos="64" frozen="0" len="64" >
<note tone="9" pan="0" oct="4" vol="100" pos="0" len="-64" />
<note tone="9" pan="0" oct="4" vol="100" pos="20" len="-64" />
<note tone="9" pan="0" oct="4" vol="100" pos="40" len="-64" />
<note tone="9" pan="0" oct="4" vol="100" pos="52" len="-64" />
</pattern>
<pattern steps="16" type="0" name="kick_distorted01.ogg" pos="128" frozen="0" len="64" />
<pattern steps="16" type="0" name="kick_hiphop01.ogg" pos="192" frozen="0" len="64" />
</track>
<track muted="0" type="0" >
<channeltrack surpos="122817386" fxch="0" baseoct="4" vol="100" name="snare03.ogg" basetone="9" tab="0" >
<audiofileprocessor reversed="0" looped="0" eframe="0.999909" sframe="0" amp="100" src="drums/snare03.ogg" />
<eldata fres="0.5" ftype="0" fcut="16000" fwet="0" >
<elvol lfosyncmode="0" lpdel="0" amt="0" rel="0.1" ctlenvamt="0" latt="0" sus="0.499" lspd="0.1" att="0" pdel="0" lamt="0" dec="0.499" userwavefile="" x100="0" lshp="0" hold="0.499" />
<elcut lfosyncmode="0" lpdel="0" amt="0" rel="0.1" ctlenvamt="0" latt="0" sus="0.499" lspd="0.1" att="0" pdel="0" lamt="0" dec="0.499" userwavefile="" x100="0" lshp="0" hold="0.499" />
<elres lfosyncmode="0" lpdel="0" amt="0" rel="0.1" ctlenvamt="0" latt="0" sus="0.499" lspd="0.1" att="0" pdel="0" lamt="0" dec="0.499" userwavefile="" x100="0" lshp="0" hold="0.499" />
</eldata>
<arpandchords arpmode="0" chordrange="1" arprange="1" arpdisabled="1" chord="0" chorddisabled="0" arpgate="100" arp="0" arpsyncmode="0" arptime="100" arpdir="1" />
<midi inputchannel="0" outputchannel="1" receive="0" send="0" />
</channeltrack>
<pattern steps="16" type="0" name="" pos="0" frozen="0" len="64" />
<pattern steps="16" type="0" name="" pos="64" frozen="0" len="64" >
<note tone="9" pan="0" oct="4" vol="100" pos="8" len="-64" />
<note tone="9" pan="0" oct="4" vol="100" pos="24" len="-64" />
<note tone="9" pan="0" oct="4" vol="100" pos="32" len="-64" />
<note tone="9" pan="0" oct="4" vol="100" pos="40" len="-64" />
<note tone="9" pan="0" oct="4" vol="100" pos="56" len="-64" />
</pattern>
<pattern steps="16" type="0" name="snare03.ogg" pos="128" frozen="0" len="64" />
<pattern steps="16" type="0" name="snare03.ogg" pos="192" frozen="0" len="64" />
</track>
<track muted="0" type="0" >
<channeltrack surpos="112985888" fxch="0" baseoct="4" vol="100" name="snare05.ogg" basetone="9" tab="0" >
<audiofileprocessor reversed="0" looped="0" eframe="0.999023" sframe="0" amp="100" src="drums/snare05.ogg" />
<eldata fres="0.5" ftype="0" fcut="16000" fwet="0" >
<elvol lfosyncmode="0" lpdel="0" amt="0" rel="0.1" ctlenvamt="0" latt="0" sus="0.499" lspd="0.1" att="0" pdel="0" lamt="0" dec="0.499" userwavefile="" x100="0" lshp="0" hold="0.499" />
<elcut lfosyncmode="0" lpdel="0" amt="0" rel="0.1" ctlenvamt="0" latt="0" sus="0.499" lspd="0.1" att="0" pdel="0" lamt="0" dec="0.499" userwavefile="" x100="0" lshp="0" hold="0.499" />
<elres lfosyncmode="0" lpdel="0" amt="0" rel="0.1" ctlenvamt="0" latt="0" sus="0.499" lspd="0.1" att="0" pdel="0" lamt="0" dec="0.499" userwavefile="" x100="0" lshp="0" hold="0.499" />
</eldata>
<arpandchords arpmode="0" chordrange="1" arprange="1" arpdisabled="1" chord="0" chorddisabled="0" arpgate="100" arp="0" arpsyncmode="0" arptime="100" arpdir="1" />
<midi inputchannel="0" outputchannel="1" receive="0" send="0" />
</channeltrack>
<pattern steps="16" type="0" name="Default" pos="0" frozen="0" len="64" />
<pattern steps="16" type="0" name="Default" pos="64" frozen="0" len="64" >
<note tone="9" pan="0" oct="4" vol="100" pos="8" len="-64" />
<note tone="9" pan="0" oct="4" vol="100" pos="16" len="-64" />
<note tone="9" pan="0" oct="4" vol="100" pos="24" len="-64" />
<note tone="9" pan="0" oct="4" vol="100" pos="40" len="-64" />
<note tone="9" pan="0" oct="4" vol="100" pos="48" len="-64" />
</pattern>
<pattern steps="16" type="0" name="snare05.ogg" pos="128" frozen="0" len="64" />
<pattern steps="16" type="0" name="snare05.ogg" pos="192" frozen="0" len="64" >
<note tone="9" pan="0" oct="4" vol="100" pos="16" len="-64" />
<note tone="9" pan="0" oct="4" vol="100" pos="36" len="-64" />
<note tone="9" pan="0" oct="4" vol="100" pos="60" len="-64" />
</pattern>
</track>
<track muted="0" type="0" >
<channeltrack surpos="134219776" fxch="0" baseoct="4" vol="100" name="wood01.ogg" basetone="9" tab="0" >
<audiofileprocessor reversed="0" looped="0" eframe="0.999441" sframe="0" amp="100" src="drums/wood01.ogg" />
<eldata fres="0.5" ftype="0" fcut="16000" fwet="0" >
<elvol lfosyncmode="0" lpdel="0" amt="0" rel="0.1" ctlenvamt="0" latt="0" sus="0.499" lspd="0.1" att="0" pdel="0" lamt="0" dec="0.499" userwavefile="" x100="0" lshp="0" hold="0.499" />
<elcut lfosyncmode="0" lpdel="0" amt="0" rel="0.1" ctlenvamt="0" latt="0" sus="0.499" lspd="0.1" att="0" pdel="0" lamt="0" dec="0.499" userwavefile="" x100="0" lshp="0" hold="0.499" />
<elres lfosyncmode="0" lpdel="0" amt="0" rel="0.1" ctlenvamt="0" latt="0" sus="0.499" lspd="0.1" att="0" pdel="0" lamt="0" dec="0.499" userwavefile="" x100="0" lshp="0" hold="0.499" />
</eldata>
<arpandchords arpmode="0" chordrange="1" arprange="1" arpdisabled="1" chord="0" chorddisabled="0" arpgate="100" arp="0" arpsyncmode="0" arptime="100" arpdir="1" />
<midi inputchannel="0" outputchannel="1" receive="0" send="0" />
</channeltrack>
<pattern steps="16" type="0" name="Default" pos="0" frozen="0" len="64" />
<pattern steps="16" type="0" name="Default" pos="64" frozen="0" len="64" />
<pattern steps="16" type="1" name="wood01.ogg" pos="128" frozen="0" len="64" >
<note tone="9" pan="0" oct="4" vol="100" pos="0" len="4" />
<note tone="4" pan="0" oct="4" vol="100" pos="8" len="4" />
<note tone="5" pan="0" oct="4" vol="100" pos="16" len="4" />
<note tone="5" pan="0" oct="4" vol="100" pos="20" len="4" />
<note tone="5" pan="0" oct="4" vol="100" pos="24" len="4" />
<note tone="5" pan="0" oct="4" vol="100" pos="32" len="4" />
<note tone="4" pan="0" oct="4" vol="100" pos="40" len="4" />
<note tone="2" pan="0" oct="4" vol="100" pos="48" len="4" />
</pattern>
<pattern steps="16" type="0" name="wood01.ogg" pos="192" frozen="0" len="64" />
</track>
<track muted="0" type="0" >
<channeltrack surpos="134219776" fxch="0" baseoct="4" vol="100" name="snare_acoustic01.ogg" basetone="9" tab="0" >
<audiofileprocessor reversed="0" looped="0" eframe="0.999721" sframe="0" amp="100" src="drums/snare_acoustic01.ogg" />
<eldata fres="0.5" ftype="0" fcut="16000" fwet="0" >
<elvol lfosyncmode="0" lpdel="0" amt="0" rel="0.1" ctlenvamt="0" latt="0" sus="0.499" lspd="0.1" att="0" pdel="0" lamt="0" dec="0.499" userwavefile="" x100="0" lshp="0" hold="0.499" />
<elcut lfosyncmode="0" lpdel="0" amt="0" rel="0.1" ctlenvamt="0" latt="0" sus="0.499" lspd="0.1" att="0" pdel="0" lamt="0" dec="0.499" userwavefile="" x100="0" lshp="0" hold="0.499" />
<elres lfosyncmode="0" lpdel="0" amt="0" rel="0.1" ctlenvamt="0" latt="0" sus="0.499" lspd="0.1" att="0" pdel="0" lamt="0" dec="0.499" userwavefile="" x100="0" lshp="0" hold="0.499" />
</eldata>
<arpandchords arpmode="0" chordrange="1" arprange="1" arpdisabled="1" chord="0" chorddisabled="0" arpgate="100" arp="0" arpsyncmode="0" arptime="100" arpdir="1" />
<midi inputchannel="0" outputchannel="1" receive="0" send="0" />
</channeltrack>
<pattern steps="16" type="0" name="Default" pos="0" frozen="0" len="64" />
<pattern steps="16" type="0" name="Default" pos="64" frozen="0" len="64" />
<pattern steps="16" type="0" name="Default" pos="128" frozen="0" len="64" >
<note tone="9" pan="0" oct="4" vol="100" pos="0" len="-64" />
<note tone="9" pan="0" oct="4" vol="100" pos="16" len="-64" />
<note tone="9" pan="0" oct="4" vol="100" pos="32" len="-64" />
<note tone="9" pan="0" oct="4" vol="100" pos="48" len="-64" />
<note tone="9" pan="0" oct="4" vol="100" pos="56" len="-64" />
</pattern>
<pattern steps="16" type="0" name="snare_acoustic01.ogg" pos="192" frozen="0" len="64" >
<note tone="9" pan="0" oct="4" vol="100" pos="0" len="-64" />
<note tone="9" pan="0" oct="4" vol="100" pos="8" len="-64" />
<note tone="9" pan="0" oct="4" vol="100" pos="24" len="-64" />
<note tone="9" pan="0" oct="4" vol="100" pos="48" len="-64" />
</pattern>
</track>
<track muted="0" type="0" >
<channeltrack surpos="134219776" fxch="0" baseoct="4" vol="100" name="tom_hi01.ogg" basetone="9" tab="0" >
<audiofileprocessor reversed="0" looped="0" eframe="0.999807" sframe="0" amp="100" src="drums/tom_hi01.ogg" />
<eldata fres="0.5" ftype="0" fcut="16000" fwet="0" >
<elvol lfosyncmode="0" lpdel="0" amt="0" rel="0.1" ctlenvamt="0" latt="0" sus="0.499" lspd="0.1" att="0" pdel="0" lamt="0" dec="0.499" userwavefile="" x100="0" lshp="0" hold="0.499" />
<elcut lfosyncmode="0" lpdel="0" amt="0" rel="0.1" ctlenvamt="0" latt="0" sus="0.499" lspd="0.1" att="0" pdel="0" lamt="0" dec="0.499" userwavefile="" x100="0" lshp="0" hold="0.499" />
<elres lfosyncmode="0" lpdel="0" amt="0" rel="0.1" ctlenvamt="0" latt="0" sus="0.499" lspd="0.1" att="0" pdel="0" lamt="0" dec="0.499" userwavefile="" x100="0" lshp="0" hold="0.499" />
</eldata>
<arpandchords arpmode="0" chordrange="1" arprange="1" arpdisabled="1" chord="0" chorddisabled="0" arpgate="100" arp="0" arpsyncmode="0" arptime="100" arpdir="1" />
<midi inputchannel="0" outputchannel="1" receive="0" send="0" />
</channeltrack>
<pattern steps="16" type="0" name="tom_hi01.ogg" pos="0" frozen="0" len="64" />
<pattern steps="16" type="0" name="tom_hi01.ogg" pos="64" frozen="0" len="64" />
<pattern steps="16" type="0" name="tom_hi01.ogg" pos="128" frozen="0" len="64" />
<pattern steps="16" type="0" name="tom_hi01.ogg" pos="192" frozen="0" len="64" >
<note tone="9" pan="0" oct="4" vol="100" pos="0" len="-64" />
<note tone="9" pan="0" oct="4" vol="100" pos="32" len="-64" />
</pattern>
</track>
<track muted="0" type="0" >
<channeltrack surpos="134219776" fxch="0" baseoct="4" vol="100" name="tom_low01.ogg" basetone="9" tab="0" >
<audiofileprocessor reversed="0" looped="0" eframe="0.999853" sframe="0" amp="100" src="drums/tom_low01.ogg" />
<eldata fres="0.5" ftype="0" fcut="16000" fwet="0" >
<elvol lfosyncmode="0" lpdel="0" amt="0" rel="0.1" ctlenvamt="0" latt="0" sus="0.499" lspd="0.1" att="0" pdel="0" lamt="0" dec="0.499" userwavefile="" x100="0" lshp="0" hold="0.499" />
<elcut lfosyncmode="0" lpdel="0" amt="0" rel="0.1" ctlenvamt="0" latt="0" sus="0.499" lspd="0.1" att="0" pdel="0" lamt="0" dec="0.499" userwavefile="" x100="0" lshp="0" hold="0.499" />
<elres lfosyncmode="0" lpdel="0" amt="0" rel="0.1" ctlenvamt="0" latt="0" sus="0.499" lspd="0.1" att="0" pdel="0" lamt="0" dec="0.499" userwavefile="" x100="0" lshp="0" hold="0.499" />
</eldata>
<arpandchords arpmode="0" chordrange="1" arprange="1" arpdisabled="1" chord="0" chorddisabled="0" arpgate="100" arp="0" arpsyncmode="0" arptime="100" arpdir="1" />
<midi inputchannel="0" outputchannel="1" receive="0" send="0" />
</channeltrack>
<pattern steps="16" type="0" name="tom_low01.ogg" pos="0" frozen="0" len="64" />
<pattern steps="16" type="0" name="tom_low01.ogg" pos="64" frozen="0" len="64" />
<pattern steps="16" type="0" name="tom_low01.ogg" pos="128" frozen="0" len="64" />
<pattern steps="16" type="0" name="tom_low01.ogg" pos="192" frozen="0" len="64" >
<note tone="9" pan="0" oct="4" vol="100" pos="16" len="-64" />
<note tone="9" pan="0" oct="4" vol="100" pos="28" len="-64" />
<note tone="9" pan="0" oct="4" vol="100" pos="40" len="-64" />
<note tone="9" pan="0" oct="4" vol="100" pos="48" len="-64" />
</pattern>
</track>
<track muted="0" type="0" >
<channeltrack surpos="134219776" fxch="0" baseoct="4" vol="100" name="tom_mid01.ogg" basetone="9" tab="0" >
<audiofileprocessor reversed="0" looped="0" eframe="0.999823" sframe="0" amp="100" src="drums/tom_mid01.ogg" />
<eldata fres="0.5" ftype="0" fcut="16000" fwet="0" >
<elvol lfosyncmode="0" lpdel="0" amt="0" rel="0.1" ctlenvamt="0" latt="0" sus="0.499" lspd="0.1" att="0" pdel="0" lamt="0" dec="0.499" userwavefile="" x100="0" lshp="0" hold="0.499" />
<elcut lfosyncmode="0" lpdel="0" amt="0" rel="0.1" ctlenvamt="0" latt="0" sus="0.499" lspd="0.1" att="0" pdel="0" lamt="0" dec="0.499" userwavefile="" x100="0" lshp="0" hold="0.499" />
<elres lfosyncmode="0" lpdel="0" amt="0" rel="0.1" ctlenvamt="0" latt="0" sus="0.499" lspd="0.1" att="0" pdel="0" lamt="0" dec="0.499" userwavefile="" x100="0" lshp="0" hold="0.499" />
</eldata>
<arpandchords arpmode="0" chordrange="1" arprange="1" arpdisabled="1" chord="0" chorddisabled="0" arpgate="100" arp="0" arpsyncmode="0" arptime="100" arpdir="1" />
<midi inputchannel="0" outputchannel="1" receive="0" send="0" />
</channeltrack>
<pattern steps="16" type="0" name="tom_mid01.ogg" pos="0" frozen="0" len="64" />
<pattern steps="16" type="0" name="tom_mid01.ogg" pos="64" frozen="0" len="64" />
<pattern steps="16" type="0" name="tom_mid01.ogg" pos="128" frozen="0" len="64" />
<pattern steps="16" type="0" name="tom_mid01.ogg" pos="192" frozen="0" len="64" >
<note tone="9" pan="0" oct="4" vol="100" pos="8" len="-64" />
<note tone="9" pan="0" oct="4" vol="100" pos="24" len="-64" />
<note tone="9" pan="0" oct="4" vol="100" pos="44" len="-64" />
<note tone="9" pan="0" oct="4" vol="100" pos="56" len="-64" />
</pattern>
</track>
</trackcontainer>
</bbtrack>
<bbtco name="Beat 0" color="4294945280" pos="0" len="960" />
<bbtco name="Beat 0" color="4294945280" pos="2432" len="576" />
</track>
<track muted="0" type="1" >
<bbtrack name="Beat 1" />
<bbtco name="Beat 1" color="4278255360" pos="320" len="960" />
<bbtco name="Beat 1" color="4278255360" pos="2112" len="640" />
</track>
<track muted="0" type="1" >
<bbtrack name="Beat 2" />
<bbtco name="Beat 2" color="4278239487" pos="640" len="1152" />
<bbtco name="Beat 2" color="4278239487" pos="2752" len="512" />
</track>
<track muted="0" type="1" >
<bbtrack name="Beat 3" />
<bbtco name="Beat 3" color="4282417407" pos="1536" len="1216" />
<bbtco name="Beat 3" color="4282417407" pos="3008" len="512" />
</track>
</trackcontainer>
<projectnotes><![CDATA[<html><head><meta name="qrichtext" content="1" /></head><body style="font-size:11pt;font-family:Bitstream Vera Sans">
<p align="center"><span style="font-style:italic;font-size:18pt;font-weight:600">Beat collection</span></p>
<p align="justify"><span style="font-weight:600;color:#ffcc00">Just some beats being put together... Demonstrates very well the usage of beat-patterns and according samples.</span></p>
</body></html>
]]></projectnotes>
</song>
</multimediaproject>

View File

@@ -1,606 +0,0 @@
<?xml version="1.0"?>
<!DOCTYPE multimedia-project>
<multimedia-project creator="Linux MultiMedia Studio (LMMS)" creatorversion="0.3.0-rc2" type="song" version="1.0" >
<head masterpitch="0" bpm="140" mastervol="29" />
<song>
<trackcontainer width="680" x="0" y="0" height="383" type="songeditor" visible="1" >
<track muted="0" height="32" type="1" >
<bbtrack icon="" name="Beat" >
<trackcontainer width="504" x="19" y="71" height="442" type="bbeditor" visible="1" >
<track muted="0" height="32" type="0" >
<instrumenttrack width="250" x="569" surpos-x="0" y="68" surpos-y="0" fxch="0" height="436" basenote="57" vol="100" name="kick01.ogg" tab="3" visible="1" >
<audiofileprocessor reversed="0" looped="0" eframe="0.99942" sframe="0" amp="100" src="drums/kick01.ogg" />
<eldata fres="0.5" ftype="0" fcut="14000" fwet="0" >
<elvol lspd_numerator="1" lpdel="0" amt="0" rel="0.1" ctlenvamt="0" latt="0" syncmode="0" sus="0.499" lspd_denominator="1" lspd="0.1" att="0" pdel="0" lamt="0" dec="0.499" userwavefile="" x100="0" lshp="0" hold="0.499" />
<elcut lspd_numerator="1" lpdel="0" amt="0" rel="0.1" ctlenvamt="0" latt="0" syncmode="0" sus="0.499" lspd_denominator="1" lspd="0.1" att="0" pdel="0" lamt="0" dec="0.499" userwavefile="" x100="0" lshp="0" hold="0.499" />
<elres lspd_numerator="1" lpdel="0" amt="0" rel="0.1" ctlenvamt="0" latt="0" syncmode="0" sus="0.499" lspd_denominator="1" lspd="0.1" att="0" pdel="0" lamt="0" dec="0.499" userwavefile="" x100="0" lshp="0" hold="0.499" />
</eldata>
<arpandchords arpmode="0" chordrange="1" arp-enabled="0" arptime_numerator="1" arprange="1" chord-enabled="1" arptime_denominator="1" 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="1" >
<rack numofeffects="2" >
<effect key="AAAAAgAAAAIAAAADAAAAFgBiAGEAcwBzAGIAbwBvAHMAdABlAHIAAAAA/////wAA" autoquit="0" name="bassbooster" gate="0" wet="1" on="1" >
<bassboostercontrols ratio="3.1" freq="91" gain="1" />
</effect>
<effect key="AAAAAgAAAAIAAAADAAAAbABDAEEAUABTADoAIABQAGwAYQB0AGUAMgB4ADIAIAAtACAAVgBlAHIAcwBhAHQAaQBsAGUAIABwAGwAYQB0AGUAIAByAGUAdgBlAHIAYgAsACAAcwB0AGUAcgBlAG8AIABpAG4AcAB1AHQAcwAAAAQAAAACAAAAEABQAGwAYQB0AGUAMgB4ADIAAAAOAGMAYQBwAHMALgBzAG8=" autoquit="0" name="ladspaeffect" gate="0" wet="1" on="1" >
<ladspacontrols port02="0.75047" port03="0.4494" port04="0" port05="0.48" ports="4" />
</effect>
</rack>
</fx>
</instrumenttrack>
<pattern steps="16" muted="0" type="0" name="kick01.ogg" pos="0" frozen="0" len="64" >
<note tone="9" pan="0" oct="4" vol="100" pos="0" len="-64" />
<note tone="9" pan="0" oct="4" vol="100" pos="16" len="-64" />
<note tone="9" pan="0" oct="4" vol="100" pos="32" len="-64" />
<note tone="9" pan="0" oct="4" vol="100" pos="48" len="-64" />
</pattern>
<pattern steps="16" muted="0" type="0" name="kick01.ogg" pos="64" frozen="0" len="64" />
<pattern steps="16" muted="0" type="0" name="kick01.ogg" pos="128" frozen="0" len="64" />
<pattern steps="16" muted="0" type="0" name="" pos="192" frozen="0" len="64" />
<pattern steps="16" muted="0" type="0" name="kick01.ogg" pos="256" frozen="0" len="64" />
<pattern steps="16" muted="0" type="0" name="kick01.ogg" pos="320" frozen="0" len="64" />
<pattern steps="16" muted="0" type="0" name="kick01.ogg" pos="384" frozen="0" len="64" />
<pattern steps="16" muted="0" type="0" name="kick01.ogg" pos="448" frozen="0" len="64" />
</track>
<track muted="1" height="32" type="0" >
<instrumenttrack width="250" x="643" surpos-x="0" y="183" surpos-y="0" fxch="0" height="436" basenote="57" vol="125" name="hihat_closed02.ogg" tab="3" visible="0" >
<audiofileprocessor reversed="0" looped="0" eframe="0.99868" sframe="0" amp="100" src="drums/hihat_closed02.ogg" />
<eldata fres="0.5" ftype="0" fcut="14000" fwet="0" >
<elvol lspd_numerator="1" lpdel="0" amt="0" rel="0.1" ctlenvamt="0" latt="0" syncmode="0" sus="0.499" lspd_denominator="1" lspd="0.1" att="0" pdel="0" lamt="0" dec="0.499" userwavefile="" x100="0" lshp="0" hold="0.499" />
<elcut lspd_numerator="1" lpdel="0" amt="0" rel="0.1" ctlenvamt="0" latt="0" syncmode="0" sus="0.499" lspd_denominator="1" lspd="0.1" att="0" pdel="0" lamt="0" dec="0.499" userwavefile="" x100="0" lshp="0" hold="0.499" />
<elres lspd_numerator="1" lpdel="0" amt="0" rel="0.1" ctlenvamt="0" latt="0" syncmode="0" sus="0.499" lspd_denominator="1" lspd="0.1" att="0" pdel="0" lamt="0" dec="0.499" userwavefile="" x100="0" lshp="0" hold="0.499" />
</eldata>
<arpandchords arpmode="0" chordrange="1" arp-enabled="0" arptime_numerator="1" arprange="1" chord-enabled="1" arptime_denominator="1" 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="1" >
<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>
</rack>
</fx>
</instrumenttrack>
<pattern steps="16" muted="0" type="0" name="hihat_closed02.ogg" pos="0" frozen="0" len="64" >
<note tone="9" pan="0" oct="4" vol="100" pos="0" len="-64" />
<note tone="9" pan="0" oct="4" vol="100" pos="16" len="-64" />
<note tone="9" pan="0" oct="4" vol="100" pos="32" len="-64" />
<note tone="9" pan="0" oct="4" vol="100" pos="48" len="-64" />
<note tone="9" pan="0" oct="4" vol="100" pos="52" len="-64" />
<note tone="9" pan="0" oct="4" vol="100" pos="60" len="-64" />
</pattern>
<pattern steps="16" muted="0" type="0" name="hihat_closed02.ogg" pos="64" frozen="0" len="64" />
<pattern steps="16" muted="0" type="0" name="hihat_closed02.ogg" pos="128" frozen="0" len="64" />
<pattern steps="16" muted="0" type="0" name="hihat_closed02.ogg" pos="192" frozen="0" len="64" />
<pattern steps="16" muted="0" type="0" name="hihat_closed02.ogg" pos="256" frozen="0" len="64" />
<pattern steps="16" muted="0" type="0" name="hihat_closed02.ogg" pos="320" frozen="0" len="64" />
<pattern steps="16" muted="0" type="0" name="hihat_closed02.ogg" pos="384" frozen="0" len="64" />
<pattern steps="16" muted="0" type="0" name="hihat_closed02.ogg" pos="448" frozen="0" len="64" />
</track>
<track muted="1" height="32" type="0" >
<instrumenttrack width="250" x="536" surpos-x="0" y="0" surpos-y="0" fxch="0" height="436" basenote="57" vol="141" name="hihat_opened01.ogg" tab="3" visible="0" >
<audiofileprocessor reversed="0" looped="0" eframe="0.99955" sframe="0" amp="100" src="drums/hihat_opened01.ogg" />
<eldata fres="0.5" ftype="0" fcut="14000" fwet="0" >
<elvol lspd_numerator="1" lpdel="0" amt="0" rel="0.1" ctlenvamt="0" latt="0" syncmode="0" sus="0.499" lspd_denominator="1" lspd="0.1" att="0" pdel="0" lamt="0" dec="0.499" userwavefile="" x100="0" lshp="0" hold="0.499" />
<elcut lspd_numerator="1" lpdel="0" amt="0" rel="0.1" ctlenvamt="0" latt="0" syncmode="0" sus="0.499" lspd_denominator="1" lspd="0.1" att="0" pdel="0" lamt="0" dec="0.499" userwavefile="" x100="0" lshp="0" hold="0.499" />
<elres lspd_numerator="1" lpdel="0" amt="0" rel="0.1" ctlenvamt="0" latt="0" syncmode="0" sus="0.499" lspd_denominator="1" lspd="0.1" att="0" pdel="0" lamt="0" dec="0.499" userwavefile="" x100="0" lshp="0" hold="0.499" />
</eldata>
<arpandchords arpmode="0" chordrange="1" arp-enabled="0" arptime_numerator="1" arprange="1" chord-enabled="1" arptime_denominator="1" 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="1" >
<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>
</rack>
</fx>
</instrumenttrack>
<pattern steps="16" muted="0" type="0" name="hihat_opened01.ogg" pos="0" frozen="0" len="64" >
<note tone="9" pan="0" oct="4" vol="100" pos="8" len="-64" />
<note tone="9" pan="0" oct="4" vol="100" pos="24" len="-64" />
<note tone="9" pan="0" oct="4" vol="100" pos="40" len="-64" />
<note tone="9" pan="0" oct="4" vol="100" pos="56" len="-64" />
</pattern>
<pattern steps="16" muted="0" type="0" name="hihat_opened01.ogg" pos="64" frozen="0" len="64" />
<pattern steps="16" muted="0" type="0" name="hihat_opened01.ogg" pos="128" frozen="0" len="64" />
<pattern steps="16" muted="0" type="0" name="hihat_opened01.ogg" pos="192" frozen="0" len="64" />
<pattern steps="16" muted="0" type="0" name="hihat_opened01.ogg" pos="256" frozen="0" len="64" />
<pattern steps="16" muted="0" type="0" name="hihat_opened01.ogg" pos="320" frozen="0" len="64" />
<pattern steps="16" muted="0" type="0" name="hihat_opened01.ogg" pos="384" frozen="0" len="64" />
<pattern steps="16" muted="0" type="0" name="hihat_opened01.ogg" pos="448" frozen="0" len="64" />
</track>
<track muted="0" height="32" type="0" >
<instrumenttrack width="250" x="497" surpos-x="0" y="183" surpos-y="0" fxch="0" height="436" basenote="57" vol="36" name="Just fat!!!" tab="3" visible="1" >
<tripleoscillator userwavefile1="" wavetype1="2" coarse1="0" userwavefile2="" wavetype2="2" coarse2="0" vol0="100" vol1="0" finel0="0" vol2="0" finel1="-14" finel2="0" modalgo1="3" stphdetun0="0" pan0="0" modalgo2="2" stphdetun1="50" pan1="0" stphdetun2="0" pan2="0" phoffset0="0" phoffset1="0" phoffset2="0" finer0="0" finer1="13" finer2="-3" userwavefile0="" wavetype0="2" coarse0="0" />
<eldata fres="0.88" ftype="6" fcut="686" fwet="0" >
<elvol lspd_numerator="1" lpdel="0" amt="1" rel="0.1" ctlenvamt="0" latt="0" syncmode="0" sus="0" lspd_denominator="1" lspd="0.0917" att="0" pdel="0" lamt="0" dec="0.296" userwavefile="" x100="0" lshp="0" hold="0" />
<elcut lspd_numerator="1" lpdel="0" amt="0.33" rel="0.1" ctlenvamt="0" latt="0" syncmode="0" sus="0.998" lspd_denominator="1" lspd="0.767" att="0" pdel="0" lamt="0.47" dec="0.223" userwavefile="" x100="0" lshp="1" hold="0" />
<elres lspd_numerator="1" lpdel="0" amt="0" rel="0.1" ctlenvamt="0" latt="0" syncmode="0" sus="0.499" lspd_denominator="1" lspd="0.01" att="0" pdel="0" lamt="-0.01" dec="0.499" userwavefile="" x100="0" lshp="1" hold="0" />
</eldata>
<arpandchords arpmode="0" chordrange="1" arp-enabled="1" arptime_numerator="1" arprange="2" chord-enabled="1" arptime_denominator="1" chord="0" syncmode="0" arpgate="88" arp="0" arptime="198" arpdir="0" />
<midi defvelout="0" inputchannel="0" outputchannel="1" receive="0" send="0" defvelin="0" />
<fx fxdisabled="0" >
<rack numofeffects="1" >
<effect key="AAAAAgAAAAIAAAADAAAAFgBiAGEAcwBzAGIAbwBvAHMAdABlAHIAAAAA/////wAA" autoquit="0" name="bassbooster" gate="0" wet="1" on="1" >
<bassboostercontrols ratio="6.3" freq="69" gain="1" />
</effect>
</rack>
</fx>
</instrumenttrack>
<pattern steps="16" muted="0" type="0" name="Just fat!!!" pos="0" frozen="0" len="64" />
<pattern steps="16" muted="0" type="0" name="Just fat!!!" pos="64" frozen="0" len="64" />
<pattern steps="16" muted="0" type="0" name="Just fat!!!" pos="128" frozen="0" len="64" />
<pattern steps="16" muted="0" type="0" name="Just fat!!!" pos="192" frozen="0" len="64" />
<pattern steps="16" muted="0" type="0" name="Just fat!!!" pos="256" frozen="0" len="64" />
<pattern steps="16" muted="0" type="1" name="Just fat!!!" pos="320" frozen="0" len="256" >
<note tone="0" pan="0" oct="2" detuning="0" vol="100" pos="0" len="13" />
<note tone="3" pan="0" oct="2" detuning="0" vol="100" pos="16" len="13" />
<note tone="7" pan="0" oct="2" detuning="0" vol="100" pos="32" len="13" />
<note tone="7" pan="0" oct="2" detuning="0" vol="100" pos="48" len="13" />
<note tone="0" pan="0" oct="2" detuning="0" vol="100" pos="64" len="13" />
<note tone="8" pan="0" oct="2" detuning="0" vol="100" pos="80" len="13" />
<note tone="5" pan="0" oct="2" detuning="0" vol="100" pos="96" len="13" />
<note tone="5" pan="0" oct="2" detuning="0" vol="100" pos="112" len="13" />
<note tone="10" pan="0" oct="1" detuning="0" vol="100" pos="128" len="13" />
<note tone="2" pan="0" oct="2" detuning="0" vol="100" pos="144" len="13" />
<note tone="5" pan="0" oct="2" detuning="0" vol="100" pos="160" len="13" />
<note tone="5" pan="0" oct="2" detuning="0" vol="100" pos="176" len="13" />
<note tone="2" pan="0" oct="2" detuning="0" vol="100" pos="192" len="13" />
<note tone="7" pan="0" oct="1" detuning="0" vol="100" pos="208" len="13" />
<note tone="0" pan="0" oct="2" detuning="0" vol="100" pos="224" len="13" />
<note tone="0" pan="0" oct="2" detuning="0" vol="100" pos="240" len="13" />
</pattern>
<pattern steps="16" muted="0" type="0" name="Just fat!!!" pos="384" frozen="0" len="64" />
<pattern steps="16" muted="0" type="0" name="Just fat!!!" pos="448" frozen="0" len="64" />
</track>
<track muted="0" height="32" type="0" >
<instrumenttrack width="250" x="751" surpos-x="0" y="183" surpos-y="0" fxch="0" height="436" basenote="81" vol="44" name="Analog Times" tab="1" visible="0" >
<tripleoscillator userwavefile1="" wavetype1="2" coarse1="0" userwavefile2="" wavetype2="2" coarse2="0" vol0="100" vol1="100" finel0="0" vol2="100" finel1="-14" finel2="0" modalgo1="2" stphdetun0="0" pan0="0" modalgo2="2" stphdetun1="50" pan1="0" stphdetun2="0" pan2="0" phoffset0="0" phoffset1="0" phoffset2="0" finer0="0" finer1="13" finer2="-3" userwavefile0="" wavetype0="2" coarse0="0" />
<eldata fres="0.01" ftype="6" fcut="182" fwet="1" >
<elvol lspd_numerator="1" lpdel="0" amt="1" rel="0.221" ctlenvamt="0" latt="0" syncmode="0" sus="0" lspd_denominator="1" lspd="0.0917" att="0" pdel="0" lamt="0" dec="0.296" userwavefile="" x100="0" lshp="0" hold="0" />
<elcut lspd_numerator="1" lpdel="0" amt="0.655" rel="0" ctlenvamt="0" latt="0" syncmode="0" sus="0.998" lspd_denominator="1" lspd="0.67" att="0" pdel="0" lamt="0.305" dec="0.232" userwavefile="" x100="0" lshp="1" hold="0" />
<elres lspd_numerator="1" lpdel="0" amt="0" rel="0.1" ctlenvamt="0" latt="0" syncmode="0" sus="0.499" lspd_denominator="1" lspd="0.01" att="0" pdel="0" lamt="-0.01" dec="0.499" userwavefile="" x100="0" lshp="1" hold="0" />
</eldata>
<arpandchords arpmode="0" chordrange="2" arp-enabled="0" arptime_numerator="1" arprange="3" chord-enabled="1" arptime_denominator="1" chord="0" syncmode="0" arpgate="100" arp="8" arptime="100" arpdir="0" />
<midi defvelout="0" inputchannel="0" outputchannel="1" receive="0" send="0" defvelin="0" />
<fx fxdisabled="1" >
<rack numofeffects="0" />
</fx>
</instrumenttrack>
<pattern steps="16" muted="0" type="0" name="Analog Times" pos="0" frozen="0" len="64" />
<pattern steps="16" muted="0" type="1" name="Analog Times" pos="64" frozen="0" len="64" >
<note tone="7" pan="0" oct="4" detuning="0" vol="100" pos="0" len="4" />
<note tone="7" pan="0" oct="4" detuning="0" vol="100" pos="4" len="4" />
<note tone="7" pan="0" oct="5" detuning="0" vol="100" pos="8" len="4" />
<note tone="2" pan="0" oct="5" detuning="0" vol="100" pos="12" len="4" />
<note tone="7" pan="0" oct="4" detuning="0" vol="100" pos="16" len="4" />
<note tone="2" pan="0" oct="5" detuning="0" vol="100" pos="20" len="4" />
<note tone="3" pan="0" oct="5" detuning="0" vol="100" pos="24" len="4" />
<note tone="10" pan="0" oct="4" detuning="0" vol="100" pos="28" len="4" />
<note tone="7" pan="0" oct="4" detuning="0" vol="100" pos="32" len="4" />
<note tone="7" pan="0" oct="4" detuning="0" vol="100" pos="36" len="4" />
<note tone="7" pan="0" oct="5" detuning="0" vol="100" pos="40" len="4" />
<note tone="2" pan="0" oct="5" detuning="0" vol="100" pos="44" len="4" />
<note tone="7" pan="0" oct="4" detuning="0" vol="100" pos="48" len="4" />
<note tone="2" pan="0" oct="5" detuning="0" vol="100" pos="52" len="4" />
<note tone="3" pan="0" oct="5" detuning="0" vol="100" pos="56" len="4" />
<note tone="10" pan="0" oct="4" detuning="0" vol="100" pos="60" len="4" />
</pattern>
<pattern steps="16" muted="0" type="0" name="Analog Times" pos="128" frozen="0" len="64" />
<pattern steps="16" muted="0" type="0" name="Analog Times" pos="192" frozen="0" len="64" />
<pattern steps="16" muted="0" type="0" name="Analog Times" pos="256" frozen="0" len="64" />
<pattern steps="16" muted="0" type="0" name="Analog Times" pos="320" frozen="0" len="64" />
<pattern steps="16" muted="0" type="0" name="Analog Times" pos="384" frozen="0" len="64" />
<pattern steps="16" muted="0" type="0" name="Analog Times" pos="448" frozen="0" len="64" />
</track>
<track muted="0" height="32" type="0" >
<instrumenttrack width="250" x="0" surpos-x="0" y="183" surpos-y="0" fxch="0" height="436" basenote="57" vol="102" name="Simple Acid Bass" tab="0" visible="0" >
<tripleoscillator userwavefile1="" wavetype1="5" coarse1="-12" userwavefile2="" wavetype2="5" coarse2="0" vol0="100" vol1="100" finel0="0" vol2="100" finel1="-12" finel2="0" modalgo1="2" stphdetun0="71" pan0="0" modalgo2="3" stphdetun1="99" pan1="0" stphdetun2="206" pan2="0" phoffset0="0" phoffset1="260" phoffset2="0" finer0="0" finer1="15" finer2="0" userwavefile0="" wavetype0="5" coarse0="0" />
<eldata fres="0.64" ftype="6" fcut="1346" fwet="1" >
<elvol lspd_numerator="1" lpdel="0" amt="1" rel="0.136" ctlenvamt="0" latt="0" syncmode="0" sus="0" lspd_denominator="1" lspd="0.1" att="0.087" pdel="0" lamt="0" dec="0.266" userwavefile="" x100="0" lshp="0" hold="0" />
<elcut lspd_numerator="1" lpdel="0" amt="0" rel="0" ctlenvamt="0" latt="0" syncmode="0" sus="0.998" lspd_denominator="1" lspd="0.9615" att="0" pdel="0" lamt="0" dec="0.134" userwavefile="" x100="0" lshp="1" hold="0" />
<elres lspd_numerator="1" lpdel="0" amt="0" rel="0.1" ctlenvamt="0" latt="0" syncmode="0" sus="0.499" lspd_denominator="1" lspd="0.1" att="0" pdel="0" lamt="0" dec="0.499" userwavefile="" x100="0" lshp="0" hold="0.499" />
</eldata>
<arpandchords arpmode="0" chordrange="1" arp-enabled="1" arptime_numerator="1" arprange="2" chord-enabled="1" arptime_denominator="1" chord="0" syncmode="0" arpgate="81" arp="0" arptime="100" arpdir="2" />
<midi defvelout="0" inputchannel="0" outputchannel="1" receive="0" send="0" defvelin="0" />
<fx fxdisabled="1" >
<rack numofeffects="0" />
</fx>
</instrumenttrack>
<pattern steps="16" muted="0" type="0" name="Simple Acid Bass" pos="0" frozen="0" len="64" />
<pattern steps="16" muted="0" type="0" name="Simple Acid Bass" pos="64" frozen="0" len="64" />
<pattern steps="16" muted="0" type="1" name="Simple Acid Bass" pos="128" frozen="0" len="128" >
<note tone="4" pan="0" oct="2" detuning="0" vol="100" pos="0" len="16" />
<note tone="7" pan="0" oct="4" detuning="0" vol="100" pos="0" len="31" />
<note tone="9" pan="0" oct="1" detuning="0" vol="100" pos="16" len="16" />
<note tone="5" pan="0" oct="4" detuning="0" vol="100" pos="32" len="31" />
<note tone="0" pan="0" oct="2" detuning="0" vol="100" pos="32" len="16" />
<note tone="9" pan="0" oct="2" detuning="0" vol="100" pos="48" len="16" />
<note tone="4" pan="0" oct="4" detuning="0" vol="100" pos="64" len="31" />
<note tone="4" pan="0" oct="2" detuning="0" vol="100" pos="64" len="16" />
<note tone="9" pan="0" oct="1" detuning="0" vol="100" pos="80" len="16" />
<note tone="9" pan="0" oct="3" detuning="0" vol="100" pos="96" len="31" />
<note tone="0" pan="0" oct="2" detuning="0" vol="100" pos="96" len="16" />
<note tone="9" pan="0" oct="2" detuning="0" vol="100" pos="112" len="16" />
</pattern>
<pattern steps="16" muted="0" type="0" name="Simple Acid Bass" pos="192" frozen="0" len="64" />
<pattern steps="16" muted="0" type="0" name="Simple Acid Bass" pos="256" frozen="0" len="64" />
<pattern steps="16" muted="0" type="0" name="Simple Acid Bass" pos="320" frozen="0" len="64" />
<pattern steps="16" muted="0" type="0" name="Simple Acid Bass" pos="384" frozen="0" len="64" />
<pattern steps="16" muted="0" type="0" name="Simple Acid Bass" pos="448" frozen="0" len="64" />
</track>
<track muted="0" height="32" type="0" >
<instrumenttrack width="250" x="253" surpos-x="0" y="183" surpos-y="0" fxch="0" height="436" basenote="45" vol="34" name="RaveBass" tab="0" visible="0" >
<tripleoscillator userwavefile1="" wavetype1="2" coarse1="0" userwavefile2="" wavetype2="2" coarse2="12" vol0="100" vol1="100" finel0="0" vol2="100" finel1="10" finel2="-2" modalgo1="2" stphdetun0="232" pan0="9" modalgo2="2" stphdetun1="95" pan1="-20" stphdetun2="109" pan2="10" phoffset0="74" phoffset1="280" phoffset2="82" finer0="0" finer1="16" finer2="-3" userwavefile0="" wavetype0="2" coarse0="-12" />
<eldata fres="2" ftype="1" fcut="277" fwet="1" >
<elvol lspd_numerator="1" lpdel="0" amt="1" rel="0.241" ctlenvamt="0" latt="0" syncmode="0" sus="0" lspd_denominator="1" lspd="0.1" att="0.048" pdel="0" lamt="0" dec="0.998" userwavefile="" x100="0" lshp="0" hold="0" />
<elcut lspd_numerator="1" lpdel="0" amt="0" rel="0.1" ctlenvamt="0" latt="0" syncmode="0" sus="0.499" lspd_denominator="1" lspd="0.8834" att="0.499" pdel="0" lamt="0" dec="0.499" userwavefile="" x100="0" lshp="1" hold="0.499" />
<elres lspd_numerator="1" lpdel="0" amt="0" rel="0" ctlenvamt="0" latt="0" syncmode="0" sus="0.499" lspd_denominator="1" lspd="0.1" att="0.499" pdel="0" lamt="0" dec="0.499" userwavefile="" x100="0" lshp="0" hold="0.499" />
</eldata>
<arpandchords arpmode="0" chordrange="1" arp-enabled="0" arptime_numerator="1" arprange="2" chord-enabled="1" arptime_denominator="1" chord="0" syncmode="0" arpgate="76" arp="12" arptime="100" arpdir="0" />
<midi defvelout="0" inputchannel="0" outputchannel="1" receive="0" send="0" defvelin="0" />
<fx fxdisabled="1" >
<rack numofeffects="0" />
</fx>
</instrumenttrack>
<pattern steps="16" muted="0" type="0" name="RaveBass" pos="0" frozen="0" len="64" />
<pattern steps="16" muted="0" type="0" name="RaveBass" pos="64" frozen="0" len="64" />
<pattern steps="16" muted="0" type="0" name="" pos="128" frozen="0" len="64" />
<pattern steps="16" muted="0" type="1" name="RaveBass" pos="192" frozen="0" len="64" >
<note tone="4" pan="0" oct="3" detuning="0" vol="100" pos="0" len="4" />
<note tone="9" pan="0" oct="2" detuning="0" vol="100" pos="8" len="4" />
<note tone="4" pan="0" oct="3" detuning="0" vol="100" pos="16" len="4" />
<note tone="9" pan="0" oct="3" detuning="0" vol="100" pos="24" len="4" />
<note tone="2" pan="0" oct="3" detuning="0" vol="100" pos="32" len="4" />
<note tone="4" pan="0" oct="3" detuning="0" vol="100" pos="40" len="4" />
<note tone="9" pan="0" oct="2" detuning="0" vol="100" pos="48" len="4" />
<note tone="0" pan="0" oct="3" detuning="0" vol="100" pos="56" len="4" />
</pattern>
<pattern steps="16" muted="0" type="1" name="RaveBass" pos="256" frozen="0" len="64" >
<note tone="4" pan="0" oct="4" detuning="0" vol="100" pos="0" len="4" />
<note tone="0" pan="0" oct="4" detuning="0" vol="100" pos="4" len="4" />
<note tone="9" pan="0" oct="3" detuning="0" vol="100" pos="8" len="4" />
<note tone="0" pan="0" oct="4" detuning="0" vol="100" pos="12" len="4" />
<note tone="4" pan="0" oct="4" detuning="0" vol="100" pos="16" len="4" />
<note tone="0" pan="0" oct="4" detuning="0" vol="100" pos="20" len="4" />
<note tone="9" pan="0" oct="4" detuning="0" vol="100" pos="24" len="4" />
<note tone="5" pan="0" oct="4" detuning="0" vol="100" pos="28" len="4" />
<note tone="2" pan="0" oct="4" detuning="0" vol="100" pos="32" len="4" />
<note tone="11" pan="0" oct="3" detuning="0" vol="100" pos="36" len="4" />
<note tone="4" pan="0" oct="4" detuning="0" vol="100" pos="40" len="4" />
<note tone="0" pan="0" oct="4" detuning="0" vol="100" pos="44" len="4" />
<note tone="9" pan="0" oct="3" detuning="0" vol="100" pos="48" len="4" />
<note tone="5" pan="0" oct="3" detuning="0" vol="100" pos="52" len="4" />
<note tone="0" pan="0" oct="4" detuning="0" vol="100" pos="56" len="4" />
<note tone="9" pan="0" oct="3" detuning="0" vol="100" pos="60" len="4" />
</pattern>
<pattern steps="16" muted="0" type="1" name="RaveBass" pos="320" frozen="0" len="256" >
<note tone="0" pan="0" oct="4" detuning="0" vol="100" pos="0" len="4" />
<note tone="7" pan="0" oct="4" detuning="0" vol="100" pos="4" len="4" />
<note tone="0" pan="0" oct="5" detuning="0" vol="100" pos="8" len="4" />
<note tone="7" pan="0" oct="4" detuning="0" vol="100" pos="12" len="4" />
<note tone="0" pan="0" oct="4" detuning="0" vol="100" pos="16" len="4" />
<note tone="7" pan="0" oct="4" detuning="0" vol="100" pos="20" len="4" />
<note tone="0" pan="0" oct="5" detuning="0" vol="100" pos="24" len="4" />
<note tone="7" pan="0" oct="4" detuning="0" vol="100" pos="28" len="4" />
<note tone="0" pan="0" oct="4" detuning="0" vol="100" pos="32" len="4" />
<note tone="7" pan="0" oct="4" detuning="0" vol="100" pos="36" len="4" />
<note tone="0" pan="0" oct="5" detuning="0" vol="100" pos="40" len="4" />
<note tone="7" pan="0" oct="4" detuning="0" vol="100" pos="44" len="4" />
<note tone="0" pan="0" oct="4" detuning="0" vol="100" pos="48" len="4" />
<note tone="7" pan="0" oct="4" detuning="0" vol="100" pos="52" len="4" />
<note tone="0" pan="0" oct="5" detuning="0" vol="100" pos="56" len="4" />
<note tone="7" pan="0" oct="4" detuning="0" vol="100" pos="60" len="4" />
<note tone="0" pan="0" oct="4" detuning="0" vol="100" pos="64" len="4" />
<note tone="3" pan="0" oct="4" detuning="0" vol="100" pos="68" len="4" />
<note tone="8" pan="0" oct="4" detuning="0" vol="100" pos="72" len="4" />
<note tone="3" pan="0" oct="4" detuning="0" vol="100" pos="76" len="4" />
<note tone="0" pan="0" oct="4" detuning="0" vol="100" pos="80" len="4" />
<note tone="3" pan="0" oct="4" detuning="0" vol="100" pos="84" len="4" />
<note tone="8" pan="0" oct="4" detuning="0" vol="100" pos="88" len="4" />
<note tone="3" pan="0" oct="4" detuning="0" vol="100" pos="92" len="4" />
<note tone="0" pan="0" oct="4" detuning="0" vol="100" pos="96" len="4" />
<note tone="3" pan="0" oct="4" detuning="0" vol="100" pos="100" len="4" />
<note tone="8" pan="0" oct="4" detuning="0" vol="100" pos="104" len="4" />
<note tone="3" pan="0" oct="4" detuning="0" vol="100" pos="108" len="4" />
<note tone="0" pan="0" oct="4" detuning="0" vol="100" pos="112" len="4" />
<note tone="3" pan="0" oct="4" detuning="0" vol="100" pos="116" len="4" />
<note tone="8" pan="0" oct="4" detuning="0" vol="100" pos="120" len="4" />
<note tone="3" pan="0" oct="4" detuning="0" vol="100" pos="124" len="4" />
<note tone="10" pan="0" oct="3" detuning="0" vol="100" pos="128" len="4" />
<note tone="2" pan="0" oct="4" detuning="0" vol="100" pos="132" len="4" />
<note tone="5" pan="0" oct="4" detuning="0" vol="100" pos="136" len="4" />
<note tone="2" pan="0" oct="4" detuning="0" vol="100" pos="140" len="4" />
<note tone="10" pan="0" oct="3" detuning="0" vol="100" pos="144" len="4" />
<note tone="2" pan="0" oct="4" detuning="0" vol="100" pos="148" len="4" />
<note tone="5" pan="0" oct="4" detuning="0" vol="100" pos="152" len="4" />
<note tone="2" pan="0" oct="4" detuning="0" vol="100" pos="156" len="4" />
<note tone="10" pan="0" oct="3" detuning="0" vol="100" pos="160" len="4" />
<note tone="2" pan="0" oct="4" detuning="0" vol="100" pos="164" len="4" />
<note tone="5" pan="0" oct="4" detuning="0" vol="100" pos="168" len="4" />
<note tone="2" pan="0" oct="4" detuning="0" vol="100" pos="172" len="4" />
<note tone="10" pan="0" oct="3" detuning="0" vol="100" pos="176" len="4" />
<note tone="2" pan="0" oct="4" detuning="0" vol="100" pos="180" len="4" />
<note tone="5" pan="0" oct="4" detuning="0" vol="100" pos="184" len="4" />
<note tone="2" pan="0" oct="4" detuning="0" vol="100" pos="188" len="4" />
<note tone="0" pan="0" oct="4" detuning="0" vol="100" pos="192" len="4" />
<note tone="3" pan="0" oct="4" detuning="0" vol="100" pos="196" len="4" />
<note tone="7" pan="0" oct="4" detuning="0" vol="100" pos="200" len="4" />
<note tone="3" pan="0" oct="4" detuning="0" vol="100" pos="204" len="4" />
<note tone="0" pan="0" oct="4" detuning="0" vol="100" pos="208" len="4" />
<note tone="3" pan="0" oct="4" detuning="0" vol="100" pos="212" len="4" />
<note tone="7" pan="0" oct="4" detuning="0" vol="100" pos="216" len="4" />
<note tone="3" pan="0" oct="4" detuning="0" vol="100" pos="220" len="4" />
<note tone="0" pan="0" oct="4" detuning="0" vol="100" pos="224" len="4" />
<note tone="3" pan="0" oct="4" detuning="0" vol="100" pos="228" len="4" />
<note tone="7" pan="0" oct="4" detuning="0" vol="100" pos="232" len="4" />
<note tone="3" pan="0" oct="4" detuning="0" vol="100" pos="236" len="4" />
<note tone="0" pan="0" oct="4" detuning="0" vol="100" pos="240" len="4" />
<note tone="3" pan="0" oct="4" detuning="0" vol="100" pos="244" len="4" />
<note tone="7" pan="0" oct="4" detuning="0" vol="100" pos="248" len="4" />
<note tone="3" pan="0" oct="4" detuning="0" vol="100" pos="252" len="4" />
</pattern>
<pattern steps="16" muted="0" type="0" name="RaveBass" pos="384" frozen="0" len="64" />
<pattern steps="16" muted="0" type="0" name="RaveBass" pos="448" frozen="0" len="64" />
</track>
<track muted="0" height="32" type="0" >
<instrumenttrack width="250" x="506" surpos-x="-224" y="183" surpos-y="-124" fxch="0" height="436" basenote="57" vol="100" name="HiPad" tab="4" visible="0" >
<tripleoscillator userwavefile1="" wavetype1="2" coarse1="0" userwavefile2="" wavetype2="2" coarse2="0" vol0="33" vol1="33" finel0="0" vol2="33" finel1="36" finel2="-36" modalgo1="2" stphdetun0="130" pan0="0" modalgo2="2" stphdetun1="261" pan1="33" stphdetun2="94" pan2="-33" phoffset0="0" phoffset1="244" phoffset2="87" finer0="0" finer1="36" finer2="-36" userwavefile0="" wavetype0="2" coarse0="0" />
<eldata fres="0.89" ftype="1" fcut="1174" fwet="1" >
<elvol lspd_numerator="1" lpdel="0" amt="1" rel="0.303" ctlenvamt="0" latt="0" syncmode="0" sus="0" lspd_denominator="1" lspd="0.1" att="0" pdel="0" lamt="0" dec="0.499" userwavefile="" x100="0" lshp="0" hold="0" />
<elcut lspd_numerator="1" lpdel="0" amt="0" rel="0.1" ctlenvamt="0" latt="0" syncmode="0" sus="0.499" lspd_denominator="1" lspd="0.1" att="0.499" pdel="0" lamt="0" dec="0.499" userwavefile="" x100="0" lshp="0" hold="0.499" />
<elres lspd_numerator="1" lpdel="0" amt="0" rel="0.1" ctlenvamt="0" latt="0" syncmode="0" sus="0.499" lspd_denominator="1" lspd="0.1" att="0.499" pdel="0" lamt="0" dec="0.499" userwavefile="" x100="0" lshp="0" hold="0.499" />
</eldata>
<arpandchords arpmode="0" chordrange="1" arp-enabled="0" arptime_numerator="1" arprange="1" chord-enabled="1" arptime_denominator="1" chord="0" syncmode="0" arpgate="100" arp="0" arptime="1000" arpdir="0" />
<midi defvelout="0" inputchannel="0" outputchannel="1" receive="0" send="0" defvelin="0" />
<fx fxdisabled="1" >
<rack numofeffects="0" />
</fx>
</instrumenttrack>
<pattern steps="16" muted="0" type="0" name="HiPad" pos="0" frozen="0" len="64" />
<pattern steps="16" muted="0" type="0" name="HiPad" pos="64" frozen="0" len="64" />
<pattern steps="16" muted="0" type="0" name="HiPad" pos="128" frozen="0" len="64" />
<pattern steps="16" muted="0" type="0" name="HiPad" pos="192" frozen="0" len="64" />
<pattern steps="16" muted="0" type="0" name="HiPad" pos="256" frozen="0" len="64" />
<pattern steps="16" muted="0" type="0" name="HiPad" pos="320" frozen="0" len="64" />
<pattern steps="16" muted="0" type="1" name="HiPad" pos="384" frozen="0" len="256" >
<note tone="0" pan="0" oct="4" detuning="0" vol="100" pos="0" len="8" />
<note tone="9" pan="0" oct="3" detuning="0" vol="100" pos="0" len="8" />
<note tone="0" pan="0" oct="4" detuning="0" vol="100" pos="16" len="8" />
<note tone="9" pan="0" oct="3" detuning="0" vol="100" pos="16" len="8" />
<note tone="9" pan="0" oct="3" detuning="0" vol="100" pos="32" len="8" />
<note tone="0" pan="0" oct="4" detuning="0" vol="100" pos="32" len="8" />
<note tone="9" pan="0" oct="3" detuning="0" vol="100" pos="48" len="8" />
<note tone="0" pan="0" oct="4" detuning="0" vol="100" pos="48" len="8" />
<note tone="0" pan="0" oct="4" detuning="0" vol="100" pos="64" len="8" />
<note tone="4" pan="0" oct="4" detuning="0" vol="100" pos="64" len="8" />
<note tone="0" pan="0" oct="4" detuning="0" vol="100" pos="80" len="8" />
<note tone="4" pan="0" oct="4" detuning="0" vol="100" pos="80" len="8" />
<note tone="0" pan="0" oct="4" detuning="0" vol="100" pos="96" len="8" />
<note tone="4" pan="0" oct="4" detuning="0" vol="100" pos="96" len="8" />
<note tone="0" pan="0" oct="4" detuning="0" vol="100" pos="112" len="8" />
<note tone="4" pan="0" oct="4" detuning="0" vol="100" pos="112" len="8" />
<note tone="11" pan="0" oct="3" detuning="0" vol="100" pos="128" len="8" />
<note tone="2" pan="0" oct="4" detuning="0" vol="100" pos="128" len="8" />
<note tone="11" pan="0" oct="3" detuning="0" vol="100" pos="144" len="8" />
<note tone="2" pan="0" oct="4" detuning="0" vol="100" pos="144" len="8" />
<note tone="2" pan="0" oct="4" detuning="0" vol="100" pos="160" len="8" />
<note tone="11" pan="0" oct="3" detuning="0" vol="100" pos="160" len="8" />
<note tone="2" pan="0" oct="4" detuning="0" vol="100" pos="176" len="8" />
<note tone="11" pan="0" oct="3" detuning="0" vol="100" pos="176" len="8" />
<note tone="4" pan="0" oct="3" detuning="0" vol="100" pos="192" len="8" />
<note tone="9" pan="0" oct="3" detuning="0" vol="100" pos="192" len="8" />
<note tone="4" pan="0" oct="3" detuning="0" vol="100" pos="208" len="8" />
<note tone="9" pan="0" oct="3" detuning="0" vol="100" pos="208" len="8" />
<note tone="4" pan="0" oct="3" detuning="0" vol="100" pos="224" len="8" />
<note tone="9" pan="0" oct="3" detuning="0" vol="100" pos="224" len="8" />
<note tone="4" pan="0" oct="3" detuning="0" vol="100" pos="240" len="8" />
<note tone="9" pan="0" oct="3" detuning="0" vol="100" pos="240" len="8" />
</pattern>
<pattern steps="16" muted="0" type="0" name="HiPad" pos="448" frozen="0" len="64" />
</track>
<track muted="0" height="32" type="0" >
<instrumenttrack width="250" x="636" surpos-x="224" y="39" surpos-y="24" fxch="0" height="436" basenote="45" vol="32" name="RaveBass" tab="0" visible="0" >
<tripleoscillator userwavefile1="empty.wav" wavetype1="2" coarse1="0" userwavefile2="empty.wav" wavetype2="2" coarse2="12" vol0="100" vol1="100" finel0="0" vol2="100" finel1="10" finel2="-2" modalgo1="2" stphdetun0="232" pan0="9" modalgo2="2" stphdetun1="95" pan1="-20" stphdetun2="109" pan2="10" phoffset0="74" phoffset1="280" phoffset2="82" finer0="0" finer1="16" finer2="-3" userwavefile0="empty.wav" wavetype0="2" coarse0="-12" />
<eldata fres="0.9" ftype="0" fcut="1143" fwet="0" >
<elvol lspd_numerator="1" lpdel="0" amt="1" rel="0.241" ctlenvamt="0" latt="0" syncmode="0" sus="0" lspd_denominator="1" lspd="0.1" att="0.048" pdel="0" lamt="0" dec="0.998" userwavefile="" x100="0" lshp="0" hold="0" />
<elcut lspd_numerator="1" lpdel="0" amt="0" rel="0.1" ctlenvamt="0" latt="0" syncmode="0" sus="0.499" lspd_denominator="1" lspd="0.6094" att="0.499" pdel="0" lamt="0" dec="0.499" userwavefile="" x100="0" lshp="1" hold="0.499" />
<elres lspd_numerator="1" lpdel="0" amt="0" rel="0" ctlenvamt="0" latt="0" syncmode="0" sus="0.499" lspd_denominator="1" lspd="0.1" att="0.499" pdel="0" lamt="0" dec="0.499" userwavefile="" x100="0" lshp="0" hold="0.499" />
</eldata>
<arpandchords arpmode="0" chordrange="1" arp-enabled="0" arptime_numerator="1" arprange="2" chord-enabled="1" arptime_denominator="1" chord="0" syncmode="0" arpgate="76" arp="12" arptime="100" arpdir="0" />
<midi defvelout="0" inputchannel="0" outputchannel="1" receive="0" send="0" defvelin="0" />
<fx fxdisabled="1" >
<rack numofeffects="0" />
</fx>
</instrumenttrack>
<pattern steps="16" muted="0" type="0" name="RaveBass" pos="0" frozen="0" len="64" />
<pattern steps="16" muted="0" type="0" name="RaveBass" pos="64" frozen="0" len="64" />
<pattern steps="16" muted="0" type="0" name="RaveBass" pos="128" frozen="0" len="64" />
<pattern steps="16" muted="0" type="0" name="RaveBass" pos="192" frozen="0" len="64" />
<pattern steps="16" muted="0" type="0" name="RaveBass" pos="256" frozen="0" len="64" />
<pattern steps="16" muted="0" type="0" name="Default" pos="320" frozen="0" len="64" />
<pattern steps="16" muted="0" type="1" name="" pos="384" frozen="0" len="256" >
<note tone="9" pan="0" oct="3" detuning="0" vol="100" pos="0" len="8" />
<note tone="0" pan="0" oct="4" detuning="0" vol="100" pos="0" len="8" />
<note tone="0" pan="0" oct="4" detuning="0" vol="100" pos="16" len="8" />
<note tone="9" pan="0" oct="3" detuning="0" vol="100" pos="16" len="8" />
<note tone="0" pan="0" oct="4" detuning="0" vol="100" pos="32" len="8" />
<note tone="9" pan="0" oct="3" detuning="0" vol="100" pos="32" len="8" />
<note tone="0" pan="0" oct="4" detuning="0" vol="100" pos="48" len="8" />
<note tone="9" pan="0" oct="3" detuning="0" vol="100" pos="48" len="8" />
<note tone="4" pan="0" oct="4" detuning="0" vol="100" pos="64" len="8" />
<note tone="0" pan="0" oct="4" detuning="0" vol="100" pos="64" len="8" />
<note tone="4" pan="0" oct="4" detuning="0" vol="100" pos="80" len="8" />
<note tone="0" pan="0" oct="4" detuning="0" vol="100" pos="80" len="8" />
<note tone="4" pan="0" oct="4" detuning="0" vol="100" pos="96" len="8" />
<note tone="0" pan="0" oct="4" detuning="0" vol="100" pos="96" len="8" />
<note tone="4" pan="0" oct="4" detuning="0" vol="100" pos="112" len="8" />
<note tone="0" pan="0" oct="4" detuning="0" vol="100" pos="112" len="8" />
<note tone="2" pan="0" oct="4" detuning="0" vol="100" pos="128" len="8" />
<note tone="11" pan="0" oct="3" detuning="0" vol="100" pos="128" len="8" />
<note tone="2" pan="0" oct="4" detuning="0" vol="100" pos="144" len="8" />
<note tone="11" pan="0" oct="3" detuning="0" vol="100" pos="144" len="8" />
<note tone="11" pan="0" oct="3" detuning="0" vol="100" pos="160" len="8" />
<note tone="2" pan="0" oct="4" detuning="0" vol="100" pos="160" len="8" />
<note tone="11" pan="0" oct="3" detuning="0" vol="100" pos="176" len="8" />
<note tone="2" pan="0" oct="4" detuning="0" vol="100" pos="176" len="8" />
<note tone="9" pan="0" oct="3" detuning="0" vol="100" pos="192" len="8" />
<note tone="4" pan="0" oct="3" detuning="0" vol="100" pos="192" len="8" />
<note tone="9" pan="0" oct="3" detuning="0" vol="100" pos="208" len="8" />
<note tone="4" pan="0" oct="3" detuning="0" vol="100" pos="208" len="8" />
<note tone="9" pan="0" oct="3" detuning="0" vol="100" pos="224" len="8" />
<note tone="4" pan="0" oct="3" detuning="0" vol="100" pos="224" len="8" />
<note tone="9" pan="0" oct="3" detuning="0" vol="100" pos="240" len="8" />
<note tone="4" pan="0" oct="3" detuning="0" vol="100" pos="240" len="8" />
</pattern>
<pattern steps="16" muted="0" type="0" name="RaveBass" pos="448" frozen="0" len="64" />
</track>
<track muted="1" height="32" type="0" >
<instrumenttrack width="250" x="536" surpos-x="0" y="152" surpos-y="0" fxch="0" height="436" basenote="57" vol="66" name="Default" tab="3" visible="0" >
<kicker decay="120" endfreq="40" dist="1" startfreq="150" gain="1" />
<eldata fres="0.5" ftype="0" fcut="14000" fwet="0" >
<elvol lspd_numerator="1" lpdel="0" amt="0" rel="0.1" ctlenvamt="0" latt="0" syncmode="0" sus="0.5" lspd_denominator="1" lspd="0.1" att="0" pdel="0" lamt="0" dec="0.5" userwavefile="" x100="0" lshp="0" hold="0.5" />
<elcut lspd_numerator="1" lpdel="0" amt="0" rel="0.1" ctlenvamt="0" latt="0" syncmode="0" sus="0.5" lspd_denominator="1" lspd="0.1" att="0" pdel="0" lamt="0" dec="0.5" userwavefile="" x100="0" lshp="0" hold="0.5" />
<elres lspd_numerator="1" lpdel="0" amt="0" rel="0.1" ctlenvamt="0" latt="0" syncmode="0" sus="0.5" lspd_denominator="1" 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="1" arp-enabled="0" arptime_numerator="1" arprange="1" chord-enabled="0" arptime_denominator="1" 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="1" >
<effect key="AAAAAgAAAAIAAAADAAAAFgBiAGEAcwBzAGIAbwBvAHMAdABlAHIAAAAA/////wCy" autoquit="0" name="bassbooster" gate="0" wet="1" on="1" >
<bassboostercontrols ratio="2.2" freq="66" gain="1" />
</effect>
</rack>
</fx>
</instrumenttrack>
<pattern steps="16" muted="0" type="0" name="kick01.ogg" pos="0" frozen="0" len="64" >
<note tone="9" pan="0" oct="4" vol="100" pos="0" len="-64" />
<note tone="9" pan="0" oct="4" vol="100" pos="16" len="-64" />
<note tone="9" pan="0" oct="4" vol="100" pos="32" len="-64" />
<note tone="9" pan="0" oct="4" vol="100" pos="48" len="-64" />
</pattern>
<pattern steps="16" muted="0" type="0" name="Default" pos="64" frozen="0" len="64" />
<pattern steps="16" muted="0" type="0" name="Default" pos="128" frozen="0" len="64" />
<pattern steps="16" muted="0" type="0" name="Default" pos="192" frozen="0" len="64" />
<pattern steps="16" muted="0" type="0" name="Default" pos="256" frozen="0" len="64" />
<pattern steps="16" muted="0" type="0" name="Default" pos="320" frozen="0" len="64" />
<pattern steps="16" muted="0" type="0" name="Default" pos="384" frozen="0" len="64" />
<pattern steps="16" muted="0" type="0" name="Default" pos="448" frozen="0" len="64" />
</track>
<track muted="1" height="32" type="0" >
<instrumenttrack width="250" x="587" surpos-x="0" y="126" surpos-y="0" fxch="0" height="436" basenote="57" vol="100" name="snare01.ogg" tab="3" visible="0" >
<audiofileprocessor reversed="0" looped="0" eframe="0.99935" sframe="0" amp="100" src="drums/snare01.ogg" />
<eldata fres="0.5" ftype="0" fcut="14000" fwet="0" >
<elvol lspd_numerator="1" lpdel="0" amt="0" rel="0.1" ctlenvamt="0" latt="0" syncmode="0" sus="0.5" lspd_denominator="1" lspd="0.1" att="0" pdel="0" lamt="0" dec="0.5" userwavefile="" x100="0" lshp="0" hold="0.5" />
<elcut lspd_numerator="1" lpdel="0" amt="0" rel="0.1" ctlenvamt="0" latt="0" syncmode="0" sus="0.5" lspd_denominator="1" lspd="0.1" att="0" pdel="0" lamt="0" dec="0.5" userwavefile="" x100="0" lshp="0" hold="0.5" />
<elres lspd_numerator="1" lpdel="0" amt="0" rel="0.1" ctlenvamt="0" latt="0" syncmode="0" sus="0.5" lspd_denominator="1" 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="1" arp-enabled="0" arptime_numerator="1" arprange="1" chord-enabled="0" arptime_denominator="1" 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="1" >
<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>
</rack>
</fx>
</instrumenttrack>
<pattern steps="16" muted="0" type="0" name="snare01.ogg" pos="0" frozen="0" len="64" >
<note tone="9" pan="0" oct="4" vol="100" pos="8" len="-64" />
<note tone="9" pan="0" oct="4" vol="100" pos="24" len="-64" />
<note tone="9" pan="0" oct="4" vol="100" pos="40" len="-64" />
<note tone="9" pan="0" oct="4" vol="100" pos="56" len="-64" />
</pattern>
<pattern steps="16" muted="0" type="0" name="snare01.ogg" pos="64" frozen="0" len="64" />
<pattern steps="16" muted="0" type="0" name="snare01.ogg" pos="128" frozen="0" len="64" />
<pattern steps="16" muted="0" type="0" name="snare01.ogg" pos="192" frozen="0" len="64" />
<pattern steps="16" muted="0" type="0" name="snare01.ogg" pos="256" frozen="0" len="64" />
<pattern steps="16" muted="0" type="0" name="snare01.ogg" pos="320" frozen="0" len="64" />
<pattern steps="16" muted="0" type="0" name="snare01.ogg" pos="384" frozen="0" len="64" />
<pattern steps="16" muted="0" type="0" name="snare01.ogg" pos="448" frozen="0" len="64" />
</track>
<track muted="0" height="32" type="0" >
<instrumenttrack width="250" x="270" surpos-x="0" y="0" surpos-y="0" fxch="0" height="436" basenote="57" vol="59" name="Nostalgic feelings" tab="3" visible="1" >
<tripleoscillator userwavefile1="" wavetype1="3" coarse1="-12" userwavefile2="" wavetype2="4" coarse2="0" vol0="124" vol1="114" finel0="-7" vol2="100" finel1="0" finel2="0" modalgo1="2" stphdetun0="0" pan0="0" modalgo2="2" stphdetun1="0" pan1="0" stphdetun2="0" pan2="0" phoffset0="0" phoffset1="0" phoffset2="261" finer0="9" finer1="0" finer2="0" userwavefile0="" wavetype0="2" coarse0="0" />
<eldata fres="3.2" ftype="7" fcut="240" fwet="1" >
<elvol lspd_numerator="1" lpdel="0" amt="1" rel="0.147" ctlenvamt="0" latt="0" syncmode="0" sus="0.546" lspd_denominator="1" lspd="0.1" att="0" pdel="0" lamt="0" dec="0.384" userwavefile="" x100="0" lshp="0" hold="0.202" />
<elcut lspd_numerator="1" lpdel="0" amt="0.795" rel="0" ctlenvamt="1" latt="0" syncmode="0" sus="0.998" lspd_denominator="1" lspd="0.2431" att="0" pdel="0" lamt="0.595" dec="0.365" userwavefile="" x100="0" lshp="0" hold="0.033" />
<elres lspd_numerator="1" lpdel="0" amt="0" rel="0.1" ctlenvamt="0" latt="0" syncmode="0" sus="0.499" lspd_denominator="1" lspd="0.1" att="0" pdel="0" lamt="0.16" dec="0.499" userwavefile="" x100="0" lshp="0" hold="0.499" />
</eldata>
<arpandchords arpmode="0" chordrange="1" arp-enabled="0" arptime_numerator="1" arprange="1" chord-enabled="0" arptime_denominator="1" chord="0" syncmode="0" arpgate="100" arp="0" arptime="100" arpdir="0" />
<midi defvelout="0" inputchannel="0" outputchannel="1" receive="1" send="1" defvelin="0" />
<fx fxdisabled="0" >
<rack numofeffects="3" >
<effect key="AAAAAgAAAAIAAAADAAAAHABGAGEAcwB0ACAAbwB2AGUAcgBkAHIAaQB2AGUAAAAEAAAAAgAAABQAZgBvAHYAZQByAGQAcgBpAHYAZQAAACQAZgBvAHYAZQByAGQAcgBpAHYAZQBfADEAMQA5ADYALgBzAG8=" autoquit="0" name="ladspaeffect" gate="0" wet="1" on="1" >
<ladspacontrols ports="0" />
</effect>
<effect key="AAAAAgAAAAIAAAADAAAAbABDAEEAUABTADoAIABQAGwAYQB0AGUAMgB4ADIAIAAtACAAVgBlAHIAcwBhAHQAaQBsAGUAIABwAGwAYQB0AGUAIAByAGUAdgBlAHIAYgAsACAAcwB0AGUAcgBlAG8AIABpAG4AcAB1AHQAcwAAAAQAAAACAAAAEABQAGwAYQB0AGUAMgB4ADIAAAAOAGMAYQBwAHMALgBzAG8=" autoquit="0" name="ladspaeffect" gate="0" wet="1" on="1" >
<ladspacontrols port02="0.60137" port03="0.20972" port04="0.529735" port05="0.18" ports="4" />
</effect>
<effect key="AAAAAgAAAAIAAAADAAAAFgBiAGEAcwBzAGIAbwBvAHMAdABlAHIAAAAA/////wAA" autoquit="0" name="bassbooster" gate="0" wet="0.84" on="1" >
<bassboostercontrols ratio="4.3" freq="100" gain="1" />
</effect>
</rack>
</fx>
</instrumenttrack>
<pattern steps="16" muted="0" type="0" name="Nostalgic feelings" pos="0" frozen="0" len="64" />
<pattern steps="16" muted="0" type="0" name="Nostalgic feelings" pos="64" frozen="0" len="64" />
<pattern steps="16" muted="0" type="0" name="Nostalgic feelings" pos="128" frozen="0" len="64" />
<pattern steps="16" muted="0" type="0" name="Nostalgic feelings" pos="192" frozen="0" len="64" />
<pattern steps="16" muted="0" type="0" name="Nostalgic feelings" pos="256" frozen="0" len="64" />
<pattern steps="16" muted="0" type="0" name="Nostalgic feelings" pos="320" frozen="0" len="64" />
<pattern steps="16" muted="0" type="0" name="Nostalgic feelings" pos="384" frozen="0" len="64" />
<pattern steps="16" muted="0" type="1" name="Nostalgic feelings" pos="448" frozen="0" len="64" >
<note tone="5" pan="0" oct="3" detuning="0" vol="100" pos="0" len="4" />
<note tone="5" pan="0" oct="3" detuning="0" vol="100" pos="4" len="4" />
<note tone="5" pan="0" oct="3" detuning="0" vol="100" pos="8" len="4" />
<note tone="2" pan="0" oct="3" detuning="0" vol="100" pos="16" len="4" />
<note tone="2" pan="0" oct="3" detuning="0" vol="100" pos="24" len="4" />
<note tone="2" pan="0" oct="3" detuning="0" vol="100" pos="32" len="4" />
<note tone="7" pan="0" oct="3" detuning="0" vol="100" pos="40" len="4" />
<note tone="7" pan="0" oct="3" detuning="0" vol="100" pos="44" len="4" />
<note tone="7" pan="0" oct="3" detuning="0" vol="100" pos="48" len="4" />
<note tone="4" pan="0" oct="3" detuning="0" vol="100" pos="56" len="4" />
</pattern>
</track>
</trackcontainer>
</bbtrack>
<bbtco muted="0" name="Beat" color="4278255360" pos="0" len="1536" />
</track>
<track muted="0" height="32" type="1" >
<bbtrack icon="" name="Analog Times" />
<bbtco muted="0" name="Analog Times" color="4282417407" pos="576" len="320" />
</track>
<track muted="0" height="32" type="1" >
<bbtrack icon="" name="Simple Acid Bass" />
<bbtco muted="0" name="Simple Acid Bass" color="4282417407" pos="1536" len="768" />
</track>
<track muted="0" height="32" type="1" >
<bbtrack icon="" name="RaveBass Slow" />
<bbtco muted="0" name="RaveBass Slow" color="4282417407" pos="960" len="1088" />
</track>
<track muted="0" height="32" type="1" >
<bbtrack icon="" name="RaveBass Fast" />
<bbtco muted="0" name="RaveBass Fast" color="4282417407" pos="1216" len="320" />
</track>
<track muted="0" height="32" type="1" >
<bbtrack icon="" name="Just another melody..." />
<bbtco muted="0" name="Just another melody..." color="4294945280" pos="0" len="512" />
</track>
<track muted="0" height="32" type="1" >
<bbtrack icon="" name="HiPad Chords" />
<bbtco muted="0" name="HiPad Chords" color="4294901760" pos="1536" len="512" />
</track>
<track muted="0" height="32" type="1" >
<bbtrack icon="" name="Beat/Baseline 7" />
</track>
</trackcontainer>
<pianoroll width="640" x="432" y="111" height="478" visible="0" />
<automation-editor width="640" x="0" y="0" height="480" visible="0" />
<projectnotes width="300" x="662" y="415" height="200" visible="1" ><![CDATA[<html><head><meta name="qrichtext" content="1" /></head><body style="font-size:9pt;font-family:Sans Serif">
<p align="center"><span style="font-size:14pt;font-weight:600;color:#00ff00">Linux MultiMedia Studio - Demo 1</span></p>
<p align="justify"><span style="font-weight:600;color:#ffcc00">This is just a small demo-project with some simple basslines... Maybe it helps you to get into LMMS...</span></p>
</body></html>
]]></projectnotes>
<timeline lp1pos="64" lp0pos="0" lpstate="0" />
</song>
</multimedia-project>

View File

@@ -1,293 +0,0 @@
<?xml version="1.0"?>
<!DOCTYPE multimedia-project>
<multimedia-project creator="Linux MultiMedia Studio (LMMS)" creatorversion="0.3.0-rc2" type="song" version="1.0" >
<head masterpitch="0" bpm="120" mastervol="38" />
<song>
<trackcontainer width="680" x="0" y="0" height="278" type="songeditor" visible="1" >
<track muted="0" height="32" type="1" >
<bbtrack icon="" name="Beat/Baseline 0" >
<trackcontainer width="504" x="48" y="340" height="232" type="bbeditor" visible="1" >
<track muted="0" height="32" type="0" >
<instrumenttrack width="250" x="753" surpos-x="0" y="0" surpos-y="0" fxch="0" height="436" basenote="57" vol="12" name="Jupi" tab="0" visible="0" >
<tripleoscillator userwavefile1="empty.wav" wavetype1="3" coarse1="12" userwavefile2="empty.wav" wavetype2="6" coarse2="0" vol0="100" vol1="100" finel0="0" vol2="1" finel1="-8" finel2="0" modalgo1="2" stphdetun0="0" pan0="0" modalgo2="2" stphdetun1="0" pan1="0" stphdetun2="0" pan2="0" phoffset0="0" phoffset1="54" phoffset2="0" finer0="0" finer1="8" finer2="0" userwavefile0="empty.wav" wavetype0="2" coarse0="0" />
<eldata fres="0.87" ftype="6" fcut="92" fwet="0" >
<elvol lspd_numerator="1" lpdel="0" amt="1" rel="0.291" ctlenvamt="0" latt="0" syncmode="0" sus="0.643" lspd_denominator="1" lspd="0.1" att="0" pdel="0" lamt="0" dec="0.352" userwavefile="" x100="0" lshp="0" hold="0.075" />
<elcut lspd_numerator="1" lpdel="0" amt="0" rel="0" ctlenvamt="0" latt="0" syncmode="0" sus="0.998" lspd_denominator="1" lspd="0.1178" att="0.101" pdel="0" lamt="0" dec="0.173" userwavefile="" x100="0" lshp="1" hold="0" />
<elres lspd_numerator="1" lpdel="0" amt="0" rel="0.1" ctlenvamt="0" latt="0" syncmode="0" sus="0.499" lspd_denominator="1" lspd="0.1" att="0" pdel="0" lamt="0" dec="0.499" userwavefile="" x100="0" lshp="0" hold="0.499" />
</eldata>
<arpandchords arpmode="0" chordrange="2" arp-enabled="0" arptime_numerator="1" arprange="1" chord-enabled="1" arptime_denominator="1" chord="0" syncmode="0" arpgate="72" arp="3" arptime="165" arpdir="0" />
<midi defvelout="0" inputchannel="0" outputchannel="1" receive="0" send="0" defvelin="0" />
<fx fxdisabled="1" >
<rack numofeffects="0" />
</fx>
</instrumenttrack>
<pattern steps="16" muted="0" type="1" name="Jupi" pos="0" frozen="0" len="256" >
<note tone="0" pan="0" oct="1" detuning="0" vol="100" pos="0" len="4" />
<note tone="0" pan="0" oct="2" detuning="0" vol="100" pos="4" len="4" />
<note tone="0" pan="0" oct="3" detuning="0" vol="100" pos="8" len="4" />
<note tone="3" pan="0" oct="3" detuning="0" vol="100" pos="12" len="4" />
<note tone="0" pan="0" oct="1" detuning="0" vol="100" pos="16" len="4" />
<note tone="0" pan="0" oct="2" detuning="0" vol="100" pos="20" len="4" />
<note tone="0" pan="0" oct="3" detuning="0" vol="100" pos="24" len="4" />
<note tone="3" pan="0" oct="3" detuning="0" vol="100" pos="28" len="4" />
<note tone="0" pan="0" oct="1" detuning="0" vol="100" pos="32" len="4" />
<note tone="0" pan="0" oct="2" detuning="0" vol="100" pos="36" len="4" />
<note tone="0" pan="0" oct="3" detuning="0" vol="100" pos="40" len="4" />
<note tone="3" pan="0" oct="3" detuning="0" vol="100" pos="44" len="4" />
<note tone="0" pan="0" oct="1" detuning="0" vol="100" pos="48" len="4" />
<note tone="0" pan="0" oct="2" detuning="0" vol="100" pos="52" len="4" />
<note tone="0" pan="0" oct="3" detuning="0" vol="100" pos="56" len="4" />
<note tone="3" pan="0" oct="3" detuning="0" vol="100" pos="60" len="4" />
<note tone="0" pan="0" oct="1" detuning="0" vol="100" pos="64" len="4" />
<note tone="0" pan="0" oct="2" detuning="0" vol="100" pos="68" len="4" />
<note tone="0" pan="0" oct="3" detuning="0" vol="100" pos="72" len="4" />
<note tone="2" pan="0" oct="3" detuning="0" vol="100" pos="76" len="4" />
<note tone="0" pan="0" oct="1" detuning="0" vol="100" pos="80" len="4" />
<note tone="0" pan="0" oct="2" detuning="0" vol="100" pos="84" len="4" />
<note tone="0" pan="0" oct="3" detuning="0" vol="100" pos="88" len="4" />
<note tone="2" pan="0" oct="3" detuning="0" vol="100" pos="92" len="4" />
<note tone="0" pan="0" oct="1" detuning="0" vol="100" pos="96" len="4" />
<note tone="0" pan="0" oct="2" detuning="0" vol="100" pos="100" len="4" />
<note tone="0" pan="0" oct="3" detuning="0" vol="100" pos="104" len="4" />
<note tone="5" pan="0" oct="3" detuning="0" vol="100" pos="108" len="4" />
<note tone="0" pan="0" oct="1" detuning="0" vol="100" pos="112" len="4" />
<note tone="0" pan="0" oct="2" detuning="0" vol="100" pos="116" len="4" />
<note tone="0" pan="0" oct="3" detuning="0" vol="100" pos="120" len="4" />
<note tone="5" pan="0" oct="3" detuning="0" vol="100" pos="124" len="4" />
<note tone="0" pan="0" oct="1" detuning="0" vol="100" pos="128" len="4" />
<note tone="0" pan="0" oct="2" detuning="0" vol="100" pos="132" len="4" />
<note tone="0" pan="0" oct="3" detuning="0" vol="100" pos="136" len="4" />
<note tone="3" pan="0" oct="3" detuning="0" vol="100" pos="140" len="4" />
<note tone="0" pan="0" oct="1" detuning="0" vol="100" pos="144" len="4" />
<note tone="0" pan="0" oct="2" detuning="0" vol="100" pos="148" len="4" />
<note tone="0" pan="0" oct="3" detuning="0" vol="100" pos="152" len="4" />
<note tone="3" pan="0" oct="3" detuning="0" vol="100" pos="156" len="4" />
<note tone="0" pan="0" oct="1" detuning="0" vol="100" pos="160" len="4" />
<note tone="0" pan="0" oct="2" detuning="0" vol="100" pos="164" len="4" />
<note tone="0" pan="0" oct="3" detuning="0" vol="100" pos="168" len="4" />
<note tone="3" pan="0" oct="3" detuning="0" vol="100" pos="172" len="4" />
<note tone="0" pan="0" oct="1" detuning="0" vol="100" pos="176" len="4" />
<note tone="0" pan="0" oct="2" detuning="0" vol="100" pos="180" len="4" />
<note tone="0" pan="0" oct="3" detuning="0" vol="100" pos="184" len="4" />
<note tone="3" pan="0" oct="3" detuning="0" vol="100" pos="188" len="4" />
<note tone="0" pan="0" oct="1" detuning="0" vol="100" pos="192" len="4" />
<note tone="0" pan="0" oct="2" detuning="0" vol="100" pos="196" len="4" />
<note tone="10" pan="0" oct="2" detuning="0" vol="100" pos="200" len="4" />
<note tone="2" pan="0" oct="3" detuning="0" vol="100" pos="204" len="4" />
<note tone="0" pan="0" oct="1" detuning="0" vol="100" pos="208" len="4" />
<note tone="0" pan="0" oct="2" detuning="0" vol="100" pos="212" len="4" />
<note tone="10" pan="0" oct="2" detuning="0" vol="100" pos="216" len="4" />
<note tone="2" pan="0" oct="3" detuning="0" vol="100" pos="220" len="4" />
<note tone="0" pan="0" oct="1" detuning="0" vol="100" pos="224" len="4" />
<note tone="0" pan="0" oct="2" detuning="0" vol="100" pos="228" len="4" />
<note tone="7" pan="0" oct="2" detuning="0" vol="100" pos="232" len="4" />
<note tone="0" pan="0" oct="3" detuning="0" vol="100" pos="236" len="4" />
<note tone="0" pan="0" oct="1" detuning="0" vol="100" pos="240" len="4" />
<note tone="0" pan="0" oct="2" detuning="0" vol="100" pos="244" len="4" />
<note tone="7" pan="0" oct="2" detuning="0" vol="100" pos="248" len="4" />
<note tone="0" pan="0" oct="3" detuning="0" vol="100" pos="252" len="4" />
</pattern>
<pattern steps="16" muted="0" type="0" name="Jupi" pos="64" frozen="0" len="64" />
<pattern steps="16" muted="0" type="1" name="Jupi" pos="128" frozen="0" len="256" >
<note tone="9" pan="0" oct="2" detuning="0" vol="100" pos="0" len="8" />
<note tone="0" pan="0" oct="3" detuning="0" vol="100" pos="8" len="8" />
<note tone="4" pan="0" oct="3" detuning="0" vol="100" pos="16" len="8" />
<note tone="9" pan="0" oct="3" detuning="0" vol="100" pos="24" len="8" />
<note tone="9" pan="0" oct="2" detuning="0" vol="100" pos="32" len="8" />
<note tone="0" pan="0" oct="3" detuning="0" vol="100" pos="40" len="8" />
<note tone="4" pan="0" oct="3" detuning="0" vol="100" pos="48" len="8" />
<note tone="9" pan="0" oct="3" detuning="0" vol="100" pos="56" len="8" />
<note tone="9" pan="0" oct="2" detuning="0" vol="100" pos="64" len="8" />
<note tone="0" pan="0" oct="3" detuning="0" vol="100" pos="72" len="8" />
<note tone="4" pan="0" oct="3" detuning="0" vol="100" pos="80" len="8" />
<note tone="5" pan="0" oct="3" detuning="0" vol="100" pos="88" len="8" />
<note tone="4" pan="0" oct="3" detuning="0" vol="100" pos="96" len="8" />
<note tone="2" pan="0" oct="3" detuning="0" vol="100" pos="104" len="8" />
<note tone="11" pan="0" oct="2" detuning="0" vol="100" pos="112" len="8" />
<note tone="2" pan="0" oct="3" detuning="0" vol="100" pos="120" len="8" />
<note tone="7" pan="0" oct="2" detuning="0" vol="100" pos="128" len="8" />
<note tone="11" pan="0" oct="2" detuning="0" vol="100" pos="136" len="8" />
<note tone="2" pan="0" oct="3" detuning="0" vol="100" pos="144" len="8" />
<note tone="5" pan="0" oct="3" detuning="0" vol="100" pos="152" len="8" />
<note tone="7" pan="0" oct="2" detuning="0" vol="100" pos="160" len="8" />
<note tone="11" pan="0" oct="2" detuning="0" vol="100" pos="168" len="8" />
<note tone="2" pan="0" oct="3" detuning="0" vol="100" pos="176" len="8" />
<note tone="5" pan="0" oct="3" detuning="0" vol="100" pos="184" len="8" />
<note tone="4" pan="0" oct="3" detuning="0" vol="100" pos="192" len="8" />
<note tone="2" pan="0" oct="3" detuning="0" vol="100" pos="200" len="8" />
<note tone="0" pan="0" oct="3" detuning="0" vol="100" pos="208" len="8" />
<note tone="11" pan="0" oct="2" detuning="0" vol="100" pos="216" len="8" />
<note tone="9" pan="0" oct="2" detuning="0" vol="100" pos="224" len="16" />
</pattern>
<pattern steps="16" muted="0" type="0" name="Jupi" pos="192" frozen="0" len="64" />
</track>
<track muted="0" height="32" type="0" >
<instrumenttrack width="250" x="753" surpos-x="24" y="191" surpos-y="-374" fxch="0" height="436" basenote="45" vol="29" name="Analogous" tab="0" visible="0" >
<tripleoscillator userwavefile1="empty.wav" wavetype1="2" coarse1="0" userwavefile2="empty.wav" wavetype2="2" coarse2="7" vol0="100" vol1="100" finel0="0" vol2="100" finel1="10" finel2="-2" modalgo1="2" stphdetun0="232" pan0="9" modalgo2="1" stphdetun1="95" pan1="-20" stphdetun2="109" pan2="10" phoffset0="74" phoffset1="280" phoffset2="82" finer0="0" finer1="16" finer2="-3" userwavefile0="empty.wav" wavetype0="2" coarse0="-12" />
<eldata fres="3" ftype="0" fcut="1391" fwet="1" >
<elvol lspd_numerator="1" lpdel="0" amt="1" rel="0.13" ctlenvamt="0" latt="0" syncmode="0" sus="0" lspd_denominator="1" lspd="0.1" att="0.043" pdel="0" lamt="0" dec="0.998" userwavefile="" x100="0" lshp="0" hold="0" />
<elcut lspd_numerator="1" lpdel="0" amt="0.665" rel="0.183" ctlenvamt="0" latt="0" syncmode="0" sus="0.763" lspd_denominator="1" lspd="1" att="0" pdel="0" lamt="0.65" dec="0.217" userwavefile="" x100="0" lshp="1" hold="0" />
<elres lspd_numerator="1" lpdel="0" amt="0" rel="0" ctlenvamt="0" latt="0" syncmode="0" sus="0.499" lspd_denominator="1" lspd="0.0999" att="0.499" pdel="0" lamt="0" dec="0.499" userwavefile="" x100="0" lshp="2" hold="0.499" />
</eldata>
<arpandchords arpmode="0" chordrange="2" arp-enabled="0" arptime_numerator="1" arprange="3" chord-enabled="1" arptime_denominator="1" chord="0" syncmode="0" arpgate="71" arp="0" arptime="174" arpdir="0" />
<midi defvelout="0" inputchannel="0" outputchannel="1" receive="0" send="0" defvelin="0" />
<fx fxdisabled="1" >
<rack numofeffects="0" />
</fx>
</instrumenttrack>
<pattern steps="16" muted="0" type="0" name="Analogous" pos="0" frozen="0" len="64" />
<pattern steps="16" muted="0" type="1" name="Analogous" pos="64" frozen="0" len="256" >
<note tone="0" pan="0" oct="1" detuning="0" vol="100" pos="0" len="4" />
<note tone="0" pan="0" oct="2" detuning="0" vol="100" pos="4" len="4" />
<note tone="0" pan="0" oct="3" detuning="0" vol="100" pos="8" len="4" />
<note tone="3" pan="0" oct="3" detuning="0" vol="100" pos="12" len="4" />
<note tone="0" pan="0" oct="1" detuning="0" vol="100" pos="16" len="4" />
<note tone="0" pan="0" oct="2" detuning="0" vol="100" pos="20" len="4" />
<note tone="0" pan="0" oct="3" detuning="0" vol="100" pos="24" len="4" />
<note tone="3" pan="0" oct="3" detuning="0" vol="100" pos="28" len="4" />
<note tone="0" pan="0" oct="1" detuning="0" vol="100" pos="32" len="4" />
<note tone="0" pan="0" oct="2" detuning="0" vol="100" pos="36" len="4" />
<note tone="0" pan="0" oct="3" detuning="0" vol="100" pos="40" len="4" />
<note tone="3" pan="0" oct="3" detuning="0" vol="100" pos="44" len="4" />
<note tone="0" pan="0" oct="1" detuning="0" vol="100" pos="48" len="4" />
<note tone="0" pan="0" oct="2" detuning="0" vol="100" pos="52" len="4" />
<note tone="0" pan="0" oct="3" detuning="0" vol="100" pos="56" len="4" />
<note tone="3" pan="0" oct="3" detuning="0" vol="100" pos="60" len="4" />
<note tone="0" pan="0" oct="1" detuning="0" vol="100" pos="64" len="4" />
<note tone="0" pan="0" oct="2" detuning="0" vol="100" pos="68" len="4" />
<note tone="0" pan="0" oct="3" detuning="0" vol="100" pos="72" len="4" />
<note tone="2" pan="0" oct="3" detuning="0" vol="100" pos="76" len="4" />
<note tone="0" pan="0" oct="1" detuning="0" vol="100" pos="80" len="4" />
<note tone="0" pan="0" oct="2" detuning="0" vol="100" pos="84" len="4" />
<note tone="0" pan="0" oct="3" detuning="0" vol="100" pos="88" len="4" />
<note tone="2" pan="0" oct="3" detuning="0" vol="100" pos="92" len="4" />
<note tone="0" pan="0" oct="1" detuning="0" vol="100" pos="96" len="4" />
<note tone="0" pan="0" oct="2" detuning="0" vol="100" pos="100" len="4" />
<note tone="0" pan="0" oct="3" detuning="0" vol="100" pos="104" len="4" />
<note tone="5" pan="0" oct="3" detuning="0" vol="100" pos="108" len="4" />
<note tone="0" pan="0" oct="1" detuning="0" vol="100" pos="112" len="4" />
<note tone="0" pan="0" oct="2" detuning="0" vol="100" pos="116" len="4" />
<note tone="0" pan="0" oct="3" detuning="0" vol="100" pos="120" len="4" />
<note tone="5" pan="0" oct="3" detuning="0" vol="100" pos="124" len="4" />
<note tone="0" pan="0" oct="1" detuning="0" vol="100" pos="128" len="4" />
<note tone="0" pan="0" oct="2" detuning="0" vol="100" pos="132" len="4" />
<note tone="0" pan="0" oct="3" detuning="0" vol="100" pos="136" len="4" />
<note tone="3" pan="0" oct="3" detuning="0" vol="100" pos="140" len="4" />
<note tone="0" pan="0" oct="1" detuning="0" vol="100" pos="144" len="4" />
<note tone="0" pan="0" oct="2" detuning="0" vol="100" pos="148" len="4" />
<note tone="0" pan="0" oct="3" detuning="0" vol="100" pos="152" len="4" />
<note tone="3" pan="0" oct="3" detuning="0" vol="100" pos="156" len="4" />
<note tone="0" pan="0" oct="1" detuning="0" vol="100" pos="160" len="4" />
<note tone="0" pan="0" oct="2" detuning="0" vol="100" pos="164" len="4" />
<note tone="0" pan="0" oct="3" detuning="0" vol="100" pos="168" len="4" />
<note tone="3" pan="0" oct="3" detuning="0" vol="100" pos="172" len="4" />
<note tone="0" pan="0" oct="1" detuning="0" vol="100" pos="176" len="4" />
<note tone="0" pan="0" oct="2" detuning="0" vol="100" pos="180" len="4" />
<note tone="0" pan="0" oct="3" detuning="0" vol="100" pos="184" len="4" />
<note tone="3" pan="0" oct="3" detuning="0" vol="100" pos="188" len="4" />
<note tone="0" pan="0" oct="1" detuning="0" vol="100" pos="192" len="4" />
<note tone="0" pan="0" oct="2" detuning="0" vol="100" pos="196" len="4" />
<note tone="10" pan="0" oct="2" detuning="0" vol="100" pos="200" len="4" />
<note tone="2" pan="0" oct="3" detuning="0" vol="100" pos="204" len="4" />
<note tone="0" pan="0" oct="1" detuning="0" vol="100" pos="208" len="4" />
<note tone="0" pan="0" oct="2" detuning="0" vol="100" pos="212" len="4" />
<note tone="10" pan="0" oct="2" detuning="0" vol="100" pos="216" len="4" />
<note tone="2" pan="0" oct="3" detuning="0" vol="100" pos="220" len="4" />
<note tone="0" pan="0" oct="1" detuning="0" vol="100" pos="224" len="4" />
<note tone="0" pan="0" oct="2" detuning="0" vol="100" pos="228" len="4" />
<note tone="7" pan="0" oct="2" detuning="0" vol="100" pos="232" len="4" />
<note tone="0" pan="0" oct="3" detuning="0" vol="100" pos="236" len="4" />
<note tone="0" pan="0" oct="1" detuning="0" vol="100" pos="240" len="4" />
<note tone="0" pan="0" oct="2" detuning="0" vol="100" pos="244" len="4" />
<note tone="7" pan="0" oct="2" detuning="0" vol="100" pos="248" len="4" />
<note tone="0" pan="0" oct="3" detuning="0" vol="100" pos="252" len="4" />
</pattern>
<pattern steps="16" muted="0" type="0" name="Analogous" pos="128" frozen="0" len="64" />
<pattern steps="16" muted="0" type="1" name="Analogous" pos="192" frozen="0" len="64" >
<note tone="0" pan="0" oct="5" detuning="0" vol="100" pos="0" len="4" />
<note tone="4" pan="0" oct="3" detuning="0" vol="100" pos="4" len="4" />
<note tone="9" pan="0" oct="3" detuning="0" vol="100" pos="4" len="4" />
<note tone="0" pan="0" oct="5" detuning="0" vol="100" pos="8" len="4" />
<note tone="4" pan="0" oct="3" detuning="0" vol="100" pos="12" len="4" />
<note tone="0" pan="0" oct="5" detuning="0" vol="100" pos="16" len="4" />
<note tone="9" pan="0" oct="3" detuning="0" vol="100" pos="20" len="4" />
<note tone="0" pan="0" oct="3" detuning="0" vol="100" pos="20" len="4" />
<note tone="0" pan="0" oct="5" detuning="0" vol="100" pos="24" len="4" />
<note tone="4" pan="0" oct="3" detuning="0" vol="100" pos="28" len="4" />
<note tone="9" pan="0" oct="2" detuning="0" vol="100" pos="28" len="4" />
<note tone="11" pan="0" oct="4" detuning="0" vol="100" pos="32" len="4" />
<note tone="4" pan="0" oct="3" detuning="0" vol="100" pos="36" len="4" />
<note tone="9" pan="0" oct="3" detuning="0" vol="100" pos="36" len="4" />
<note tone="11" pan="0" oct="4" detuning="0" vol="100" pos="40" len="4" />
<note tone="4" pan="0" oct="3" detuning="0" vol="100" pos="44" len="4" />
<note tone="11" pan="0" oct="4" detuning="0" vol="100" pos="48" len="4" />
<note tone="9" pan="0" oct="3" detuning="0" vol="100" pos="52" len="4" />
<note tone="0" pan="0" oct="3" detuning="0" vol="100" pos="52" len="4" />
<note tone="11" pan="0" oct="4" detuning="0" vol="100" pos="56" len="4" />
<note tone="4" pan="0" oct="3" detuning="0" vol="100" pos="60" len="4" />
<note tone="9" pan="0" oct="2" detuning="0" vol="100" pos="60" len="4" />
</pattern>
</track>
<track muted="0" height="32" type="0" >
<instrumenttrack width="250" x="499" surpos-x="0" y="191" surpos-y="0" fxch="0" height="436" basenote="57" vol="12" name="Analogous" tab="0" visible="0" >
<tripleoscillator userwavefile1="empty.wav" wavetype1="2" coarse1="0" userwavefile2="empty.wav" wavetype2="2" coarse2="7" vol0="100" vol1="100" finel0="0" vol2="100" finel1="10" finel2="-2" modalgo1="2" stphdetun0="232" pan0="9" modalgo2="1" stphdetun1="95" pan1="-20" stphdetun2="109" pan2="10" phoffset0="74" phoffset1="280" phoffset2="82" finer0="0" finer1="16" finer2="-3" userwavefile0="empty.wav" wavetype0="2" coarse0="-12" />
<eldata fres="3" ftype="0" fcut="1205" fwet="1" >
<elvol lspd_numerator="1" lpdel="0" amt="1" rel="0.374" ctlenvamt="0" latt="0" syncmode="0" sus="0" lspd_denominator="1" lspd="0.1" att="0.043" pdel="0" lamt="0" dec="0.998" userwavefile="" x100="0" lshp="0" hold="0" />
<elcut lspd_numerator="1" lpdel="0" amt="1" rel="0" ctlenvamt="0" latt="0" syncmode="0" sus="0.998" lspd_denominator="1" lspd="1" att="0" pdel="0" lamt="0" dec="0.217" userwavefile="" x100="0" lshp="1" hold="0" />
<elres lspd_numerator="1" lpdel="0" amt="0" rel="0" ctlenvamt="0" latt="0" syncmode="0" sus="0.499" lspd_denominator="1" lspd="0.1" att="0.499" pdel="0" lamt="0" dec="0.499" userwavefile="" x100="0" lshp="0" hold="0.499" />
</eldata>
<arpandchords arpmode="0" chordrange="2" arp-enabled="0" arptime_numerator="1" arprange="3" chord-enabled="1" arptime_denominator="1" chord="0" syncmode="0" arpgate="71" arp="0" arptime="174" arpdir="0" />
<midi defvelout="0" inputchannel="0" outputchannel="1" receive="0" send="0" defvelin="0" />
<fx fxdisabled="1" >
<rack numofeffects="0" />
</fx>
</instrumenttrack>
<pattern steps="16" muted="0" type="0" name="Analogous" pos="0" frozen="0" len="64" />
<pattern steps="16" muted="0" type="0" name="Analogous" pos="64" frozen="0" len="64" />
<pattern steps="16" muted="0" type="1" name="Analogous" pos="128" frozen="0" len="256" >
<note tone="4" pan="0" oct="4" detuning="0" vol="100" pos="0" len="16" />
<note tone="9" pan="0" oct="3" detuning="0" vol="100" pos="16" len="16" />
<note tone="4" pan="0" oct="3" detuning="0" vol="100" pos="32" len="16" />
<note tone="9" pan="0" oct="3" detuning="0" vol="100" pos="48" len="16" />
<note tone="4" pan="0" oct="4" detuning="0" vol="100" pos="64" len="16" />
<note tone="9" pan="0" oct="3" detuning="0" vol="100" pos="80" len="16" />
<note tone="4" pan="0" oct="3" detuning="0" vol="100" pos="96" len="16" />
<note tone="9" pan="0" oct="3" detuning="0" vol="100" pos="112" len="16" />
<note tone="2" pan="0" oct="4" detuning="0" vol="100" pos="128" len="16" />
<note tone="7" pan="0" oct="3" detuning="0" vol="100" pos="144" len="16" />
<note tone="2" pan="0" oct="3" detuning="0" vol="100" pos="160" len="16" />
<note tone="7" pan="0" oct="3" detuning="0" vol="100" pos="176" len="16" />
<note tone="0" pan="0" oct="4" detuning="0" vol="100" pos="192" len="16" />
<note tone="9" pan="0" oct="3" detuning="0" vol="100" pos="208" len="16" />
<note tone="4" pan="0" oct="3" detuning="0" vol="100" pos="224" len="16" />
<note tone="9" pan="0" oct="3" detuning="0" vol="100" pos="240" len="16" />
</pattern>
<pattern steps="16" muted="0" type="0" name="Analogous" pos="192" frozen="0" len="64" />
</track>
</trackcontainer>
</bbtrack>
<bbtco muted="0" name="Beat/Baseline 0" color="4278255360" pos="0" len="768" />
</track>
<track muted="0" height="32" type="1" >
<bbtrack icon="" name="Beat/Baseline 1" />
<bbtco muted="0" name="Beat/Baseline 1" color="4278242304" pos="256" len="512" />
</track>
<track muted="0" height="32" type="1" >
<bbtrack icon="" name="Beat/Baseline 2" />
<bbtco muted="0" name="Beat/Baseline 2" color="4278235136" pos="768" len="256" />
</track>
<track muted="0" height="32" type="1" >
<bbtrack icon="" name="Beat/Baseline 3" />
<bbtco muted="0" name="Beat/Baseline 3" color="4278226944" pos="1024" len="192" />
</track>
</trackcontainer>
<pianoroll width="640" x="432" y="111" height="478" visible="0" />
<automation-editor width="640" x="0" y="0" height="480" visible="0" />
<projectnotes width="300" x="662" y="415" height="200" visible="1" ><![CDATA[<html><head><meta name="qrichtext" content="1" /></head><body style="font-size:9pt;font-family:Sans Serif">
<p align="center"><span style="font-size:14pt;font-weight:600;color:#00ff00">Linux MultiMedia Studio - Demo 2</span></p>
<p align="justify"><span style="font-weight:600;color:#ffcc00">Another small demo-project with some simple basslines... Maybe it helps you to get into LMMS...</span></p>
</body></html>
]]></projectnotes>
<timeline lp1pos="64" lp0pos="0" lpstate="0" />
</song>
</multimedia-project>

View File

@@ -1,432 +0,0 @@
<?xml version="1.0"?>
<!DOCTYPE multimedia-project>
<multimedia-project creator="Linux MultiMedia Studio (LMMS)" creatorversion="0.3.0-rc2" type="song" version="1.0" >
<head masterpitch="0" bpm="180" mastervol="38" />
<song>
<trackcontainer width="680" x="0" y="0" height="303" type="songeditor" visible="1" >
<track muted="0" height="32" type="1" >
<bbtrack icon="" name="Hardcore Beat" >
<trackcontainer width="504" x="48" y="340" height="232" type="bbeditor" visible="1" >
<track muted="0" height="32" type="0" >
<instrumenttrack width="250" x="753" surpos-x="124" y="0" surpos-y="-174" fxch="0" height="436" basenote="57" vol="29" name="Default" tab="0" visible="0" >
<tripleoscillator userwavefile1="" wavetype1="0" coarse1="0" userwavefile2="" wavetype2="0" coarse2="0" vol0="100" vol1="0" finel0="0" vol2="0" finel1="0" finel2="0" modalgo1="2" stphdetun0="0" pan0="0" modalgo2="2" stphdetun1="0" pan1="0" stphdetun2="0" pan2="0" phoffset0="0" phoffset1="0" phoffset2="0" finer0="0" finer1="0" finer2="0" userwavefile0="" wavetype0="6" coarse0="0" />
<eldata fres="0.86" ftype="1" fcut="5223" fwet="1" >
<elvol lspd_numerator="1" lpdel="0" amt="1" rel="0" ctlenvamt="0" latt="0" syncmode="0" sus="0.998" lspd_denominator="1" lspd="0.1" att="0" pdel="0" lamt="0" dec="0.112" userwavefile="" x100="0" lshp="0" hold="0.086" />
<elcut lspd_numerator="1" lpdel="0" amt="0" rel="0.1" ctlenvamt="0" latt="0" syncmode="0" sus="0.499" lspd_denominator="1" lspd="0.1" att="0" pdel="0" lamt="0" dec="0.499" userwavefile="" x100="0" lshp="0" hold="0.499" />
<elres lspd_numerator="1" lpdel="0" amt="0" rel="0.1" ctlenvamt="0" latt="0" syncmode="0" sus="0.499" lspd_denominator="1" lspd="0.1" att="0" pdel="0" lamt="0" dec="0.499" userwavefile="" x100="0" lshp="0" hold="0.499" />
</eldata>
<arpandchords arpmode="0" chordrange="1" arp-enabled="0" arptime_numerator="1" arprange="1" chord-enabled="1" arptime_denominator="1" 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="1" >
<rack numofeffects="0" />
</fx>
</instrumenttrack>
<pattern steps="16" muted="0" type="1" name="" pos="0" frozen="0" len="64" >
<note tone="5" pan="0" oct="4" detuning="0" vol="100" pos="0" len="6" />
<note tone="5" pan="0" oct="4" detuning="0" vol="100" pos="8" len="2" />
<note tone="5" pan="0" oct="4" detuning="0" vol="100" pos="12" len="2" />
<note tone="5" pan="0" oct="4" detuning="0" vol="100" pos="16" len="6" />
<note tone="5" pan="0" oct="4" detuning="0" vol="100" pos="24" len="2" />
<note tone="5" pan="0" oct="4" detuning="0" vol="100" pos="28" len="2" />
<note tone="5" pan="0" oct="4" detuning="0" vol="100" pos="32" len="6" />
<note tone="5" pan="0" oct="4" detuning="0" vol="100" pos="40" len="2" />
<note tone="5" pan="0" oct="4" detuning="0" vol="100" pos="44" len="2" />
<note tone="5" pan="0" oct="4" detuning="0" vol="100" pos="48" len="6" />
<note tone="5" pan="0" oct="4" detuning="0" vol="100" pos="56" len="2" />
<note tone="5" pan="0" oct="4" detuning="0" vol="100" pos="60" len="2" />
</pattern>
<pattern steps="16" muted="0" type="0" name="Default" pos="64" frozen="0" len="64" />
<pattern steps="16" muted="0" type="0" name="Default" pos="128" frozen="0" len="64" />
<pattern steps="16" muted="0" type="0" name="Default" pos="192" frozen="0" len="64" />
</track>
<track muted="0" height="32" type="0" >
<instrumenttrack width="250" x="178" surpos-x="-224" y="191" surpos-y="-174" fxch="0" height="436" basenote="57" vol="59" name="kick_hardcore01.ogg" tab="0" visible="0" >
<audiofileprocessor reversed="0" looped="0" eframe="0.99988" sframe="0" amp="147" src="drums/kick_hardcore01.ogg" />
<eldata fres="0.5" ftype="0" fcut="14000" fwet="0" >
<elvol lspd_numerator="1" lpdel="0" amt="0" rel="0.1" ctlenvamt="0" latt="0" syncmode="0" sus="0.499" lspd_denominator="1" lspd="0.1" att="0" pdel="0" lamt="0" dec="0.499" userwavefile="" x100="0" lshp="0" hold="0.499" />
<elcut lspd_numerator="1" lpdel="0" amt="0" rel="0.1" ctlenvamt="0" latt="0" syncmode="0" sus="0.499" lspd_denominator="1" lspd="0.1" att="0" pdel="0" lamt="0" dec="0.499" userwavefile="" x100="0" lshp="0" hold="0.499" />
<elres lspd_numerator="1" lpdel="0" amt="0" rel="0.1" ctlenvamt="0" latt="0" syncmode="0" sus="0.499" lspd_denominator="1" lspd="0.1" att="0" pdel="0" lamt="0" dec="0.499" userwavefile="" x100="0" lshp="0" hold="0.499" />
</eldata>
<arpandchords arpmode="0" chordrange="1" arp-enabled="0" arptime_numerator="1" arprange="1" chord-enabled="1" arptime_denominator="1" 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="1" >
<rack numofeffects="0" />
</fx>
</instrumenttrack>
<pattern steps="16" muted="0" type="0" name="" pos="0" frozen="0" len="64" >
<note tone="9" pan="0" oct="4" vol="100" pos="0" len="-64" />
<note tone="9" pan="0" oct="4" vol="100" pos="16" len="-64" />
<note tone="9" pan="0" oct="4" vol="100" pos="32" len="-64" />
<note tone="9" pan="0" oct="4" vol="100" pos="44" len="-64" />
<note tone="9" pan="0" oct="4" vol="100" pos="48" len="-64" />
<note tone="9" pan="0" oct="4" vol="100" pos="56" len="-64" />
</pattern>
<pattern steps="16" muted="0" type="0" name="kick_hardcore01.ogg" pos="64" frozen="0" len="64" />
<pattern steps="16" muted="0" type="0" name="kick_hardcore01.ogg" pos="128" frozen="0" len="64" />
<pattern steps="16" muted="0" type="0" name="kick_hardcore01.ogg" pos="192" frozen="0" len="64" />
</track>
<track muted="0" height="32" type="0" >
<instrumenttrack width="250" x="753" surpos-x="0" y="191" surpos-y="0" fxch="0" height="436" basenote="57" vol="59" name="rave_bass02.ogg" tab="0" visible="0" >
<audiofileprocessor reversed="0" looped="0" eframe="0.99987" sframe="0" amp="335" src="basses/rave_bass02.ogg" />
<eldata fres="0.5" ftype="0" fcut="14000" fwet="0" >
<elvol lspd_numerator="1" lpdel="0" amt="1" rel="0.291" ctlenvamt="0" latt="0" syncmode="0" sus="0" lspd_denominator="1" lspd="0.1" att="0" pdel="0" lamt="0" dec="0.448" userwavefile="" x100="0" lshp="0" hold="0" />
<elcut lspd_numerator="1" lpdel="0" amt="0" rel="0.1" ctlenvamt="0" latt="0" syncmode="0" sus="0.499" lspd_denominator="1" lspd="0.1" att="0" pdel="0" lamt="0" dec="0.499" userwavefile="" x100="0" lshp="0" hold="0.499" />
<elres lspd_numerator="1" lpdel="0" amt="0" rel="0.1" ctlenvamt="0" latt="0" syncmode="0" sus="0.499" lspd_denominator="1" lspd="0.1" att="0" pdel="0" lamt="0" dec="0.499" userwavefile="" x100="0" lshp="0" hold="0.499" />
</eldata>
<arpandchords arpmode="0" chordrange="1" arp-enabled="0" arptime_numerator="1" arprange="1" chord-enabled="1" arptime_denominator="1" 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="1" >
<rack numofeffects="0" />
</fx>
</instrumenttrack>
<pattern steps="16" muted="0" type="0" name="Default" pos="0" frozen="0" len="64" />
<pattern steps="16" muted="0" type="1" name="Default" pos="64" frozen="0" len="192" >
<note tone="9" pan="0" oct="4" detuning="0" vol="100" pos="0" len="13" />
<note tone="9" pan="0" oct="4" detuning="0" vol="100" pos="16" len="14" />
<note tone="9" pan="0" oct="4" detuning="0" vol="100" pos="32" len="14" />
<note tone="9" pan="0" oct="4" detuning="0" vol="100" pos="48" len="7" />
<note tone="7" pan="0" oct="4" detuning="0" vol="100" pos="56" len="7" />
<note tone="9" pan="0" oct="4" detuning="0" vol="100" pos="64" len="13" />
<note tone="9" pan="0" oct="4" detuning="0" vol="100" pos="80" len="14" />
<note tone="9" pan="0" oct="4" detuning="0" vol="100" pos="96" len="14" />
<note tone="9" pan="0" oct="4" detuning="0" vol="100" pos="112" len="7" />
<note tone="7" pan="0" oct="4" detuning="0" vol="100" pos="120" len="7" />
<note tone="2" pan="0" oct="5" detuning="0" vol="100" pos="128" len="7" />
<note tone="7" pan="0" oct="4" detuning="0" vol="100" pos="136" len="7" />
<note tone="9" pan="0" oct="4" detuning="0" vol="100" pos="144" len="14" />
<note tone="9" pan="0" oct="4" detuning="0" vol="100" pos="160" len="7" />
<note tone="7" pan="0" oct="4" detuning="0" vol="100" pos="168" len="7" />
<note tone="10" pan="0" oct="4" detuning="0" vol="100" pos="176" len="7" />
<note tone="7" pan="0" oct="4" detuning="0" vol="100" pos="185" len="7" />
</pattern>
<pattern steps="16" muted="0" type="0" name="rave_bass02.ogg" pos="128" frozen="0" len="64" />
<pattern steps="16" muted="0" type="0" name="rave_bass02.ogg" pos="192" frozen="0" len="64" />
</track>
<track muted="0" height="32" type="0" >
<instrumenttrack width="250" x="499" surpos-x="0" y="0" surpos-y="0" fxch="0" height="436" basenote="57" vol="59" name="bass_acid01.ogg" tab="0" visible="0" >
<audiofileprocessor reversed="0" looped="0" eframe="0.99983" sframe="0" amp="144" src="basses/bass_acid01.ogg" />
<eldata fres="0.5" ftype="0" fcut="14000" fwet="0" >
<elvol lspd_numerator="1" lpdel="0" amt="0" rel="0.1" ctlenvamt="0" latt="0" syncmode="0" sus="0.499" lspd_denominator="1" lspd="0.1" att="0" pdel="0" lamt="0" dec="0.499" userwavefile="" x100="0" lshp="0" hold="0.499" />
<elcut lspd_numerator="1" lpdel="0" amt="0" rel="0.1" ctlenvamt="0" latt="0" syncmode="0" sus="0.499" lspd_denominator="1" lspd="0.1" att="0" pdel="0" lamt="0" dec="0.499" userwavefile="" x100="0" lshp="0" hold="0.499" />
<elres lspd_numerator="1" lpdel="0" amt="0" rel="0.1" ctlenvamt="0" latt="0" syncmode="0" sus="0.499" lspd_denominator="1" lspd="0.1" att="0" pdel="0" lamt="0" dec="0.499" userwavefile="" x100="0" lshp="0" hold="0.499" />
</eldata>
<arpandchords arpmode="0" chordrange="1" arp-enabled="0" arptime_numerator="1" arprange="1" chord-enabled="1" arptime_denominator="1" 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="1" >
<rack numofeffects="0" />
</fx>
</instrumenttrack>
<pattern steps="16" muted="0" type="0" name="Default" pos="0" frozen="0" len="64" />
<pattern steps="16" muted="0" type="0" name="Default" pos="64" frozen="0" len="64" />
<pattern steps="16" muted="0" type="0" name="bass_acid01.ogg" pos="128" frozen="0" len="64" >
<note tone="9" pan="0" oct="4" vol="100" pos="8" len="-64" />
<note tone="9" pan="0" oct="4" vol="100" pos="24" len="-64" />
<note tone="9" pan="0" oct="4" vol="100" pos="40" len="-64" />
<note tone="9" pan="0" oct="4" vol="100" pos="56" len="-64" />
</pattern>
<pattern steps="16" muted="0" type="0" name="bass_acid01.ogg" pos="192" frozen="0" len="64" />
</track>
<track muted="0" height="32" type="0" >
<instrumenttrack width="250" x="253" surpos-x="0" y="191" surpos-y="0" fxch="0" height="436" basenote="57" vol="59" name="techno_synth01.ogg" tab="0" visible="0" >
<audiofileprocessor reversed="0" looped="0" eframe="0.99985" sframe="0" amp="100" src="basses/techno_synth01.ogg" />
<eldata fres="0.5" ftype="0" fcut="14000" fwet="0" >
<elvol lspd_numerator="1" lpdel="0" amt="1" rel="0.37" ctlenvamt="0" latt="0" syncmode="0" sus="0" lspd_denominator="1" lspd="0.1" att="0" pdel="0" lamt="0" dec="0.195" userwavefile="" x100="0" lshp="0" hold="0.165" />
<elcut lspd_numerator="1" lpdel="0" amt="0" rel="0.1" ctlenvamt="0" latt="0" syncmode="0" sus="0.499" lspd_denominator="1" lspd="0.1" att="0" pdel="0" lamt="0" dec="0.499" userwavefile="" x100="0" lshp="0" hold="0.499" />
<elres lspd_numerator="1" lpdel="0" amt="0" rel="0.1" ctlenvamt="0" latt="0" syncmode="0" sus="0.499" lspd_denominator="1" lspd="0.1" att="0" pdel="0" lamt="0" dec="0.499" userwavefile="" x100="0" lshp="0" hold="0.499" />
</eldata>
<arpandchords arpmode="0" chordrange="1" arp-enabled="0" arptime_numerator="1" arprange="1" chord-enabled="1" arptime_denominator="1" 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="1" >
<rack numofeffects="0" />
</fx>
</instrumenttrack>
<pattern steps="16" muted="0" type="0" name="Default" pos="0" frozen="0" len="64" />
<pattern steps="16" muted="0" type="0" name="Default" pos="64" frozen="0" len="64" />
<pattern steps="16" muted="0" type="0" name="Default" pos="128" frozen="0" len="64" />
<pattern steps="16" muted="0" type="0" name="Default" pos="192" frozen="0" len="64" >
<note tone="9" pan="0" oct="4" vol="100" pos="0" len="-64" />
<note tone="9" pan="0" oct="4" vol="100" pos="8" len="-64" />
<note tone="9" pan="0" oct="4" vol="100" pos="16" len="-64" />
<note tone="9" pan="0" oct="4" vol="100" pos="32" len="-64" />
<note tone="9" pan="0" oct="4" vol="100" pos="48" len="-64" />
</pattern>
</track>
</trackcontainer>
</bbtrack>
<bbtco muted="0" name="Beat" color="4278255360" pos="0" len="2048" />
</track>
<track muted="0" height="32" type="0" >
<instrumenttrack width="250" x="0" surpos-x="-174" y="191" surpos-y="124" fxch="0" height="436" basenote="45" vol="59" name="RoundBass" tab="0" visible="0" >
<tripleoscillator userwavefile1="" wavetype1="2" coarse1="-12" userwavefile2="" wavetype2="2" coarse2="12" vol0="130" vol1="0" finel0="0" vol2="0" finel1="0" finel2="0" modalgo1="2" stphdetun0="0" pan0="0" modalgo2="2" stphdetun1="0" pan1="0" stphdetun2="0" pan2="0" phoffset0="0" phoffset1="0" phoffset2="0" finer0="0" finer1="0" finer2="0" userwavefile0="shapes/smooth_inv_saw.ogg" wavetype0="7" coarse0="0" />
<eldata fres="2.2" ftype="0" fcut="954" fwet="0" >
<elvol lspd_numerator="1" lpdel="0" amt="1" rel="0.254" ctlenvamt="0" latt="0" syncmode="0" sus="0" lspd_denominator="1" lspd="0.1" att="0" pdel="0" lamt="0" dec="0.271" userwavefile="" x100="0" lshp="0" hold="0" />
<elcut lspd_numerator="1" lpdel="0" amt="0" rel="0.1" ctlenvamt="0" latt="0" syncmode="0" sus="0.499" lspd_denominator="1" lspd="0.1" att="0" pdel="0" lamt="0" dec="0.499" userwavefile="" x100="0" lshp="0" hold="0.499" />
<elres lspd_numerator="1" lpdel="0" amt="0" rel="0.1" ctlenvamt="0" latt="0" syncmode="0" sus="0.499" lspd_denominator="1" lspd="0.1" att="0" pdel="0" lamt="0" dec="0.499" userwavefile="" x100="0" lshp="0" hold="0.499" />
</eldata>
<arpandchords arpmode="0" chordrange="1" arp-enabled="0" arptime_numerator="1" arprange="1" chord-enabled="1" arptime_denominator="1" 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="1" >
<rack numofeffects="0" />
</fx>
</instrumenttrack>
<pattern steps="16" muted="0" type="1" name="RoundBass" pos="1536" frozen="0" len="256" >
<note tone="1" pan="0" oct="2" detuning="0" vol="100" pos="0" len="6" />
<note tone="9" pan="0" oct="1" detuning="0" vol="100" pos="8" len="6" />
<note tone="9" pan="0" oct="1" detuning="0" vol="100" pos="16" len="12" />
<note tone="1" pan="0" oct="2" detuning="0" vol="100" pos="32" len="6" />
<note tone="9" pan="0" oct="1" detuning="0" vol="100" pos="40" len="6" />
<note tone="9" pan="0" oct="1" detuning="0" vol="100" pos="48" len="12" />
<note tone="4" pan="0" oct="2" detuning="0" vol="100" pos="64" len="7" />
<note tone="8" pan="0" oct="1" detuning="0" vol="100" pos="72" len="7" />
<note tone="8" pan="0" oct="1" detuning="0" vol="100" pos="80" len="12" />
<note tone="4" pan="0" oct="2" detuning="0" vol="100" pos="96" len="7" />
<note tone="8" pan="0" oct="1" detuning="0" vol="100" pos="104" len="7" />
<note tone="8" pan="0" oct="1" detuning="0" vol="100" pos="112" len="14" />
<note tone="9" pan="0" oct="1" detuning="0" vol="100" pos="128" len="7" />
<note tone="6" pan="0" oct="1" detuning="0" vol="100" pos="136" len="7" />
<note tone="6" pan="0" oct="1" detuning="0" vol="100" pos="144" len="12" />
<note tone="9" pan="0" oct="1" detuning="0" vol="100" pos="160" len="7" />
<note tone="6" pan="0" oct="1" detuning="0" vol="100" pos="168" len="7" />
<note tone="6" pan="0" oct="1" detuning="0" vol="100" pos="176" len="12" />
<note tone="8" pan="0" oct="1" detuning="0" vol="100" pos="192" len="7" />
<note tone="1" pan="0" oct="1" detuning="0" vol="100" pos="200" len="7" />
<note tone="1" pan="0" oct="1" detuning="0" vol="100" pos="208" len="12" />
<note tone="8" pan="0" oct="1" detuning="0" vol="100" pos="224" len="7" />
<note tone="1" pan="0" oct="1" detuning="0" vol="100" pos="232" len="7" />
<note tone="1" pan="0" oct="1" detuning="0" vol="100" pos="240" len="12" />
</pattern>
<pattern steps="16" muted="0" type="1" name="RoundBass" pos="1792" frozen="0" len="256" >
<note tone="1" pan="0" oct="2" detuning="0" vol="100" pos="0" len="6" />
<note tone="9" pan="0" oct="1" detuning="0" vol="100" pos="8" len="6" />
<note tone="9" pan="0" oct="1" detuning="0" vol="100" pos="16" len="12" />
<note tone="1" pan="0" oct="2" detuning="0" vol="100" pos="32" len="6" />
<note tone="9" pan="0" oct="1" detuning="0" vol="100" pos="40" len="6" />
<note tone="9" pan="0" oct="1" detuning="0" vol="100" pos="48" len="12" />
<note tone="4" pan="0" oct="2" detuning="0" vol="100" pos="64" len="7" />
<note tone="8" pan="0" oct="1" detuning="0" vol="100" pos="72" len="7" />
<note tone="8" pan="0" oct="1" detuning="0" vol="100" pos="80" len="12" />
<note tone="4" pan="0" oct="2" detuning="0" vol="100" pos="96" len="7" />
<note tone="8" pan="0" oct="1" detuning="0" vol="100" pos="104" len="7" />
<note tone="8" pan="0" oct="1" detuning="0" vol="100" pos="112" len="14" />
<note tone="9" pan="0" oct="1" detuning="0" vol="100" pos="128" len="7" />
<note tone="6" pan="0" oct="1" detuning="0" vol="100" pos="136" len="7" />
<note tone="6" pan="0" oct="1" detuning="0" vol="100" pos="144" len="12" />
<note tone="9" pan="0" oct="1" detuning="0" vol="100" pos="160" len="7" />
<note tone="6" pan="0" oct="1" detuning="0" vol="100" pos="168" len="7" />
<note tone="6" pan="0" oct="1" detuning="0" vol="100" pos="176" len="12" />
<note tone="8" pan="0" oct="1" detuning="0" vol="100" pos="192" len="7" />
<note tone="1" pan="0" oct="1" detuning="0" vol="100" pos="200" len="7" />
<note tone="1" pan="0" oct="1" detuning="0" vol="100" pos="208" len="12" />
<note tone="8" pan="0" oct="1" detuning="0" vol="100" pos="224" len="7" />
<note tone="1" pan="0" oct="1" detuning="0" vol="100" pos="232" len="7" />
<note tone="1" pan="0" oct="1" detuning="0" vol="100" pos="240" len="12" />
</pattern>
<pattern steps="16" muted="0" type="1" name="RoundBass" pos="2048" frozen="0" len="256" >
<note tone="1" pan="0" oct="2" detuning="0" vol="100" pos="0" len="6" />
<note tone="9" pan="0" oct="1" detuning="0" vol="100" pos="8" len="6" />
<note tone="9" pan="0" oct="1" detuning="0" vol="100" pos="16" len="12" />
<note tone="1" pan="0" oct="2" detuning="0" vol="100" pos="32" len="6" />
<note tone="9" pan="0" oct="1" detuning="0" vol="100" pos="40" len="6" />
<note tone="9" pan="0" oct="1" detuning="0" vol="100" pos="48" len="12" />
<note tone="4" pan="0" oct="2" detuning="0" vol="100" pos="64" len="7" />
<note tone="8" pan="0" oct="1" detuning="0" vol="100" pos="72" len="7" />
<note tone="8" pan="0" oct="1" detuning="0" vol="100" pos="80" len="12" />
<note tone="4" pan="0" oct="2" detuning="0" vol="100" pos="96" len="7" />
<note tone="8" pan="0" oct="1" detuning="0" vol="100" pos="104" len="7" />
<note tone="8" pan="0" oct="1" detuning="0" vol="100" pos="112" len="14" />
<note tone="9" pan="0" oct="1" detuning="0" vol="100" pos="128" len="7" />
<note tone="6" pan="0" oct="1" detuning="0" vol="100" pos="136" len="7" />
<note tone="6" pan="0" oct="1" detuning="0" vol="100" pos="144" len="12" />
<note tone="9" pan="0" oct="1" detuning="0" vol="100" pos="160" len="7" />
<note tone="6" pan="0" oct="1" detuning="0" vol="100" pos="168" len="7" />
<note tone="6" pan="0" oct="1" detuning="0" vol="100" pos="176" len="12" />
<note tone="8" pan="0" oct="1" detuning="0" vol="100" pos="192" len="7" />
<note tone="1" pan="0" oct="1" detuning="0" vol="100" pos="200" len="7" />
<note tone="1" pan="0" oct="1" detuning="0" vol="100" pos="208" len="12" />
<note tone="8" pan="0" oct="1" detuning="0" vol="100" pos="224" len="7" />
<note tone="1" pan="0" oct="1" detuning="0" vol="100" pos="232" len="7" />
<note tone="1" pan="0" oct="1" detuning="0" vol="100" pos="240" len="12" />
</pattern>
</track>
<track muted="0" height="32" type="0" >
<instrumenttrack width="250" x="643" surpos-x="124" y="0" surpos-y="-174" fxch="0" height="436" basenote="45" vol="29" name="RaveBass 2" tab="0" visible="0" >
<tripleoscillator userwavefile1="empty.wav" wavetype1="3" coarse1="0" userwavefile2="empty.wav" wavetype2="2" coarse2="12" vol0="100" vol1="100" finel0="-10" vol2="115" finel1="10" finel2="-2" modalgo1="2" stphdetun0="232" pan0="9" modalgo2="2" stphdetun1="110" pan1="-20" stphdetun2="109" pan2="10" phoffset0="87" phoffset1="280" phoffset2="82" finer0="13" finer1="16" finer2="4" userwavefile0="empty.wav" wavetype0="2" coarse0="-12" />
<eldata fres="0.32" ftype="4" fcut="1324" fwet="1" >
<elvol lspd_numerator="1" lpdel="0" amt="1" rel="0.241" ctlenvamt="0" latt="0" syncmode="0" sus="0" lspd_denominator="1" lspd="0.1" att="0.048" pdel="0" lamt="0" dec="0.998" userwavefile="" x100="0" lshp="0" hold="0" />
<elcut lspd_numerator="1" lpdel="0" amt="0" rel="0.1" ctlenvamt="0" latt="0" syncmode="0" sus="0.499" lspd_denominator="1" lspd="0.6094" att="0.499" pdel="0" lamt="0" dec="0.499" userwavefile="" x100="0" lshp="1" hold="0.499" />
<elres lspd_numerator="1" lpdel="0" amt="0" rel="0" ctlenvamt="0" latt="0" syncmode="0" sus="0.499" lspd_denominator="1" lspd="0.1" att="0.499" pdel="0" lamt="0" dec="0.499" userwavefile="" x100="0" lshp="0" hold="0.499" />
</eldata>
<arpandchords arpmode="0" chordrange="1" arp-enabled="0" arptime_numerator="1" arprange="2" chord-enabled="1" arptime_denominator="1" chord="0" syncmode="0" arpgate="76" arp="12" arptime="100" arpdir="0" />
<midi defvelout="0" inputchannel="0" outputchannel="1" receive="0" send="0" defvelin="0" />
<fx fxdisabled="1" >
<rack numofeffects="0" />
</fx>
</instrumenttrack>
<pattern steps="16" muted="0" type="1" name="RaveBass 2" pos="1280" frozen="0" len="256" >
<note tone="6" pan="0" oct="3" detuning="0" vol="100" pos="0" len="4" />
<note tone="1" pan="0" oct="3" detuning="0" vol="100" pos="4" len="4" />
<note tone="8" pan="0" oct="3" detuning="0" vol="100" pos="8" len="4" />
<note tone="1" pan="0" oct="3" detuning="0" vol="100" pos="12" len="4" />
<note tone="9" pan="0" oct="3" detuning="0" vol="100" pos="16" len="4" />
<note tone="1" pan="0" oct="3" detuning="0" vol="100" pos="20" len="4" />
<note tone="8" pan="0" oct="3" detuning="0" vol="100" pos="24" len="4" />
<note tone="1" pan="0" oct="3" detuning="0" vol="100" pos="28" len="4" />
<note tone="6" pan="0" oct="3" detuning="0" vol="100" pos="32" len="4" />
<note tone="1" pan="0" oct="3" detuning="0" vol="100" pos="36" len="4" />
<note tone="8" pan="0" oct="3" detuning="0" vol="100" pos="40" len="4" />
<note tone="1" pan="0" oct="3" detuning="0" vol="100" pos="44" len="4" />
<note tone="9" pan="0" oct="3" detuning="0" vol="100" pos="48" len="4" />
<note tone="1" pan="0" oct="3" detuning="0" vol="100" pos="52" len="4" />
<note tone="8" pan="0" oct="3" detuning="0" vol="100" pos="56" len="4" />
<note tone="1" pan="0" oct="3" detuning="0" vol="100" pos="60" len="4" />
<note tone="6" pan="0" oct="3" detuning="0" vol="100" pos="64" len="4" />
<note tone="1" pan="0" oct="3" detuning="0" vol="100" pos="68" len="4" />
<note tone="8" pan="0" oct="3" detuning="0" vol="100" pos="72" len="4" />
<note tone="1" pan="0" oct="3" detuning="0" vol="100" pos="76" len="4" />
<note tone="9" pan="0" oct="3" detuning="0" vol="100" pos="80" len="4" />
<note tone="1" pan="0" oct="3" detuning="0" vol="100" pos="84" len="4" />
<note tone="8" pan="0" oct="3" detuning="0" vol="100" pos="88" len="4" />
<note tone="1" pan="0" oct="3" detuning="0" vol="100" pos="92" len="4" />
<note tone="6" pan="0" oct="3" detuning="0" vol="100" pos="96" len="4" />
<note tone="1" pan="0" oct="3" detuning="0" vol="100" pos="100" len="4" />
<note tone="8" pan="0" oct="3" detuning="0" vol="100" pos="104" len="4" />
<note tone="1" pan="0" oct="3" detuning="0" vol="100" pos="108" len="4" />
<note tone="9" pan="0" oct="3" detuning="0" vol="100" pos="112" len="4" />
<note tone="1" pan="0" oct="3" detuning="0" vol="100" pos="116" len="4" />
<note tone="8" pan="0" oct="3" detuning="0" vol="100" pos="120" len="4" />
<note tone="1" pan="0" oct="3" detuning="0" vol="100" pos="124" len="4" />
<note tone="8" pan="0" oct="3" detuning="0" vol="100" pos="128" len="4" />
<note tone="3" pan="0" oct="3" detuning="0" vol="100" pos="132" len="4" />
<note tone="10" pan="0" oct="3" detuning="0" vol="100" pos="136" len="4" />
<note tone="3" pan="0" oct="3" detuning="0" vol="100" pos="140" len="4" />
<note tone="11" pan="0" oct="3" detuning="0" vol="100" pos="144" len="4" />
<note tone="3" pan="0" oct="3" detuning="0" vol="100" pos="148" len="4" />
<note tone="10" pan="0" oct="3" detuning="0" vol="100" pos="152" len="4" />
<note tone="3" pan="0" oct="3" detuning="0" vol="100" pos="156" len="4" />
<note tone="8" pan="0" oct="3" detuning="0" vol="100" pos="160" len="4" />
<note tone="3" pan="0" oct="3" detuning="0" vol="100" pos="164" len="4" />
<note tone="10" pan="0" oct="3" detuning="0" vol="100" pos="168" len="4" />
<note tone="3" pan="0" oct="3" detuning="0" vol="100" pos="172" len="4" />
<note tone="11" pan="0" oct="3" detuning="0" vol="100" pos="176" len="4" />
<note tone="3" pan="0" oct="3" detuning="0" vol="100" pos="180" len="4" />
<note tone="10" pan="0" oct="3" detuning="0" vol="100" pos="184" len="4" />
<note tone="3" pan="0" oct="3" detuning="0" vol="100" pos="188" len="4" />
<note tone="8" pan="0" oct="3" detuning="0" vol="100" pos="192" len="4" />
<note tone="3" pan="0" oct="3" detuning="0" vol="100" pos="196" len="4" />
<note tone="10" pan="0" oct="3" detuning="0" vol="100" pos="200" len="4" />
<note tone="3" pan="0" oct="3" detuning="0" vol="100" pos="204" len="4" />
<note tone="11" pan="0" oct="3" detuning="0" vol="100" pos="208" len="4" />
<note tone="3" pan="0" oct="3" detuning="0" vol="100" pos="212" len="4" />
<note tone="10" pan="0" oct="3" detuning="0" vol="100" pos="216" len="4" />
<note tone="3" pan="0" oct="3" detuning="0" vol="100" pos="220" len="4" />
<note tone="8" pan="0" oct="3" detuning="0" vol="100" pos="224" len="4" />
<note tone="3" pan="0" oct="3" detuning="0" vol="100" pos="228" len="4" />
<note tone="10" pan="0" oct="3" detuning="0" vol="100" pos="232" len="4" />
<note tone="3" pan="0" oct="3" detuning="0" vol="100" pos="236" len="4" />
<note tone="11" pan="0" oct="3" detuning="0" vol="100" pos="240" len="4" />
<note tone="3" pan="0" oct="3" detuning="0" vol="100" pos="244" len="4" />
<note tone="10" pan="0" oct="3" detuning="0" vol="100" pos="248" len="4" />
<note tone="3" pan="0" oct="3" detuning="0" vol="100" pos="252" len="4" />
</pattern>
<pattern steps="16" muted="0" type="1" name="RaveBass 2" pos="1536" frozen="0" len="256" >
<note tone="6" pan="0" oct="3" detuning="0" vol="100" pos="0" len="4" />
<note tone="1" pan="0" oct="3" detuning="0" vol="100" pos="4" len="4" />
<note tone="8" pan="0" oct="3" detuning="0" vol="100" pos="8" len="4" />
<note tone="1" pan="0" oct="3" detuning="0" vol="100" pos="12" len="4" />
<note tone="9" pan="0" oct="3" detuning="0" vol="100" pos="16" len="4" />
<note tone="1" pan="0" oct="3" detuning="0" vol="100" pos="20" len="4" />
<note tone="8" pan="0" oct="3" detuning="0" vol="100" pos="24" len="4" />
<note tone="1" pan="0" oct="3" detuning="0" vol="100" pos="28" len="4" />
<note tone="6" pan="0" oct="3" detuning="0" vol="100" pos="32" len="4" />
<note tone="1" pan="0" oct="3" detuning="0" vol="100" pos="36" len="4" />
<note tone="8" pan="0" oct="3" detuning="0" vol="100" pos="40" len="4" />
<note tone="1" pan="0" oct="3" detuning="0" vol="100" pos="44" len="4" />
<note tone="9" pan="0" oct="3" detuning="0" vol="100" pos="48" len="4" />
<note tone="1" pan="0" oct="3" detuning="0" vol="100" pos="52" len="4" />
<note tone="8" pan="0" oct="3" detuning="0" vol="100" pos="56" len="4" />
<note tone="1" pan="0" oct="3" detuning="0" vol="100" pos="60" len="4" />
<note tone="6" pan="0" oct="3" detuning="0" vol="100" pos="64" len="4" />
<note tone="1" pan="0" oct="3" detuning="0" vol="100" pos="68" len="4" />
<note tone="8" pan="0" oct="3" detuning="0" vol="100" pos="72" len="4" />
<note tone="1" pan="0" oct="3" detuning="0" vol="100" pos="76" len="4" />
<note tone="9" pan="0" oct="3" detuning="0" vol="100" pos="80" len="4" />
<note tone="1" pan="0" oct="3" detuning="0" vol="100" pos="84" len="4" />
<note tone="8" pan="0" oct="3" detuning="0" vol="100" pos="88" len="4" />
<note tone="1" pan="0" oct="3" detuning="0" vol="100" pos="92" len="4" />
<note tone="6" pan="0" oct="3" detuning="0" vol="100" pos="96" len="4" />
<note tone="1" pan="0" oct="3" detuning="0" vol="100" pos="100" len="4" />
<note tone="8" pan="0" oct="3" detuning="0" vol="100" pos="104" len="4" />
<note tone="1" pan="0" oct="3" detuning="0" vol="100" pos="108" len="4" />
<note tone="9" pan="0" oct="3" detuning="0" vol="100" pos="112" len="4" />
<note tone="1" pan="0" oct="3" detuning="0" vol="100" pos="116" len="4" />
<note tone="8" pan="0" oct="3" detuning="0" vol="100" pos="120" len="4" />
<note tone="1" pan="0" oct="3" detuning="0" vol="100" pos="124" len="4" />
<note tone="8" pan="0" oct="3" detuning="0" vol="100" pos="128" len="4" />
<note tone="3" pan="0" oct="3" detuning="0" vol="100" pos="132" len="4" />
<note tone="10" pan="0" oct="3" detuning="0" vol="100" pos="136" len="4" />
<note tone="3" pan="0" oct="3" detuning="0" vol="100" pos="140" len="4" />
<note tone="11" pan="0" oct="3" detuning="0" vol="100" pos="144" len="4" />
<note tone="3" pan="0" oct="3" detuning="0" vol="100" pos="148" len="4" />
<note tone="10" pan="0" oct="3" detuning="0" vol="100" pos="152" len="4" />
<note tone="3" pan="0" oct="3" detuning="0" vol="100" pos="156" len="4" />
<note tone="8" pan="0" oct="3" detuning="0" vol="100" pos="160" len="4" />
<note tone="3" pan="0" oct="3" detuning="0" vol="100" pos="164" len="4" />
<note tone="10" pan="0" oct="3" detuning="0" vol="100" pos="168" len="4" />
<note tone="3" pan="0" oct="3" detuning="0" vol="100" pos="172" len="4" />
<note tone="11" pan="0" oct="3" detuning="0" vol="100" pos="176" len="4" />
<note tone="3" pan="0" oct="3" detuning="0" vol="100" pos="180" len="4" />
<note tone="10" pan="0" oct="3" detuning="0" vol="100" pos="184" len="4" />
<note tone="3" pan="0" oct="3" detuning="0" vol="100" pos="188" len="4" />
<note tone="8" pan="0" oct="3" detuning="0" vol="100" pos="192" len="4" />
<note tone="3" pan="0" oct="3" detuning="0" vol="100" pos="196" len="4" />
<note tone="10" pan="0" oct="3" detuning="0" vol="100" pos="200" len="4" />
<note tone="3" pan="0" oct="3" detuning="0" vol="100" pos="204" len="4" />
<note tone="11" pan="0" oct="3" detuning="0" vol="100" pos="208" len="4" />
<note tone="3" pan="0" oct="3" detuning="0" vol="100" pos="212" len="4" />
<note tone="10" pan="0" oct="3" detuning="0" vol="100" pos="216" len="4" />
<note tone="3" pan="0" oct="3" detuning="0" vol="100" pos="220" len="4" />
<note tone="8" pan="0" oct="3" detuning="0" vol="100" pos="224" len="4" />
<note tone="3" pan="0" oct="3" detuning="0" vol="100" pos="228" len="4" />
<note tone="10" pan="0" oct="3" detuning="0" vol="100" pos="232" len="4" />
<note tone="3" pan="0" oct="3" detuning="0" vol="100" pos="236" len="4" />
<note tone="11" pan="0" oct="3" detuning="0" vol="100" pos="240" len="4" />
<note tone="3" pan="0" oct="3" detuning="0" vol="100" pos="244" len="4" />
<note tone="10" pan="0" oct="3" detuning="0" vol="100" pos="248" len="4" />
<note tone="3" pan="0" oct="3" detuning="0" vol="100" pos="252" len="4" />
</pattern>
</track>
<track muted="0" height="32" type="2" >
<sampletrack vol="100" name="Sample track" >
<sample_track>
<fx fxdisabled="1" >
<rack numofeffects="0" />
</fx>
</sample_track>
</sampletrack>
<sampletco muted="0" pos="1024" src="bassloopes/rave_bass02.ogg" len="127" />
<sampletco muted="0" pos="1152" src="bassloopes/rave_bass02.ogg" len="127" />
</track>
<track muted="0" height="32" type="1" >
<bbtrack icon="" name="Hardcore Baseline" />
<bbtco muted="0" name="Hardcore Baseline" color="4282417407" pos="448" len="576" />
</track>
<track muted="0" height="32" type="1" >
<bbtrack icon="" name="Acid Bass" />
<bbtco muted="0" name="Acid Bass" color="4282417407" pos="128" len="896" />
</track>
<track muted="0" height="32" type="1" >
<bbtrack icon="" name="Techno Synth" />
<bbtco muted="0" name="Techno Synth" color="4282417407" pos="256" len="768" />
<bbtco muted="0" name="Techno Synth" color="4282417407" pos="1792" len="256" />
</track>
</trackcontainer>
<pianoroll width="640" x="432" y="111" height="478" visible="0" />
<automation-editor width="640" x="0" y="0" height="480" visible="0" />
<projectnotes width="300" x="662" y="415" height="200" visible="1" ><![CDATA[<html><head><meta name="qrichtext" content="1" /></head><body style="font-size:9pt;font-family:Sans Serif">
<p align="center"><span style="font-size:14pt;font-weight:600;color:#00ff00">Linux MultiMedia Studio - Demo 3</span></p>
<p align="justify"><span style="font-weight:600;color:#ffcc00">This is demo is a bit more complex than demo 1 and demo 2, because it also demonstrates usage of a sample-track and instrument-tracks in the playlist.</span></p>
</body></html>
]]></projectnotes>
<timeline lp1pos="64" lp0pos="0" lpstate="0" />
</song>
</multimedia-project>

View File

@@ -1,45 +0,0 @@
<?xml version="1.0"?>
<!DOCTYPE multimedia-project>
<multimediaproject creator="Linux MultiMedia Studio (LMMS)" creatorversion="0.1.2-cvs20060115" type="song" version="1.0" >
<head>
<bpm value="140" />
<mastervol value="86" />
<masterpitch value="0" />
</head>
<song>
<trackcontainer type="songeditor" >
<track muted="0" type="0" >
<channeltrack surpos="134219776" fxch="0" baseoct="4" vol="70" name="TB303" basetone="9" tab="0" >
<tripleoscillator userwavefile1="empty.wav" wavetype1="2" coarse1="0" userwavefile2="empty.wav" wavetype2="2" coarse2="0" vol0="100" vol1="0" finel0="0" vol2="0" finel1="0" finel2="0" modalgo1="2" stphdetun0="173" pan0="0" modalgo2="2" stphdetun1="0" pan1="0" stphdetun2="0" pan2="0" phoffset0="0" phoffset1="0" phoffset2="0" finer0="0" finer1="0" finer2="0" userwavefile0="empty.wav" wavetype0="2" coarse0="0" />
<eldata fres="0.73" ftype="6" fcut="237" fwet="1" >
<elvol lfosyncmode="0" lpdel="0" amt="1" rel="0.291" ctlenvamt="0" latt="0" sus="0" lspd="0.0917" att="0.037" pdel="0" lamt="0" dec="0.279" userwavefile="" x100="0" lshp="0" hold="0" />
<elcut lfosyncmode="0" lpdel="0" amt="1" rel="0" ctlenvamt="0" latt="0" sus="0.998" lspd="0.0658" att="0.061" pdel="0" lamt="0" dec="0.998" userwavefile="" x100="0" lshp="0" hold="0" />
<elres lfosyncmode="0" lpdel="0" amt="0" rel="0" ctlenvamt="0" latt="0" sus="0.499" lspd="0.01" att="0" pdel="0" lamt="-0.01" dec="0.499" userwavefile="" x100="0" lshp="1" hold="0" />
</eldata>
<arpandchords arpmode="0" chordrange="1" arprange="2" arpdisabled="1" chord="0" chorddisabled="0" arpgate="100" arp="0" arpsyncmode="0" arptime="100" arpdir="1" />
<midi inputchannel="0" outputchannel="1" receive="0" send="0" />
</channeltrack>
<pattern steps="16" type="1" name="" pos="0" frozen="0" len="768" >
<note tone="1" pan="0" oct="3" vol="100" pos="0" len="256" />
<note tone="8" pan="0" oct="3" vol="100" pos="16" len="240" />
<note tone="1" pan="0" oct="4" vol="100" pos="32" len="224" />
<note tone="4" pan="0" oct="4" vol="100" pos="48" len="208" />
<note tone="4" pan="0" oct="3" vol="100" pos="256" len="256" />
<note tone="9" pan="0" oct="3" vol="100" pos="272" len="240" />
<note tone="4" pan="0" oct="4" vol="100" pos="288" len="224" />
<note tone="9" pan="0" oct="4" vol="100" pos="304" len="208" />
<note tone="1" pan="0" oct="4" vol="100" pos="512" len="256" />
<note tone="4" pan="0" oct="4" vol="100" pos="528" len="240" />
<note tone="8" pan="0" oct="4" vol="100" pos="544" len="224" />
<note tone="1" pan="0" oct="5" vol="100" pos="560" len="208" />
<note tone="1" pan="0" oct="3" vol="100" pos="576" len="192" />
</pattern>
</track>
</trackcontainer>
<projectnotes><![CDATA[<html><head><meta name="qrichtext" content="1" /></head><body style="font-size:11pt;font-family:Bitstream Vera Sans">
<p align="center"><span style="font-size:18pt;font-weight:600;color:#00ff00">Linux MultiMedia Studio - Demo 4</span></p>
<p align="justify"><span style="font-size:12pt;font-weight:600;color:#ffcc00">Cool synth with some cool chords...</span></p>
</body></html>
]]></projectnotes>
</song>
</multimediaproject>

View File

@@ -1,250 +0,0 @@
<?xml version="1.0"?>
<!DOCTYPE multimedia-project>
<multimediaproject creator="Linux MultiMedia Studio (LMMS)" creatorversion="0.1.2-cvs20060115" type="song" version="1.0" >
<head>
<bpm value="140" />
<mastervol value="54" />
<masterpitch value="0" />
</head>
<song>
<trackcontainer type="songeditor" >
<track muted="0" type="1" >
<bbtrack name="Beat/Baseline 0" >
<trackcontainer type="bbeditor" >
<track muted="0" type="0" >
<channeltrack surpos="134219776" fxch="0" baseoct="4" vol="100" name="bassdrum01.ogg" basetone="9" tab="0" >
<audiofileprocessor reversed="0" looped="0" eframe="0.999848" sframe="0" amp="100" src="drums/bassdrum01.ogg" />
<eldata fres="0.5" ftype="0" fcut="16000" fwet="0" >
<elvol lfosyncmode="0" lpdel="0" amt="0" rel="0.1" ctlenvamt="0" latt="0" sus="0.499" lspd="0.1" att="0" pdel="0" lamt="0" dec="0.499" userwavefile="" x100="0" lshp="0" hold="0.499" />
<elcut lfosyncmode="0" lpdel="0" amt="0" rel="0.1" ctlenvamt="0" latt="0" sus="0.499" lspd="0.1" att="0" pdel="0" lamt="0" dec="0.499" userwavefile="" x100="0" lshp="0" hold="0.499" />
<elres lfosyncmode="0" lpdel="0" amt="0" rel="0.1" ctlenvamt="0" latt="0" sus="0.499" lspd="0.1" att="0" pdel="0" lamt="0" dec="0.499" userwavefile="" x100="0" lshp="0" hold="0.499" />
</eldata>
<arpandchords arpmode="0" chordrange="1" arprange="1" arpdisabled="1" chord="0" chorddisabled="0" arpgate="100" arp="0" arpsyncmode="0" arptime="100" arpdir="1" />
<midi inputchannel="0" outputchannel="1" receive="0" send="0" />
</channeltrack>
<pattern steps="16" type="0" name="" pos="0" frozen="0" len="64" >
<note tone="9" pan="0" oct="4" vol="100" pos="0" len="-64" />
<note tone="9" pan="0" oct="4" vol="100" pos="16" len="-64" />
<note tone="9" pan="0" oct="4" vol="100" pos="32" len="-64" />
<note tone="9" pan="0" oct="4" vol="100" pos="48" len="-64" />
</pattern>
<pattern steps="16" type="0" name="" pos="64" frozen="0" len="64" >
<note tone="9" pan="0" oct="4" vol="100" pos="0" len="-64" />
<note tone="9" pan="0" oct="4" vol="100" pos="16" len="-64" />
<note tone="9" pan="0" oct="4" vol="100" pos="32" len="-64" />
<note tone="9" pan="0" oct="4" vol="100" pos="48" len="-64" />
</pattern>
<pattern steps="16" type="0" name="" pos="128" frozen="0" len="64" />
<pattern steps="16" type="0" name="" pos="192" frozen="0" len="64" />
<pattern steps="16" type="0" name="" pos="256" frozen="0" len="64" />
</track>
<track muted="0" type="0" >
<channeltrack surpos="134219776" fxch="0" baseoct="4" vol="100" name="hihat_opened02.ogg" basetone="9" tab="0" >
<audiofileprocessor reversed="0" looped="0" eframe="0.99989" sframe="0" amp="100" src="drums/hihat_opened02.ogg" />
<eldata fres="0.5" ftype="0" fcut="16000" fwet="0" >
<elvol lfosyncmode="0" lpdel="0" amt="0" rel="0.1" ctlenvamt="0" latt="0" sus="0.499" lspd="0.1" att="0" pdel="0" lamt="0" dec="0.499" userwavefile="" x100="0" lshp="0" hold="0.499" />
<elcut lfosyncmode="0" lpdel="0" amt="0" rel="0.1" ctlenvamt="0" latt="0" sus="0.499" lspd="0.1" att="0" pdel="0" lamt="0" dec="0.499" userwavefile="" x100="0" lshp="0" hold="0.499" />
<elres lfosyncmode="0" lpdel="0" amt="0" rel="0.1" ctlenvamt="0" latt="0" sus="0.499" lspd="0.1" att="0" pdel="0" lamt="0" dec="0.499" userwavefile="" x100="0" lshp="0" hold="0.499" />
</eldata>
<arpandchords arpmode="0" chordrange="1" arprange="1" arpdisabled="1" chord="0" chorddisabled="0" arpgate="100" arp="0" arpsyncmode="0" arptime="100" arpdir="1" />
<midi inputchannel="0" outputchannel="1" receive="0" send="0" />
</channeltrack>
<pattern steps="16" type="0" name="" pos="0" frozen="0" len="64" >
<note tone="9" pan="0" oct="4" vol="100" pos="8" len="-64" />
<note tone="9" pan="0" oct="4" vol="100" pos="24" len="-64" />
<note tone="9" pan="0" oct="4" vol="100" pos="40" len="-64" />
<note tone="9" pan="0" oct="4" vol="100" pos="56" len="-64" />
</pattern>
<pattern steps="16" type="0" name="" pos="64" frozen="0" len="64" >
<note tone="9" pan="0" oct="4" vol="100" pos="8" len="-64" />
<note tone="9" pan="0" oct="4" vol="100" pos="24" len="-64" />
<note tone="9" pan="0" oct="4" vol="100" pos="40" len="-64" />
<note tone="9" pan="0" oct="4" vol="100" pos="56" len="-64" />
</pattern>
<pattern steps="16" type="0" name="" pos="128" frozen="0" len="64" />
<pattern steps="16" type="0" name="" pos="192" frozen="0" len="64" />
<pattern steps="16" type="0" name="" pos="256" frozen="0" len="64" />
</track>
<track muted="0" type="0" >
<channeltrack surpos="134219776" fxch="0" baseoct="4" vol="100" name="clap01.ogg" basetone="9" tab="0" >
<audiofileprocessor reversed="0" looped="0" eframe="0.999869" sframe="0" amp="100" src="drums/clap01.ogg" />
<eldata fres="0.5" ftype="0" fcut="16000" fwet="0" >
<elvol lfosyncmode="0" lpdel="0" amt="0" rel="0.1" ctlenvamt="0" latt="0" sus="0.499" lspd="0.1" att="0" pdel="0" lamt="0" dec="0.499" userwavefile="" x100="0" lshp="0" hold="0.499" />
<elcut lfosyncmode="0" lpdel="0" amt="0" rel="0.1" ctlenvamt="0" latt="0" sus="0.499" lspd="0.1" att="0" pdel="0" lamt="0" dec="0.499" userwavefile="" x100="0" lshp="0" hold="0.499" />
<elres lfosyncmode="0" lpdel="0" amt="0" rel="0.1" ctlenvamt="0" latt="0" sus="0.499" lspd="0.1" att="0" pdel="0" lamt="0" dec="0.499" userwavefile="" x100="0" lshp="0" hold="0.499" />
</eldata>
<arpandchords arpmode="0" chordrange="1" arprange="1" arpdisabled="1" chord="0" chorddisabled="0" arpgate="100" arp="0" arpsyncmode="0" arptime="100" arpdir="1" />
<midi inputchannel="0" outputchannel="1" receive="0" send="0" />
</channeltrack>
<pattern steps="16" type="0" name="" pos="0" frozen="0" len="64" >
<note tone="9" pan="0" oct="4" vol="100" pos="16" len="-64" />
<note tone="9" pan="0" oct="4" vol="100" pos="48" len="-64" />
</pattern>
<pattern steps="16" type="0" name="" pos="64" frozen="0" len="64" >
<note tone="9" pan="0" oct="4" vol="100" pos="16" len="-64" />
<note tone="9" pan="0" oct="4" vol="100" pos="48" len="-64" />
<note tone="9" pan="0" oct="4" vol="100" pos="56" len="-64" />
</pattern>
<pattern steps="16" type="0" name="" pos="128" frozen="0" len="64" />
<pattern steps="16" type="0" name="" pos="192" frozen="0" len="64" />
<pattern steps="16" type="0" name="" pos="256" frozen="0" len="64" />
</track>
<track muted="0" type="0" >
<channeltrack surpos="134219776" fxch="0" baseoct="4" vol="100" name="crash01.ogg" basetone="9" tab="0" >
<audiofileprocessor reversed="0" looped="0" eframe="0.999951" sframe="0" amp="100" src="drums/crash01.ogg" />
<eldata fres="0.5" ftype="0" fcut="16000" fwet="0" >
<elvol lfosyncmode="0" lpdel="0" amt="0" rel="0.1" ctlenvamt="0" latt="0" sus="0.499" lspd="0.1" att="0" pdel="0" lamt="0" dec="0.499" userwavefile="" x100="0" lshp="0" hold="0.499" />
<elcut lfosyncmode="0" lpdel="0" amt="0" rel="0.1" ctlenvamt="0" latt="0" sus="0.499" lspd="0.1" att="0" pdel="0" lamt="0" dec="0.499" userwavefile="" x100="0" lshp="0" hold="0.499" />
<elres lfosyncmode="0" lpdel="0" amt="0" rel="0.1" ctlenvamt="0" latt="0" sus="0.499" lspd="0.1" att="0" pdel="0" lamt="0" dec="0.499" userwavefile="" x100="0" lshp="0" hold="0.499" />
</eldata>
<arpandchords arpmode="0" chordrange="1" arprange="1" arpdisabled="1" chord="0" chorddisabled="0" arpgate="100" arp="0" arpsyncmode="0" arptime="100" arpdir="1" />
<midi inputchannel="0" outputchannel="1" receive="0" send="0" />
</channeltrack>
<pattern steps="16" type="0" name="" pos="0" frozen="0" len="64" />
<pattern steps="16" type="0" name="" pos="64" frozen="0" len="64" />
<pattern steps="16" type="0" name="" pos="128" frozen="0" len="64" />
<pattern steps="16" type="0" name="" pos="192" frozen="0" len="64" />
<pattern steps="16" type="0" name="" pos="256" frozen="0" len="64" />
</track>
<track muted="0" type="0" >
<channeltrack surpos="134219776" fxch="0" baseoct="4" vol="100" name="snare01.ogg" basetone="9" tab="0" >
<audiofileprocessor reversed="0" looped="0" eframe="0.999814" sframe="0" amp="100" src="drums/snare01.ogg" />
<eldata fres="0.5" ftype="0" fcut="16000" fwet="0" >
<elvol lfosyncmode="0" lpdel="0" amt="0" rel="0.1" ctlenvamt="0" latt="0" sus="0.499" lspd="0.1" att="0" pdel="0" lamt="0" dec="0.499" userwavefile="" x100="0" lshp="0" hold="0.499" />
<elcut lfosyncmode="0" lpdel="0" amt="0" rel="0.1" ctlenvamt="0" latt="0" sus="0.499" lspd="0.1" att="0" pdel="0" lamt="0" dec="0.499" userwavefile="" x100="0" lshp="0" hold="0.499" />
<elres lfosyncmode="0" lpdel="0" amt="0" rel="0.1" ctlenvamt="0" latt="0" sus="0.499" lspd="0.1" att="0" pdel="0" lamt="0" dec="0.499" userwavefile="" x100="0" lshp="0" hold="0.499" />
</eldata>
<arpandchords arpmode="0" chordrange="1" arprange="1" arpdisabled="1" chord="0" chorddisabled="0" arpgate="100" arp="0" arpsyncmode="0" arptime="100" arpdir="1" />
<midi inputchannel="0" outputchannel="1" receive="0" send="0" />
</channeltrack>
<pattern steps="16" type="0" name="" pos="0" frozen="0" len="64" />
<pattern steps="16" type="0" name="" pos="64" frozen="0" len="64" />
<pattern steps="16" type="0" name="" pos="128" frozen="0" len="64" />
<pattern steps="16" type="0" name="" pos="192" frozen="0" len="64" />
<pattern steps="16" type="0" name="" pos="256" frozen="0" len="64" />
</track>
<track muted="0" type="0" >
<channeltrack surpos="134219776" fxch="0" baseoct="4" vol="80" name="TripleOscillator" basetone="9" tab="0" >
<tripleoscillator userwavefile1="empty.wav" wavetype1="2" coarse1="0" userwavefile2="empty.wav" wavetype2="4" coarse2="0" vol0="100" vol1="100" finel0="0" vol2="100" finel1="0" finel2="0" modalgo1="2" stphdetun0="247" pan0="0" modalgo2="2" stphdetun1="0" pan1="0" stphdetun2="120" pan2="0" phoffset0="101" phoffset1="0" phoffset2="0" finer0="0" finer1="0" finer2="0" userwavefile0="empty.wav" wavetype0="5" coarse0="-12" />
<eldata fres="0.5" ftype="0" fcut="2839" fwet="1" >
<elvol lfosyncmode="0" lpdel="0" amt="1" rel="0.15" ctlenvamt="0" latt="0" sus="0.703" lspd="0.0917" att="0" pdel="0" lamt="0" dec="0.28" userwavefile="" x100="0" lshp="0" hold="0" />
<elcut lfosyncmode="0" lpdel="0" amt="0" rel="0.1" ctlenvamt="0" latt="0" sus="0.499" lspd="0.7263" att="0.499" pdel="0" lamt="0.83" dec="0.499" userwavefile="" x100="0" lshp="0" hold="0.499" />
<elres lfosyncmode="0" lpdel="0" amt="0" rel="0.1" ctlenvamt="0" latt="0" sus="0.499" lspd="1" att="0" pdel="0" lamt="0" dec="0.499" userwavefile="" x100="0" lshp="1" hold="0" />
</eldata>
<arpandchords arpmode="0" chordrange="1" arprange="3" arpdisabled="1" chord="0" chorddisabled="0" arpgate="100" arp="0" arpsyncmode="0" arptime="100" arpdir="1" />
<midi inputchannel="0" outputchannel="1" receive="0" send="0" />
</channeltrack>
<pattern steps="16" type="0" name="" pos="0" frozen="0" len="64" />
<pattern steps="16" type="0" name="" pos="64" frozen="0" len="64" />
<pattern steps="16" type="1" name="" pos="128" frozen="0" len="64" >
<note tone="2" pan="0" oct="3" vol="100" pos="0" len="3" />
<note tone="2" pan="0" oct="3" vol="100" pos="4" len="3" />
<note tone="2" pan="0" oct="3" vol="100" pos="8" len="3" />
<note tone="10" pan="0" oct="2" vol="100" pos="12" len="3" />
<note tone="5" pan="0" oct="3" vol="100" pos="16" len="3" />
<note tone="9" pan="0" oct="3" vol="100" pos="20" len="3" />
<note tone="2" pan="0" oct="3" vol="100" pos="24" len="3" />
<note tone="2" pan="0" oct="3" vol="100" pos="28" len="3" />
<note tone="2" pan="0" oct="3" vol="100" pos="32" len="3" />
<note tone="10" pan="0" oct="3" vol="100" pos="36" len="3" />
<note tone="5" pan="0" oct="3" vol="100" pos="40" len="3" />
<note tone="0" pan="0" oct="4" vol="100" pos="44" len="3" />
<note tone="7" pan="0" oct="3" vol="100" pos="48" len="3" />
<note tone="2" pan="0" oct="4" vol="100" pos="52" len="3" />
<note tone="9" pan="0" oct="3" vol="100" pos="56" len="3" />
<note tone="5" pan="0" oct="3" vol="100" pos="60" len="3" />
</pattern>
<pattern steps="16" type="0" name="" pos="192" frozen="0" len="64" />
<pattern steps="16" type="0" name="" pos="256" frozen="0" len="64" />
</track>
<track muted="0" type="0" >
<channeltrack surpos="134219776" fxch="0" baseoct="3" vol="80" name="RaveBass" basetone="9" tab="0" >
<tripleoscillator userwavefile1="empty.wav" wavetype1="2" coarse1="0" userwavefile2="empty.wav" wavetype2="4" coarse2="0" vol0="11" vol1="41" finel0="0" vol2="35" finel1="10" finel2="-2" modalgo1="2" stphdetun0="0" pan0="9" modalgo2="2" stphdetun1="95" pan1="0" stphdetun2="109" pan2="0" phoffset0="0" phoffset1="280" phoffset2="82" finer0="0" finer1="16" finer2="-3" userwavefile0="empty.wav" wavetype0="0" coarse0="-12" />
<eldata fres="0.9" ftype="0" fcut="1143" fwet="0" >
<elvol lfosyncmode="0" lpdel="0" amt="1" rel="0.1" ctlenvamt="0" latt="0" sus="0.223" lspd="0.1" att="0" pdel="0" lamt="0" dec="0.999" userwavefile="" x100="0" lshp="0" hold="0" />
<elcut lfosyncmode="0" lpdel="0" amt="0" rel="0.1" ctlenvamt="0" latt="0" sus="0.499" lspd="0.6094" att="0.499" pdel="0" lamt="0" dec="0.499" userwavefile="" x100="0" lshp="1" hold="0.499" />
<elres lfosyncmode="0" lpdel="0" amt="0" rel="0.1" ctlenvamt="0" latt="0" sus="0.499" lspd="0.1" att="0.499" pdel="0" lamt="0" dec="0.499" userwavefile="" x100="0" lshp="0" hold="0.499" />
</eldata>
<arpandchords arpmode="0" chordrange="1" arprange="2" arpdisabled="1" chord="0" chorddisabled="0" arpgate="76" arp="12" arpsyncmode="0" arptime="100" arpdir="1" />
<midi inputchannel="0" outputchannel="1" receive="0" send="0" />
</channeltrack>
<pattern steps="16" type="0" name="" pos="0" frozen="0" len="64" />
<pattern steps="16" type="0" name="" pos="64" frozen="0" len="64" />
<pattern steps="16" type="0" name="" pos="128" frozen="0" len="64" />
<pattern steps="16" type="1" name="" pos="192" frozen="0" len="64" >
<note tone="2" pan="0" oct="3" vol="100" pos="0" len="3" />
<note tone="2" pan="0" oct="3" vol="100" pos="4" len="3" />
<note tone="2" pan="0" oct="3" vol="100" pos="8" len="3" />
<note tone="10" pan="0" oct="2" vol="100" pos="12" len="3" />
<note tone="5" pan="0" oct="3" vol="100" pos="16" len="3" />
<note tone="9" pan="0" oct="3" vol="100" pos="20" len="3" />
<note tone="2" pan="0" oct="3" vol="100" pos="24" len="3" />
<note tone="2" pan="0" oct="3" vol="100" pos="28" len="3" />
<note tone="2" pan="0" oct="3" vol="100" pos="32" len="3" />
<note tone="10" pan="0" oct="3" vol="100" pos="36" len="3" />
<note tone="5" pan="0" oct="3" vol="100" pos="40" len="3" />
<note tone="0" pan="0" oct="4" vol="100" pos="44" len="3" />
<note tone="7" pan="0" oct="3" vol="100" pos="48" len="3" />
<note tone="2" pan="0" oct="4" vol="100" pos="52" len="3" />
<note tone="9" pan="0" oct="3" vol="100" pos="56" len="3" />
<note tone="5" pan="0" oct="3" vol="100" pos="60" len="3" />
</pattern>
<pattern steps="16" type="0" name="" pos="256" frozen="0" len="64" />
</track>
<track muted="0" type="0" >
<channeltrack surpos="134219776" fxch="0" baseoct="4" vol="100" name="Whistle" basetone="9" tab="0" >
<tripleoscillator userwavefile1="empty.wav" wavetype1="1" coarse1="0" userwavefile2="empty.wav" wavetype2="1" coarse2="0" vol0="35" vol1="35" finel0="0" vol2="32" finel1="0" finel2="11" modalgo1="2" stphdetun0="195" pan0="0" modalgo2="2" stphdetun1="90" pan1="-36" stphdetun2="0" pan2="27" phoffset0="260" phoffset1="89" phoffset2="0" finer0="0" finer1="0" finer2="11" userwavefile0="empty.wav" wavetype0="1" coarse0="0" />
<eldata fres="0.5" ftype="0" fcut="16000" fwet="0" >
<elvol lfosyncmode="0" lpdel="0" amt="1" rel="0.1" ctlenvamt="0" latt="0" sus="0.499" lspd="0.1" att="0.061" pdel="0" lamt="0" dec="0.27" userwavefile="" x100="0" lshp="0" hold="0" />
<elcut lfosyncmode="0" lpdel="0" amt="0" rel="0.1" ctlenvamt="0" latt="0" sus="0.499" lspd="0.1" att="0" pdel="0" lamt="0" dec="0.499" userwavefile="" x100="0" lshp="0" hold="0.499" />
<elres lfosyncmode="0" lpdel="0" amt="0" rel="0.1" ctlenvamt="0" latt="0" sus="0.499" lspd="0.1" att="0" pdel="0" lamt="0" dec="0.499" userwavefile="" x100="0" lshp="0" hold="0.499" />
</eldata>
<arpandchords arpmode="0" chordrange="1" arprange="1" arpdisabled="1" chord="0" chorddisabled="0" arpgate="100" arp="0" arpsyncmode="0" arptime="100" arpdir="1" />
<midi inputchannel="0" outputchannel="1" receive="0" send="0" />
</channeltrack>
<pattern steps="16" type="0" name="" pos="0" frozen="0" len="64" />
<pattern steps="16" type="0" name="" pos="64" frozen="0" len="64" />
<pattern steps="16" type="0" name="" pos="128" frozen="0" len="64" />
<pattern steps="16" type="0" name="" pos="192" frozen="0" len="64" />
<pattern steps="16" type="1" name="" pos="256" frozen="0" len="64" >
<note tone="9" pan="0" oct="6" vol="100" pos="0" len="8" />
<note tone="7" pan="0" oct="6" vol="100" pos="8" len="8" />
<note tone="9" pan="0" oct="6" vol="100" pos="16" len="8" />
<note tone="7" pan="0" oct="6" vol="100" pos="24" len="8" />
<note tone="0" pan="0" oct="7" vol="100" pos="32" len="8" />
<note tone="11" pan="0" oct="6" vol="100" pos="40" len="8" />
<note tone="0" pan="0" oct="7" vol="100" pos="48" len="8" />
<note tone="11" pan="0" oct="6" vol="100" pos="56" len="8" />
</pattern>
</track>
</trackcontainer>
</bbtrack>
<bbtco name="Beat/Baseline 0" color="4282417407" pos="256" len="192" />
<bbtco name="Beat/Baseline 0" color="4282417407" pos="512" len="192" />
</track>
<track muted="0" type="1" >
<bbtrack name="Beat/Baseline 1" />
<bbtco name="Beat/Baseline 1" color="4282417407" pos="704" len="64" />
<bbtco name="Beat/Baseline 1" color="4282417407" pos="448" len="64" />
</track>
<track muted="0" type="1" >
<bbtrack name="Beat/Baseline 2" />
<bbtco name="Beat/Baseline 2" color="4282417407" pos="0" len="512" />
<bbtco name="Beat/Baseline 2" color="4282417407" pos="768" len="256" />
</track>
<track muted="0" type="1" >
<bbtrack name="Beat/Baseline 3" />
<bbtco name="Beat/Baseline 3" color="4282417407" pos="256" len="512" />
</track>
<track muted="0" type="1" >
<bbtrack name="Beat/Baseline 4" />
<bbtco name="Beat/Baseline 4" color="4282417407" pos="768" len="384" />
</track>
</trackcontainer>
<projectnotes><![CDATA[<html><head><meta name="qrichtext" content="1" /></head><body style="font-size:11pt;font-family:Bitstream Vera Sans">
<p align="center"><span style="font-size:18pt;font-weight:600;color:#00ff00">Linux MultiMedia Studio - Demo 5</span></p>
<p align="justify"><span style="font-size:12pt;font-weight:600;color:#ffcc00">Just another stupid demo... ;-)</span></p>
</body></html>
]]></projectnotes>
</song>
</multimediaproject>

View File

@@ -1,231 +0,0 @@
<?xml version="1.0"?>
<!DOCTYPE multimedia-project>
<multimediaproject creator="Linux MultiMedia Studio (LMMS)" creatorversion="0.1.2-cvs20060115" type="song" version="1.0" >
<head>
<bpm value="140" />
<mastervol value="39" />
<masterpitch value="0" />
</head>
<song>
<trackcontainer type="songeditor" >
<track muted="0" type="1" >
<bbtrack name="Simple beat" >
<trackcontainer type="bbeditor" >
<track muted="0" type="0" >
<channeltrack surpos="134219776" fxch="0" baseoct="4" vol="100" name="kick_hiphop01.ogg" basetone="9" tab="0" >
<audiofileprocessor reversed="0" looped="0" eframe="0.999815" sframe="0" amp="100" src="drums/kick_hiphop01.ogg" />
<eldata fres="0.5" ftype="0" fcut="16000" fwet="0" >
<elvol lfosyncmode="0" lpdel="0" amt="0" rel="0.1" ctlenvamt="0" latt="0" sus="0.499" lspd="0.1" att="0" pdel="0" lamt="0" dec="0.499" userwavefile="" x100="0" lshp="0" hold="0.499" />
<elcut lfosyncmode="0" lpdel="0" amt="0" rel="0.1" ctlenvamt="0" latt="0" sus="0.499" lspd="0.1" att="0" pdel="0" lamt="0" dec="0.499" userwavefile="" x100="0" lshp="0" hold="0.499" />
<elres lfosyncmode="0" lpdel="0" amt="0" rel="0.1" ctlenvamt="0" latt="0" sus="0.499" lspd="0.1" att="0" pdel="0" lamt="0" dec="0.499" userwavefile="" x100="0" lshp="0" hold="0.499" />
</eldata>
<arpandchords arpmode="0" chordrange="1" arprange="1" arpdisabled="1" chord="0" chorddisabled="0" arpgate="100" arp="0" arpsyncmode="0" arptime="100" arpdir="1" />
<midi inputchannel="0" outputchannel="1" receive="0" send="0" />
</channeltrack>
<pattern steps="16" type="0" name="kick_hiphop01.ogg" pos="0" frozen="0" len="64" >
<note tone="9" pan="0" oct="4" vol="100" pos="0" len="-64" />
<note tone="9" pan="0" oct="4" vol="100" pos="16" len="-64" />
<note tone="9" pan="0" oct="4" vol="100" pos="32" len="-64" />
<note tone="9" pan="0" oct="4" vol="100" pos="48" len="-64" />
<note tone="9" pan="0" oct="4" vol="100" pos="56" len="-64" />
<note tone="9" pan="0" oct="4" vol="100" pos="60" len="-64" />
</pattern>
<pattern steps="16" type="0" name="kick_hiphop01.ogg" pos="64" frozen="0" len="64" />
</track>
<track muted="0" type="0" >
<channeltrack surpos="134219776" fxch="0" baseoct="4" vol="100" name="clap01.ogg" basetone="9" tab="0" >
<audiofileprocessor reversed="0" looped="0" eframe="0.999869" sframe="0" amp="100" src="drums/clap01.ogg" />
<eldata fres="0.5" ftype="0" fcut="16000" fwet="0" >
<elvol lfosyncmode="0" lpdel="0" amt="0" rel="0.1" ctlenvamt="0" latt="0" sus="0.499" lspd="0.1" att="0" pdel="0" lamt="0" dec="0.499" userwavefile="" x100="0" lshp="0" hold="0.499" />
<elcut lfosyncmode="0" lpdel="0" amt="0" rel="0.1" ctlenvamt="0" latt="0" sus="0.499" lspd="0.1" att="0" pdel="0" lamt="0" dec="0.499" userwavefile="" x100="0" lshp="0" hold="0.499" />
<elres lfosyncmode="0" lpdel="0" amt="0" rel="0.1" ctlenvamt="0" latt="0" sus="0.499" lspd="0.1" att="0" pdel="0" lamt="0" dec="0.499" userwavefile="" x100="0" lshp="0" hold="0.499" />
</eldata>
<arpandchords arpmode="0" chordrange="1" arprange="1" arpdisabled="1" chord="0" chorddisabled="0" arpgate="100" arp="0" arpsyncmode="0" arptime="100" arpdir="1" />
<midi inputchannel="0" outputchannel="1" receive="0" send="0" />
</channeltrack>
<pattern steps="16" type="0" name="clap01.ogg" pos="0" frozen="0" len="64" >
<note tone="9" pan="0" oct="4" vol="100" pos="16" len="-64" />
<note tone="9" pan="0" oct="4" vol="100" pos="48" len="-64" />
</pattern>
<pattern steps="16" type="0" name="clap01.ogg" pos="64" frozen="0" len="64" />
</track>
<track muted="0" type="0" >
<channeltrack surpos="134219776" fxch="0" baseoct="4" vol="100" name="hihat_opened01.ogg" basetone="9" tab="0" >
<audiofileprocessor reversed="0" looped="0" eframe="0.99983" sframe="0" amp="100" src="drums/hihat_opened01.ogg" />
<eldata fres="0.5" ftype="0" fcut="16000" fwet="0" >
<elvol lfosyncmode="0" lpdel="0" amt="0" rel="0.1" ctlenvamt="0" latt="0" sus="0.499" lspd="0.1" att="0" pdel="0" lamt="0" dec="0.499" userwavefile="" x100="0" lshp="0" hold="0.499" />
<elcut lfosyncmode="0" lpdel="0" amt="0" rel="0.1" ctlenvamt="0" latt="0" sus="0.499" lspd="0.1" att="0" pdel="0" lamt="0" dec="0.499" userwavefile="" x100="0" lshp="0" hold="0.499" />
<elres lfosyncmode="0" lpdel="0" amt="0" rel="0.1" ctlenvamt="0" latt="0" sus="0.499" lspd="0.1" att="0" pdel="0" lamt="0" dec="0.499" userwavefile="" x100="0" lshp="0" hold="0.499" />
</eldata>
<arpandchords arpmode="0" chordrange="1" arprange="1" arpdisabled="1" chord="0" chorddisabled="0" arpgate="100" arp="0" arpsyncmode="0" arptime="100" arpdir="1" />
<midi inputchannel="0" outputchannel="1" receive="0" send="0" />
</channeltrack>
<pattern steps="16" type="0" name="hihat_opened01.ogg" pos="0" frozen="0" len="64" >
<note tone="9" pan="0" oct="4" vol="100" pos="8" len="-64" />
<note tone="9" pan="0" oct="4" vol="100" pos="24" len="-64" />
<note tone="9" pan="0" oct="4" vol="100" pos="40" len="-64" />
<note tone="9" pan="0" oct="4" vol="100" pos="56" len="-64" />
</pattern>
<pattern steps="16" type="0" name="hihat_opened01.ogg" pos="64" frozen="0" len="64" />
</track>
<track muted="0" type="0" >
<channeltrack surpos="134219776" fxch="0" baseoct="4" vol="100" name="hihat_closed02.ogg" basetone="9" tab="0" >
<audiofileprocessor reversed="0" looped="0" eframe="0.999471" sframe="0" amp="100" src="drums/hihat_closed02.ogg" />
<eldata fres="0.5" ftype="0" fcut="16000" fwet="0" >
<elvol lfosyncmode="0" lpdel="0" amt="0" rel="0.1" ctlenvamt="0" latt="0" sus="0.499" lspd="0.1" att="0" pdel="0" lamt="0" dec="0.499" userwavefile="" x100="0" lshp="0" hold="0.499" />
<elcut lfosyncmode="0" lpdel="0" amt="0" rel="0.1" ctlenvamt="0" latt="0" sus="0.499" lspd="0.1" att="0" pdel="0" lamt="0" dec="0.499" userwavefile="" x100="0" lshp="0" hold="0.499" />
<elres lfosyncmode="0" lpdel="0" amt="0" rel="0.1" ctlenvamt="0" latt="0" sus="0.499" lspd="0.1" att="0" pdel="0" lamt="0" dec="0.499" userwavefile="" x100="0" lshp="0" hold="0.499" />
</eldata>
<arpandchords arpmode="0" chordrange="1" arprange="1" arpdisabled="1" chord="0" chorddisabled="0" arpgate="100" arp="0" arpsyncmode="0" arptime="100" arpdir="1" />
<midi inputchannel="0" outputchannel="1" receive="0" send="0" />
</channeltrack>
<pattern steps="16" type="0" name="hihat_closed02.ogg" pos="0" frozen="0" len="64" >
<note tone="9" pan="0" oct="4" vol="100" pos="0" len="-64" />
<note tone="9" pan="0" oct="4" vol="100" pos="16" len="-64" />
<note tone="9" pan="0" oct="4" vol="100" pos="32" len="-64" />
<note tone="9" pan="0" oct="4" vol="100" pos="36" len="-64" />
<note tone="9" pan="0" oct="4" vol="100" pos="48" len="-64" />
</pattern>
<pattern steps="16" type="0" name="hihat_closed02.ogg" pos="64" frozen="0" len="64" />
</track>
<track muted="0" type="0" >
<channeltrack surpos="134219776" fxch="0" baseoct="4" vol="100" name="shaker02.ogg" basetone="9" tab="0" >
<audiofileprocessor reversed="0" looped="0" eframe="0.999598" sframe="0" amp="100" src="drums/shaker02.ogg" />
<eldata fres="0.5" ftype="0" fcut="16000" fwet="0" >
<elvol lfosyncmode="0" lpdel="0" amt="0" rel="0.1" ctlenvamt="0" latt="0" sus="0.499" lspd="0.1" att="0" pdel="0" lamt="0" dec="0.499" userwavefile="" x100="0" lshp="0" hold="0.499" />
<elcut lfosyncmode="0" lpdel="0" amt="0" rel="0.1" ctlenvamt="0" latt="0" sus="0.499" lspd="0.1" att="0" pdel="0" lamt="0" dec="0.499" userwavefile="" x100="0" lshp="0" hold="0.499" />
<elres lfosyncmode="0" lpdel="0" amt="0" rel="0.1" ctlenvamt="0" latt="0" sus="0.499" lspd="0.1" att="0" pdel="0" lamt="0" dec="0.499" userwavefile="" x100="0" lshp="0" hold="0.499" />
</eldata>
<arpandchords arpmode="0" chordrange="1" arprange="1" arpdisabled="1" chord="0" chorddisabled="0" arpgate="100" arp="0" arpsyncmode="0" arptime="100" arpdir="1" />
<midi inputchannel="0" outputchannel="1" receive="0" send="0" />
</channeltrack>
<pattern steps="16" type="0" name="shaker02.ogg" pos="0" frozen="0" len="64" >
<note tone="9" pan="0" oct="4" vol="100" pos="8" len="-64" />
<note tone="9" pan="0" oct="4" vol="100" pos="24" len="-64" />
<note tone="9" pan="0" oct="4" vol="100" pos="40" len="-64" />
<note tone="9" pan="0" oct="4" vol="100" pos="56" len="-64" />
</pattern>
<pattern steps="16" type="0" name="shaker02.ogg" pos="64" frozen="0" len="64" />
</track>
<track muted="0" type="0" >
<channeltrack surpos="134219776" fxch="0" baseoct="4" vol="100" name="tom02.ogg" basetone="9" tab="0" >
<audiofileprocessor reversed="0" looped="0" eframe="0.999692" sframe="0" amp="100" src="drums/tom02.ogg" />
<eldata fres="0.5" ftype="0" fcut="16000" fwet="0" >
<elvol lfosyncmode="0" lpdel="0" amt="0" rel="0.1" ctlenvamt="0" latt="0" sus="0.499" lspd="0.1" att="0" pdel="0" lamt="0" dec="0.499" userwavefile="" x100="0" lshp="0" hold="0.499" />
<elcut lfosyncmode="0" lpdel="0" amt="0" rel="0.1" ctlenvamt="0" latt="0" sus="0.499" lspd="0.1" att="0" pdel="0" lamt="0" dec="0.499" userwavefile="" x100="0" lshp="0" hold="0.499" />
<elres lfosyncmode="0" lpdel="0" amt="0" rel="0.1" ctlenvamt="0" latt="0" sus="0.499" lspd="0.1" att="0" pdel="0" lamt="0" dec="0.499" userwavefile="" x100="0" lshp="0" hold="0.499" />
</eldata>
<arpandchords arpmode="0" chordrange="1" arprange="1" arpdisabled="1" chord="0" chorddisabled="0" arpgate="100" arp="0" arpsyncmode="0" arptime="100" arpdir="1" />
<midi inputchannel="0" outputchannel="1" receive="0" send="0" />
</channeltrack>
<pattern steps="16" type="0" name="tom02.ogg" pos="0" frozen="0" len="64" >
<note tone="9" pan="0" oct="4" vol="100" pos="16" len="-64" />
<note tone="9" pan="0" oct="4" vol="100" pos="24" len="-64" />
<note tone="9" pan="0" oct="4" vol="100" pos="36" len="-64" />
<note tone="9" pan="0" oct="4" vol="100" pos="48" len="-64" />
<note tone="9" pan="0" oct="4" vol="100" pos="56" len="-64" />
</pattern>
<pattern steps="16" type="0" name="tom02.ogg" pos="64" frozen="0" len="64" />
</track>
<track muted="0" type="0" >
<channeltrack surpos="134219776" fxch="0" baseoct="4" vol="100" name="Rough!" basetone="9" tab="0" >
<tripleoscillator userwavefile1="" wavetype1="2" coarse1="0" userwavefile2="" wavetype2="4" coarse2="-12" vol0="119" vol1="79" finel0="0" vol2="100" finel1="22" finel2="-30" modalgo1="1" stphdetun0="0" pan0="0" modalgo2="3" stphdetun1="142" pan1="0" stphdetun2="292" pan2="0" phoffset0="0" phoffset1="120" phoffset2="242" finer0="0" finer1="-32" finer2="16" userwavefile0="" wavetype0="3" coarse0="0" />
<eldata fres="10" ftype="0" fcut="16000" fwet="0" >
<elvol lfosyncmode="0" lpdel="0" amt="1" rel="0.293" ctlenvamt="0" latt="0" sus="0" lspd="0.1" att="0" pdel="0" lamt="0" dec="0.499" userwavefile="" x100="0" lshp="0" hold="0" />
<elcut lfosyncmode="0" lpdel="0" amt="0" rel="0.1" ctlenvamt="0" latt="0" sus="0.499" lspd="0.1" att="0" pdel="0" lamt="0" dec="0.499" userwavefile="" x100="0" lshp="0" hold="0.499" />
<elres lfosyncmode="0" lpdel="0" amt="0" rel="0.1" ctlenvamt="0" latt="0" sus="0.499" lspd="0.1" att="0" pdel="0" lamt="0" dec="0.499" userwavefile="" x100="0" lshp="0" hold="0.499" />
</eldata>
<arpandchords arpmode="0" chordrange="1" arprange="1" arpdisabled="1" chord="0" chorddisabled="0" arpgate="100" arp="0" arpsyncmode="0" arptime="100" arpdir="1" />
<midi inputchannel="0" outputchannel="1" receive="0" send="0" />
</channeltrack>
<pattern steps="16" type="0" name="Rough!" pos="0" frozen="0" len="64" />
<pattern steps="16" type="1" name="Rough!" pos="64" frozen="0" len="192" >
<note tone="11" pan="0" oct="4" vol="100" pos="0" len="4" />
<note tone="11" pan="0" oct="3" vol="100" pos="0" len="4" />
<note tone="7" pan="0" oct="4" vol="100" pos="4" len="4" />
<note tone="4" pan="0" oct="5" vol="100" pos="8" len="4" />
<note tone="4" pan="0" oct="4" vol="100" pos="8" len="4" />
<note tone="4" pan="0" oct="3" vol="100" pos="12" len="4" />
<note tone="11" pan="0" oct="4" vol="100" pos="16" len="4" />
<note tone="11" pan="0" oct="3" vol="100" pos="16" len="4" />
<note tone="7" pan="0" oct="4" vol="100" pos="20" len="4" />
<note tone="4" pan="0" oct="5" vol="100" pos="24" len="4" />
<note tone="4" pan="0" oct="4" vol="100" pos="24" len="4" />
<note tone="4" pan="0" oct="3" vol="100" pos="28" len="4" />
<note tone="11" pan="0" oct="4" vol="100" pos="32" len="4" />
<note tone="11" pan="0" oct="3" vol="100" pos="32" len="4" />
<note tone="7" pan="0" oct="4" vol="100" pos="36" len="4" />
<note tone="4" pan="0" oct="5" vol="100" pos="40" len="4" />
<note tone="4" pan="0" oct="4" vol="100" pos="40" len="4" />
<note tone="4" pan="0" oct="3" vol="100" pos="44" len="4" />
<note tone="11" pan="0" oct="4" vol="100" pos="48" len="4" />
<note tone="11" pan="0" oct="3" vol="100" pos="48" len="4" />
<note tone="7" pan="0" oct="4" vol="100" pos="52" len="4" />
<note tone="4" pan="0" oct="5" vol="100" pos="56" len="4" />
<note tone="4" pan="0" oct="4" vol="100" pos="56" len="4" />
<note tone="4" pan="0" oct="3" vol="100" pos="60" len="4" />
<note tone="2" pan="0" oct="5" vol="100" pos="64" len="4" />
<note tone="9" pan="0" oct="3" vol="100" pos="64" len="4" />
<note tone="6" pan="0" oct="4" vol="100" pos="68" len="4" />
<note tone="6" pan="0" oct="5" vol="100" pos="72" len="4" />
<note tone="2" pan="0" oct="4" vol="100" pos="72" len="4" />
<note tone="6" pan="0" oct="3" vol="100" pos="76" len="4" />
<note tone="2" pan="0" oct="5" vol="100" pos="80" len="4" />
<note tone="9" pan="0" oct="3" vol="100" pos="80" len="4" />
<note tone="6" pan="0" oct="4" vol="100" pos="84" len="4" />
<note tone="6" pan="0" oct="5" vol="100" pos="88" len="4" />
<note tone="2" pan="0" oct="4" vol="100" pos="88" len="4" />
<note tone="6" pan="0" oct="3" vol="100" pos="92" len="4" />
<note tone="2" pan="0" oct="5" vol="100" pos="96" len="4" />
<note tone="9" pan="0" oct="3" vol="100" pos="96" len="4" />
<note tone="6" pan="0" oct="4" vol="100" pos="100" len="4" />
<note tone="6" pan="0" oct="5" vol="100" pos="104" len="4" />
<note tone="2" pan="0" oct="4" vol="100" pos="104" len="4" />
<note tone="6" pan="0" oct="3" vol="100" pos="108" len="4" />
<note tone="2" pan="0" oct="5" vol="100" pos="112" len="4" />
<note tone="9" pan="0" oct="3" vol="100" pos="112" len="4" />
<note tone="6" pan="0" oct="4" vol="100" pos="116" len="4" />
<note tone="6" pan="0" oct="5" vol="100" pos="120" len="4" />
<note tone="2" pan="0" oct="4" vol="100" pos="120" len="4" />
<note tone="6" pan="0" oct="3" vol="100" pos="124" len="4" />
<note tone="4" pan="0" oct="5" vol="100" pos="128" len="4" />
<note tone="11" pan="0" oct="3" vol="100" pos="128" len="4" />
<note tone="7" pan="0" oct="4" vol="100" pos="132" len="4" />
<note tone="4" pan="0" oct="4" vol="100" pos="136" len="4" />
<note tone="7" pan="0" oct="5" vol="100" pos="136" len="4" />
<note tone="4" pan="0" oct="3" vol="100" pos="140" len="4" />
<note tone="4" pan="0" oct="5" vol="100" pos="144" len="4" />
<note tone="11" pan="0" oct="3" vol="100" pos="144" len="4" />
<note tone="7" pan="0" oct="4" vol="100" pos="148" len="4" />
<note tone="4" pan="0" oct="4" vol="100" pos="152" len="4" />
<note tone="7" pan="0" oct="5" vol="100" pos="152" len="4" />
<note tone="4" pan="0" oct="3" vol="100" pos="156" len="4" />
<note tone="4" pan="0" oct="5" vol="100" pos="160" len="4" />
<note tone="11" pan="0" oct="3" vol="100" pos="160" len="4" />
<note tone="7" pan="0" oct="4" vol="100" pos="164" len="4" />
<note tone="4" pan="0" oct="4" vol="100" pos="168" len="4" />
<note tone="7" pan="0" oct="5" vol="100" pos="168" len="4" />
<note tone="4" pan="0" oct="3" vol="100" pos="172" len="4" />
<note tone="4" pan="0" oct="5" vol="100" pos="176" len="4" />
<note tone="11" pan="0" oct="3" vol="100" pos="176" len="4" />
<note tone="7" pan="0" oct="4" vol="100" pos="180" len="4" />
<note tone="4" pan="0" oct="4" vol="100" pos="184" len="4" />
<note tone="7" pan="0" oct="5" vol="100" pos="184" len="4" />
<note tone="4" pan="0" oct="3" vol="100" pos="188" len="4" />
</pattern>
</track>
</trackcontainer>
</bbtrack>
<bbtco name="Simple beat" color="4294950912" pos="0" len="576" />
</track>
<track muted="0" type="1" >
<bbtrack name="Baseline with Rough!-Synth" />
<bbtco name="Baseline with Rough!-Synth" color="4278212095" pos="192" len="576" />
</track>
</trackcontainer>
<projectnotes><![CDATA[<html><head><meta name="qrichtext" content="1" /></head><body style="font-size:11pt;font-family:Bitstream Vera Sans">
<p>Another demo...</p>
</body></html>
]]></projectnotes>
</song>
</multimediaproject>

Binary file not shown.

View File

@@ -1,475 +0,0 @@
<?xml version="1.0"?>
<!DOCTYPE multimedia-project>
<multimediaproject creator="Linux MultiMedia Studio (LMMS)" creatorversion="0.1.2-cvs20060115" type="song" version="1.0" >
<head>
<bpm value="140" />
<mastervol value="38" />
<masterpitch value="0" />
</head>
<song>
<trackcontainer type="songeditor" >
<track muted="0" type="1" >
<bbtrack name="Beat" >
<trackcontainer type="bbeditor" >
<track muted="0" type="0" >
<channeltrack surpos="132647336" fxch="0" baseoct="4" vol="100" name="kick01.ogg" basetone="9" tab="0" >
<audiofileprocessor reversed="0" looped="0" eframe="0.999834" sframe="0" amp="100" src="drums/kick01.ogg" />
<eldata fres="0.5" ftype="0" fcut="16000" fwet="0" >
<elvol lfosyncmode="0" lpdel="0" amt="0" rel="0.1" ctlenvamt="0" latt="0" sus="0.499" lspd="0.1" att="0" pdel="0" lamt="0" dec="0.499" userwavefile="" x100="0" lshp="0" hold="0.499" />
<elcut lfosyncmode="0" lpdel="0" amt="0" rel="0.1" ctlenvamt="0" latt="0" sus="0.499" lspd="0.1" att="0" pdel="0" lamt="0" dec="0.499" userwavefile="" x100="0" lshp="0" hold="0.499" />
<elres lfosyncmode="0" lpdel="0" amt="0" rel="0.1" ctlenvamt="0" latt="0" sus="0.499" lspd="0.1" att="0" pdel="0" lamt="0" dec="0.499" userwavefile="" x100="0" lshp="0" hold="0.499" />
</eldata>
<arpandchords arpmode="0" chordrange="1" arprange="1" arpdisabled="1" chord="0" chorddisabled="0" arpgate="100" arp="0" arpsyncmode="0" arptime="100" arpdir="1" />
<midi inputchannel="0" outputchannel="1" receive="0" send="0" />
</channeltrack>
<pattern steps="16" type="0" name="" pos="0" frozen="0" len="64" >
<note tone="9" pan="0" oct="4" vol="100" pos="0" len="-64" />
<note tone="9" pan="0" oct="4" vol="100" pos="16" len="-64" />
<note tone="9" pan="0" oct="4" vol="100" pos="32" len="-64" />
<note tone="9" pan="0" oct="4" vol="100" pos="48" len="-64" />
</pattern>
<pattern steps="16" type="0" name="" pos="64" frozen="0" len="64" />
<pattern steps="16" type="0" name="" pos="128" frozen="0" len="64" />
<pattern steps="16" type="0" name="kick01.ogg" pos="192" frozen="0" len="64" />
<pattern steps="16" type="0" name="kick01.ogg" pos="256" frozen="0" len="64" />
<pattern steps="16" type="0" name="kick01.ogg" pos="320" frozen="0" len="64" />
<pattern steps="16" type="0" name="kick01.ogg" pos="384" frozen="0" len="64" />
</track>
<track muted="0" type="0" >
<channeltrack surpos="106432038" fxch="0" baseoct="4" vol="100" name="clap03.ogg" basetone="9" tab="0" >
<audiofileprocessor reversed="0" looped="0" eframe="0.999704" sframe="0" amp="100" src="drums/clap03.ogg" />
<eldata fres="0.5" ftype="0" fcut="16000" fwet="0" >
<elvol lfosyncmode="0" lpdel="0" amt="0" rel="0.1" ctlenvamt="0" latt="0" sus="0.499" lspd="0.1" att="0" pdel="0" lamt="0" dec="0.499" userwavefile="" x100="0" lshp="0" hold="0.499" />
<elcut lfosyncmode="0" lpdel="0" amt="0" rel="0.1" ctlenvamt="0" latt="0" sus="0.499" lspd="0.1" att="0" pdel="0" lamt="0" dec="0.499" userwavefile="" x100="0" lshp="0" hold="0.499" />
<elres lfosyncmode="0" lpdel="0" amt="0" rel="0.1" ctlenvamt="0" latt="0" sus="0.499" lspd="0.1" att="0" pdel="0" lamt="0" dec="0.499" userwavefile="" x100="0" lshp="0" hold="0.499" />
</eldata>
<arpandchords arpmode="0" chordrange="1" arprange="1" arpdisabled="1" chord="0" chorddisabled="0" arpgate="100" arp="0" arpsyncmode="0" arptime="100" arpdir="1" />
<midi inputchannel="0" outputchannel="1" receive="0" send="0" />
</channeltrack>
<pattern steps="16" type="0" name="" pos="0" frozen="0" len="64" >
<note tone="9" pan="0" oct="4" vol="100" pos="16" len="-64" />
<note tone="9" pan="0" oct="4" vol="100" pos="48" len="-64" />
</pattern>
<pattern steps="16" type="0" name="" pos="64" frozen="0" len="64" />
<pattern steps="16" type="0" name="" pos="128" frozen="0" len="64" />
<pattern steps="16" type="0" name="clap03.ogg" pos="192" frozen="0" len="64" />
<pattern steps="16" type="0" name="clap03.ogg" pos="256" frozen="0" len="64" />
<pattern steps="16" type="0" name="clap03.ogg" pos="320" frozen="0" len="64" />
<pattern steps="16" type="0" name="clap03.ogg" pos="384" frozen="0" len="64" />
</track>
<track muted="0" type="0" >
<channeltrack surpos="132646936" fxch="0" baseoct="4" vol="100" name="hihat_opened01.ogg" basetone="9" tab="0" >
<audiofileprocessor reversed="0" looped="0" eframe="0.99983" sframe="0" amp="100" src="drums/hihat_opened01.ogg" />
<eldata fres="0.5" ftype="0" fcut="16000" fwet="0" >
<elvol lfosyncmode="0" lpdel="0" amt="0" rel="0.1" ctlenvamt="0" latt="0" sus="0.499" lspd="0.1" att="0" pdel="0" lamt="0" dec="0.499" userwavefile="" x100="0" lshp="0" hold="0.499" />
<elcut lfosyncmode="0" lpdel="0" amt="0" rel="0.1" ctlenvamt="0" latt="0" sus="0.499" lspd="0.1" att="0" pdel="0" lamt="0" dec="0.499" userwavefile="" x100="0" lshp="0" hold="0.499" />
<elres lfosyncmode="0" lpdel="0" amt="0" rel="0.1" ctlenvamt="0" latt="0" sus="0.499" lspd="0.1" att="0" pdel="0" lamt="0" dec="0.499" userwavefile="" x100="0" lshp="0" hold="0.499" />
</eldata>
<arpandchords arpmode="0" chordrange="1" arprange="1" arpdisabled="1" chord="0" chorddisabled="0" arpgate="100" arp="0" arpsyncmode="0" arptime="100" arpdir="1" />
<midi inputchannel="0" outputchannel="1" receive="0" send="0" />
</channeltrack>
<pattern steps="16" type="0" name="" pos="0" frozen="0" len="64" >
<note tone="9" pan="0" oct="4" vol="100" pos="8" len="-64" />
<note tone="9" pan="0" oct="4" vol="100" pos="24" len="-64" />
<note tone="9" pan="0" oct="4" vol="100" pos="40" len="-64" />
<note tone="9" pan="0" oct="4" vol="100" pos="56" len="-64" />
</pattern>
<pattern steps="16" type="0" name="" pos="64" frozen="0" len="64" />
<pattern steps="16" type="0" name="" pos="128" frozen="0" len="64" />
<pattern steps="16" type="0" name="hihat_opened01.ogg" pos="192" frozen="0" len="64" />
<pattern steps="16" type="0" name="hihat_opened01.ogg" pos="256" frozen="0" len="64" />
<pattern steps="16" type="0" name="hihat_opened01.ogg" pos="320" frozen="0" len="64" />
<pattern steps="16" type="0" name="hihat_opened01.ogg" pos="384" frozen="0" len="64" />
</track>
<track muted="0" type="0" >
<channeltrack surpos="134219776" fxch="0" baseoct="5" vol="100" name="Short" basetone="9" tab="0" >
<tripleoscillator userwavefile1="" wavetype1="2" coarse1="0" userwavefile2="" wavetype2="2" coarse2="0" vol0="49" vol1="56" finel0="0" vol2="100" finel1="0" finel2="-14" modalgo1="2" stphdetun0="0" pan0="0" modalgo2="3" stphdetun1="109" pan1="0" stphdetun2="50" pan2="0" phoffset0="0" phoffset1="271" phoffset2="0" finer0="0" finer1="0" finer2="13" userwavefile0="" wavetype0="2" coarse0="0" />
<eldata fres="0.88" ftype="6" fcut="686" fwet="0" >
<elvol lfosyncmode="0" lpdel="0" amt="1" rel="0" ctlenvamt="0" latt="0" sus="0.998" lspd="0.0917" att="0" pdel="0" lamt="0" dec="0.108" userwavefile="" x100="0" lshp="0" hold="0.079" />
<elcut lfosyncmode="0" lpdel="0" amt="0.33" rel="0" ctlenvamt="0" latt="0" sus="0.998" lspd="0.767" att="0" pdel="0" lamt="0.47" dec="0.223" userwavefile="" x100="0" lshp="1" hold="0" />
<elres lfosyncmode="0" lpdel="0" amt="0" rel="0.1" ctlenvamt="0" latt="0" sus="0.499" lspd="0.01" att="0" pdel="0" lamt="-0.01" dec="0.499" userwavefile="" x100="0" lshp="1" hold="0" />
</eldata>
<arpandchords arpmode="0" chordrange="1" arprange="2" arpdisabled="1" chord="0" chorddisabled="0" arpgate="142" arp="0" arpsyncmode="0" arptime="179" arpdir="1" />
<midi inputchannel="0" outputchannel="1" receive="0" send="0" />
</channeltrack>
<pattern steps="16" type="0" name="" pos="0" frozen="0" len="64" />
<pattern steps="16" type="1" name="" pos="64" frozen="0" len="256" >
<note tone="9" pan="0" oct="4" vol="100" pos="0" len="4" />
<note tone="9" pan="0" oct="3" vol="100" pos="4" len="4" />
<note tone="0" pan="0" oct="5" vol="100" pos="8" len="4" />
<note tone="9" pan="0" oct="3" vol="100" pos="12" len="4" />
<note tone="9" pan="0" oct="4" vol="100" pos="16" len="4" />
<note tone="9" pan="0" oct="3" vol="100" pos="20" len="4" />
<note tone="0" pan="0" oct="5" vol="100" pos="24" len="4" />
<note tone="9" pan="0" oct="3" vol="100" pos="28" len="4" />
<note tone="9" pan="0" oct="4" vol="100" pos="32" len="4" />
<note tone="9" pan="0" oct="3" vol="100" pos="36" len="4" />
<note tone="0" pan="0" oct="5" vol="100" pos="40" len="4" />
<note tone="9" pan="0" oct="3" vol="100" pos="44" len="4" />
<note tone="9" pan="0" oct="4" vol="100" pos="48" len="4" />
<note tone="9" pan="0" oct="3" vol="100" pos="52" len="4" />
<note tone="0" pan="0" oct="5" vol="100" pos="56" len="4" />
<note tone="9" pan="0" oct="3" vol="100" pos="60" len="4" />
<note tone="9" pan="0" oct="4" vol="100" pos="64" len="4" />
<note tone="5" pan="0" oct="3" vol="100" pos="68" len="4" />
<note tone="0" pan="0" oct="5" vol="100" pos="72" len="4" />
<note tone="5" pan="0" oct="3" vol="100" pos="76" len="4" />
<note tone="9" pan="0" oct="4" vol="100" pos="80" len="4" />
<note tone="5" pan="0" oct="3" vol="100" pos="84" len="4" />
<note tone="0" pan="0" oct="5" vol="100" pos="88" len="4" />
<note tone="5" pan="0" oct="3" vol="100" pos="92" len="4" />
<note tone="9" pan="0" oct="4" vol="100" pos="96" len="4" />
<note tone="5" pan="0" oct="3" vol="100" pos="100" len="4" />
<note tone="0" pan="0" oct="5" vol="100" pos="104" len="4" />
<note tone="5" pan="0" oct="3" vol="100" pos="108" len="4" />
<note tone="9" pan="0" oct="4" vol="100" pos="112" len="4" />
<note tone="5" pan="0" oct="3" vol="100" pos="116" len="4" />
<note tone="0" pan="0" oct="5" vol="100" pos="120" len="4" />
<note tone="5" pan="0" oct="3" vol="100" pos="124" len="4" />
<note tone="11" pan="0" oct="4" vol="100" pos="128" len="4" />
<note tone="7" pan="0" oct="3" vol="100" pos="132" len="4" />
<note tone="2" pan="0" oct="5" vol="100" pos="136" len="4" />
<note tone="7" pan="0" oct="3" vol="100" pos="140" len="4" />
<note tone="11" pan="0" oct="4" vol="100" pos="144" len="4" />
<note tone="7" pan="0" oct="3" vol="100" pos="148" len="4" />
<note tone="2" pan="0" oct="5" vol="100" pos="152" len="4" />
<note tone="7" pan="0" oct="3" vol="100" pos="156" len="4" />
<note tone="11" pan="0" oct="4" vol="100" pos="160" len="4" />
<note tone="7" pan="0" oct="3" vol="100" pos="164" len="4" />
<note tone="2" pan="0" oct="5" vol="100" pos="168" len="4" />
<note tone="7" pan="0" oct="3" vol="100" pos="172" len="4" />
<note tone="11" pan="0" oct="4" vol="100" pos="176" len="4" />
<note tone="7" pan="0" oct="3" vol="100" pos="180" len="4" />
<note tone="2" pan="0" oct="5" vol="100" pos="184" len="4" />
<note tone="7" pan="0" oct="3" vol="100" pos="188" len="4" />
<note tone="0" pan="0" oct="5" vol="100" pos="192" len="4" />
<note tone="9" pan="0" oct="3" vol="100" pos="196" len="4" />
<note tone="4" pan="0" oct="5" vol="100" pos="200" len="4" />
<note tone="9" pan="0" oct="3" vol="100" pos="204" len="4" />
<note tone="0" pan="0" oct="5" vol="100" pos="208" len="4" />
<note tone="9" pan="0" oct="3" vol="100" pos="212" len="4" />
<note tone="4" pan="0" oct="5" vol="100" pos="216" len="4" />
<note tone="9" pan="0" oct="3" vol="100" pos="220" len="4" />
<note tone="0" pan="0" oct="5" vol="100" pos="224" len="4" />
<note tone="9" pan="0" oct="3" vol="100" pos="228" len="4" />
<note tone="4" pan="0" oct="5" vol="100" pos="232" len="4" />
<note tone="9" pan="0" oct="3" vol="100" pos="236" len="4" />
<note tone="0" pan="0" oct="5" vol="100" pos="240" len="4" />
<note tone="9" pan="0" oct="3" vol="100" pos="244" len="4" />
<note tone="4" pan="0" oct="5" vol="100" pos="248" len="4" />
<note tone="9" pan="0" oct="3" vol="100" pos="252" len="4" />
</pattern>
<pattern steps="16" type="0" name="" pos="128" frozen="0" len="64" />
<pattern steps="16" type="0" name="Short" pos="192" frozen="0" len="64" />
<pattern steps="16" type="0" name="Short" pos="256" frozen="0" len="64" />
<pattern steps="16" type="0" name="Short" pos="320" frozen="0" len="64" />
<pattern steps="16" type="0" name="Short" pos="384" frozen="0" len="64" />
</track>
<track muted="0" type="0" >
<channeltrack surpos="134219776" fxch="0" baseoct="4" vol="100" name="Just fat!!!" basetone="9" tab="0" >
<tripleoscillator userwavefile1="" wavetype1="2" coarse1="0" userwavefile2="" wavetype2="2" coarse2="0" vol0="49" vol1="56" finel0="0" vol2="100" finel1="0" finel2="-14" modalgo1="2" stphdetun0="0" pan0="0" modalgo2="3" stphdetun1="109" pan1="0" stphdetun2="50" pan2="0" phoffset0="0" phoffset1="271" phoffset2="0" finer0="0" finer1="0" finer2="13" userwavefile0="" wavetype0="2" coarse0="0" />
<eldata fres="0.88" ftype="6" fcut="686" fwet="0" >
<elvol lfosyncmode="0" lpdel="0" amt="1" rel="0.289" ctlenvamt="0" latt="0" sus="0" lspd="0.0917" att="0" pdel="0" lamt="0" dec="0.094" userwavefile="" x100="0" lshp="0" hold="0" />
<elcut lfosyncmode="0" lpdel="0" amt="0.33" rel="0" ctlenvamt="0" latt="0" sus="0.998" lspd="0.767" att="0" pdel="0" lamt="0.47" dec="0.223" userwavefile="" x100="0" lshp="1" hold="0" />
<elres lfosyncmode="0" lpdel="0" amt="0" rel="0.1" ctlenvamt="0" latt="0" sus="0.499" lspd="0.01" att="0" pdel="0" lamt="-0.01" dec="0.499" userwavefile="" x100="0" lshp="1" hold="0" />
</eldata>
<arpandchords arpmode="0" chordrange="1" arprange="2" arpdisabled="1" chord="0" chorddisabled="0" arpgate="142" arp="0" arpsyncmode="0" arptime="179" arpdir="1" />
<midi inputchannel="0" outputchannel="1" receive="0" send="0" />
</channeltrack>
<pattern steps="16" type="0" name="" pos="0" frozen="0" len="64" />
<pattern steps="16" type="0" name="" pos="64" frozen="0" len="64" />
<pattern steps="16" type="1" name="" pos="128" frozen="0" len="256" >
<note tone="9" pan="0" oct="4" vol="100" pos="0" len="4" />
<note tone="9" pan="0" oct="3" vol="100" pos="4" len="4" />
<note tone="0" pan="0" oct="5" vol="100" pos="8" len="4" />
<note tone="9" pan="0" oct="3" vol="100" pos="12" len="4" />
<note tone="9" pan="0" oct="4" vol="100" pos="16" len="4" />
<note tone="9" pan="0" oct="3" vol="100" pos="20" len="4" />
<note tone="0" pan="0" oct="5" vol="100" pos="24" len="4" />
<note tone="9" pan="0" oct="3" vol="100" pos="28" len="4" />
<note tone="9" pan="0" oct="4" vol="100" pos="32" len="4" />
<note tone="9" pan="0" oct="3" vol="100" pos="36" len="4" />
<note tone="0" pan="0" oct="5" vol="100" pos="40" len="4" />
<note tone="9" pan="0" oct="3" vol="100" pos="44" len="4" />
<note tone="9" pan="0" oct="4" vol="100" pos="48" len="4" />
<note tone="9" pan="0" oct="3" vol="100" pos="52" len="4" />
<note tone="0" pan="0" oct="5" vol="100" pos="56" len="4" />
<note tone="9" pan="0" oct="3" vol="100" pos="60" len="4" />
<note tone="9" pan="0" oct="4" vol="100" pos="64" len="4" />
<note tone="5" pan="0" oct="3" vol="100" pos="68" len="4" />
<note tone="0" pan="0" oct="5" vol="100" pos="72" len="4" />
<note tone="5" pan="0" oct="3" vol="100" pos="76" len="4" />
<note tone="9" pan="0" oct="4" vol="100" pos="80" len="4" />
<note tone="5" pan="0" oct="3" vol="100" pos="84" len="4" />
<note tone="0" pan="0" oct="5" vol="100" pos="88" len="4" />
<note tone="5" pan="0" oct="3" vol="100" pos="92" len="4" />
<note tone="9" pan="0" oct="4" vol="100" pos="96" len="4" />
<note tone="5" pan="0" oct="3" vol="100" pos="100" len="4" />
<note tone="0" pan="0" oct="5" vol="100" pos="104" len="4" />
<note tone="5" pan="0" oct="3" vol="100" pos="108" len="4" />
<note tone="9" pan="0" oct="4" vol="100" pos="112" len="4" />
<note tone="5" pan="0" oct="3" vol="100" pos="116" len="4" />
<note tone="0" pan="0" oct="5" vol="100" pos="120" len="4" />
<note tone="5" pan="0" oct="3" vol="100" pos="124" len="4" />
<note tone="11" pan="0" oct="4" vol="100" pos="128" len="4" />
<note tone="7" pan="0" oct="3" vol="100" pos="132" len="4" />
<note tone="2" pan="0" oct="5" vol="100" pos="136" len="4" />
<note tone="7" pan="0" oct="3" vol="100" pos="140" len="4" />
<note tone="11" pan="0" oct="4" vol="100" pos="144" len="4" />
<note tone="7" pan="0" oct="3" vol="100" pos="148" len="4" />
<note tone="2" pan="0" oct="5" vol="100" pos="152" len="4" />
<note tone="7" pan="0" oct="3" vol="100" pos="156" len="4" />
<note tone="11" pan="0" oct="4" vol="100" pos="160" len="4" />
<note tone="7" pan="0" oct="3" vol="100" pos="164" len="4" />
<note tone="2" pan="0" oct="5" vol="100" pos="168" len="4" />
<note tone="7" pan="0" oct="3" vol="100" pos="172" len="4" />
<note tone="11" pan="0" oct="4" vol="100" pos="176" len="4" />
<note tone="7" pan="0" oct="3" vol="100" pos="180" len="4" />
<note tone="2" pan="0" oct="5" vol="100" pos="184" len="4" />
<note tone="7" pan="0" oct="3" vol="100" pos="188" len="4" />
<note tone="0" pan="0" oct="5" vol="100" pos="192" len="4" />
<note tone="9" pan="0" oct="3" vol="100" pos="196" len="4" />
<note tone="4" pan="0" oct="5" vol="100" pos="200" len="4" />
<note tone="9" pan="0" oct="3" vol="100" pos="204" len="4" />
<note tone="0" pan="0" oct="5" vol="100" pos="208" len="4" />
<note tone="9" pan="0" oct="3" vol="100" pos="212" len="4" />
<note tone="4" pan="0" oct="5" vol="100" pos="216" len="4" />
<note tone="9" pan="0" oct="3" vol="100" pos="220" len="4" />
<note tone="0" pan="0" oct="5" vol="100" pos="224" len="4" />
<note tone="9" pan="0" oct="3" vol="100" pos="228" len="4" />
<note tone="4" pan="0" oct="5" vol="100" pos="232" len="4" />
<note tone="9" pan="0" oct="3" vol="100" pos="236" len="4" />
<note tone="0" pan="0" oct="5" vol="100" pos="240" len="4" />
<note tone="9" pan="0" oct="3" vol="100" pos="244" len="4" />
<note tone="4" pan="0" oct="5" vol="100" pos="248" len="4" />
<note tone="9" pan="0" oct="3" vol="100" pos="252" len="4" />
</pattern>
<pattern steps="16" type="0" name="Just fat!!!" pos="192" frozen="0" len="64" />
<pattern steps="16" type="0" name="Just fat!!!" pos="256" frozen="0" len="64" />
<pattern steps="16" type="0" name="Just fat!!!" pos="320" frozen="0" len="64" />
<pattern steps="16" type="0" name="Just fat!!!" pos="384" frozen="0" len="64" />
</track>
<track muted="0" type="0" >
<channeltrack surpos="134219776" fxch="0" baseoct="4" vol="100" name="TranceLead" basetone="9" tab="0" >
<tripleoscillator userwavefile1="" wavetype1="2" coarse1="0" userwavefile2="" wavetype2="2" coarse2="0" vol0="33" vol1="33" finel0="0" vol2="33" finel1="36" finel2="-36" modalgo1="2" stphdetun0="130" pan0="0" modalgo2="2" stphdetun1="261" pan1="33" stphdetun2="94" pan2="-33" phoffset0="0" phoffset1="244" phoffset2="87" finer0="0" finer1="36" finer2="-36" userwavefile0="" wavetype0="2" coarse0="0" />
<eldata fres="0.84" ftype="1" fcut="1259" fwet="1" >
<elvol lfosyncmode="0" lpdel="0" amt="1" rel="0.1" ctlenvamt="0" latt="0" sus="0" lspd="0.1" att="0" pdel="0" lamt="0" dec="0.499" userwavefile="" x100="0" lshp="0" hold="0" />
<elcut lfosyncmode="0" lpdel="0" amt="0" rel="0.1" ctlenvamt="0" latt="0" sus="0.499" lspd="0.1" att="0.499" pdel="0" lamt="0" dec="0.499" userwavefile="" x100="0" lshp="0" hold="0.499" />
<elres lfosyncmode="0" lpdel="0" amt="0" rel="0.1" ctlenvamt="0" latt="0" sus="0.499" lspd="0.1" att="0.499" pdel="0" lamt="0" dec="0.499" userwavefile="" x100="0" lshp="0" hold="0.499" />
</eldata>
<arpandchords arpmode="0" chordrange="2" arprange="2" arpdisabled="1" chord="0" chorddisabled="0" arpgate="100" arp="8" arpsyncmode="0" arptime="119" arpdir="1" />
<midi inputchannel="0" outputchannel="1" receive="0" send="0" />
</channeltrack>
<pattern steps="16" type="0" name="Default" pos="0" frozen="0" len="64" />
<pattern steps="16" type="0" name="Default" pos="64" frozen="0" len="64" />
<pattern steps="16" type="0" name="Default" pos="128" frozen="0" len="64" />
<pattern steps="16" type="1" name="TranceLead" pos="192" frozen="0" len="64" >
<note tone="9" pan="0" oct="3" vol="100" pos="0" len="7" />
<note tone="2" pan="0" oct="4" vol="100" pos="0" len="7" />
<note tone="9" pan="0" oct="3" vol="100" pos="8" len="2" />
<note tone="2" pan="0" oct="4" vol="100" pos="8" len="2" />
<note tone="9" pan="0" oct="3" vol="100" pos="12" len="7" />
<note tone="2" pan="0" oct="4" vol="100" pos="12" len="7" />
<note tone="10" pan="0" oct="3" vol="100" pos="20" len="11" />
<note tone="2" pan="0" oct="3" vol="100" pos="20" len="11" />
<note tone="4" pan="0" oct="3" vol="100" pos="32" len="7" />
<note tone="9" pan="0" oct="3" vol="100" pos="32" len="7" />
<note tone="4" pan="0" oct="3" vol="100" pos="40" len="2" />
<note tone="9" pan="0" oct="3" vol="100" pos="40" len="2" />
<note tone="9" pan="0" oct="3" vol="100" pos="44" len="7" />
<note tone="4" pan="0" oct="3" vol="100" pos="44" len="7" />
<note tone="2" pan="0" oct="3" vol="100" pos="52" len="10" />
</pattern>
<pattern steps="16" type="0" name="TranceLead" pos="256" frozen="0" len="64" />
<pattern steps="16" type="0" name="TranceLead" pos="320" frozen="0" len="64" />
<pattern steps="16" type="0" name="TranceLead" pos="384" frozen="0" len="64" />
</track>
<track muted="0" type="0" >
<channeltrack surpos="134219776" fxch="0" baseoct="4" vol="100" name="ShortBass" basetone="9" tab="0" >
<tripleoscillator userwavefile1="empty.wav" wavetype1="2" coarse1="0" userwavefile2="empty.wav" wavetype2="2" coarse2="0" vol0="100" vol1="100" finel0="-14" vol2="100" finel1="0" finel2="0" modalgo1="2" stphdetun0="91" pan0="0" modalgo2="2" stphdetun1="0" pan1="0" stphdetun2="120" pan2="0" phoffset0="91" phoffset1="0" phoffset2="0" finer0="12" finer1="0" finer2="0" userwavefile0="empty.wav" wavetype0="2" coarse0="-12" />
<eldata fres="0.51" ftype="0" fcut="3100" fwet="1" >
<elvol lfosyncmode="0" lpdel="0" amt="1" rel="0.372" ctlenvamt="0" latt="0" sus="0.691" lspd="0.0917" att="0" pdel="0" lamt="0" dec="0.326" userwavefile="" x100="0" lshp="0" hold="0" />
<elcut lfosyncmode="0" lpdel="0" amt="0" rel="0.1" ctlenvamt="0" latt="0" sus="0.499" lspd="0.6673" att="0.499" pdel="0" lamt="0" dec="0.499" userwavefile="" x100="0" lshp="1" hold="0.499" />
<elres lfosyncmode="0" lpdel="0" amt="0" rel="0.1" ctlenvamt="0" latt="0" sus="0.499" lspd="0.01" att="0" pdel="0" lamt="0" dec="0.499" userwavefile="" x100="0" lshp="1" hold="0" />
</eldata>
<arpandchords arpmode="0" chordrange="1" arprange="3" arpdisabled="1" chord="0" chorddisabled="0" arpgate="100" arp="0" arpsyncmode="0" arptime="100" arpdir="1" />
<midi inputchannel="0" outputchannel="1" receive="0" send="0" />
</channeltrack>
<pattern steps="16" type="0" name="Default" pos="0" frozen="0" len="64" />
<pattern steps="16" type="0" name="Default" pos="64" frozen="0" len="64" />
<pattern steps="16" type="0" name="Default" pos="128" frozen="0" len="64" />
<pattern steps="16" type="0" name="Default" pos="192" frozen="0" len="64" />
<pattern steps="16" type="1" name="" pos="256" frozen="0" len="192" >
<note tone="2" pan="0" oct="5" vol="100" pos="0" len="4" />
<note tone="2" pan="0" oct="5" vol="100" pos="4" len="4" />
<note tone="2" pan="0" oct="5" vol="100" pos="8" len="4" />
<note tone="7" pan="0" oct="4" vol="100" pos="16" len="4" />
<note tone="3" pan="0" oct="5" vol="100" pos="24" len="4" />
<note tone="0" pan="0" oct="5" vol="100" pos="32" len="4" />
<note tone="7" pan="0" oct="5" vol="100" pos="40" len="4" />
<note tone="3" pan="0" oct="5" vol="100" pos="48" len="4" />
<note tone="2" pan="0" oct="5" vol="100" pos="56" len="4" />
<note tone="2" pan="0" oct="5" vol="100" pos="64" len="4" />
<note tone="2" pan="0" oct="5" vol="100" pos="68" len="4" />
<note tone="2" pan="0" oct="5" vol="100" pos="72" len="4" />
<note tone="7" pan="0" oct="4" vol="100" pos="80" len="4" />
<note tone="3" pan="0" oct="5" vol="100" pos="88" len="4" />
<note tone="0" pan="0" oct="5" vol="100" pos="96" len="4" />
<note tone="7" pan="0" oct="5" vol="100" pos="104" len="4" />
<note tone="3" pan="0" oct="5" vol="100" pos="112" len="4" />
<note tone="10" pan="0" oct="4" vol="100" pos="120" len="4" />
<note tone="2" pan="0" oct="5" vol="100" pos="128" len="4" />
<note tone="2" pan="0" oct="5" vol="100" pos="132" len="4" />
<note tone="2" pan="0" oct="5" vol="100" pos="136" len="4" />
<note tone="7" pan="0" oct="4" vol="100" pos="144" len="4" />
<note tone="3" pan="0" oct="5" vol="100" pos="152" len="4" />
<note tone="0" pan="0" oct="5" vol="100" pos="160" len="4" />
<note tone="7" pan="0" oct="5" vol="100" pos="168" len="4" />
<note tone="3" pan="0" oct="5" vol="100" pos="176" len="4" />
<note tone="7" pan="0" oct="4" vol="100" pos="184" len="4" />
</pattern>
<pattern steps="16" type="0" name="ShortBass" pos="320" frozen="0" len="64" />
<pattern steps="16" type="0" name="ShortBass" pos="384" frozen="0" len="64" />
</track>
<track muted="0" type="0" >
<channeltrack surpos="134219776" fxch="0" baseoct="3" vol="100" name="TripleOscillator" basetone="9" tab="0" >
<tripleoscillator userwavefile1="" wavetype1="4" coarse1="0" userwavefile2="" wavetype2="5" coarse2="12" vol0="80" vol1="90" finel0="0" vol2="100" finel1="0" finel2="0" modalgo1="2" stphdetun0="271" pan0="0" modalgo2="2" stphdetun1="299" pan1="0" stphdetun2="234" pan2="0" phoffset0="0" phoffset1="108" phoffset2="36" finer0="0" finer1="0" finer2="0" userwavefile0="" wavetype0="5" coarse0="12" />
<eldata fres="0.01" ftype="6" fcut="4859" fwet="1" >
<elvol lfosyncmode="0" lpdel="0" amt="1" rel="0.249" ctlenvamt="0" latt="0" sus="0.393" lspd="0.0917" att="0.02" pdel="0" lamt="0" dec="0.19" userwavefile="" x100="0" lshp="0" hold="0" />
<elcut lfosyncmode="0" lpdel="0" amt="0" rel="0.1" ctlenvamt="0" latt="0" sus="0.499" lspd="1" att="0.499" pdel="0" lamt="0" dec="0.499" userwavefile="" x100="0" lshp="1" hold="0.499" />
<elres lfosyncmode="0" lpdel="0" amt="0" rel="0.1" ctlenvamt="0" latt="0" sus="0.499" lspd="0.01" att="0" pdel="0" lamt="0" dec="0.499" userwavefile="" x100="0" lshp="1" hold="0" />
</eldata>
<arpandchords arpmode="0" chordrange="1" arprange="1" arpdisabled="1" chord="0" chorddisabled="0" arpgate="100" arp="0" arpsyncmode="0" arptime="100" arpdir="1" />
<midi inputchannel="0" outputchannel="1" receive="0" send="0" />
</channeltrack>
<pattern steps="16" type="0" name="Default" pos="0" frozen="0" len="64" />
<pattern steps="16" type="0" name="Default" pos="64" frozen="0" len="64" />
<pattern steps="16" type="0" name="Default" pos="128" frozen="0" len="64" />
<pattern steps="16" type="0" name="Default" pos="192" frozen="0" len="64" />
<pattern steps="16" type="0" name="Default" pos="256" frozen="0" len="64" />
<pattern steps="16" type="1" name="" pos="320" frozen="0" len="128" >
<note tone="9" pan="0" oct="3" vol="100" pos="0" len="4" />
<note tone="4" pan="0" oct="3" vol="100" pos="4" len="4" />
<note tone="9" pan="0" oct="3" vol="100" pos="8" len="4" />
<note tone="4" pan="0" oct="3" vol="100" pos="12" len="4" />
<note tone="11" pan="0" oct="3" vol="100" pos="16" len="4" />
<note tone="4" pan="0" oct="3" vol="100" pos="20" len="4" />
<note tone="0" pan="0" oct="4" vol="100" pos="24" len="4" />
<note tone="4" pan="0" oct="3" vol="100" pos="28" len="4" />
<note tone="9" pan="0" oct="3" vol="100" pos="32" len="4" />
<note tone="5" pan="0" oct="3" vol="100" pos="36" len="4" />
<note tone="9" pan="0" oct="3" vol="100" pos="40" len="4" />
<note tone="5" pan="0" oct="3" vol="100" pos="44" len="4" />
<note tone="11" pan="0" oct="3" vol="100" pos="48" len="4" />
<note tone="5" pan="0" oct="3" vol="100" pos="52" len="4" />
<note tone="0" pan="0" oct="4" vol="100" pos="56" len="4" />
<note tone="5" pan="0" oct="3" vol="100" pos="60" len="4" />
<note tone="11" pan="0" oct="3" vol="100" pos="64" len="4" />
<note tone="7" pan="0" oct="3" vol="100" pos="68" len="4" />
<note tone="11" pan="0" oct="3" vol="100" pos="72" len="4" />
<note tone="7" pan="0" oct="3" vol="100" pos="76" len="4" />
<note tone="0" pan="0" oct="4" vol="100" pos="80" len="4" />
<note tone="7" pan="0" oct="3" vol="100" pos="84" len="4" />
<note tone="2" pan="0" oct="4" vol="100" pos="88" len="4" />
<note tone="7" pan="0" oct="3" vol="100" pos="92" len="4" />
<note tone="0" pan="0" oct="4" vol="100" pos="96" len="4" />
<note tone="9" pan="0" oct="3" vol="100" pos="100" len="4" />
<note tone="0" pan="0" oct="4" vol="100" pos="104" len="4" />
<note tone="9" pan="0" oct="3" vol="100" pos="108" len="4" />
<note tone="2" pan="0" oct="4" vol="100" pos="112" len="4" />
<note tone="9" pan="0" oct="3" vol="100" pos="116" len="4" />
<note tone="4" pan="0" oct="4" vol="100" pos="120" len="4" />
<note tone="9" pan="0" oct="3" vol="100" pos="124" len="4" />
</pattern>
<pattern steps="16" type="1" name="" pos="384" frozen="0" len="64" >
<note tone="9" pan="0" oct="3" vol="100" pos="0" len="4" />
<note tone="4" pan="0" oct="3" vol="100" pos="4" len="4" />
<note tone="9" pan="0" oct="3" vol="100" pos="8" len="4" />
<note tone="0" pan="0" oct="4" vol="100" pos="12" len="4" />
<note tone="9" pan="0" oct="3" vol="100" pos="16" len="4" />
<note tone="5" pan="0" oct="3" vol="100" pos="20" len="4" />
<note tone="9" pan="0" oct="3" vol="100" pos="24" len="4" />
<note tone="0" pan="0" oct="4" vol="100" pos="28" len="4" />
<note tone="7" pan="0" oct="3" vol="100" pos="32" len="4" />
<note tone="4" pan="0" oct="3" vol="100" pos="36" len="4" />
<note tone="7" pan="0" oct="3" vol="100" pos="40" len="4" />
<note tone="0" pan="0" oct="4" vol="100" pos="44" len="4" />
<note tone="11" pan="0" oct="3" vol="100" pos="48" len="4" />
<note tone="7" pan="0" oct="3" vol="100" pos="52" len="4" />
<note tone="11" pan="0" oct="3" vol="100" pos="56" len="4" />
<note tone="2" pan="0" oct="4" vol="100" pos="60" len="4" />
</pattern>
</track>
<track muted="0" type="0" >
<channeltrack surpos="134219776" fxch="0" baseoct="4" vol="50" name="TripleOscillator" basetone="9" tab="0" >
<tripleoscillator userwavefile1="" wavetype1="2" coarse1="0" userwavefile2="" wavetype2="4" coarse2="12" vol0="100" vol1="100" finel0="0" vol2="100" finel1="0" finel2="0" modalgo1="2" stphdetun0="139" pan0="9" modalgo2="2" stphdetun1="298" pan1="0" stphdetun2="109" pan2="0" phoffset0="51" phoffset1="253" phoffset2="82" finer0="0" finer1="0" finer2="0" userwavefile0="" wavetype0="5" coarse0="0" />
<eldata fres="0.14" ftype="0" fcut="2459" fwet="1" >
<elvol lfosyncmode="0" lpdel="0" amt="1" rel="0.219" ctlenvamt="0" latt="0" sus="0" lspd="0.1" att="0.067" pdel="0" lamt="0" dec="0.462" userwavefile="" x100="0" lshp="0" hold="0" />
<elcut lfosyncmode="0" lpdel="0" amt="0" rel="0.1" ctlenvamt="0" latt="0" sus="0.499" lspd="0.6094" att="0.499" pdel="0" lamt="0" dec="0.499" userwavefile="" x100="0" lshp="1" hold="0.499" />
<elres lfosyncmode="0" lpdel="0" amt="0" rel="0.1" ctlenvamt="0" latt="0" sus="0.499" lspd="0.1" att="0.499" pdel="0" lamt="0" dec="0.499" userwavefile="" x100="0" lshp="0" hold="0.499" />
</eldata>
<arpandchords arpmode="0" chordrange="1" arprange="2" arpdisabled="1" chord="0" chorddisabled="0" arpgate="76" arp="12" arpsyncmode="0" arptime="100" arpdir="1" />
<midi inputchannel="0" outputchannel="1" receive="0" send="0" />
</channeltrack>
<pattern steps="16" type="0" name="Default" pos="0" frozen="0" len="64" />
<pattern steps="16" type="0" name="Default" pos="64" frozen="0" len="64" />
<pattern steps="16" type="0" name="Default" pos="128" frozen="0" len="64" />
<pattern steps="16" type="0" name="Default" pos="192" frozen="0" len="64" />
<pattern steps="16" type="0" name="Default" pos="256" frozen="0" len="64" />
<pattern steps="16" type="1" name="" pos="320" frozen="0" len="128" >
<note tone="9" pan="0" oct="2" vol="100" pos="0" len="12" />
<note tone="9" pan="0" oct="2" vol="100" pos="16" len="12" />
<note tone="5" pan="0" oct="2" vol="100" pos="32" len="12" />
<note tone="5" pan="0" oct="2" vol="100" pos="48" len="12" />
<note tone="7" pan="0" oct="2" vol="100" pos="64" len="12" />
<note tone="7" pan="0" oct="2" vol="100" pos="80" len="12" />
<note tone="9" pan="0" oct="2" vol="100" pos="96" len="12" />
<note tone="9" pan="0" oct="2" vol="100" pos="112" len="12" />
</pattern>
<pattern steps="16" type="1" name="" pos="384" frozen="0" len="64" >
<note tone="9" pan="0" oct="3" vol="100" pos="0" len="8" />
<note tone="4" pan="0" oct="3" vol="100" pos="8" len="8" />
<note tone="9" pan="0" oct="2" vol="100" pos="16" len="8" />
<note tone="4" pan="0" oct="3" vol="100" pos="24" len="8" />
<note tone="9" pan="0" oct="3" vol="100" pos="32" len="8" />
<note tone="5" pan="0" oct="3" vol="100" pos="40" len="8" />
<note tone="2" pan="0" oct="3" vol="100" pos="48" len="8" />
<note tone="5" pan="0" oct="3" vol="100" pos="56" len="8" />
</pattern>
</track>
</trackcontainer>
</bbtrack>
<bbtco name="Beat" color="4282417407" pos="0" len="768" />
</track>
<track muted="0" type="1" >
<bbtrack name="ShortBass" />
<bbtco name="ShortBass" color="4282417407" pos="0" len="768" />
</track>
<track muted="0" type="1" >
<bbtrack name="HighBass" />
<bbtco name="HighBass" color="4282417407" pos="256" len="512" />
</track>
<track muted="0" type="1" >
<bbtrack name="Beat/Baseline 3" />
<bbtco name="Beat/Baseline 3" color="4282417407" pos="832" len="192" />
</track>
<track muted="0" type="1" >
<bbtrack name="Beat/Baseline 4" />
<bbtco name="Beat/Baseline 4" color="4282417407" pos="1088" len="384" />
</track>
<track muted="0" type="1" >
<bbtrack name="Beat/Baseline 5" />
<bbtco name="Beat/Baseline 5" color="4282417407" pos="1536" len="384" />
</track>
<track muted="0" type="1" >
<bbtrack name="Beat/Baseline 6" />
<bbtco name="Beat/Baseline 6" color="4282417407" pos="1984" len="320" />
</track>
</trackcontainer>
<projectnotes><![CDATA[<html><head><meta name="qrichtext" content="1" /></head><body style="font-size:11pt;font-family:Bitstream Vera Sans">
<p align="center"><span style="font-style:italic;font-size:18pt;font-weight:600">Small loop collection</span></p>
<p align="justify"><span style="font-weight:600;color:#ffcc00">Some loops, I collected from simple and small files made up over the time... nothing awesome at all, but maybe you can use them and make a real cool song out of one of them... ;-)</span></p>
</body></html>
]]></projectnotes>
</song>
</multimediaproject>

Binary file not shown.

View File

@@ -1,439 +0,0 @@
<?xml version="1.0"?>
<!DOCTYPE multimedia-project>
<multimediaproject creator="Linux MultiMedia Studio (LMMS)" creatorversion="0.1.2-cvs20060115" type="song" version="1.0" >
<head>
<bpm value="140" />
<mastervol value="41" />
<masterpitch value="0" />
</head>
<song>
<trackcontainer type="songeditor" >
<track muted="0" type="1" >
<bbtrack name="Hihats" >
<trackcontainer type="bbeditor" >
<track muted="0" type="0" >
<channeltrack surpos="80218386" fxch="0" baseoct="4" vol="100" name="hihat_opened02.ogg" basetone="9" tab="0" >
<audiofileprocessor reversed="0" looped="0" eframe="0.99989" sframe="0" amp="100" src="drums/hihat_opened02.ogg" />
<eldata fres="0.5" ftype="0" fcut="16000" fwet="0" >
<elvol lfosyncmode="0" lpdel="0" amt="0" rel="0.1" ctlenvamt="0" latt="0" sus="0.499" lspd="0.1" att="0" pdel="0" lamt="0" dec="0.499" userwavefile="" x100="0" lshp="0" hold="0.499" />
<elcut lfosyncmode="0" lpdel="0" amt="0" rel="0.1" ctlenvamt="0" latt="0" sus="0.499" lspd="0.1" att="0" pdel="0" lamt="0" dec="0.499" userwavefile="" x100="0" lshp="0" hold="0.499" />
<elres lfosyncmode="0" lpdel="0" amt="0" rel="0.1" ctlenvamt="0" latt="0" sus="0.499" lspd="0.1" att="0" pdel="0" lamt="0" dec="0.499" userwavefile="" x100="0" lshp="0" hold="0.499" />
</eldata>
<arpandchords arpmode="0" chordrange="1" arprange="1" arpdisabled="1" chord="0" chorddisabled="0" arpgate="100" arp="0" arpsyncmode="0" arptime="100" arpdir="1" />
<midi inputchannel="0" outputchannel="1" receive="0" send="0" />
</channeltrack>
<pattern steps="16" type="0" name="" pos="0" frozen="0" len="64" >
<note tone="9" pan="0" oct="4" vol="100" pos="0" len="-64" />
<note tone="9" pan="0" oct="4" vol="100" pos="8" len="-64" />
<note tone="9" pan="0" oct="4" vol="100" pos="16" len="-64" />
<note tone="9" pan="0" oct="4" vol="100" pos="24" len="-64" />
<note tone="9" pan="0" oct="4" vol="100" pos="32" len="-64" />
<note tone="9" pan="0" oct="4" vol="100" pos="40" len="-64" />
<note tone="9" pan="0" oct="4" vol="100" pos="48" len="-64" />
<note tone="9" pan="0" oct="4" vol="100" pos="56" len="-64" />
</pattern>
<pattern steps="16" type="0" name="" pos="64" frozen="0" len="64" />
<pattern steps="16" type="0" name="" pos="128" frozen="0" len="64" />
<pattern steps="16" type="0" name="" pos="192" frozen="0" len="64" />
<pattern steps="16" type="0" name="" pos="256" frozen="0" len="64" />
<pattern steps="16" type="0" name="" pos="320" frozen="0" len="64" >
<note tone="9" pan="0" oct="4" vol="100" pos="0" len="-64" />
<note tone="9" pan="0" oct="4" vol="100" pos="16" len="-64" />
<note tone="9" pan="0" oct="4" vol="100" pos="32" len="-64" />
<note tone="9" pan="0" oct="4" vol="100" pos="48" len="-64" />
<note tone="9" pan="0" oct="4" vol="100" pos="52" len="-64" />
</pattern>
<pattern steps="16" type="0" name="hihat_opened02.ogg" pos="384" frozen="0" len="64" />
<pattern steps="16" type="0" name="hihat_opened02.ogg" pos="448" frozen="0" len="64" />
</track>
<track muted="0" type="0" >
<channeltrack surpos="99878638" fxch="0" baseoct="4" vol="100" name="hihat_opened01.ogg" basetone="9" tab="0" >
<audiofileprocessor reversed="0" looped="0" eframe="0.99983" sframe="0" amp="100" src="drums/hihat_opened01.ogg" />
<eldata fres="0.5" ftype="0" fcut="16000" fwet="0" >
<elvol lfosyncmode="0" lpdel="0" amt="0" rel="0.1" ctlenvamt="0" latt="0" sus="0.499" lspd="0.1" att="0" pdel="0" lamt="0" dec="0.499" userwavefile="" x100="0" lshp="0" hold="0.499" />
<elcut lfosyncmode="0" lpdel="0" amt="0" rel="0.1" ctlenvamt="0" latt="0" sus="0.499" lspd="0.1" att="0" pdel="0" lamt="0" dec="0.499" userwavefile="" x100="0" lshp="0" hold="0.499" />
<elres lfosyncmode="0" lpdel="0" amt="0" rel="0.1" ctlenvamt="0" latt="0" sus="0.499" lspd="0.1" att="0" pdel="0" lamt="0" dec="0.499" userwavefile="" x100="0" lshp="0" hold="0.499" />
</eldata>
<arpandchords arpmode="0" chordrange="1" arprange="1" arpdisabled="1" chord="0" chorddisabled="0" arpgate="100" arp="0" arpsyncmode="0" arptime="100" arpdir="1" />
<midi inputchannel="0" outputchannel="1" receive="0" send="0" />
</channeltrack>
<pattern steps="16" type="0" name="" pos="0" frozen="0" len="64" >
<note tone="9" pan="0" oct="4" vol="100" pos="0" len="-64" />
<note tone="9" pan="0" oct="4" vol="100" pos="16" len="-64" />
<note tone="9" pan="0" oct="4" vol="100" pos="24" len="-64" />
<note tone="9" pan="0" oct="4" vol="100" pos="32" len="-64" />
<note tone="9" pan="0" oct="4" vol="100" pos="48" len="-64" />
</pattern>
<pattern steps="16" type="0" name="" pos="64" frozen="0" len="64" />
<pattern steps="16" type="0" name="" pos="128" frozen="0" len="64" />
<pattern steps="16" type="0" name="" pos="192" frozen="0" len="64" />
<pattern steps="16" type="0" name="" pos="256" frozen="0" len="64" />
<pattern steps="16" type="0" name="" pos="320" frozen="0" len="64" >
<note tone="9" pan="0" oct="4" vol="100" pos="8" len="-64" />
<note tone="9" pan="0" oct="4" vol="100" pos="24" len="-64" />
<note tone="9" pan="0" oct="4" vol="100" pos="40" len="-64" />
<note tone="9" pan="0" oct="4" vol="100" pos="56" len="-64" />
</pattern>
<pattern steps="16" type="0" name="hihat_opened01.ogg" pos="384" frozen="0" len="64" />
<pattern steps="16" type="0" name="hihat_opened01.ogg" pos="448" frozen="0" len="64" />
</track>
<track muted="0" type="0" >
<channeltrack surpos="134219776" fxch="0" baseoct="4" vol="100" name="hihat_closed04.ogg" basetone="9" tab="0" >
<audiofileprocessor reversed="0" looped="0" eframe="0.999457" sframe="0" amp="100" src="drums/hihat_closed04.ogg" />
<eldata fres="0.5" ftype="0" fcut="16000" fwet="0" >
<elvol lfosyncmode="0" lpdel="0" amt="0" rel="0.1" ctlenvamt="0" latt="0" sus="0.499" lspd="0.1" att="0" pdel="0" lamt="0" dec="0.499" userwavefile="" x100="0" lshp="0" hold="0.499" />
<elcut lfosyncmode="0" lpdel="0" amt="0" rel="0.1" ctlenvamt="0" latt="0" sus="0.499" lspd="0.1" att="0" pdel="0" lamt="0" dec="0.499" userwavefile="" x100="0" lshp="0" hold="0.499" />
<elres lfosyncmode="0" lpdel="0" amt="0" rel="0.1" ctlenvamt="0" latt="0" sus="0.499" lspd="0.1" att="0" pdel="0" lamt="0" dec="0.499" userwavefile="" x100="0" lshp="0" hold="0.499" />
</eldata>
<arpandchords arpmode="0" chordrange="1" arprange="1" arpdisabled="1" chord="0" chorddisabled="0" arpgate="100" arp="0" arpsyncmode="0" arptime="100" arpdir="1" />
<midi inputchannel="0" outputchannel="1" receive="0" send="0" />
</channeltrack>
<pattern steps="16" type="0" name="" pos="0" frozen="0" len="64" >
<note tone="9" pan="0" oct="4" vol="100" pos="0" len="-64" />
<note tone="9" pan="0" oct="4" vol="100" pos="8" len="-64" />
<note tone="9" pan="0" oct="4" vol="100" pos="12" len="-64" />
<note tone="9" pan="0" oct="4" vol="100" pos="20" len="-64" />
<note tone="9" pan="0" oct="4" vol="100" pos="32" len="-64" />
<note tone="9" pan="0" oct="4" vol="100" pos="40" len="-64" />
<note tone="9" pan="0" oct="4" vol="100" pos="44" len="-64" />
<note tone="9" pan="0" oct="4" vol="100" pos="56" len="-64" />
</pattern>
<pattern steps="16" type="0" name="" pos="64" frozen="0" len="64" />
<pattern steps="16" type="0" name="" pos="128" frozen="0" len="64" />
<pattern steps="16" type="0" name="" pos="192" frozen="0" len="64" />
<pattern steps="16" type="0" name="" pos="256" frozen="0" len="64" />
<pattern steps="16" type="0" name="" pos="320" frozen="0" len="64" />
<pattern steps="16" type="0" name="hihat_closed04.ogg" pos="384" frozen="0" len="64" />
<pattern steps="16" type="0" name="hihat_closed04.ogg" pos="448" frozen="0" len="64" />
</track>
<track muted="0" type="0" >
<channeltrack surpos="103155786" fxch="0" baseoct="4" vol="133" name="bassdrum01.ogg" basetone="9" tab="0" >
<audiofileprocessor reversed="0" looped="0" eframe="0.999848" sframe="0" amp="100" src="drums/bassdrum01.ogg" />
<eldata fres="0.5" ftype="0" fcut="16000" fwet="0" >
<elvol lfosyncmode="0" lpdel="0" amt="0" rel="0.1" ctlenvamt="0" latt="0" sus="0.499" lspd="0.1" att="0" pdel="0" lamt="0" dec="0.499" userwavefile="" x100="0" lshp="0" hold="0.499" />
<elcut lfosyncmode="0" lpdel="0" amt="0" rel="0.1" ctlenvamt="0" latt="0" sus="0.499" lspd="0.1" att="0" pdel="0" lamt="0" dec="0.499" userwavefile="" x100="0" lshp="0" hold="0.499" />
<elres lfosyncmode="0" lpdel="0" amt="0" rel="0.1" ctlenvamt="0" latt="0" sus="0.499" lspd="0.1" att="0" pdel="0" lamt="0" dec="0.499" userwavefile="" x100="0" lshp="0" hold="0.499" />
</eldata>
<arpandchords arpmode="0" chordrange="1" arprange="1" arpdisabled="1" chord="0" chorddisabled="0" arpgate="100" arp="0" arpsyncmode="0" arptime="100" arpdir="1" />
<midi inputchannel="0" outputchannel="1" receive="0" send="0" />
</channeltrack>
<pattern steps="16" type="0" name="" pos="0" frozen="0" len="64" />
<pattern steps="16" type="0" name="" pos="64" frozen="0" len="64" >
<note tone="9" pan="0" oct="4" vol="100" pos="0" len="-64" />
<note tone="9" pan="0" oct="4" vol="100" pos="16" len="-64" />
<note tone="9" pan="0" oct="4" vol="100" pos="32" len="-64" />
<note tone="9" pan="0" oct="4" vol="100" pos="48" len="-64" />
</pattern>
<pattern steps="16" type="0" name="" pos="128" frozen="0" len="64" />
<pattern steps="16" type="0" name="" pos="192" frozen="0" len="64" />
<pattern steps="16" type="0" name="" pos="256" frozen="0" len="64" />
<pattern steps="16" type="0" name="" pos="320" frozen="0" len="64" >
<note tone="9" pan="0" oct="4" vol="100" pos="0" len="-64" />
<note tone="9" pan="0" oct="4" vol="100" pos="16" len="-64" />
<note tone="9" pan="0" oct="4" vol="100" pos="32" len="-64" />
<note tone="9" pan="0" oct="4" vol="100" pos="48" len="-64" />
</pattern>
<pattern steps="16" type="0" name="bassdrum01.ogg" pos="384" frozen="0" len="64" />
<pattern steps="16" type="0" name="bassdrum01.ogg" pos="448" frozen="0" len="64" />
</track>
<track muted="0" type="0" >
<channeltrack surpos="99878438" fxch="0" baseoct="4" vol="100" name="horror_bass01.ogg" basetone="9" tab="0" >
<audiofileprocessor reversed="0" looped="0" eframe="0.999796" sframe="0" amp="100" src="basses/horror_bass01.ogg" />
<eldata fres="0.5" ftype="0" fcut="16000" fwet="0" >
<elvol lfosyncmode="0" lpdel="0" amt="1" rel="0.33" ctlenvamt="0" latt="0" sus="0" lspd="0.1" att="0" pdel="0" lamt="0" dec="0" userwavefile="" x100="0" lshp="0" hold="0" />
<elcut lfosyncmode="0" lpdel="0" amt="0" rel="0.1" ctlenvamt="0" latt="0" sus="0.499" lspd="0.1" att="0" pdel="0" lamt="0" dec="0.499" userwavefile="" x100="0" lshp="0" hold="0.499" />
<elres lfosyncmode="0" lpdel="0" amt="0" rel="0.1" ctlenvamt="0" latt="0" sus="0.499" lspd="0.1" att="0" pdel="0" lamt="0" dec="0.499" userwavefile="" x100="0" lshp="0" hold="0.499" />
</eldata>
<arpandchords arpmode="0" chordrange="1" arprange="1" arpdisabled="1" chord="0" chorddisabled="0" arpgate="100" arp="0" arpsyncmode="0" arptime="100" arpdir="1" />
<midi inputchannel="0" outputchannel="1" receive="0" send="0" />
</channeltrack>
<pattern steps="16" type="0" name="" pos="0" frozen="0" len="64" />
<pattern steps="16" type="0" name="" pos="64" frozen="0" len="64" />
<pattern steps="16" type="0" name="" pos="128" frozen="0" len="64" >
<note tone="9" pan="0" oct="4" vol="100" pos="0" len="-64" />
<note tone="9" pan="0" oct="4" vol="100" pos="8" len="-64" />
</pattern>
<pattern steps="16" type="0" name="" pos="192" frozen="0" len="64" />
<pattern steps="16" type="0" name="" pos="256" frozen="0" len="64" />
<pattern steps="16" type="1" name="" pos="320" frozen="0" len="64" >
<note tone="1" pan="0" oct="5" vol="100" pos="0" len="4" />
<note tone="8" pan="0" oct="4" vol="100" pos="8" len="4" />
<note tone="1" pan="0" oct="4" vol="100" pos="16" len="4" />
</pattern>
<pattern steps="16" type="0" name="horror_bass01.ogg" pos="384" frozen="0" len="64" />
<pattern steps="16" type="0" name="horror_bass01.ogg" pos="448" frozen="0" len="64" />
</track>
<track muted="0" type="0" >
<channeltrack surpos="134219776" fxch="0" baseoct="5" vol="67" name="Space Bass" basetone="9" tab="0" >
<tripleoscillator userwavefile1="" wavetype1="2" coarse1="0" userwavefile2="" wavetype2="2" coarse2="0" vol0="100" vol1="100" finel0="0" vol2="100" finel1="-23" finel2="0" modalgo1="0" stphdetun0="250" pan0="0" modalgo2="1" stphdetun1="50" pan1="0" stphdetun2="161" pan2="0" phoffset0="0" phoffset1="62" phoffset2="264" finer0="0" finer1="13" finer2="-3" userwavefile0="" wavetype0="2" coarse0="0" />
<eldata fres="0.88" ftype="6" fcut="686" fwet="0" >
<elvol lfosyncmode="0" lpdel="0" amt="1" rel="0.136" ctlenvamt="0" latt="0" sus="0.737" lspd="0.0917" att="0" pdel="0" lamt="0" dec="0.287" userwavefile="" x100="0" lshp="0" hold="0" />
<elcut lfosyncmode="0" lpdel="0" amt="0" rel="0" ctlenvamt="0" latt="0" sus="0.998" lspd="0.767" att="0" pdel="0" lamt="0" dec="0.223" userwavefile="" x100="0" lshp="1" hold="0" />
<elres lfosyncmode="0" lpdel="0" amt="0" rel="0.1" ctlenvamt="0" latt="0" sus="0.499" lspd="0.01" att="0" pdel="0" lamt="-0.01" dec="0.499" userwavefile="" x100="0" lshp="1" hold="0" />
</eldata>
<arpandchords arpmode="0" chordrange="3" arprange="2" arpdisabled="1" chord="0" chorddisabled="0" arpgate="100" arp="8" arpsyncmode="0" arptime="158" arpdir="1" />
<midi inputchannel="0" outputchannel="1" receive="0" send="0" />
</channeltrack>
<pattern steps="16" type="0" name="" pos="0" frozen="0" len="64" />
<pattern steps="16" type="0" name="" pos="64" frozen="0" len="64" />
<pattern steps="16" type="0" name="" pos="128" frozen="0" len="64" />
<pattern steps="16" type="1" name="" pos="192" frozen="0" len="256" >
<note tone="9" pan="0" oct="2" vol="100" pos="0" len="4" />
<note tone="2" pan="0" oct="4" vol="100" pos="0" len="4" />
<note tone="9" pan="0" oct="3" vol="100" pos="4" len="4" />
<note tone="2" pan="0" oct="4" vol="100" pos="8" len="4" />
<note tone="9" pan="0" oct="3" vol="100" pos="12" len="4" />
<note tone="2" pan="0" oct="2" vol="100" pos="16" len="4" />
<note tone="2" pan="0" oct="4" vol="100" pos="16" len="4" />
<note tone="10" pan="0" oct="3" vol="100" pos="20" len="4" />
<note tone="2" pan="0" oct="4" vol="100" pos="24" len="4" />
<note tone="10" pan="0" oct="3" vol="100" pos="28" len="4" />
<note tone="9" pan="0" oct="2" vol="100" pos="32" len="4" />
<note tone="2" pan="0" oct="4" vol="100" pos="32" len="4" />
<note tone="9" pan="0" oct="3" vol="100" pos="36" len="4" />
<note tone="2" pan="0" oct="4" vol="100" pos="40" len="4" />
<note tone="9" pan="0" oct="3" vol="100" pos="44" len="4" />
<note tone="2" pan="0" oct="2" vol="100" pos="48" len="4" />
<note tone="2" pan="0" oct="4" vol="100" pos="48" len="4" />
<note tone="10" pan="0" oct="3" vol="100" pos="52" len="4" />
<note tone="2" pan="0" oct="4" vol="100" pos="56" len="4" />
<note tone="10" pan="0" oct="3" vol="100" pos="60" len="4" />
<note tone="0" pan="0" oct="3" vol="100" pos="64" len="4" />
<note tone="5" pan="0" oct="4" vol="100" pos="64" len="4" />
<note tone="0" pan="0" oct="4" vol="100" pos="68" len="4" />
<note tone="5" pan="0" oct="4" vol="100" pos="72" len="4" />
<note tone="0" pan="0" oct="4" vol="100" pos="76" len="4" />
<note tone="4" pan="0" oct="2" vol="100" pos="80" len="4" />
<note tone="4" pan="0" oct="4" vol="100" pos="80" len="4" />
<note tone="0" pan="0" oct="4" vol="100" pos="84" len="4" />
<note tone="4" pan="0" oct="4" vol="100" pos="88" len="4" />
<note tone="0" pan="0" oct="4" vol="100" pos="92" len="4" />
<note tone="0" pan="0" oct="3" vol="100" pos="96" len="4" />
<note tone="5" pan="0" oct="4" vol="100" pos="96" len="4" />
<note tone="0" pan="0" oct="4" vol="100" pos="100" len="4" />
<note tone="5" pan="0" oct="4" vol="100" pos="104" len="4" />
<note tone="0" pan="0" oct="4" vol="100" pos="108" len="4" />
<note tone="4" pan="0" oct="2" vol="100" pos="112" len="4" />
<note tone="4" pan="0" oct="4" vol="100" pos="112" len="4" />
<note tone="0" pan="0" oct="4" vol="100" pos="116" len="4" />
<note tone="4" pan="0" oct="4" vol="100" pos="120" len="4" />
<note tone="0" pan="0" oct="4" vol="100" pos="124" len="4" />
<note tone="2" pan="0" oct="3" vol="100" pos="128" len="4" />
<note tone="7" pan="0" oct="4" vol="100" pos="128" len="4" />
<note tone="2" pan="0" oct="4" vol="100" pos="132" len="4" />
<note tone="7" pan="0" oct="4" vol="100" pos="136" len="4" />
<note tone="2" pan="0" oct="4" vol="100" pos="140" len="4" />
<note tone="10" pan="0" oct="2" vol="100" pos="144" len="4" />
<note tone="5" pan="0" oct="4" vol="100" pos="144" len="4" />
<note tone="2" pan="0" oct="4" vol="100" pos="148" len="4" />
<note tone="5" pan="0" oct="4" vol="100" pos="152" len="4" />
<note tone="2" pan="0" oct="4" vol="100" pos="156" len="4" />
<note tone="2" pan="0" oct="3" vol="100" pos="160" len="4" />
<note tone="7" pan="0" oct="4" vol="100" pos="160" len="4" />
<note tone="2" pan="0" oct="4" vol="100" pos="164" len="4" />
<note tone="7" pan="0" oct="4" vol="100" pos="168" len="4" />
<note tone="2" pan="0" oct="4" vol="100" pos="172" len="4" />
<note tone="10" pan="0" oct="2" vol="100" pos="176" len="4" />
<note tone="5" pan="0" oct="4" vol="100" pos="176" len="4" />
<note tone="2" pan="0" oct="4" vol="100" pos="180" len="4" />
<note tone="5" pan="0" oct="4" vol="100" pos="184" len="4" />
<note tone="2" pan="0" oct="4" vol="100" pos="188" len="4" />
<note tone="10" pan="0" oct="2" vol="100" pos="192" len="4" />
<note tone="10" pan="0" oct="4" vol="100" pos="192" len="4" />
<note tone="2" pan="0" oct="4" vol="100" pos="196" len="4" />
<note tone="10" pan="0" oct="4" vol="100" pos="200" len="4" />
<note tone="2" pan="0" oct="4" vol="100" pos="204" len="4" />
<note tone="2" pan="0" oct="2" vol="100" pos="208" len="4" />
<note tone="9" pan="0" oct="4" vol="100" pos="208" len="4" />
<note tone="2" pan="0" oct="4" vol="100" pos="212" len="4" />
<note tone="9" pan="0" oct="4" vol="100" pos="216" len="4" />
<note tone="2" pan="0" oct="4" vol="100" pos="220" len="4" />
<note tone="10" pan="0" oct="2" vol="100" pos="224" len="4" />
<note tone="10" pan="0" oct="4" vol="100" pos="224" len="4" />
<note tone="2" pan="0" oct="4" vol="100" pos="228" len="4" />
<note tone="10" pan="0" oct="4" vol="100" pos="232" len="4" />
<note tone="2" pan="0" oct="4" vol="100" pos="236" len="4" />
<note tone="2" pan="0" oct="2" vol="100" pos="240" len="4" />
<note tone="9" pan="0" oct="4" vol="100" pos="240" len="4" />
<note tone="2" pan="0" oct="4" vol="100" pos="244" len="4" />
<note tone="9" pan="0" oct="4" vol="100" pos="248" len="4" />
<note tone="2" pan="0" oct="4" vol="100" pos="252" len="4" />
</pattern>
<pattern steps="16" type="1" name="" pos="256" frozen="0" len="256" >
<note tone="9" pan="0" oct="3" vol="100" pos="0" len="4" />
<note tone="9" pan="0" oct="4" vol="100" pos="4" len="4" />
<note tone="9" pan="0" oct="3" vol="100" pos="8" len="4" />
<note tone="7" pan="0" oct="4" vol="100" pos="12" len="4" />
<note tone="9" pan="0" oct="3" vol="100" pos="16" len="4" />
<note tone="9" pan="0" oct="4" vol="100" pos="20" len="4" />
<note tone="9" pan="0" oct="3" vol="100" pos="24" len="4" />
<note tone="7" pan="0" oct="4" vol="100" pos="28" len="4" />
<note tone="9" pan="0" oct="3" vol="100" pos="32" len="4" />
<note tone="10" pan="0" oct="4" vol="100" pos="36" len="4" />
<note tone="9" pan="0" oct="3" vol="100" pos="40" len="4" />
<note tone="7" pan="0" oct="4" vol="100" pos="44" len="4" />
<note tone="9" pan="0" oct="3" vol="100" pos="48" len="4" />
<note tone="10" pan="0" oct="4" vol="100" pos="52" len="4" />
<note tone="9" pan="0" oct="3" vol="100" pos="56" len="4" />
<note tone="7" pan="0" oct="4" vol="100" pos="60" len="4" />
<note tone="7" pan="0" oct="3" vol="100" pos="64" len="4" />
<note tone="9" pan="0" oct="4" vol="100" pos="68" len="4" />
<note tone="7" pan="0" oct="3" vol="100" pos="72" len="4" />
<note tone="7" pan="0" oct="4" vol="100" pos="76" len="4" />
<note tone="7" pan="0" oct="3" vol="100" pos="80" len="4" />
<note tone="9" pan="0" oct="4" vol="100" pos="84" len="4" />
<note tone="7" pan="0" oct="3" vol="100" pos="88" len="4" />
<note tone="7" pan="0" oct="4" vol="100" pos="92" len="4" />
<note tone="7" pan="0" oct="3" vol="100" pos="96" len="4" />
<note tone="10" pan="0" oct="4" vol="100" pos="100" len="4" />
<note tone="7" pan="0" oct="3" vol="100" pos="104" len="4" />
<note tone="7" pan="0" oct="4" vol="100" pos="108" len="4" />
<note tone="7" pan="0" oct="3" vol="100" pos="112" len="4" />
<note tone="10" pan="0" oct="4" vol="100" pos="116" len="4" />
<note tone="7" pan="0" oct="3" vol="100" pos="120" len="4" />
<note tone="7" pan="0" oct="4" vol="100" pos="124" len="4" />
<note tone="3" pan="0" oct="3" vol="100" pos="128" len="4" />
<note tone="0" pan="0" oct="5" vol="100" pos="132" len="4" />
<note tone="3" pan="0" oct="3" vol="100" pos="136" len="4" />
<note tone="7" pan="0" oct="4" vol="100" pos="140" len="4" />
<note tone="3" pan="0" oct="3" vol="100" pos="144" len="4" />
<note tone="0" pan="0" oct="5" vol="100" pos="148" len="4" />
<note tone="3" pan="0" oct="3" vol="100" pos="152" len="4" />
<note tone="7" pan="0" oct="4" vol="100" pos="156" len="4" />
<note tone="2" pan="0" oct="3" vol="100" pos="160" len="4" />
<note tone="2" pan="0" oct="5" vol="100" pos="164" len="4" />
<note tone="2" pan="0" oct="3" vol="100" pos="168" len="4" />
<note tone="7" pan="0" oct="4" vol="100" pos="172" len="4" />
<note tone="2" pan="0" oct="3" vol="100" pos="176" len="4" />
<note tone="2" pan="0" oct="5" vol="100" pos="180" len="4" />
<note tone="2" pan="0" oct="3" vol="100" pos="184" len="4" />
<note tone="7" pan="0" oct="4" vol="100" pos="188" len="4" />
<note tone="0" pan="0" oct="3" vol="100" pos="192" len="4" />
<note tone="0" pan="0" oct="5" vol="100" pos="196" len="4" />
<note tone="0" pan="0" oct="3" vol="100" pos="200" len="4" />
<note tone="7" pan="0" oct="4" vol="100" pos="204" len="4" />
<note tone="0" pan="0" oct="3" vol="100" pos="208" len="4" />
<note tone="0" pan="0" oct="5" vol="100" pos="212" len="4" />
<note tone="0" pan="0" oct="3" vol="100" pos="216" len="4" />
<note tone="7" pan="0" oct="4" vol="100" pos="220" len="4" />
<note tone="10" pan="0" oct="2" vol="100" pos="224" len="4" />
<note tone="2" pan="0" oct="5" vol="100" pos="228" len="4" />
<note tone="10" pan="0" oct="2" vol="100" pos="232" len="4" />
<note tone="7" pan="0" oct="4" vol="100" pos="236" len="4" />
<note tone="10" pan="0" oct="2" vol="100" pos="240" len="4" />
<note tone="2" pan="0" oct="5" vol="100" pos="244" len="4" />
<note tone="10" pan="0" oct="2" vol="100" pos="248" len="4" />
<note tone="7" pan="0" oct="4" vol="100" pos="252" len="4" />
</pattern>
<pattern steps="16" type="0" name="" pos="320" frozen="0" len="64" />
<pattern steps="16" type="1" name="" pos="384" frozen="0" len="64" >
<note tone="1" pan="0" oct="4" vol="100" pos="0" len="4" />
<note tone="1" pan="0" oct="3" vol="100" pos="4" len="4" />
<note tone="9" pan="0" oct="3" vol="100" pos="8" len="4" />
<note tone="4" pan="0" oct="3" vol="100" pos="12" len="4" />
<note tone="8" pan="0" oct="3" vol="100" pos="16" len="4" />
<note tone="1" pan="0" oct="3" vol="100" pos="20" len="4" />
<note tone="9" pan="0" oct="3" vol="100" pos="24" len="4" />
<note tone="4" pan="0" oct="3" vol="100" pos="28" len="4" />
<note tone="1" pan="0" oct="4" vol="100" pos="32" len="4" />
<note tone="1" pan="0" oct="3" vol="100" pos="36" len="4" />
<note tone="9" pan="0" oct="3" vol="100" pos="40" len="4" />
<note tone="4" pan="0" oct="3" vol="100" pos="44" len="4" />
<note tone="8" pan="0" oct="3" vol="100" pos="48" len="4" />
<note tone="1" pan="0" oct="3" vol="100" pos="52" len="4" />
<note tone="9" pan="0" oct="3" vol="100" pos="56" len="4" />
<note tone="4" pan="0" oct="3" vol="100" pos="60" len="4" />
</pattern>
<pattern steps="16" type="1" name="" pos="448" frozen="0" len="192" >
<note tone="4" pan="0" oct="4" vol="100" pos="0" len="4" />
<note tone="4" pan="0" oct="3" vol="100" pos="4" len="4" />
<note tone="11" pan="0" oct="3" vol="100" pos="8" len="4" />
<note tone="8" pan="0" oct="3" vol="100" pos="12" len="4" />
<note tone="11" pan="0" oct="3" vol="100" pos="16" len="4" />
<note tone="4" pan="0" oct="3" vol="100" pos="20" len="4" />
<note tone="11" pan="0" oct="3" vol="100" pos="24" len="4" />
<note tone="8" pan="0" oct="3" vol="100" pos="28" len="4" />
<note tone="4" pan="0" oct="4" vol="100" pos="32" len="4" />
<note tone="4" pan="0" oct="3" vol="100" pos="36" len="4" />
<note tone="11" pan="0" oct="3" vol="100" pos="40" len="4" />
<note tone="8" pan="0" oct="3" vol="100" pos="44" len="4" />
<note tone="11" pan="0" oct="3" vol="100" pos="48" len="4" />
<note tone="4" pan="0" oct="3" vol="100" pos="52" len="4" />
<note tone="11" pan="0" oct="3" vol="100" pos="56" len="4" />
<note tone="6" pan="0" oct="3" vol="100" pos="60" len="4" />
<note tone="3" pan="0" oct="4" vol="100" pos="64" len="4" />
<note tone="3" pan="0" oct="3" vol="100" pos="68" len="4" />
<note tone="11" pan="0" oct="3" vol="100" pos="72" len="4" />
<note tone="6" pan="0" oct="3" vol="100" pos="76" len="4" />
<note tone="11" pan="0" oct="3" vol="100" pos="80" len="4" />
<note tone="3" pan="0" oct="3" vol="100" pos="84" len="4" />
<note tone="11" pan="0" oct="3" vol="100" pos="88" len="4" />
<note tone="6" pan="0" oct="3" vol="100" pos="92" len="4" />
<note tone="3" pan="0" oct="4" vol="100" pos="96" len="4" />
<note tone="3" pan="0" oct="3" vol="100" pos="100" len="4" />
<note tone="11" pan="0" oct="3" vol="100" pos="104" len="4" />
<note tone="6" pan="0" oct="3" vol="100" pos="108" len="4" />
<note tone="11" pan="0" oct="3" vol="100" pos="112" len="4" />
<note tone="3" pan="0" oct="3" vol="100" pos="116" len="4" />
<note tone="11" pan="0" oct="3" vol="100" pos="120" len="4" />
<note tone="5" pan="0" oct="3" vol="100" pos="124" len="4" />
<note tone="1" pan="0" oct="4" vol="100" pos="128" len="4" />
<note tone="1" pan="0" oct="3" vol="100" pos="132" len="4" />
<note tone="8" pan="0" oct="3" vol="100" pos="136" len="4" />
<note tone="4" pan="0" oct="3" vol="100" pos="140" len="4" />
<note tone="8" pan="0" oct="3" vol="100" pos="144" len="4" />
<note tone="1" pan="0" oct="3" vol="100" pos="148" len="4" />
<note tone="8" pan="0" oct="3" vol="100" pos="152" len="4" />
<note tone="4" pan="0" oct="3" vol="100" pos="156" len="4" />
<note tone="1" pan="0" oct="4" vol="100" pos="160" len="4" />
<note tone="1" pan="0" oct="3" vol="100" pos="164" len="4" />
<note tone="9" pan="0" oct="3" vol="100" pos="168" len="4" />
<note tone="4" pan="0" oct="3" vol="100" pos="172" len="4" />
<note tone="6" pan="0" oct="3" vol="100" pos="176" len="4" />
<note tone="1" pan="0" oct="3" vol="100" pos="180" len="4" />
<note tone="3" pan="0" oct="3" vol="100" pos="184" len="4" />
<note tone="1" pan="0" oct="3" vol="100" pos="188" len="4" />
</pattern>
</track>
</trackcontainer>
</bbtrack>
<bbtco name="Hihats" color="4282417407" pos="0" len="512" />
</track>
<track muted="0" type="1" >
<bbtrack name="Bassdrum" />
<bbtco name="Bassdrum" color="4282417407" pos="128" len="384" />
<bbtco name="Bassdrum" color="4282417407" pos="768" len="256" />
</track>
<track muted="0" type="1" >
<bbtrack name="HorrorBass" />
<bbtco name="HorrorBass" color="4282417407" pos="256" len="256" />
</track>
<track muted="0" type="1" >
<bbtrack name="Space Bass" />
<bbtco name="Space Bass" color="4282417407" pos="256" len="768" />
</track>
<track muted="0" type="1" >
<bbtrack name="Another Baseline" />
<bbtco name="Another Baseline" color="4282417407" pos="1024" len="512" />
</track>
<track muted="0" type="1" >
<bbtrack name="Fat Baseline" />
<bbtco name="Fat Baseline" color="4282417407" pos="1536" len="832" />
</track>
<track muted="0" type="1" >
<bbtrack name="Beat/Baseline 6" />
<bbtco name="Beat/Baseline 6" color="4282417407" pos="1536" len="256" />
<bbtco name="Beat/Baseline 6" color="4282417407" pos="1984" len="384" />
</track>
<track muted="0" type="1" >
<bbtrack name="Beat/Baseline 7" />
<bbtco name="Beat/Baseline 7" color="4282417407" pos="1792" len="192" />
</track>
</trackcontainer>
<projectnotes><![CDATA[<html><head><meta name="qrichtext" content="1" /></head><body style="font-size:11pt;font-family:Bitstream Vera Sans">
<p align="center"><span style="font-style:italic;font-size:18pt;font-weight:600">Some basslines</span></p>
<p align="justify"><span style="font-weight:600;color:#ffcc00">Made that up during development of LMMS over the months... nothing great but not bad enough to just throw it away... ;-)</span></p>
</body></html>
]]></projectnotes>
</song>
</multimediaproject>

View File

@@ -1,7 +1,7 @@
/*
* fader.h - fader-widget used in FX-mixer - partly taken from Hydrogen
*
* Copyright (c) 2008-2009 Tobias Doerffel <tobydox/at/users.sourceforge.net>
* Copyright (c) 2008-2011 Tobias Doerffel <tobydox/at/users.sourceforge.net>
*
* This file is part of Linux MultiMedia Studio - http://lmms.sourceforge.net
*
@@ -48,11 +48,14 @@
#ifndef _FADER_H
#define _FADER_H
#include <QtCore/QTime>
#include <QtGui/QWidget>
#include <QtGui/QPixmap>
#include "AutomatableModelView.h"
class textFloat;
class fader : public QWidget, public FloatModelView
{
@@ -61,13 +64,10 @@ public:
fader( FloatModel * _model, const QString & _name, QWidget * _parent );
virtual ~fader();
void setMaxPeak( float _max );
void setMinPeak( float _min );
void setPeak_L( float peak );
void setPeak_L( float fPeak );
float getPeak_L() { return m_fPeakValue_L; }
void setPeak_R( float peak );
void setPeak_R( float fPeak );
float getPeak_R() { return m_fPeakValue_R; }
@@ -75,19 +75,39 @@ private:
virtual void contextMenuEvent( QContextMenuEvent * _me );
virtual void mousePressEvent( QMouseEvent *ev );
virtual void mouseMoveEvent( QMouseEvent *ev );
virtual void mouseReleaseEvent( QMouseEvent * _me );
virtual void wheelEvent( QWheelEvent *ev );
virtual void paintEvent( QPaintEvent *ev );
inline uint knob_y() const
{
float fRange = m_model->maxValue() - m_model->minValue();
float realVal = m_model->value() - m_model->minValue();
// uint knob_y = (uint)( 116.0 - ( 86.0 * ( m_model->value() / fRange ) ) );
return (uint)( 116.0 - ( 86.0 * ( realVal / fRange ) ) );
}
FloatModel * m_model;
void setPeak( float fPeak, float &targetPeak, float &persistentPeak, QTime &lastPeakTime );
int calculateDisplayPeak( float fPeak );
float m_fPeakValue_L;
float m_fPeakValue_R;
float m_fMinPeak;
float m_fMaxPeak;
float m_persistentPeak_L;
float m_persistentPeak_R;
const float m_fMinPeak;
const float m_fMaxPeak;
QTime m_lastPeakTime_L;
QTime m_lastPeakTime_R;
QPixmap m_back;
QPixmap m_leds;
QPixmap m_knob;
static textFloat * s_textFloat;
void updateTextFloat();
} ;

View File

@@ -2,7 +2,7 @@
* pattern.h - declaration of class pattern, which contains all informations
* about a pattern
*
* Copyright (c) 2004-2009 Tobias Doerffel <tobydox/at/users.sourceforge.net>
* Copyright (c) 2004-2011 Tobias Doerffel <tobydox/at/users.sourceforge.net>
*
* This file is part of Linux MultiMedia Studio - http://lmms.sourceforge.net
*
@@ -94,17 +94,17 @@ public:
// functions which are part of freezing-feature
inline bool freezing() const
inline bool isFreezing() const
{
return m_freezing;
}
inline bool frozen() const
inline bool isFrozen() const
{
return m_frozenPattern != NULL;
}
sampleBuffer * frozenPattern()
sampleBuffer *frozenPattern()
{
return m_frozenPattern;
}

View File

@@ -104,6 +104,8 @@ public:
return m_playing && m_exporting == false;
}
bool isFreezingPattern() const;
inline bool isExporting() const
{
return m_exporting;

View File

@@ -2,7 +2,7 @@ lmmsicon ICON data/lmms.ico
#include <windows.h>
VS_VERSION_INFO VERSIONINFO
FILEVERSION 0,4,0,0
FILEVERSION 0,4,12,0
FILEFLAGSMASK VS_FFI_FILEFLAGSMASK
FILEOS VOS_NT_WINDOWS32
FILETYPE VFT_APP
@@ -17,7 +17,7 @@ BEGIN
VALUE "CompanyName", "LMMS Developers\0"
VALUE "FileDescription", "Linux MultiMedia Studio\0"
VALUE "FileVersion", "@VERSION@\0"
VALUE "LegalCopyright", "Copyright (c) 2004-2010 LMMS Developers\0"
VALUE "LegalCopyright", "Copyright (c) 2004-2011 LMMS Developers\0"
VALUE "OriginalFilename", "lmms.exe\0"
VALUE "ProductName", "LMMS\0"
VALUE "ProductVersion", "@VERSION@\0"

View File

@@ -8,7 +8,7 @@ LINK_LIBRARIES(-lfftw3f)
ENDIF(LMMS_HAVE_FFTW3F)
INCLUDE_DIRECTORIES(${CMAKE_BINARY_DIR})
FILE(GLOB PLUGIN_SOURCES *.c)
FILE(GLOB PLUGIN_SOURCES ${CMAKE_CURRENT_SOURCE_DIR}/*.c)
FOREACH(_item ${PLUGIN_SOURCES})
GET_FILENAME_COMPONENT(_plugin "${_item}" NAME_WE)
IF(NOT "${_plugin}" STREQUAL "mbeq_1197" OR LMMS_HAVE_FFTW3F)
@@ -32,3 +32,37 @@ FOREACH(_item ${PLUGIN_SOURCES})
ENDIF(NOT "${_plugin}" STREQUAL "mbeq_1197" OR LMMS_HAVE_FFTW3F)
ENDFOREACH(_item ${PLUGIN_SOURCES})
ADD_LIBRARY(iir STATIC util/iir.c)
SET_TARGET_PROPERTIES(iir PROPERTIES COMPILE_FLAGS "-fPIC")
TARGET_LINK_LIBRARIES(bandpass_a_iir_1893 iir)
TARGET_LINK_LIBRARIES(bandpass_iir_1892 iir)
TARGET_LINK_LIBRARIES(butterworth_1902 iir)
TARGET_LINK_LIBRARIES(highpass_iir_1890 iir)
TARGET_LINK_LIBRARIES(lowpass_iir_1891 iir)
TARGET_LINK_LIBRARIES(notch_iir_1894 iir)
FILE(GLOB GSM_SOURCES ${CMAKE_CURRENT_SOURCE_DIR}/gsm/*.c)
ADD_LIBRARY(gsm STATIC ${GSM_SOURCES})
SET_TARGET_PROPERTIES(gsm PROPERTIES COMPILE_FLAGS "-fPIC")
TARGET_LINK_LIBRARIES(gsm_1215 gsm)
ADD_LIBRARY(gverb STATIC gverb/gverb.c gverb/gverbdsp.c)
SET_TARGET_PROPERTIES(gverb PROPERTIES COMPILE_FLAGS "-fPIC")
TARGET_LINK_LIBRARIES(gverb_1216 gverb)
ADD_LIBRARY(rms STATIC util/rms.c)
ADD_LIBRARY(db STATIC util/db.c)
SET_TARGET_PROPERTIES(rms PROPERTIES COMPILE_FLAGS "-fPIC")
SET_TARGET_PROPERTIES(db PROPERTIES COMPILE_FLAGS "-fPIC")
TARGET_LINK_LIBRARIES(sc1_1425 rms db)
TARGET_LINK_LIBRARIES(sc2_1426 rms db)
TARGET_LINK_LIBRARIES(sc3_1427 rms db)
TARGET_LINK_LIBRARIES(sc4_1882 rms db)
TARGET_LINK_LIBRARIES(sc4m_1916 rms db)
TARGET_LINK_LIBRARIES(se4_1883 rms db)
ADD_LIBRARY(pitchscale STATIC util/pitchscale.c)
SET_TARGET_PROPERTIES(pitchscale PROPERTIES COMPILE_FLAGS "-fPIC")
TARGET_LINK_LIBRARIES(pitch_scale_1193 pitchscale)
TARGET_LINK_LIBRARIES(pitch_scale_1194 pitchscale)

View File

View File

@@ -0,0 +1,251 @@
#include <stdlib.h>
#include <string.h>
#ifndef WIN32
#include "config.h"
#endif
#ifdef ENABLE_NLS
#include <libintl.h>
#endif
#define _ISOC9X_SOURCE 1
#define _ISOC99_SOURCE 1
#define __USE_ISOC99 1
#define __USE_ISOC9X 1
#include <math.h>
#include "ladspa.h"
#ifdef WIN32
#define _WINDOWS_DLL_EXPORT_ __declspec(dllexport)
int bIsFirstTime = 1;
void _init(); // forward declaration
#else
#define _WINDOWS_DLL_EXPORT_
#endif
#define ALIAS_LEVEL 0
#define ALIAS_INPUT 1
#define ALIAS_OUTPUT 2
static LADSPA_Descriptor *aliasDescriptor = NULL;
typedef struct {
LADSPA_Data *level;
LADSPA_Data *input;
LADSPA_Data *output;
LADSPA_Data run_adding_gain;
} Alias;
_WINDOWS_DLL_EXPORT_
const LADSPA_Descriptor *ladspa_descriptor(unsigned long index) {
#ifdef WIN32
if (bIsFirstTime) {
_init();
bIsFirstTime = 0;
}
#endif
switch (index) {
case 0:
return aliasDescriptor;
default:
return NULL;
}
}
static void cleanupAlias(LADSPA_Handle instance) {
free(instance);
}
static void connectPortAlias(
LADSPA_Handle instance,
unsigned long port,
LADSPA_Data *data) {
Alias *plugin;
plugin = (Alias *)instance;
switch (port) {
case ALIAS_LEVEL:
plugin->level = data;
break;
case ALIAS_INPUT:
plugin->input = data;
break;
case ALIAS_OUTPUT:
plugin->output = data;
break;
}
}
static LADSPA_Handle instantiateAlias(
const LADSPA_Descriptor *descriptor,
unsigned long s_rate) {
Alias *plugin_data = (Alias *)malloc(sizeof(Alias));
plugin_data->run_adding_gain = 1.0f;
return (LADSPA_Handle)plugin_data;
}
#undef buffer_write
#undef RUN_ADDING
#undef RUN_REPLACING
#define buffer_write(b, v) (b = v)
#define RUN_ADDING 0
#define RUN_REPLACING 1
static void runAlias(LADSPA_Handle instance, unsigned long sample_count) {
Alias *plugin_data = (Alias *)instance;
/* Aliasing level (float value) */
const LADSPA_Data level = *(plugin_data->level);
/* Input (array of floats of length sample_count) */
const LADSPA_Data * const input = plugin_data->input;
/* Output (array of floats of length sample_count) */
LADSPA_Data * const output = plugin_data->output;
#line 17 "alias_1407.xml"
unsigned long pos;
float coef = 1.0f - 2.0f * level;
if (output != input) {
for (pos = 0; pos < sample_count; pos+=2) {
buffer_write(output[pos], input[pos]);
}
}
for (pos = 1; pos < sample_count; pos+=2) {
buffer_write(output[pos], input[pos] * coef);
}
}
#undef buffer_write
#undef RUN_ADDING
#undef RUN_REPLACING
#define buffer_write(b, v) (b += (v) * run_adding_gain)
#define RUN_ADDING 1
#define RUN_REPLACING 0
static void setRunAddingGainAlias(LADSPA_Handle instance, LADSPA_Data gain) {
((Alias *)instance)->run_adding_gain = gain;
}
static void runAddingAlias(LADSPA_Handle instance, unsigned long sample_count) {
Alias *plugin_data = (Alias *)instance;
LADSPA_Data run_adding_gain = plugin_data->run_adding_gain;
/* Aliasing level (float value) */
const LADSPA_Data level = *(plugin_data->level);
/* Input (array of floats of length sample_count) */
const LADSPA_Data * const input = plugin_data->input;
/* Output (array of floats of length sample_count) */
LADSPA_Data * const output = plugin_data->output;
#line 17 "alias_1407.xml"
unsigned long pos;
float coef = 1.0f - 2.0f * level;
if (output != input) {
for (pos = 0; pos < sample_count; pos+=2) {
buffer_write(output[pos], input[pos]);
}
}
for (pos = 1; pos < sample_count; pos+=2) {
buffer_write(output[pos], input[pos] * coef);
}
}
void _init() {
char **port_names;
LADSPA_PortDescriptor *port_descriptors;
LADSPA_PortRangeHint *port_range_hints;
#ifdef ENABLE_NLS
#define D_(s) dgettext(PACKAGE, s)
setlocale(LC_ALL, "");
bindtextdomain(PACKAGE, PACKAGE_LOCALE_DIR);
#else
#define D_(s) (s)
#endif
aliasDescriptor =
(LADSPA_Descriptor *)malloc(sizeof(LADSPA_Descriptor));
if (aliasDescriptor) {
aliasDescriptor->UniqueID = 1407;
aliasDescriptor->Label = "alias";
aliasDescriptor->Properties =
LADSPA_PROPERTY_HARD_RT_CAPABLE;
aliasDescriptor->Name =
D_("Aliasing");
aliasDescriptor->Maker =
"Steve Harris <steve@plugin.org.uk>";
aliasDescriptor->Copyright =
"GPL";
aliasDescriptor->PortCount = 3;
port_descriptors = (LADSPA_PortDescriptor *)calloc(3,
sizeof(LADSPA_PortDescriptor));
aliasDescriptor->PortDescriptors =
(const LADSPA_PortDescriptor *)port_descriptors;
port_range_hints = (LADSPA_PortRangeHint *)calloc(3,
sizeof(LADSPA_PortRangeHint));
aliasDescriptor->PortRangeHints =
(const LADSPA_PortRangeHint *)port_range_hints;
port_names = (char **)calloc(3, sizeof(char*));
aliasDescriptor->PortNames =
(const char **)port_names;
/* Parameters for Aliasing level */
port_descriptors[ALIAS_LEVEL] =
LADSPA_PORT_INPUT | LADSPA_PORT_CONTROL;
port_names[ALIAS_LEVEL] =
D_("Aliasing level");
port_range_hints[ALIAS_LEVEL].HintDescriptor =
LADSPA_HINT_BOUNDED_BELOW | LADSPA_HINT_BOUNDED_ABOVE | LADSPA_HINT_DEFAULT_0;
port_range_hints[ALIAS_LEVEL].LowerBound = 0;
port_range_hints[ALIAS_LEVEL].UpperBound = 1;
/* Parameters for Input */
port_descriptors[ALIAS_INPUT] =
LADSPA_PORT_INPUT | LADSPA_PORT_AUDIO;
port_names[ALIAS_INPUT] =
D_("Input");
port_range_hints[ALIAS_INPUT].HintDescriptor = 0;
/* Parameters for Output */
port_descriptors[ALIAS_OUTPUT] =
LADSPA_PORT_OUTPUT | LADSPA_PORT_AUDIO;
port_names[ALIAS_OUTPUT] =
D_("Output");
port_range_hints[ALIAS_OUTPUT].HintDescriptor = 0;
aliasDescriptor->activate = NULL;
aliasDescriptor->cleanup = cleanupAlias;
aliasDescriptor->connect_port = connectPortAlias;
aliasDescriptor->deactivate = NULL;
aliasDescriptor->instantiate = instantiateAlias;
aliasDescriptor->run = runAlias;
aliasDescriptor->run_adding = runAddingAlias;
aliasDescriptor->set_run_adding_gain = setRunAddingGainAlias;
}
}
void _fini() {
if (aliasDescriptor) {
free((LADSPA_PortDescriptor *)aliasDescriptor->PortDescriptors);
free((char **)aliasDescriptor->PortNames);
free((LADSPA_PortRangeHint *)aliasDescriptor->PortRangeHints);
free(aliasDescriptor);
}
}

File diff suppressed because it is too large Load Diff

View File

@@ -0,0 +1,466 @@
#include <stdlib.h>
#include <string.h>
#ifndef WIN32
#include "config.h"
#endif
#ifdef ENABLE_NLS
#include <libintl.h>
#endif
#define _ISOC9X_SOURCE 1
#define _ISOC99_SOURCE 1
#define __USE_ISOC99 1
#define __USE_ISOC9X 1
#include <math.h>
#include "ladspa.h"
#ifdef WIN32
#define _WINDOWS_DLL_EXPORT_ __declspec(dllexport)
int bIsFirstTime = 1;
void _init(); // forward declaration
#else
#define _WINDOWS_DLL_EXPORT_
#endif
#line 10 "am_pitchshift_1433.xml"
#include <stdlib.h>
#include <math.h>
#include "ladspa-util.h"
/* Beware of dependcies if you change this */
#define DELAY_SIZE 8192
#define AMPITCHSHIFT_PITCH 0
#define AMPITCHSHIFT_SIZE 1
#define AMPITCHSHIFT_INPUT 2
#define AMPITCHSHIFT_OUTPUT 3
#define AMPITCHSHIFT_LATENCY 4
static LADSPA_Descriptor *amPitchshiftDescriptor = NULL;
typedef struct {
LADSPA_Data *pitch;
LADSPA_Data *size;
LADSPA_Data *input;
LADSPA_Data *output;
LADSPA_Data *latency;
unsigned int count;
LADSPA_Data *delay;
unsigned int delay_mask;
unsigned int delay_ofs;
float last_gain;
float last_inc;
int last_size;
fixp16 rptr;
unsigned int wptr;
LADSPA_Data run_adding_gain;
} AmPitchshift;
_WINDOWS_DLL_EXPORT_
const LADSPA_Descriptor *ladspa_descriptor(unsigned long index) {
#ifdef WIN32
if (bIsFirstTime) {
_init();
bIsFirstTime = 0;
}
#endif
switch (index) {
case 0:
return amPitchshiftDescriptor;
default:
return NULL;
}
}
static void cleanupAmPitchshift(LADSPA_Handle instance) {
#line 39 "am_pitchshift_1433.xml"
AmPitchshift *plugin_data = (AmPitchshift *)instance;
free(plugin_data->delay);
free(instance);
}
static void connectPortAmPitchshift(
LADSPA_Handle instance,
unsigned long port,
LADSPA_Data *data) {
AmPitchshift *plugin;
plugin = (AmPitchshift *)instance;
switch (port) {
case AMPITCHSHIFT_PITCH:
plugin->pitch = data;
break;
case AMPITCHSHIFT_SIZE:
plugin->size = data;
break;
case AMPITCHSHIFT_INPUT:
plugin->input = data;
break;
case AMPITCHSHIFT_OUTPUT:
plugin->output = data;
break;
case AMPITCHSHIFT_LATENCY:
plugin->latency = data;
break;
}
}
static LADSPA_Handle instantiateAmPitchshift(
const LADSPA_Descriptor *descriptor,
unsigned long s_rate) {
AmPitchshift *plugin_data = (AmPitchshift *)malloc(sizeof(AmPitchshift));
unsigned int count;
LADSPA_Data *delay = NULL;
unsigned int delay_mask;
unsigned int delay_ofs;
float last_gain;
float last_inc;
int last_size;
fixp16 rptr;
unsigned int wptr;
#line 27 "am_pitchshift_1433.xml"
delay = calloc(DELAY_SIZE, sizeof(LADSPA_Data));
rptr.all = 0;
wptr = 0;
last_size = -1;
delay_mask = 0xFF;
delay_ofs = 0x80;
last_gain = 0.5f;
count = 0;
last_inc = 0.0f;
plugin_data->count = count;
plugin_data->delay = delay;
plugin_data->delay_mask = delay_mask;
plugin_data->delay_ofs = delay_ofs;
plugin_data->last_gain = last_gain;
plugin_data->last_inc = last_inc;
plugin_data->last_size = last_size;
plugin_data->rptr = rptr;
plugin_data->wptr = wptr;
return (LADSPA_Handle)plugin_data;
}
#undef buffer_write
#undef RUN_ADDING
#undef RUN_REPLACING
#define buffer_write(b, v) (b = v)
#define RUN_ADDING 0
#define RUN_REPLACING 1
static void runAmPitchshift(LADSPA_Handle instance, unsigned long sample_count) {
AmPitchshift *plugin_data = (AmPitchshift *)instance;
/* Pitch shift (float value) */
const LADSPA_Data pitch = *(plugin_data->pitch);
/* Buffer size (float value) */
const LADSPA_Data size = *(plugin_data->size);
/* Input (array of floats of length sample_count) */
const LADSPA_Data * const input = plugin_data->input;
/* Output (array of floats of length sample_count) */
LADSPA_Data * const output = plugin_data->output;
unsigned int count = plugin_data->count;
LADSPA_Data * delay = plugin_data->delay;
unsigned int delay_mask = plugin_data->delay_mask;
unsigned int delay_ofs = plugin_data->delay_ofs;
float last_gain = plugin_data->last_gain;
float last_inc = plugin_data->last_inc;
int last_size = plugin_data->last_size;
fixp16 rptr = plugin_data->rptr;
unsigned int wptr = plugin_data->wptr;
#line 43 "am_pitchshift_1433.xml"
unsigned long pos;
fixp16 om;
float gain = last_gain, gain_inc = last_inc;
unsigned int i;
om.all = f_round(pitch * 65536.0f);
if (size != last_size) {
int size_tmp = f_round(size);
if (size_tmp > 7) {
size_tmp = 5;
} else if (size_tmp < 1) {
size_tmp = 1;
}
plugin_data->last_size = size;
/* Calculate the ringbuf parameters, the magick constants will need
* to be changed if you change DELAY_SIZE */
delay_mask = (1 << (size_tmp + 6)) - 1;
delay_ofs = 1 << (size_tmp + 5);
}
for (pos = 0; pos < sample_count; pos++) {
float out = 0.0f;
if (count++ > 14) {
float tmp;
count = 0;
tmp = 0.5f * (float)((rptr.part.in - wptr + delay_ofs/2) &
delay_mask) / (float)delay_ofs;
tmp = sinf(M_PI * 2.0f * tmp) * 0.5f + 0.5f;
gain_inc = (tmp - gain) / 15.0f;
}
gain += gain_inc;
delay[wptr] = input[pos];
/* Add contributions from the two readpointers, scaled by thier
* distance from the write pointer */
i = rptr.part.in;
out += cube_interp((float)rptr.part.fr * 0.0000152587f,
delay[(i - 1) & delay_mask], delay[i],
delay[(i + 1) & delay_mask],
delay[(i + 2) & delay_mask]) * (1.0f - gain);
i += delay_ofs;
out += cube_interp((float)rptr.part.fr * 0.0000152587f,
delay[(i - 1) & delay_mask], delay[i & delay_mask],
delay[(i + 1) & delay_mask],
delay[(i + 2) & delay_mask]) * gain;
buffer_write(output[pos], out);
/* Increment ringbuffer pointers */
wptr = (wptr + 1) & delay_mask;
rptr.all += om.all;
rptr.part.in &= delay_mask;
}
plugin_data->rptr.all = rptr.all;
plugin_data->wptr = wptr;
plugin_data->delay_mask = delay_mask;
plugin_data->delay_ofs = delay_ofs;
plugin_data->last_gain = gain;
plugin_data->count = count;
plugin_data->last_inc = gain_inc;
*(plugin_data->latency) = delay_ofs/2;
}
#undef buffer_write
#undef RUN_ADDING
#undef RUN_REPLACING
#define buffer_write(b, v) (b += (v) * run_adding_gain)
#define RUN_ADDING 1
#define RUN_REPLACING 0
static void setRunAddingGainAmPitchshift(LADSPA_Handle instance, LADSPA_Data gain) {
((AmPitchshift *)instance)->run_adding_gain = gain;
}
static void runAddingAmPitchshift(LADSPA_Handle instance, unsigned long sample_count) {
AmPitchshift *plugin_data = (AmPitchshift *)instance;
LADSPA_Data run_adding_gain = plugin_data->run_adding_gain;
/* Pitch shift (float value) */
const LADSPA_Data pitch = *(plugin_data->pitch);
/* Buffer size (float value) */
const LADSPA_Data size = *(plugin_data->size);
/* Input (array of floats of length sample_count) */
const LADSPA_Data * const input = plugin_data->input;
/* Output (array of floats of length sample_count) */
LADSPA_Data * const output = plugin_data->output;
unsigned int count = plugin_data->count;
LADSPA_Data * delay = plugin_data->delay;
unsigned int delay_mask = plugin_data->delay_mask;
unsigned int delay_ofs = plugin_data->delay_ofs;
float last_gain = plugin_data->last_gain;
float last_inc = plugin_data->last_inc;
int last_size = plugin_data->last_size;
fixp16 rptr = plugin_data->rptr;
unsigned int wptr = plugin_data->wptr;
#line 43 "am_pitchshift_1433.xml"
unsigned long pos;
fixp16 om;
float gain = last_gain, gain_inc = last_inc;
unsigned int i;
om.all = f_round(pitch * 65536.0f);
if (size != last_size) {
int size_tmp = f_round(size);
if (size_tmp > 7) {
size_tmp = 5;
} else if (size_tmp < 1) {
size_tmp = 1;
}
plugin_data->last_size = size;
/* Calculate the ringbuf parameters, the magick constants will need
* to be changed if you change DELAY_SIZE */
delay_mask = (1 << (size_tmp + 6)) - 1;
delay_ofs = 1 << (size_tmp + 5);
}
for (pos = 0; pos < sample_count; pos++) {
float out = 0.0f;
if (count++ > 14) {
float tmp;
count = 0;
tmp = 0.5f * (float)((rptr.part.in - wptr + delay_ofs/2) &
delay_mask) / (float)delay_ofs;
tmp = sinf(M_PI * 2.0f * tmp) * 0.5f + 0.5f;
gain_inc = (tmp - gain) / 15.0f;
}
gain += gain_inc;
delay[wptr] = input[pos];
/* Add contributions from the two readpointers, scaled by thier
* distance from the write pointer */
i = rptr.part.in;
out += cube_interp((float)rptr.part.fr * 0.0000152587f,
delay[(i - 1) & delay_mask], delay[i],
delay[(i + 1) & delay_mask],
delay[(i + 2) & delay_mask]) * (1.0f - gain);
i += delay_ofs;
out += cube_interp((float)rptr.part.fr * 0.0000152587f,
delay[(i - 1) & delay_mask], delay[i & delay_mask],
delay[(i + 1) & delay_mask],
delay[(i + 2) & delay_mask]) * gain;
buffer_write(output[pos], out);
/* Increment ringbuffer pointers */
wptr = (wptr + 1) & delay_mask;
rptr.all += om.all;
rptr.part.in &= delay_mask;
}
plugin_data->rptr.all = rptr.all;
plugin_data->wptr = wptr;
plugin_data->delay_mask = delay_mask;
plugin_data->delay_ofs = delay_ofs;
plugin_data->last_gain = gain;
plugin_data->count = count;
plugin_data->last_inc = gain_inc;
*(plugin_data->latency) = delay_ofs/2;
}
void _init() {
char **port_names;
LADSPA_PortDescriptor *port_descriptors;
LADSPA_PortRangeHint *port_range_hints;
#ifdef ENABLE_NLS
#define D_(s) dgettext(PACKAGE, s)
setlocale(LC_ALL, "");
bindtextdomain(PACKAGE, PACKAGE_LOCALE_DIR);
#else
#define D_(s) (s)
#endif
amPitchshiftDescriptor =
(LADSPA_Descriptor *)malloc(sizeof(LADSPA_Descriptor));
if (amPitchshiftDescriptor) {
amPitchshiftDescriptor->UniqueID = 1433;
amPitchshiftDescriptor->Label = "amPitchshift";
amPitchshiftDescriptor->Properties =
LADSPA_PROPERTY_HARD_RT_CAPABLE;
amPitchshiftDescriptor->Name =
D_("AM pitchshifter");
amPitchshiftDescriptor->Maker =
"Steve Harris <steve@plugin.org.uk>";
amPitchshiftDescriptor->Copyright =
"GPL";
amPitchshiftDescriptor->PortCount = 5;
port_descriptors = (LADSPA_PortDescriptor *)calloc(5,
sizeof(LADSPA_PortDescriptor));
amPitchshiftDescriptor->PortDescriptors =
(const LADSPA_PortDescriptor *)port_descriptors;
port_range_hints = (LADSPA_PortRangeHint *)calloc(5,
sizeof(LADSPA_PortRangeHint));
amPitchshiftDescriptor->PortRangeHints =
(const LADSPA_PortRangeHint *)port_range_hints;
port_names = (char **)calloc(5, sizeof(char*));
amPitchshiftDescriptor->PortNames =
(const char **)port_names;
/* Parameters for Pitch shift */
port_descriptors[AMPITCHSHIFT_PITCH] =
LADSPA_PORT_INPUT | LADSPA_PORT_CONTROL;
port_names[AMPITCHSHIFT_PITCH] =
D_("Pitch shift");
port_range_hints[AMPITCHSHIFT_PITCH].HintDescriptor =
LADSPA_HINT_BOUNDED_BELOW | LADSPA_HINT_BOUNDED_ABOVE | LADSPA_HINT_LOGARITHMIC | LADSPA_HINT_DEFAULT_1;
port_range_hints[AMPITCHSHIFT_PITCH].LowerBound = 0.25;
port_range_hints[AMPITCHSHIFT_PITCH].UpperBound = 4.0;
/* Parameters for Buffer size */
port_descriptors[AMPITCHSHIFT_SIZE] =
LADSPA_PORT_INPUT | LADSPA_PORT_CONTROL;
port_names[AMPITCHSHIFT_SIZE] =
D_("Buffer size");
port_range_hints[AMPITCHSHIFT_SIZE].HintDescriptor =
LADSPA_HINT_BOUNDED_BELOW | LADSPA_HINT_BOUNDED_ABOVE | LADSPA_HINT_INTEGER | LADSPA_HINT_DEFAULT_MIDDLE;
port_range_hints[AMPITCHSHIFT_SIZE].LowerBound = 1;
port_range_hints[AMPITCHSHIFT_SIZE].UpperBound = 7;
/* Parameters for Input */
port_descriptors[AMPITCHSHIFT_INPUT] =
LADSPA_PORT_INPUT | LADSPA_PORT_AUDIO;
port_names[AMPITCHSHIFT_INPUT] =
D_("Input");
port_range_hints[AMPITCHSHIFT_INPUT].HintDescriptor = 0;
/* Parameters for Output */
port_descriptors[AMPITCHSHIFT_OUTPUT] =
LADSPA_PORT_OUTPUT | LADSPA_PORT_AUDIO;
port_names[AMPITCHSHIFT_OUTPUT] =
D_("Output");
port_range_hints[AMPITCHSHIFT_OUTPUT].HintDescriptor = 0;
/* Parameters for latency */
port_descriptors[AMPITCHSHIFT_LATENCY] =
LADSPA_PORT_OUTPUT | LADSPA_PORT_CONTROL;
port_names[AMPITCHSHIFT_LATENCY] =
D_("latency");
port_range_hints[AMPITCHSHIFT_LATENCY].HintDescriptor = 0;
amPitchshiftDescriptor->activate = NULL;
amPitchshiftDescriptor->cleanup = cleanupAmPitchshift;
amPitchshiftDescriptor->connect_port = connectPortAmPitchshift;
amPitchshiftDescriptor->deactivate = NULL;
amPitchshiftDescriptor->instantiate = instantiateAmPitchshift;
amPitchshiftDescriptor->run = runAmPitchshift;
amPitchshiftDescriptor->run_adding = runAddingAmPitchshift;
amPitchshiftDescriptor->set_run_adding_gain = setRunAddingGainAmPitchshift;
}
}
void _fini() {
if (amPitchshiftDescriptor) {
free((LADSPA_PortDescriptor *)amPitchshiftDescriptor->PortDescriptors);
free((char **)amPitchshiftDescriptor->PortNames);
free((LADSPA_PortRangeHint *)amPitchshiftDescriptor->PortRangeHints);
free(amPitchshiftDescriptor);
}
}

View File

@@ -0,0 +1,244 @@
#include <stdlib.h>
#include <string.h>
#ifndef WIN32
#include "config.h"
#endif
#ifdef ENABLE_NLS
#include <libintl.h>
#endif
#define _ISOC9X_SOURCE 1
#define _ISOC99_SOURCE 1
#define __USE_ISOC99 1
#define __USE_ISOC9X 1
#include <math.h>
#include "ladspa.h"
#ifdef WIN32
#define _WINDOWS_DLL_EXPORT_ __declspec(dllexport)
int bIsFirstTime = 1;
void _init(); // forward declaration
#else
#define _WINDOWS_DLL_EXPORT_
#endif
#line 10 "amp_1181.xml"
#include "ladspa-util.h"
#define AMP_GAIN 0
#define AMP_INPUT 1
#define AMP_OUTPUT 2
static LADSPA_Descriptor *ampDescriptor = NULL;
typedef struct {
LADSPA_Data *gain;
LADSPA_Data *input;
LADSPA_Data *output;
LADSPA_Data run_adding_gain;
} Amp;
_WINDOWS_DLL_EXPORT_
const LADSPA_Descriptor *ladspa_descriptor(unsigned long index) {
#ifdef WIN32
if (bIsFirstTime) {
_init();
bIsFirstTime = 0;
}
#endif
switch (index) {
case 0:
return ampDescriptor;
default:
return NULL;
}
}
static void cleanupAmp(LADSPA_Handle instance) {
free(instance);
}
static void connectPortAmp(
LADSPA_Handle instance,
unsigned long port,
LADSPA_Data *data) {
Amp *plugin;
plugin = (Amp *)instance;
switch (port) {
case AMP_GAIN:
plugin->gain = data;
break;
case AMP_INPUT:
plugin->input = data;
break;
case AMP_OUTPUT:
plugin->output = data;
break;
}
}
static LADSPA_Handle instantiateAmp(
const LADSPA_Descriptor *descriptor,
unsigned long s_rate) {
Amp *plugin_data = (Amp *)malloc(sizeof(Amp));
plugin_data->run_adding_gain = 1.0f;
return (LADSPA_Handle)plugin_data;
}
#undef buffer_write
#undef RUN_ADDING
#undef RUN_REPLACING
#define buffer_write(b, v) (b = v)
#define RUN_ADDING 0
#define RUN_REPLACING 1
static void runAmp(LADSPA_Handle instance, unsigned long sample_count) {
Amp *plugin_data = (Amp *)instance;
/* Amps gain (dB) (float value) */
const LADSPA_Data gain = *(plugin_data->gain);
/* Input (array of floats of length sample_count) */
const LADSPA_Data * const input = plugin_data->input;
/* Output (array of floats of length sample_count) */
LADSPA_Data * const output = plugin_data->output;
#line 19 "amp_1181.xml"
unsigned long pos;
float coef = DB_CO(gain);
for (pos = 0; pos < sample_count; pos++) {
buffer_write(output[pos], input[pos] * coef);
}
}
#undef buffer_write
#undef RUN_ADDING
#undef RUN_REPLACING
#define buffer_write(b, v) (b += (v) * run_adding_gain)
#define RUN_ADDING 1
#define RUN_REPLACING 0
static void setRunAddingGainAmp(LADSPA_Handle instance, LADSPA_Data gain) {
((Amp *)instance)->run_adding_gain = gain;
}
static void runAddingAmp(LADSPA_Handle instance, unsigned long sample_count) {
Amp *plugin_data = (Amp *)instance;
LADSPA_Data run_adding_gain = plugin_data->run_adding_gain;
/* Amps gain (dB) (float value) */
const LADSPA_Data gain = *(plugin_data->gain);
/* Input (array of floats of length sample_count) */
const LADSPA_Data * const input = plugin_data->input;
/* Output (array of floats of length sample_count) */
LADSPA_Data * const output = plugin_data->output;
#line 19 "amp_1181.xml"
unsigned long pos;
float coef = DB_CO(gain);
for (pos = 0; pos < sample_count; pos++) {
buffer_write(output[pos], input[pos] * coef);
}
}
void _init() {
char **port_names;
LADSPA_PortDescriptor *port_descriptors;
LADSPA_PortRangeHint *port_range_hints;
#ifdef ENABLE_NLS
#define D_(s) dgettext(PACKAGE, s)
setlocale(LC_ALL, "");
bindtextdomain(PACKAGE, PACKAGE_LOCALE_DIR);
#else
#define D_(s) (s)
#endif
ampDescriptor =
(LADSPA_Descriptor *)malloc(sizeof(LADSPA_Descriptor));
if (ampDescriptor) {
ampDescriptor->UniqueID = 1181;
ampDescriptor->Label = "amp";
ampDescriptor->Properties =
LADSPA_PROPERTY_HARD_RT_CAPABLE;
ampDescriptor->Name =
D_("Simple amplifier");
ampDescriptor->Maker =
"Steve Harris <steve@plugin.org.uk>";
ampDescriptor->Copyright =
"GPL";
ampDescriptor->PortCount = 3;
port_descriptors = (LADSPA_PortDescriptor *)calloc(3,
sizeof(LADSPA_PortDescriptor));
ampDescriptor->PortDescriptors =
(const LADSPA_PortDescriptor *)port_descriptors;
port_range_hints = (LADSPA_PortRangeHint *)calloc(3,
sizeof(LADSPA_PortRangeHint));
ampDescriptor->PortRangeHints =
(const LADSPA_PortRangeHint *)port_range_hints;
port_names = (char **)calloc(3, sizeof(char*));
ampDescriptor->PortNames =
(const char **)port_names;
/* Parameters for Amps gain (dB) */
port_descriptors[AMP_GAIN] =
LADSPA_PORT_INPUT | LADSPA_PORT_CONTROL;
port_names[AMP_GAIN] =
D_("Amps gain (dB)");
port_range_hints[AMP_GAIN].HintDescriptor =
LADSPA_HINT_BOUNDED_BELOW | LADSPA_HINT_BOUNDED_ABOVE | LADSPA_HINT_DEFAULT_0;
port_range_hints[AMP_GAIN].LowerBound = -70;
port_range_hints[AMP_GAIN].UpperBound = +70;
/* Parameters for Input */
port_descriptors[AMP_INPUT] =
LADSPA_PORT_INPUT | LADSPA_PORT_AUDIO;
port_names[AMP_INPUT] =
D_("Input");
port_range_hints[AMP_INPUT].HintDescriptor = 0;
/* Parameters for Output */
port_descriptors[AMP_OUTPUT] =
LADSPA_PORT_OUTPUT | LADSPA_PORT_AUDIO;
port_names[AMP_OUTPUT] =
D_("Output");
port_range_hints[AMP_OUTPUT].HintDescriptor = 0;
ampDescriptor->activate = NULL;
ampDescriptor->cleanup = cleanupAmp;
ampDescriptor->connect_port = connectPortAmp;
ampDescriptor->deactivate = NULL;
ampDescriptor->instantiate = instantiateAmp;
ampDescriptor->run = runAmp;
ampDescriptor->run_adding = runAddingAmp;
ampDescriptor->set_run_adding_gain = setRunAddingGainAmp;
}
}
void _fini() {
if (ampDescriptor) {
free((LADSPA_PortDescriptor *)ampDescriptor->PortDescriptors);
free((char **)ampDescriptor->PortNames);
free((LADSPA_PortRangeHint *)ampDescriptor->PortRangeHints);
free(ampDescriptor);
}
}

View File

@@ -0,0 +1,296 @@
#include <stdlib.h>
#include <string.h>
#ifndef WIN32
#include "config.h"
#endif
#ifdef ENABLE_NLS
#include <libintl.h>
#endif
#define _ISOC9X_SOURCE 1
#define _ISOC99_SOURCE 1
#define __USE_ISOC99 1
#define __USE_ISOC9X 1
#include <math.h>
#include "ladspa.h"
#ifdef WIN32
#define _WINDOWS_DLL_EXPORT_ __declspec(dllexport)
int bIsFirstTime = 1;
void _init(); // forward declaration
#else
#define _WINDOWS_DLL_EXPORT_
#endif
#line 9 "bandpass_a_iir_1893.xml"
#include "config.h"
#include "util/iir.h"
#define BANDPASS_A_IIR_CENTER 0
#define BANDPASS_A_IIR_WIDTH 1
#define BANDPASS_A_IIR_INPUT 2
#define BANDPASS_A_IIR_OUTPUT 3
static LADSPA_Descriptor *bandpass_a_iirDescriptor = NULL;
typedef struct {
LADSPA_Data *center;
LADSPA_Data *width;
LADSPA_Data *input;
LADSPA_Data *output;
iir_stage_t* gt;
iirf_t* iirf;
long sample_rate;
LADSPA_Data run_adding_gain;
} Bandpass_a_iir;
_WINDOWS_DLL_EXPORT_
const LADSPA_Descriptor *ladspa_descriptor(unsigned long index) {
#ifdef WIN32
if (bIsFirstTime) {
_init();
bIsFirstTime = 0;
}
#endif
switch (index) {
case 0:
return bandpass_a_iirDescriptor;
default:
return NULL;
}
}
static void activateBandpass_a_iir(LADSPA_Handle instance) {
Bandpass_a_iir *plugin_data = (Bandpass_a_iir *)instance;
iir_stage_t*gt = plugin_data->gt;
iirf_t*iirf = plugin_data->iirf;
long sample_rate = plugin_data->sample_rate;
#line 30 "bandpass_a_iir_1893.xml"
gt = init_iir_stage(IIR_STAGE_LOWPASS,1,3,2);
iirf = init_iirf_t(gt);
calc_2polebandpass(iirf, gt, *(plugin_data->center), *(plugin_data->width), sample_rate);
plugin_data->gt = gt;
plugin_data->iirf = iirf;
plugin_data->sample_rate = sample_rate;
}
static void cleanupBandpass_a_iir(LADSPA_Handle instance) {
#line 36 "bandpass_a_iir_1893.xml"
Bandpass_a_iir *plugin_data = (Bandpass_a_iir *)instance;
free_iirf_t(plugin_data->iirf, plugin_data->gt);
free_iir_stage(plugin_data->gt);
free(instance);
}
static void connectPortBandpass_a_iir(
LADSPA_Handle instance,
unsigned long port,
LADSPA_Data *data) {
Bandpass_a_iir *plugin;
plugin = (Bandpass_a_iir *)instance;
switch (port) {
case BANDPASS_A_IIR_CENTER:
plugin->center = data;
break;
case BANDPASS_A_IIR_WIDTH:
plugin->width = data;
break;
case BANDPASS_A_IIR_INPUT:
plugin->input = data;
break;
case BANDPASS_A_IIR_OUTPUT:
plugin->output = data;
break;
}
}
static LADSPA_Handle instantiateBandpass_a_iir(
const LADSPA_Descriptor *descriptor,
unsigned long s_rate) {
Bandpass_a_iir *plugin_data = (Bandpass_a_iir *)malloc(sizeof(Bandpass_a_iir));
iir_stage_t*gt = NULL;
iirf_t*iirf = NULL;
long sample_rate;
#line 22 "bandpass_a_iir_1893.xml"
sample_rate = s_rate;
plugin_data->gt = gt;
plugin_data->iirf = iirf;
plugin_data->sample_rate = sample_rate;
return (LADSPA_Handle)plugin_data;
}
#undef buffer_write
#undef RUN_ADDING
#undef RUN_REPLACING
#define buffer_write(b, v) (b = v)
#define RUN_ADDING 0
#define RUN_REPLACING 1
static void runBandpass_a_iir(LADSPA_Handle instance, unsigned long sample_count) {
Bandpass_a_iir *plugin_data = (Bandpass_a_iir *)instance;
/* Center Frequency (Hz) (float value) */
const LADSPA_Data center = *(plugin_data->center);
/* Bandwidth (Hz) (float value) */
const LADSPA_Data width = *(plugin_data->width);
/* Input (array of floats of length sample_count) */
const LADSPA_Data * const input = plugin_data->input;
/* Output (array of floats of length sample_count) */
LADSPA_Data * const output = plugin_data->output;
iir_stage_t* gt = plugin_data->gt;
iirf_t* iirf = plugin_data->iirf;
long sample_rate = plugin_data->sample_rate;
#line 25 "bandpass_a_iir_1893.xml"
calc_2polebandpass(iirf, gt, center, width, sample_rate);
iir_process_buffer_1s_5(iirf, gt, input, output, sample_count,0);
}
#undef buffer_write
#undef RUN_ADDING
#undef RUN_REPLACING
#define buffer_write(b, v) (b += (v) * run_adding_gain)
#define RUN_ADDING 1
#define RUN_REPLACING 0
static void setRunAddingGainBandpass_a_iir(LADSPA_Handle instance, LADSPA_Data gain) {
((Bandpass_a_iir *)instance)->run_adding_gain = gain;
}
static void runAddingBandpass_a_iir(LADSPA_Handle instance, unsigned long sample_count) {
Bandpass_a_iir *plugin_data = (Bandpass_a_iir *)instance;
LADSPA_Data run_adding_gain = plugin_data->run_adding_gain;
/* Center Frequency (Hz) (float value) */
const LADSPA_Data center = *(plugin_data->center);
/* Bandwidth (Hz) (float value) */
const LADSPA_Data width = *(plugin_data->width);
/* Input (array of floats of length sample_count) */
const LADSPA_Data * const input = plugin_data->input;
/* Output (array of floats of length sample_count) */
LADSPA_Data * const output = plugin_data->output;
iir_stage_t* gt = plugin_data->gt;
iirf_t* iirf = plugin_data->iirf;
long sample_rate = plugin_data->sample_rate;
#line 25 "bandpass_a_iir_1893.xml"
calc_2polebandpass(iirf, gt, center, width, sample_rate);
iir_process_buffer_1s_5(iirf, gt, input, output, sample_count,0);
}
void _init() {
char **port_names;
LADSPA_PortDescriptor *port_descriptors;
LADSPA_PortRangeHint *port_range_hints;
#ifdef ENABLE_NLS
#define D_(s) dgettext(PACKAGE, s)
setlocale(LC_ALL, "");
bindtextdomain(PACKAGE, PACKAGE_LOCALE_DIR);
#else
#define D_(s) (s)
#endif
bandpass_a_iirDescriptor =
(LADSPA_Descriptor *)malloc(sizeof(LADSPA_Descriptor));
if (bandpass_a_iirDescriptor) {
bandpass_a_iirDescriptor->UniqueID = 1893;
bandpass_a_iirDescriptor->Label = "bandpass_a_iir";
bandpass_a_iirDescriptor->Properties =
LADSPA_PROPERTY_HARD_RT_CAPABLE;
bandpass_a_iirDescriptor->Name =
D_("Glame Bandpass Analog Filter");
bandpass_a_iirDescriptor->Maker =
"Alexander Ehlert <mag@glame.de>";
bandpass_a_iirDescriptor->Copyright =
"GPL";
bandpass_a_iirDescriptor->PortCount = 4;
port_descriptors = (LADSPA_PortDescriptor *)calloc(4,
sizeof(LADSPA_PortDescriptor));
bandpass_a_iirDescriptor->PortDescriptors =
(const LADSPA_PortDescriptor *)port_descriptors;
port_range_hints = (LADSPA_PortRangeHint *)calloc(4,
sizeof(LADSPA_PortRangeHint));
bandpass_a_iirDescriptor->PortRangeHints =
(const LADSPA_PortRangeHint *)port_range_hints;
port_names = (char **)calloc(4, sizeof(char*));
bandpass_a_iirDescriptor->PortNames =
(const char **)port_names;
/* Parameters for Center Frequency (Hz) */
port_descriptors[BANDPASS_A_IIR_CENTER] =
LADSPA_PORT_INPUT | LADSPA_PORT_CONTROL;
port_names[BANDPASS_A_IIR_CENTER] =
D_("Center Frequency (Hz)");
port_range_hints[BANDPASS_A_IIR_CENTER].HintDescriptor =
LADSPA_HINT_BOUNDED_BELOW | LADSPA_HINT_BOUNDED_ABOVE | LADSPA_HINT_DEFAULT_LOW | LADSPA_HINT_SAMPLE_RATE | LADSPA_HINT_LOGARITHMIC;
port_range_hints[BANDPASS_A_IIR_CENTER].LowerBound = 0.0001;
port_range_hints[BANDPASS_A_IIR_CENTER].UpperBound = 0.45;
/* Parameters for Bandwidth (Hz) */
port_descriptors[BANDPASS_A_IIR_WIDTH] =
LADSPA_PORT_INPUT | LADSPA_PORT_CONTROL;
port_names[BANDPASS_A_IIR_WIDTH] =
D_("Bandwidth (Hz)");
port_range_hints[BANDPASS_A_IIR_WIDTH].HintDescriptor =
LADSPA_HINT_BOUNDED_BELOW | LADSPA_HINT_BOUNDED_ABOVE | LADSPA_HINT_DEFAULT_MIDDLE | LADSPA_HINT_SAMPLE_RATE | LADSPA_HINT_LOGARITHMIC;
port_range_hints[BANDPASS_A_IIR_WIDTH].LowerBound = 0.0001;
port_range_hints[BANDPASS_A_IIR_WIDTH].UpperBound = 0.45;
/* Parameters for Input */
port_descriptors[BANDPASS_A_IIR_INPUT] =
LADSPA_PORT_INPUT | LADSPA_PORT_AUDIO;
port_names[BANDPASS_A_IIR_INPUT] =
D_("Input");
port_range_hints[BANDPASS_A_IIR_INPUT].HintDescriptor = 0;
/* Parameters for Output */
port_descriptors[BANDPASS_A_IIR_OUTPUT] =
LADSPA_PORT_OUTPUT | LADSPA_PORT_AUDIO;
port_names[BANDPASS_A_IIR_OUTPUT] =
D_("Output");
port_range_hints[BANDPASS_A_IIR_OUTPUT].HintDescriptor = 0;
bandpass_a_iirDescriptor->activate = activateBandpass_a_iir;
bandpass_a_iirDescriptor->cleanup = cleanupBandpass_a_iir;
bandpass_a_iirDescriptor->connect_port = connectPortBandpass_a_iir;
bandpass_a_iirDescriptor->deactivate = NULL;
bandpass_a_iirDescriptor->instantiate = instantiateBandpass_a_iir;
bandpass_a_iirDescriptor->run = runBandpass_a_iir;
bandpass_a_iirDescriptor->run_adding = runAddingBandpass_a_iir;
bandpass_a_iirDescriptor->set_run_adding_gain = setRunAddingGainBandpass_a_iir;
}
}
void _fini() {
if (bandpass_a_iirDescriptor) {
free((LADSPA_PortDescriptor *)bandpass_a_iirDescriptor->PortDescriptors);
free((char **)bandpass_a_iirDescriptor->PortNames);
free((LADSPA_PortRangeHint *)bandpass_a_iirDescriptor->PortRangeHints);
free(bandpass_a_iirDescriptor);
}
}

View File

@@ -0,0 +1,361 @@
#include <stdlib.h>
#include <string.h>
#ifndef WIN32
#include "config.h"
#endif
#ifdef ENABLE_NLS
#include <libintl.h>
#endif
#define _ISOC9X_SOURCE 1
#define _ISOC99_SOURCE 1
#define __USE_ISOC99 1
#define __USE_ISOC9X 1
#include <math.h>
#include "ladspa.h"
#ifdef WIN32
#define _WINDOWS_DLL_EXPORT_ __declspec(dllexport)
int bIsFirstTime = 1;
void _init(); // forward declaration
#else
#define _WINDOWS_DLL_EXPORT_
#endif
#line 9 "bandpass_iir_1892.xml"
#include "config.h"
#include "util/iir.h"
#define BANDPASS_IIR_CENTER 0
#define BANDPASS_IIR_WIDTH 1
#define BANDPASS_IIR_STAGES 2
#define BANDPASS_IIR_INPUT 3
#define BANDPASS_IIR_OUTPUT 4
static LADSPA_Descriptor *bandpass_iirDescriptor = NULL;
typedef struct {
LADSPA_Data *center;
LADSPA_Data *width;
LADSPA_Data *stages;
LADSPA_Data *input;
LADSPA_Data *output;
iir_stage_t* first;
iir_stage_t* gt;
iirf_t* iirf;
float lfc;
long sample_rate;
iir_stage_t* second;
float ufc;
LADSPA_Data run_adding_gain;
} Bandpass_iir;
_WINDOWS_DLL_EXPORT_
const LADSPA_Descriptor *ladspa_descriptor(unsigned long index) {
#ifdef WIN32
if (bIsFirstTime) {
_init();
bIsFirstTime = 0;
}
#endif
switch (index) {
case 0:
return bandpass_iirDescriptor;
default:
return NULL;
}
}
static void activateBandpass_iir(LADSPA_Handle instance) {
Bandpass_iir *plugin_data = (Bandpass_iir *)instance;
iir_stage_t*first = plugin_data->first;
iir_stage_t*gt = plugin_data->gt;
iirf_t*iirf = plugin_data->iirf;
float lfc = plugin_data->lfc;
long sample_rate = plugin_data->sample_rate;
iir_stage_t*second = plugin_data->second;
float ufc = plugin_data->ufc;
#line 36 "bandpass_iir_1892.xml"
ufc = (*(plugin_data->center) + *(plugin_data->width)*0.5f)/(float)sample_rate;
lfc = (*(plugin_data->center) - *(plugin_data->width)*0.5f)/(float)sample_rate;
first = init_iir_stage(IIR_STAGE_LOWPASS,10,3,2);
second = init_iir_stage(IIR_STAGE_HIGHPASS,10,3,2);
gt = init_iir_stage(IIR_STAGE_BANDPASS,20,3,2);
iirf = init_iirf_t(gt);
chebyshev(iirf, first, 2*CLAMP((int)(*(plugin_data->stages)),1,10), IIR_STAGE_LOWPASS, ufc, 0.5f);
chebyshev(iirf, second, 2*CLAMP((int)(*(plugin_data->stages)),1,10), IIR_STAGE_HIGHPASS, lfc, 0.5f);
combine_iir_stages(IIR_STAGE_BANDPASS, gt, first, second,0,0);
plugin_data->first = first;
plugin_data->gt = gt;
plugin_data->iirf = iirf;
plugin_data->lfc = lfc;
plugin_data->sample_rate = sample_rate;
plugin_data->second = second;
plugin_data->ufc = ufc;
}
static void cleanupBandpass_iir(LADSPA_Handle instance) {
#line 48 "bandpass_iir_1892.xml"
Bandpass_iir *plugin_data = (Bandpass_iir *)instance;
free_iirf_t(plugin_data->iirf, plugin_data->gt);
free_iir_stage(plugin_data->first);
free_iir_stage(plugin_data->second);
free_iir_stage(plugin_data->gt);
free(instance);
}
static void connectPortBandpass_iir(
LADSPA_Handle instance,
unsigned long port,
LADSPA_Data *data) {
Bandpass_iir *plugin;
plugin = (Bandpass_iir *)instance;
switch (port) {
case BANDPASS_IIR_CENTER:
plugin->center = data;
break;
case BANDPASS_IIR_WIDTH:
plugin->width = data;
break;
case BANDPASS_IIR_STAGES:
plugin->stages = data;
break;
case BANDPASS_IIR_INPUT:
plugin->input = data;
break;
case BANDPASS_IIR_OUTPUT:
plugin->output = data;
break;
}
}
static LADSPA_Handle instantiateBandpass_iir(
const LADSPA_Descriptor *descriptor,
unsigned long s_rate) {
Bandpass_iir *plugin_data = (Bandpass_iir *)malloc(sizeof(Bandpass_iir));
iir_stage_t*first = NULL;
iir_stage_t*gt = NULL;
iirf_t*iirf = NULL;
float lfc;
long sample_rate;
iir_stage_t*second = NULL;
float ufc;
#line 24 "bandpass_iir_1892.xml"
sample_rate = s_rate;
plugin_data->first = first;
plugin_data->gt = gt;
plugin_data->iirf = iirf;
plugin_data->lfc = lfc;
plugin_data->sample_rate = sample_rate;
plugin_data->second = second;
plugin_data->ufc = ufc;
return (LADSPA_Handle)plugin_data;
}
#undef buffer_write
#undef RUN_ADDING
#undef RUN_REPLACING
#define buffer_write(b, v) (b = v)
#define RUN_ADDING 0
#define RUN_REPLACING 1
static void runBandpass_iir(LADSPA_Handle instance, unsigned long sample_count) {
Bandpass_iir *plugin_data = (Bandpass_iir *)instance;
/* Center Frequency (Hz) (float value) */
const LADSPA_Data center = *(plugin_data->center);
/* Bandwidth (Hz) (float value) */
const LADSPA_Data width = *(plugin_data->width);
/* Stages(2 poles per stage) (float value) */
const LADSPA_Data stages = *(plugin_data->stages);
/* Input (array of floats of length sample_count) */
const LADSPA_Data * const input = plugin_data->input;
/* Output (array of floats of length sample_count) */
LADSPA_Data * const output = plugin_data->output;
iir_stage_t* first = plugin_data->first;
iir_stage_t* gt = plugin_data->gt;
iirf_t* iirf = plugin_data->iirf;
float lfc = plugin_data->lfc;
long sample_rate = plugin_data->sample_rate;
iir_stage_t* second = plugin_data->second;
float ufc = plugin_data->ufc;
#line 27 "bandpass_iir_1892.xml"
ufc = (center + width*0.5f)/(float)sample_rate;
lfc = (center - width*0.5f)/(float)sample_rate;
combine_iir_stages(IIR_STAGE_BANDPASS, gt, first, second,
chebyshev(iirf, first, 2*CLAMP((int)stages,1,10), IIR_STAGE_LOWPASS, ufc, 0.5f),
chebyshev(iirf, second, 2*CLAMP((int)stages,1,10), IIR_STAGE_HIGHPASS, lfc, 0.5f));
iir_process_buffer_ns_5(iirf, gt, input, output, sample_count,RUN_ADDING);
}
#undef buffer_write
#undef RUN_ADDING
#undef RUN_REPLACING
#define buffer_write(b, v) (b += (v) * run_adding_gain)
#define RUN_ADDING 1
#define RUN_REPLACING 0
static void setRunAddingGainBandpass_iir(LADSPA_Handle instance, LADSPA_Data gain) {
((Bandpass_iir *)instance)->run_adding_gain = gain;
}
static void runAddingBandpass_iir(LADSPA_Handle instance, unsigned long sample_count) {
Bandpass_iir *plugin_data = (Bandpass_iir *)instance;
LADSPA_Data run_adding_gain = plugin_data->run_adding_gain;
/* Center Frequency (Hz) (float value) */
const LADSPA_Data center = *(plugin_data->center);
/* Bandwidth (Hz) (float value) */
const LADSPA_Data width = *(plugin_data->width);
/* Stages(2 poles per stage) (float value) */
const LADSPA_Data stages = *(plugin_data->stages);
/* Input (array of floats of length sample_count) */
const LADSPA_Data * const input = plugin_data->input;
/* Output (array of floats of length sample_count) */
LADSPA_Data * const output = plugin_data->output;
iir_stage_t* first = plugin_data->first;
iir_stage_t* gt = plugin_data->gt;
iirf_t* iirf = plugin_data->iirf;
float lfc = plugin_data->lfc;
long sample_rate = plugin_data->sample_rate;
iir_stage_t* second = plugin_data->second;
float ufc = plugin_data->ufc;
#line 27 "bandpass_iir_1892.xml"
ufc = (center + width*0.5f)/(float)sample_rate;
lfc = (center - width*0.5f)/(float)sample_rate;
combine_iir_stages(IIR_STAGE_BANDPASS, gt, first, second,
chebyshev(iirf, first, 2*CLAMP((int)stages,1,10), IIR_STAGE_LOWPASS, ufc, 0.5f),
chebyshev(iirf, second, 2*CLAMP((int)stages,1,10), IIR_STAGE_HIGHPASS, lfc, 0.5f));
iir_process_buffer_ns_5(iirf, gt, input, output, sample_count,RUN_ADDING);
}
void _init() {
char **port_names;
LADSPA_PortDescriptor *port_descriptors;
LADSPA_PortRangeHint *port_range_hints;
#ifdef ENABLE_NLS
#define D_(s) dgettext(PACKAGE, s)
setlocale(LC_ALL, "");
bindtextdomain(PACKAGE, PACKAGE_LOCALE_DIR);
#else
#define D_(s) (s)
#endif
bandpass_iirDescriptor =
(LADSPA_Descriptor *)malloc(sizeof(LADSPA_Descriptor));
if (bandpass_iirDescriptor) {
bandpass_iirDescriptor->UniqueID = 1892;
bandpass_iirDescriptor->Label = "bandpass_iir";
bandpass_iirDescriptor->Properties =
LADSPA_PROPERTY_HARD_RT_CAPABLE;
bandpass_iirDescriptor->Name =
D_("Glame Bandpass Filter");
bandpass_iirDescriptor->Maker =
"Alexander Ehlert <mag@glame.de>";
bandpass_iirDescriptor->Copyright =
"GPL";
bandpass_iirDescriptor->PortCount = 5;
port_descriptors = (LADSPA_PortDescriptor *)calloc(5,
sizeof(LADSPA_PortDescriptor));
bandpass_iirDescriptor->PortDescriptors =
(const LADSPA_PortDescriptor *)port_descriptors;
port_range_hints = (LADSPA_PortRangeHint *)calloc(5,
sizeof(LADSPA_PortRangeHint));
bandpass_iirDescriptor->PortRangeHints =
(const LADSPA_PortRangeHint *)port_range_hints;
port_names = (char **)calloc(5, sizeof(char*));
bandpass_iirDescriptor->PortNames =
(const char **)port_names;
/* Parameters for Center Frequency (Hz) */
port_descriptors[BANDPASS_IIR_CENTER] =
LADSPA_PORT_INPUT | LADSPA_PORT_CONTROL;
port_names[BANDPASS_IIR_CENTER] =
D_("Center Frequency (Hz)");
port_range_hints[BANDPASS_IIR_CENTER].HintDescriptor =
LADSPA_HINT_BOUNDED_BELOW | LADSPA_HINT_BOUNDED_ABOVE | LADSPA_HINT_DEFAULT_MIDDLE | LADSPA_HINT_SAMPLE_RATE | LADSPA_HINT_LOGARITHMIC;
port_range_hints[BANDPASS_IIR_CENTER].LowerBound = 0.0001;
port_range_hints[BANDPASS_IIR_CENTER].UpperBound = 0.45;
/* Parameters for Bandwidth (Hz) */
port_descriptors[BANDPASS_IIR_WIDTH] =
LADSPA_PORT_INPUT | LADSPA_PORT_CONTROL;
port_names[BANDPASS_IIR_WIDTH] =
D_("Bandwidth (Hz)");
port_range_hints[BANDPASS_IIR_WIDTH].HintDescriptor =
LADSPA_HINT_BOUNDED_BELOW | LADSPA_HINT_BOUNDED_ABOVE | LADSPA_HINT_DEFAULT_MIDDLE | LADSPA_HINT_SAMPLE_RATE | LADSPA_HINT_LOGARITHMIC;
port_range_hints[BANDPASS_IIR_WIDTH].LowerBound = 0.0001;
port_range_hints[BANDPASS_IIR_WIDTH].UpperBound = 0.45;
/* Parameters for Stages(2 poles per stage) */
port_descriptors[BANDPASS_IIR_STAGES] =
LADSPA_PORT_INPUT | LADSPA_PORT_CONTROL;
port_names[BANDPASS_IIR_STAGES] =
D_("Stages(2 poles per stage)");
port_range_hints[BANDPASS_IIR_STAGES].HintDescriptor =
LADSPA_HINT_BOUNDED_BELOW | LADSPA_HINT_BOUNDED_ABOVE | LADSPA_HINT_DEFAULT_1 | LADSPA_HINT_INTEGER;
port_range_hints[BANDPASS_IIR_STAGES].LowerBound = 1.0;
port_range_hints[BANDPASS_IIR_STAGES].UpperBound = 10.0;
/* Parameters for Input */
port_descriptors[BANDPASS_IIR_INPUT] =
LADSPA_PORT_INPUT | LADSPA_PORT_AUDIO;
port_names[BANDPASS_IIR_INPUT] =
D_("Input");
port_range_hints[BANDPASS_IIR_INPUT].HintDescriptor = 0;
/* Parameters for Output */
port_descriptors[BANDPASS_IIR_OUTPUT] =
LADSPA_PORT_OUTPUT | LADSPA_PORT_AUDIO;
port_names[BANDPASS_IIR_OUTPUT] =
D_("Output");
port_range_hints[BANDPASS_IIR_OUTPUT].HintDescriptor = 0;
bandpass_iirDescriptor->activate = activateBandpass_iir;
bandpass_iirDescriptor->cleanup = cleanupBandpass_iir;
bandpass_iirDescriptor->connect_port = connectPortBandpass_iir;
bandpass_iirDescriptor->deactivate = NULL;
bandpass_iirDescriptor->instantiate = instantiateBandpass_iir;
bandpass_iirDescriptor->run = runBandpass_iir;
bandpass_iirDescriptor->run_adding = runAddingBandpass_iir;
bandpass_iirDescriptor->set_run_adding_gain = setRunAddingGainBandpass_iir;
}
}
void _fini() {
if (bandpass_iirDescriptor) {
free((LADSPA_PortDescriptor *)bandpass_iirDescriptor->PortDescriptors);
free((char **)bandpass_iirDescriptor->PortNames);
free((LADSPA_PortRangeHint *)bandpass_iirDescriptor->PortRangeHints);
free(bandpass_iirDescriptor);
}
}

View File

@@ -0,0 +1,469 @@
#include <stdlib.h>
#include <string.h>
#ifndef WIN32
#include "config.h"
#endif
#ifdef ENABLE_NLS
#include <libintl.h>
#endif
#define _ISOC9X_SOURCE 1
#define _ISOC99_SOURCE 1
#define __USE_ISOC99 1
#define __USE_ISOC9X 1
#include <math.h>
#include "ladspa.h"
#ifdef WIN32
#define _WINDOWS_DLL_EXPORT_ __declspec(dllexport)
int bIsFirstTime = 1;
void _init(); // forward declaration
#else
#define _WINDOWS_DLL_EXPORT_
#endif
#line 10 "bode_shifter_1431.xml"
#include <math.h>
#include "ladspa-util.h"
#define SIN_T_SIZE 1024
#define D_SIZE 256
#define NZEROS 200
/* The non-zero taps of the Hilbert transformer */
static float xcoeffs[] = {
+0.0008103736f, +0.0008457886f, +0.0009017196f, +0.0009793364f,
+0.0010798341f, +0.0012044365f, +0.0013544008f, +0.0015310235f,
+0.0017356466f, +0.0019696659f, +0.0022345404f, +0.0025318040f,
+0.0028630784f, +0.0032300896f, +0.0036346867f, +0.0040788644f,
+0.0045647903f, +0.0050948365f, +0.0056716186f, +0.0062980419f,
+0.0069773575f, +0.0077132300f, +0.0085098208f, +0.0093718901f,
+0.0103049226f, +0.0113152847f, +0.0124104218f, +0.0135991079f,
+0.0148917649f, +0.0163008758f, +0.0178415242f, +0.0195321089f,
+0.0213953037f, +0.0234593652f, +0.0257599469f, +0.0283426636f,
+0.0312667947f, +0.0346107648f, +0.0384804823f, +0.0430224431f,
+0.0484451086f, +0.0550553725f, +0.0633242001f, +0.0740128560f,
+0.0884368322f, +0.1090816773f, +0.1412745301f, +0.1988673273f,
+0.3326528346f, +0.9997730178f, -0.9997730178f, -0.3326528346f,
-0.1988673273f, -0.1412745301f, -0.1090816773f, -0.0884368322f,
-0.0740128560f, -0.0633242001f, -0.0550553725f, -0.0484451086f,
-0.0430224431f, -0.0384804823f, -0.0346107648f, -0.0312667947f,
-0.0283426636f, -0.0257599469f, -0.0234593652f, -0.0213953037f,
-0.0195321089f, -0.0178415242f, -0.0163008758f, -0.0148917649f,
-0.0135991079f, -0.0124104218f, -0.0113152847f, -0.0103049226f,
-0.0093718901f, -0.0085098208f, -0.0077132300f, -0.0069773575f,
-0.0062980419f, -0.0056716186f, -0.0050948365f, -0.0045647903f,
-0.0040788644f, -0.0036346867f, -0.0032300896f, -0.0028630784f,
-0.0025318040f, -0.0022345404f, -0.0019696659f, -0.0017356466f,
-0.0015310235f, -0.0013544008f, -0.0012044365f, -0.0010798341f,
-0.0009793364f, -0.0009017196f, -0.0008457886f, -0.0008103736f,
};
#define BODESHIFTER_SHIFT 0
#define BODESHIFTER_INPUT 1
#define BODESHIFTER_DOUT 2
#define BODESHIFTER_UOUT 3
#define BODESHIFTER_LATENCY 4
static LADSPA_Descriptor *bodeShifterDescriptor = NULL;
typedef struct {
LADSPA_Data *shift;
LADSPA_Data *input;
LADSPA_Data *dout;
LADSPA_Data *uout;
LADSPA_Data *latency;
LADSPA_Data *delay;
unsigned int dptr;
float fs;
float last_shift;
float phi;
float * sint;
LADSPA_Data run_adding_gain;
} BodeShifter;
_WINDOWS_DLL_EXPORT_
const LADSPA_Descriptor *ladspa_descriptor(unsigned long index) {
#ifdef WIN32
if (bIsFirstTime) {
_init();
bIsFirstTime = 0;
}
#endif
switch (index) {
case 0:
return bodeShifterDescriptor;
default:
return NULL;
}
}
static void cleanupBodeShifter(LADSPA_Handle instance) {
#line 75 "bode_shifter_1431.xml"
BodeShifter *plugin_data = (BodeShifter *)instance;
free(plugin_data->delay);
free(plugin_data->sint);
free(instance);
}
static void connectPortBodeShifter(
LADSPA_Handle instance,
unsigned long port,
LADSPA_Data *data) {
BodeShifter *plugin;
plugin = (BodeShifter *)instance;
switch (port) {
case BODESHIFTER_SHIFT:
plugin->shift = data;
break;
case BODESHIFTER_INPUT:
plugin->input = data;
break;
case BODESHIFTER_DOUT:
plugin->dout = data;
break;
case BODESHIFTER_UOUT:
plugin->uout = data;
break;
case BODESHIFTER_LATENCY:
plugin->latency = data;
break;
}
}
static LADSPA_Handle instantiateBodeShifter(
const LADSPA_Descriptor *descriptor,
unsigned long s_rate) {
BodeShifter *plugin_data = (BodeShifter *)malloc(sizeof(BodeShifter));
LADSPA_Data *delay = NULL;
unsigned int dptr;
float fs;
float last_shift;
float phi;
float *sint = NULL;
#line 58 "bode_shifter_1431.xml"
unsigned int i;
fs = (float)s_rate;
delay = calloc(D_SIZE, sizeof(LADSPA_Data));
sint = calloc(SIN_T_SIZE + 4, sizeof(float));
dptr = 0;
phi = 0.0f;
last_shift = 0.0f;
for (i = 0; i < SIN_T_SIZE + 4; i++) {
sint[i] = sinf(2.0f * M_PI * (float)i / (float)SIN_T_SIZE);
}
plugin_data->delay = delay;
plugin_data->dptr = dptr;
plugin_data->fs = fs;
plugin_data->last_shift = last_shift;
plugin_data->phi = phi;
plugin_data->sint = sint;
return (LADSPA_Handle)plugin_data;
}
#undef buffer_write
#undef RUN_ADDING
#undef RUN_REPLACING
#define buffer_write(b, v) (b = v)
#define RUN_ADDING 0
#define RUN_REPLACING 1
static void runBodeShifter(LADSPA_Handle instance, unsigned long sample_count) {
BodeShifter *plugin_data = (BodeShifter *)instance;
/* Frequency shift (float value) */
const LADSPA_Data shift = *(plugin_data->shift);
/* Input (array of floats of length sample_count) */
const LADSPA_Data * const input = plugin_data->input;
/* Down out (array of floats of length sample_count) */
LADSPA_Data * const dout = plugin_data->dout;
/* Up out (array of floats of length sample_count) */
LADSPA_Data * const uout = plugin_data->uout;
LADSPA_Data * delay = plugin_data->delay;
unsigned int dptr = plugin_data->dptr;
float fs = plugin_data->fs;
float last_shift = plugin_data->last_shift;
float phi = plugin_data->phi;
float * sint = plugin_data->sint;
#line 80 "bode_shifter_1431.xml"
unsigned long pos;
unsigned int i;
float hilb, rm1, rm2;
float shift_i = last_shift;
int int_p;
float frac_p;
const float shift_c = f_clamp(shift, 0.0f, 10000.0f);
const float shift_inc = (shift_c - last_shift) / (float)sample_count;
const float freq_fix = (float)SIN_T_SIZE / fs;
for (pos = 0; pos < sample_count; pos++) {
delay[dptr] = input[pos];
/* Perform the Hilbert FIR convolution
* (probably FFT would be faster) */
hilb = 0.0f;
for (i = 0; i < NZEROS/2; i++) {
hilb += (xcoeffs[i] * delay[(dptr - i*2) & (D_SIZE - 1)]);
}
/* Calcuate the table positions for the sine modulator */
int_p = f_round(floor(phi));
/* Calculate ringmod1, the transformed input modulated with a shift Hz
* sinewave. This creates a +180 degree sideband at source-shift Hz and
* a 0 degree sindeband at source+shift Hz */
frac_p = phi - int_p;
/* the Hilbert has a gain of pi/2, which we have to correct for, thanks
* Fons! */
rm1 = hilb * 0.63661978f * cube_interp(frac_p, sint[int_p],
sint[int_p+1], sint[int_p+2], sint[int_p+3]);
/* Calcuate the table positions for the cosine modulator */
int_p = (int_p + SIN_T_SIZE / 4) & (SIN_T_SIZE - 1);
/* Calculate ringmod2, the delayed input modulated with a shift Hz
* cosinewave. This creates a 0 degree sideband at source+shift Hz
* and a -180 degree sindeband at source-shift Hz */
rm2 = delay[(dptr - 99) & (D_SIZE - 1)] * cube_interp(frac_p,
sint[int_p], sint[int_p+1], sint[int_p+2], sint[int_p+3]);
/* Output the sum and differences of the ringmods. The +/-180 degree
* sidebands cancel (more of less) and just leave the shifted
* components */
buffer_write(dout[pos], (rm2 - rm1) * 0.5f);
buffer_write(uout[pos], (rm2 + rm1) * 0.5f);
dptr = (dptr + 1) & (D_SIZE - 1);
phi += shift_i * freq_fix;
while (phi > SIN_T_SIZE) {
phi -= SIN_T_SIZE;
}
shift_i += shift_inc;
}
plugin_data->dptr = dptr;
plugin_data->phi = phi;
plugin_data->last_shift = shift_c;
*(plugin_data->latency) = 99;
}
#undef buffer_write
#undef RUN_ADDING
#undef RUN_REPLACING
#define buffer_write(b, v) (b += (v) * run_adding_gain)
#define RUN_ADDING 1
#define RUN_REPLACING 0
static void setRunAddingGainBodeShifter(LADSPA_Handle instance, LADSPA_Data gain) {
((BodeShifter *)instance)->run_adding_gain = gain;
}
static void runAddingBodeShifter(LADSPA_Handle instance, unsigned long sample_count) {
BodeShifter *plugin_data = (BodeShifter *)instance;
LADSPA_Data run_adding_gain = plugin_data->run_adding_gain;
/* Frequency shift (float value) */
const LADSPA_Data shift = *(plugin_data->shift);
/* Input (array of floats of length sample_count) */
const LADSPA_Data * const input = plugin_data->input;
/* Down out (array of floats of length sample_count) */
LADSPA_Data * const dout = plugin_data->dout;
/* Up out (array of floats of length sample_count) */
LADSPA_Data * const uout = plugin_data->uout;
LADSPA_Data * delay = plugin_data->delay;
unsigned int dptr = plugin_data->dptr;
float fs = plugin_data->fs;
float last_shift = plugin_data->last_shift;
float phi = plugin_data->phi;
float * sint = plugin_data->sint;
#line 80 "bode_shifter_1431.xml"
unsigned long pos;
unsigned int i;
float hilb, rm1, rm2;
float shift_i = last_shift;
int int_p;
float frac_p;
const float shift_c = f_clamp(shift, 0.0f, 10000.0f);
const float shift_inc = (shift_c - last_shift) / (float)sample_count;
const float freq_fix = (float)SIN_T_SIZE / fs;
for (pos = 0; pos < sample_count; pos++) {
delay[dptr] = input[pos];
/* Perform the Hilbert FIR convolution
* (probably FFT would be faster) */
hilb = 0.0f;
for (i = 0; i < NZEROS/2; i++) {
hilb += (xcoeffs[i] * delay[(dptr - i*2) & (D_SIZE - 1)]);
}
/* Calcuate the table positions for the sine modulator */
int_p = f_round(floor(phi));
/* Calculate ringmod1, the transformed input modulated with a shift Hz
* sinewave. This creates a +180 degree sideband at source-shift Hz and
* a 0 degree sindeband at source+shift Hz */
frac_p = phi - int_p;
/* the Hilbert has a gain of pi/2, which we have to correct for, thanks
* Fons! */
rm1 = hilb * 0.63661978f * cube_interp(frac_p, sint[int_p],
sint[int_p+1], sint[int_p+2], sint[int_p+3]);
/* Calcuate the table positions for the cosine modulator */
int_p = (int_p + SIN_T_SIZE / 4) & (SIN_T_SIZE - 1);
/* Calculate ringmod2, the delayed input modulated with a shift Hz
* cosinewave. This creates a 0 degree sideband at source+shift Hz
* and a -180 degree sindeband at source-shift Hz */
rm2 = delay[(dptr - 99) & (D_SIZE - 1)] * cube_interp(frac_p,
sint[int_p], sint[int_p+1], sint[int_p+2], sint[int_p+3]);
/* Output the sum and differences of the ringmods. The +/-180 degree
* sidebands cancel (more of less) and just leave the shifted
* components */
buffer_write(dout[pos], (rm2 - rm1) * 0.5f);
buffer_write(uout[pos], (rm2 + rm1) * 0.5f);
dptr = (dptr + 1) & (D_SIZE - 1);
phi += shift_i * freq_fix;
while (phi > SIN_T_SIZE) {
phi -= SIN_T_SIZE;
}
shift_i += shift_inc;
}
plugin_data->dptr = dptr;
plugin_data->phi = phi;
plugin_data->last_shift = shift_c;
*(plugin_data->latency) = 99;
}
void _init() {
char **port_names;
LADSPA_PortDescriptor *port_descriptors;
LADSPA_PortRangeHint *port_range_hints;
#ifdef ENABLE_NLS
#define D_(s) dgettext(PACKAGE, s)
setlocale(LC_ALL, "");
bindtextdomain(PACKAGE, PACKAGE_LOCALE_DIR);
#else
#define D_(s) (s)
#endif
bodeShifterDescriptor =
(LADSPA_Descriptor *)malloc(sizeof(LADSPA_Descriptor));
if (bodeShifterDescriptor) {
bodeShifterDescriptor->UniqueID = 1431;
bodeShifterDescriptor->Label = "bodeShifter";
bodeShifterDescriptor->Properties =
LADSPA_PROPERTY_HARD_RT_CAPABLE;
bodeShifterDescriptor->Name =
D_("Bode frequency shifter");
bodeShifterDescriptor->Maker =
"Steve Harris <steve@plugin.org.uk>";
bodeShifterDescriptor->Copyright =
"GPL";
bodeShifterDescriptor->PortCount = 5;
port_descriptors = (LADSPA_PortDescriptor *)calloc(5,
sizeof(LADSPA_PortDescriptor));
bodeShifterDescriptor->PortDescriptors =
(const LADSPA_PortDescriptor *)port_descriptors;
port_range_hints = (LADSPA_PortRangeHint *)calloc(5,
sizeof(LADSPA_PortRangeHint));
bodeShifterDescriptor->PortRangeHints =
(const LADSPA_PortRangeHint *)port_range_hints;
port_names = (char **)calloc(5, sizeof(char*));
bodeShifterDescriptor->PortNames =
(const char **)port_names;
/* Parameters for Frequency shift */
port_descriptors[BODESHIFTER_SHIFT] =
LADSPA_PORT_INPUT | LADSPA_PORT_CONTROL;
port_names[BODESHIFTER_SHIFT] =
D_("Frequency shift");
port_range_hints[BODESHIFTER_SHIFT].HintDescriptor =
LADSPA_HINT_BOUNDED_BELOW | LADSPA_HINT_BOUNDED_ABOVE | LADSPA_HINT_DEFAULT_0;
port_range_hints[BODESHIFTER_SHIFT].LowerBound = 0;
port_range_hints[BODESHIFTER_SHIFT].UpperBound = 5000;
/* Parameters for Input */
port_descriptors[BODESHIFTER_INPUT] =
LADSPA_PORT_INPUT | LADSPA_PORT_AUDIO;
port_names[BODESHIFTER_INPUT] =
D_("Input");
port_range_hints[BODESHIFTER_INPUT].HintDescriptor = 0;
/* Parameters for Down out */
port_descriptors[BODESHIFTER_DOUT] =
LADSPA_PORT_OUTPUT | LADSPA_PORT_AUDIO;
port_names[BODESHIFTER_DOUT] =
D_("Down out");
port_range_hints[BODESHIFTER_DOUT].HintDescriptor = 0;
/* Parameters for Up out */
port_descriptors[BODESHIFTER_UOUT] =
LADSPA_PORT_OUTPUT | LADSPA_PORT_AUDIO;
port_names[BODESHIFTER_UOUT] =
D_("Up out");
port_range_hints[BODESHIFTER_UOUT].HintDescriptor = 0;
/* Parameters for latency */
port_descriptors[BODESHIFTER_LATENCY] =
LADSPA_PORT_OUTPUT | LADSPA_PORT_CONTROL;
port_names[BODESHIFTER_LATENCY] =
D_("latency");
port_range_hints[BODESHIFTER_LATENCY].HintDescriptor = 0;
bodeShifterDescriptor->activate = NULL;
bodeShifterDescriptor->cleanup = cleanupBodeShifter;
bodeShifterDescriptor->connect_port = connectPortBodeShifter;
bodeShifterDescriptor->deactivate = NULL;
bodeShifterDescriptor->instantiate = instantiateBodeShifter;
bodeShifterDescriptor->run = runBodeShifter;
bodeShifterDescriptor->run_adding = runAddingBodeShifter;
bodeShifterDescriptor->set_run_adding_gain = setRunAddingGainBodeShifter;
}
}
void _fini() {
if (bodeShifterDescriptor) {
free((LADSPA_PortDescriptor *)bodeShifterDescriptor->PortDescriptors);
free((char **)bodeShifterDescriptor->PortNames);
free((LADSPA_PortRangeHint *)bodeShifterDescriptor->PortRangeHints);
free(bodeShifterDescriptor);
}
}

View File

@@ -0,0 +1,534 @@
#include <stdlib.h>
#include <string.h>
#ifndef WIN32
#include "config.h"
#endif
#ifdef ENABLE_NLS
#include <libintl.h>
#endif
#define _ISOC9X_SOURCE 1
#define _ISOC99_SOURCE 1
#define __USE_ISOC99 1
#define __USE_ISOC9X 1
#include <math.h>
#include "ladspa.h"
#ifdef WIN32
#define _WINDOWS_DLL_EXPORT_ __declspec(dllexport)
int bIsFirstTime = 1;
void _init(); // forward declaration
#else
#define _WINDOWS_DLL_EXPORT_
#endif
#line 10 "bode_shifter_cv_1432.xml"
#include <math.h>
#include "ladspa-util.h"
#define SIN_T_SIZE 1024
#define D_SIZE 256
#define NZEROS 200
/* The non-zero taps of the Hilbert transformer */
static float xcoeffs[] = {
+0.0008103736f, +0.0008457886f, +0.0009017196f, +0.0009793364f,
+0.0010798341f, +0.0012044365f, +0.0013544008f, +0.0015310235f,
+0.0017356466f, +0.0019696659f, +0.0022345404f, +0.0025318040f,
+0.0028630784f, +0.0032300896f, +0.0036346867f, +0.0040788644f,
+0.0045647903f, +0.0050948365f, +0.0056716186f, +0.0062980419f,
+0.0069773575f, +0.0077132300f, +0.0085098208f, +0.0093718901f,
+0.0103049226f, +0.0113152847f, +0.0124104218f, +0.0135991079f,
+0.0148917649f, +0.0163008758f, +0.0178415242f, +0.0195321089f,
+0.0213953037f, +0.0234593652f, +0.0257599469f, +0.0283426636f,
+0.0312667947f, +0.0346107648f, +0.0384804823f, +0.0430224431f,
+0.0484451086f, +0.0550553725f, +0.0633242001f, +0.0740128560f,
+0.0884368322f, +0.1090816773f, +0.1412745301f, +0.1988673273f,
+0.3326528346f, +0.9997730178f, -0.9997730178f, -0.3326528346f,
-0.1988673273f, -0.1412745301f, -0.1090816773f, -0.0884368322f,
-0.0740128560f, -0.0633242001f, -0.0550553725f, -0.0484451086f,
-0.0430224431f, -0.0384804823f, -0.0346107648f, -0.0312667947f,
-0.0283426636f, -0.0257599469f, -0.0234593652f, -0.0213953037f,
-0.0195321089f, -0.0178415242f, -0.0163008758f, -0.0148917649f,
-0.0135991079f, -0.0124104218f, -0.0113152847f, -0.0103049226f,
-0.0093718901f, -0.0085098208f, -0.0077132300f, -0.0069773575f,
-0.0062980419f, -0.0056716186f, -0.0050948365f, -0.0045647903f,
-0.0040788644f, -0.0036346867f, -0.0032300896f, -0.0028630784f,
-0.0025318040f, -0.0022345404f, -0.0019696659f, -0.0017356466f,
-0.0015310235f, -0.0013544008f, -0.0012044365f, -0.0010798341f,
-0.0009793364f, -0.0009017196f, -0.0008457886f, -0.0008103736f,
};
#define BODESHIFTERCV_SHIFT_B 0
#define BODESHIFTERCV_MIX 1
#define BODESHIFTERCV_INPUT 2
#define BODESHIFTERCV_ATTEN 3
#define BODESHIFTERCV_SHIFT 4
#define BODESHIFTERCV_DOUT 5
#define BODESHIFTERCV_UOUT 6
#define BODESHIFTERCV_MIXOUT 7
#define BODESHIFTERCV_LATENCY 8
static LADSPA_Descriptor *bodeShifterCVDescriptor = NULL;
typedef struct {
LADSPA_Data *shift_b;
LADSPA_Data *mix;
LADSPA_Data *input;
LADSPA_Data *atten;
LADSPA_Data *shift;
LADSPA_Data *dout;
LADSPA_Data *uout;
LADSPA_Data *mixout;
LADSPA_Data *latency;
LADSPA_Data *delay;
unsigned int dptr;
float fs;
float phi;
float * sint;
LADSPA_Data run_adding_gain;
} BodeShifterCV;
_WINDOWS_DLL_EXPORT_
const LADSPA_Descriptor *ladspa_descriptor(unsigned long index) {
#ifdef WIN32
if (bIsFirstTime) {
_init();
bIsFirstTime = 0;
}
#endif
switch (index) {
case 0:
return bodeShifterCVDescriptor;
default:
return NULL;
}
}
static void cleanupBodeShifterCV(LADSPA_Handle instance) {
#line 132 "bode_shifter_cv_1432.xml"
BodeShifterCV *plugin_data = (BodeShifterCV *)instance;
free(plugin_data->delay);
free(plugin_data->sint);
free(instance);
}
static void connectPortBodeShifterCV(
LADSPA_Handle instance,
unsigned long port,
LADSPA_Data *data) {
BodeShifterCV *plugin;
plugin = (BodeShifterCV *)instance;
switch (port) {
case BODESHIFTERCV_SHIFT_B:
plugin->shift_b = data;
break;
case BODESHIFTERCV_MIX:
plugin->mix = data;
break;
case BODESHIFTERCV_INPUT:
plugin->input = data;
break;
case BODESHIFTERCV_ATTEN:
plugin->atten = data;
break;
case BODESHIFTERCV_SHIFT:
plugin->shift = data;
break;
case BODESHIFTERCV_DOUT:
plugin->dout = data;
break;
case BODESHIFTERCV_UOUT:
plugin->uout = data;
break;
case BODESHIFTERCV_MIXOUT:
plugin->mixout = data;
break;
case BODESHIFTERCV_LATENCY:
plugin->latency = data;
break;
}
}
static LADSPA_Handle instantiateBodeShifterCV(
const LADSPA_Descriptor *descriptor,
unsigned long s_rate) {
BodeShifterCV *plugin_data = (BodeShifterCV *)malloc(sizeof(BodeShifterCV));
LADSPA_Data *delay = NULL;
unsigned int dptr;
float fs;
float phi;
float *sint = NULL;
#line 57 "bode_shifter_cv_1432.xml"
unsigned int i;
fs = (float)s_rate;
delay = calloc(D_SIZE, sizeof(LADSPA_Data));
sint = calloc(SIN_T_SIZE + 4, sizeof(float));
dptr = 0;
phi = 0.0f;
for (i = 0; i < SIN_T_SIZE + 4; i++) {
sint[i] = sinf(2.0f * M_PI * (float)i / (float)SIN_T_SIZE);
}
plugin_data->delay = delay;
plugin_data->dptr = dptr;
plugin_data->fs = fs;
plugin_data->phi = phi;
plugin_data->sint = sint;
return (LADSPA_Handle)plugin_data;
}
#undef buffer_write
#undef RUN_ADDING
#undef RUN_REPLACING
#define buffer_write(b, v) (b = v)
#define RUN_ADDING 0
#define RUN_REPLACING 1
static void runBodeShifterCV(LADSPA_Handle instance, unsigned long sample_count) {
BodeShifterCV *plugin_data = (BodeShifterCV *)instance;
/* Base shift (float value) */
const LADSPA_Data shift_b = *(plugin_data->shift_b);
/* Mix (-1=down, +1=up) (float value) */
const LADSPA_Data mix = *(plugin_data->mix);
/* Input (array of floats of length sample_count) */
const LADSPA_Data * const input = plugin_data->input;
/* CV Attenuation (float value) */
const LADSPA_Data atten = *(plugin_data->atten);
/* Shift CV (array of floats of length sample_count) */
const LADSPA_Data * const shift = plugin_data->shift;
/* Down out (array of floats of length sample_count) */
LADSPA_Data * const dout = plugin_data->dout;
/* Up out (array of floats of length sample_count) */
LADSPA_Data * const uout = plugin_data->uout;
/* Mix out (array of floats of length sample_count) */
LADSPA_Data * const mixout = plugin_data->mixout;
LADSPA_Data * delay = plugin_data->delay;
unsigned int dptr = plugin_data->dptr;
float fs = plugin_data->fs;
float phi = plugin_data->phi;
float * sint = plugin_data->sint;
#line 73 "bode_shifter_cv_1432.xml"
unsigned long pos;
unsigned int i;
float hilb, rm1, rm2;
int int_p;
float frac_p;
const float freq_fix = (float)SIN_T_SIZE * 1000.0f * f_clamp(atten, 0.0f, 10.0f) / fs;
const float base_ofs = (float)SIN_T_SIZE * f_clamp(shift_b, 0.0f, 10000.0f) / fs;
const float mixc = mix * 0.5f + 0.5f;
for (pos = 0; pos < sample_count; pos++) {
delay[dptr] = input[pos];
/* Perform the Hilbert FIR convolution
* (probably FFT would be faster) */
hilb = 0.0f;
for (i = 0; i <= NZEROS/2; i++) {
hilb += (xcoeffs[i] * delay[(dptr - i*2) & (D_SIZE - 1)]);
}
/* Calcuate the table positions for the sine modulator */
int_p = f_round(floor(phi));
/* Calculate ringmod1, the transformed input modulated with a shift Hz
* sinewave. This creates a +180 degree sideband at source-shift Hz and
* a 0 degree sindeband at source+shift Hz */
frac_p = phi - int_p;
rm1 = hilb * 0.63661978f * cube_interp(frac_p, sint[int_p],
sint[int_p+1], sint[int_p+2], sint[int_p+3]);
/* Calcuate the table positions for the cosine modulator */
int_p = (int_p + SIN_T_SIZE / 4) & (SIN_T_SIZE - 1);
/* Calculate ringmod2, the delayed input modulated with a shift Hz
* cosinewave. This creates a 0 degree sideband at source+shift Hz
* and a -180 degree sindeband at source-shift Hz */
rm2 = delay[(dptr - 99) & (D_SIZE - 1)] * cube_interp(frac_p,
sint[int_p], sint[int_p+1], sint[int_p+2], sint[int_p+3]);
/* Output the sum and differences of the ringmods. The +/-180 degree
* sidebands cancel (more of less) and just leave the shifted
* components */
buffer_write(dout[pos], (rm2 - rm1) * 0.5f);
buffer_write(uout[pos], (rm2 + rm1) * 0.5f);
buffer_write(mixout[pos], (dout[pos] - uout[pos]) * mixc + uout[pos]);
dptr = (dptr + 1) & (D_SIZE - 1);
phi += f_clamp(shift[pos], 0.0f, 10.0f) * freq_fix + base_ofs;
while (phi > SIN_T_SIZE) {
phi -= SIN_T_SIZE;
}
}
plugin_data->dptr = dptr;
plugin_data->phi = phi;
*(plugin_data->latency) = 99;
}
#undef buffer_write
#undef RUN_ADDING
#undef RUN_REPLACING
#define buffer_write(b, v) (b += (v) * run_adding_gain)
#define RUN_ADDING 1
#define RUN_REPLACING 0
static void setRunAddingGainBodeShifterCV(LADSPA_Handle instance, LADSPA_Data gain) {
((BodeShifterCV *)instance)->run_adding_gain = gain;
}
static void runAddingBodeShifterCV(LADSPA_Handle instance, unsigned long sample_count) {
BodeShifterCV *plugin_data = (BodeShifterCV *)instance;
LADSPA_Data run_adding_gain = plugin_data->run_adding_gain;
/* Base shift (float value) */
const LADSPA_Data shift_b = *(plugin_data->shift_b);
/* Mix (-1=down, +1=up) (float value) */
const LADSPA_Data mix = *(plugin_data->mix);
/* Input (array of floats of length sample_count) */
const LADSPA_Data * const input = plugin_data->input;
/* CV Attenuation (float value) */
const LADSPA_Data atten = *(plugin_data->atten);
/* Shift CV (array of floats of length sample_count) */
const LADSPA_Data * const shift = plugin_data->shift;
/* Down out (array of floats of length sample_count) */
LADSPA_Data * const dout = plugin_data->dout;
/* Up out (array of floats of length sample_count) */
LADSPA_Data * const uout = plugin_data->uout;
/* Mix out (array of floats of length sample_count) */
LADSPA_Data * const mixout = plugin_data->mixout;
LADSPA_Data * delay = plugin_data->delay;
unsigned int dptr = plugin_data->dptr;
float fs = plugin_data->fs;
float phi = plugin_data->phi;
float * sint = plugin_data->sint;
#line 73 "bode_shifter_cv_1432.xml"
unsigned long pos;
unsigned int i;
float hilb, rm1, rm2;
int int_p;
float frac_p;
const float freq_fix = (float)SIN_T_SIZE * 1000.0f * f_clamp(atten, 0.0f, 10.0f) / fs;
const float base_ofs = (float)SIN_T_SIZE * f_clamp(shift_b, 0.0f, 10000.0f) / fs;
const float mixc = mix * 0.5f + 0.5f;
for (pos = 0; pos < sample_count; pos++) {
delay[dptr] = input[pos];
/* Perform the Hilbert FIR convolution
* (probably FFT would be faster) */
hilb = 0.0f;
for (i = 0; i <= NZEROS/2; i++) {
hilb += (xcoeffs[i] * delay[(dptr - i*2) & (D_SIZE - 1)]);
}
/* Calcuate the table positions for the sine modulator */
int_p = f_round(floor(phi));
/* Calculate ringmod1, the transformed input modulated with a shift Hz
* sinewave. This creates a +180 degree sideband at source-shift Hz and
* a 0 degree sindeband at source+shift Hz */
frac_p = phi - int_p;
rm1 = hilb * 0.63661978f * cube_interp(frac_p, sint[int_p],
sint[int_p+1], sint[int_p+2], sint[int_p+3]);
/* Calcuate the table positions for the cosine modulator */
int_p = (int_p + SIN_T_SIZE / 4) & (SIN_T_SIZE - 1);
/* Calculate ringmod2, the delayed input modulated with a shift Hz
* cosinewave. This creates a 0 degree sideband at source+shift Hz
* and a -180 degree sindeband at source-shift Hz */
rm2 = delay[(dptr - 99) & (D_SIZE - 1)] * cube_interp(frac_p,
sint[int_p], sint[int_p+1], sint[int_p+2], sint[int_p+3]);
/* Output the sum and differences of the ringmods. The +/-180 degree
* sidebands cancel (more of less) and just leave the shifted
* components */
buffer_write(dout[pos], (rm2 - rm1) * 0.5f);
buffer_write(uout[pos], (rm2 + rm1) * 0.5f);
buffer_write(mixout[pos], (dout[pos] - uout[pos]) * mixc + uout[pos]);
dptr = (dptr + 1) & (D_SIZE - 1);
phi += f_clamp(shift[pos], 0.0f, 10.0f) * freq_fix + base_ofs;
while (phi > SIN_T_SIZE) {
phi -= SIN_T_SIZE;
}
}
plugin_data->dptr = dptr;
plugin_data->phi = phi;
*(plugin_data->latency) = 99;
}
void _init() {
char **port_names;
LADSPA_PortDescriptor *port_descriptors;
LADSPA_PortRangeHint *port_range_hints;
#ifdef ENABLE_NLS
#define D_(s) dgettext(PACKAGE, s)
setlocale(LC_ALL, "");
bindtextdomain(PACKAGE, PACKAGE_LOCALE_DIR);
#else
#define D_(s) (s)
#endif
bodeShifterCVDescriptor =
(LADSPA_Descriptor *)malloc(sizeof(LADSPA_Descriptor));
if (bodeShifterCVDescriptor) {
bodeShifterCVDescriptor->UniqueID = 1432;
bodeShifterCVDescriptor->Label = "bodeShifterCV";
bodeShifterCVDescriptor->Properties =
LADSPA_PROPERTY_HARD_RT_CAPABLE;
bodeShifterCVDescriptor->Name =
D_("Bode frequency shifter (CV)");
bodeShifterCVDescriptor->Maker =
"Steve Harris <steve@plugin.org.uk>";
bodeShifterCVDescriptor->Copyright =
"GPL";
bodeShifterCVDescriptor->PortCount = 9;
port_descriptors = (LADSPA_PortDescriptor *)calloc(9,
sizeof(LADSPA_PortDescriptor));
bodeShifterCVDescriptor->PortDescriptors =
(const LADSPA_PortDescriptor *)port_descriptors;
port_range_hints = (LADSPA_PortRangeHint *)calloc(9,
sizeof(LADSPA_PortRangeHint));
bodeShifterCVDescriptor->PortRangeHints =
(const LADSPA_PortRangeHint *)port_range_hints;
port_names = (char **)calloc(9, sizeof(char*));
bodeShifterCVDescriptor->PortNames =
(const char **)port_names;
/* Parameters for Base shift */
port_descriptors[BODESHIFTERCV_SHIFT_B] =
LADSPA_PORT_INPUT | LADSPA_PORT_CONTROL;
port_names[BODESHIFTERCV_SHIFT_B] =
D_("Base shift");
port_range_hints[BODESHIFTERCV_SHIFT_B].HintDescriptor =
LADSPA_HINT_BOUNDED_BELOW | LADSPA_HINT_BOUNDED_ABOVE | LADSPA_HINT_DEFAULT_0;
port_range_hints[BODESHIFTERCV_SHIFT_B].LowerBound = 0;
port_range_hints[BODESHIFTERCV_SHIFT_B].UpperBound = 5000;
/* Parameters for Mix (-1=down, +1=up) */
port_descriptors[BODESHIFTERCV_MIX] =
LADSPA_PORT_INPUT | LADSPA_PORT_CONTROL;
port_names[BODESHIFTERCV_MIX] =
D_("Mix (-1=down, +1=up)");
port_range_hints[BODESHIFTERCV_MIX].HintDescriptor =
LADSPA_HINT_BOUNDED_BELOW | LADSPA_HINT_BOUNDED_ABOVE | LADSPA_HINT_DEFAULT_0;
port_range_hints[BODESHIFTERCV_MIX].LowerBound = -1;
port_range_hints[BODESHIFTERCV_MIX].UpperBound = 1;
/* Parameters for Input */
port_descriptors[BODESHIFTERCV_INPUT] =
LADSPA_PORT_INPUT | LADSPA_PORT_AUDIO;
port_names[BODESHIFTERCV_INPUT] =
D_("Input");
port_range_hints[BODESHIFTERCV_INPUT].HintDescriptor = 0;
/* Parameters for CV Attenuation */
port_descriptors[BODESHIFTERCV_ATTEN] =
LADSPA_PORT_INPUT | LADSPA_PORT_CONTROL;
port_names[BODESHIFTERCV_ATTEN] =
D_("CV Attenuation");
port_range_hints[BODESHIFTERCV_ATTEN].HintDescriptor =
LADSPA_HINT_BOUNDED_BELOW | LADSPA_HINT_BOUNDED_ABOVE | LADSPA_HINT_DEFAULT_MAXIMUM;
port_range_hints[BODESHIFTERCV_ATTEN].LowerBound = 0;
port_range_hints[BODESHIFTERCV_ATTEN].UpperBound = 1;
/* Parameters for Shift CV */
port_descriptors[BODESHIFTERCV_SHIFT] =
LADSPA_PORT_INPUT | LADSPA_PORT_AUDIO;
port_names[BODESHIFTERCV_SHIFT] =
D_("Shift CV");
port_range_hints[BODESHIFTERCV_SHIFT].HintDescriptor =
LADSPA_HINT_BOUNDED_BELOW | LADSPA_HINT_BOUNDED_ABOVE | LADSPA_HINT_DEFAULT_0;
port_range_hints[BODESHIFTERCV_SHIFT].LowerBound = 0;
port_range_hints[BODESHIFTERCV_SHIFT].UpperBound = 5;
/* Parameters for Down out */
port_descriptors[BODESHIFTERCV_DOUT] =
LADSPA_PORT_OUTPUT | LADSPA_PORT_AUDIO;
port_names[BODESHIFTERCV_DOUT] =
D_("Down out");
port_range_hints[BODESHIFTERCV_DOUT].HintDescriptor = 0;
/* Parameters for Up out */
port_descriptors[BODESHIFTERCV_UOUT] =
LADSPA_PORT_OUTPUT | LADSPA_PORT_AUDIO;
port_names[BODESHIFTERCV_UOUT] =
D_("Up out");
port_range_hints[BODESHIFTERCV_UOUT].HintDescriptor = 0;
/* Parameters for Mix out */
port_descriptors[BODESHIFTERCV_MIXOUT] =
LADSPA_PORT_OUTPUT | LADSPA_PORT_AUDIO;
port_names[BODESHIFTERCV_MIXOUT] =
D_("Mix out");
port_range_hints[BODESHIFTERCV_MIXOUT].HintDescriptor = 0;
/* Parameters for latency */
port_descriptors[BODESHIFTERCV_LATENCY] =
LADSPA_PORT_OUTPUT | LADSPA_PORT_CONTROL;
port_names[BODESHIFTERCV_LATENCY] =
D_("latency");
port_range_hints[BODESHIFTERCV_LATENCY].HintDescriptor = 0;
bodeShifterCVDescriptor->activate = NULL;
bodeShifterCVDescriptor->cleanup = cleanupBodeShifterCV;
bodeShifterCVDescriptor->connect_port = connectPortBodeShifterCV;
bodeShifterCVDescriptor->deactivate = NULL;
bodeShifterCVDescriptor->instantiate = instantiateBodeShifterCV;
bodeShifterCVDescriptor->run = runBodeShifterCV;
bodeShifterCVDescriptor->run_adding = runAddingBodeShifterCV;
bodeShifterCVDescriptor->set_run_adding_gain = setRunAddingGainBodeShifterCV;
}
}
void _fini() {
if (bodeShifterCVDescriptor) {
free((LADSPA_PortDescriptor *)bodeShifterCVDescriptor->PortDescriptors);
free((char **)bodeShifterCVDescriptor->PortNames);
free((LADSPA_PortRangeHint *)bodeShifterCVDescriptor->PortRangeHints);
free(bodeShifterCVDescriptor);
}
}

View File

@@ -0,0 +1,783 @@
#include <stdlib.h>
#include <string.h>
#ifndef WIN32
#include "config.h"
#endif
#ifdef ENABLE_NLS
#include <libintl.h>
#endif
#define _ISOC9X_SOURCE 1
#define _ISOC99_SOURCE 1
#define __USE_ISOC99 1
#define __USE_ISOC9X 1
#include <math.h>
#include "ladspa.h"
#ifdef WIN32
#define _WINDOWS_DLL_EXPORT_ __declspec(dllexport)
int bIsFirstTime = 1;
void _init(); // forward declaration
#else
#define _WINDOWS_DLL_EXPORT_
#endif
#line 9 "butterworth_1902.xml"
#include "config.h"
#include "util/iir.h"
#include "util/buffer.h"
#define BWXOVER_IIR_CUTOFF 0
#define BWXOVER_IIR_RESONANCE 1
#define BWXOVER_IIR_INPUT 2
#define BWXOVER_IIR_LPOUTPUT 3
#define BWXOVER_IIR_HPOUTPUT 4
#define BUTTLOW_IIR_CUTOFF 0
#define BUTTLOW_IIR_RESONANCE 1
#define BUTTLOW_IIR_INPUT 2
#define BUTTLOW_IIR_OUTPUT 3
#define BUTTHIGH_IIR_CUTOFF 0
#define BUTTHIGH_IIR_RESONANCE 1
#define BUTTHIGH_IIR_INPUT 2
#define BUTTHIGH_IIR_OUTPUT 3
static LADSPA_Descriptor *bwxover_iirDescriptor = NULL;
typedef struct {
LADSPA_Data *cutoff;
LADSPA_Data *resonance;
LADSPA_Data *input;
LADSPA_Data *lpoutput;
LADSPA_Data *hpoutput;
iir_stage_t* gt;
iirf_t* iirf;
long sample_rate;
LADSPA_Data run_adding_gain;
} Bwxover_iir;
static LADSPA_Descriptor *buttlow_iirDescriptor = NULL;
typedef struct {
LADSPA_Data *cutoff;
LADSPA_Data *resonance;
LADSPA_Data *input;
LADSPA_Data *output;
iir_stage_t* gt;
iirf_t* iirf;
long sample_rate;
LADSPA_Data run_adding_gain;
} Buttlow_iir;
static LADSPA_Descriptor *butthigh_iirDescriptor = NULL;
typedef struct {
LADSPA_Data *cutoff;
LADSPA_Data *resonance;
LADSPA_Data *input;
LADSPA_Data *output;
iir_stage_t* gt;
iirf_t* iirf;
long sample_rate;
LADSPA_Data run_adding_gain;
} Butthigh_iir;
_WINDOWS_DLL_EXPORT_
const LADSPA_Descriptor *ladspa_descriptor(unsigned long index) {
#ifdef WIN32
if (bIsFirstTime) {
_init();
bIsFirstTime = 0;
}
#endif
switch (index) {
case 0:
return bwxover_iirDescriptor;
case 1:
return buttlow_iirDescriptor;
case 2:
return butthigh_iirDescriptor;
default:
return NULL;
}
}
static void activateBwxover_iir(LADSPA_Handle instance) {
Bwxover_iir *plugin_data = (Bwxover_iir *)instance;
iir_stage_t*gt = plugin_data->gt;
iirf_t*iirf = plugin_data->iirf;
long sample_rate = plugin_data->sample_rate;
#line 31 "butterworth_1902.xml"
gt = init_iir_stage(IIR_STAGE_LOWPASS,1,3,2);
iirf = init_iirf_t(gt);
butterworth_stage(gt, 0, *(plugin_data->cutoff),
*(plugin_data->resonance),
sample_rate);
plugin_data->gt = gt;
plugin_data->iirf = iirf;
plugin_data->sample_rate = sample_rate;
}
static void cleanupBwxover_iir(LADSPA_Handle instance) {
#line 39 "butterworth_1902.xml"
Bwxover_iir *plugin_data = (Bwxover_iir *)instance;
free_iirf_t(plugin_data->iirf, plugin_data->gt);
free_iir_stage(plugin_data->gt);
free(instance);
}
static void connectPortBwxover_iir(
LADSPA_Handle instance,
unsigned long port,
LADSPA_Data *data) {
Bwxover_iir *plugin;
plugin = (Bwxover_iir *)instance;
switch (port) {
case BWXOVER_IIR_CUTOFF:
plugin->cutoff = data;
break;
case BWXOVER_IIR_RESONANCE:
plugin->resonance = data;
break;
case BWXOVER_IIR_INPUT:
plugin->input = data;
break;
case BWXOVER_IIR_LPOUTPUT:
plugin->lpoutput = data;
break;
case BWXOVER_IIR_HPOUTPUT:
plugin->hpoutput = data;
break;
}
}
static LADSPA_Handle instantiateBwxover_iir(
const LADSPA_Descriptor *descriptor,
unsigned long s_rate) {
Bwxover_iir *plugin_data = (Bwxover_iir *)malloc(sizeof(Bwxover_iir));
iir_stage_t*gt = NULL;
iirf_t*iirf = NULL;
long sample_rate;
#line 22 "butterworth_1902.xml"
sample_rate = s_rate;
plugin_data->gt = gt;
plugin_data->iirf = iirf;
plugin_data->sample_rate = sample_rate;
return (LADSPA_Handle)plugin_data;
}
#undef buffer_write
#undef RUN_ADDING
#undef RUN_REPLACING
#define buffer_write(b, v) (b = v)
#define RUN_ADDING 0
#define RUN_REPLACING 1
static void runBwxover_iir(LADSPA_Handle instance, unsigned long sample_count) {
Bwxover_iir *plugin_data = (Bwxover_iir *)instance;
/* Cutoff Frequency (Hz) (float value) */
const LADSPA_Data cutoff = *(plugin_data->cutoff);
/* Resonance (float value) */
const LADSPA_Data resonance = *(plugin_data->resonance);
/* Input (array of floats of length sample_count) */
const LADSPA_Data * const input = plugin_data->input;
/* LP-Output (array of floats of length sample_count) */
LADSPA_Data * const lpoutput = plugin_data->lpoutput;
/* HP-Output (array of floats of length sample_count) */
LADSPA_Data * const hpoutput = plugin_data->hpoutput;
iir_stage_t* gt = plugin_data->gt;
iirf_t* iirf = plugin_data->iirf;
long sample_rate = plugin_data->sample_rate;
#line 25 "butterworth_1902.xml"
butterworth_stage(gt, 0, cutoff, resonance, sample_rate);
iir_process_buffer_1s_5(iirf, gt, input, lpoutput, sample_count,0);
buffer_sub(input, lpoutput, hpoutput, sample_count);
}
#undef buffer_write
#undef RUN_ADDING
#undef RUN_REPLACING
#define buffer_write(b, v) (b += (v) * run_adding_gain)
#define RUN_ADDING 1
#define RUN_REPLACING 0
static void setRunAddingGainBwxover_iir(LADSPA_Handle instance, LADSPA_Data gain) {
((Bwxover_iir *)instance)->run_adding_gain = gain;
}
static void runAddingBwxover_iir(LADSPA_Handle instance, unsigned long sample_count) {
Bwxover_iir *plugin_data = (Bwxover_iir *)instance;
LADSPA_Data run_adding_gain = plugin_data->run_adding_gain;
/* Cutoff Frequency (Hz) (float value) */
const LADSPA_Data cutoff = *(plugin_data->cutoff);
/* Resonance (float value) */
const LADSPA_Data resonance = *(plugin_data->resonance);
/* Input (array of floats of length sample_count) */
const LADSPA_Data * const input = plugin_data->input;
/* LP-Output (array of floats of length sample_count) */
LADSPA_Data * const lpoutput = plugin_data->lpoutput;
/* HP-Output (array of floats of length sample_count) */
LADSPA_Data * const hpoutput = plugin_data->hpoutput;
iir_stage_t* gt = plugin_data->gt;
iirf_t* iirf = plugin_data->iirf;
long sample_rate = plugin_data->sample_rate;
#line 25 "butterworth_1902.xml"
butterworth_stage(gt, 0, cutoff, resonance, sample_rate);
iir_process_buffer_1s_5(iirf, gt, input, lpoutput, sample_count,0);
buffer_sub(input, lpoutput, hpoutput, sample_count);
}
static void activateButtlow_iir(LADSPA_Handle instance) {
Buttlow_iir *plugin_data = (Buttlow_iir *)instance;
iir_stage_t*gt = plugin_data->gt;
iirf_t*iirf = plugin_data->iirf;
long sample_rate = plugin_data->sample_rate;
#line 31 "butterworth_1902.xml"
gt = init_iir_stage(IIR_STAGE_LOWPASS,1,3,2);
iirf = init_iirf_t(gt);
butterworth_stage(gt, 0, *(plugin_data->cutoff),
*(plugin_data->resonance),
sample_rate);
plugin_data->gt = gt;
plugin_data->iirf = iirf;
plugin_data->sample_rate = sample_rate;
}
static void cleanupButtlow_iir(LADSPA_Handle instance) {
#line 39 "butterworth_1902.xml"
Buttlow_iir *plugin_data = (Buttlow_iir *)instance;
free_iirf_t(plugin_data->iirf, plugin_data->gt);
free_iir_stage(plugin_data->gt);
free(instance);
}
static void connectPortButtlow_iir(
LADSPA_Handle instance,
unsigned long port,
LADSPA_Data *data) {
Buttlow_iir *plugin;
plugin = (Buttlow_iir *)instance;
switch (port) {
case BUTTLOW_IIR_CUTOFF:
plugin->cutoff = data;
break;
case BUTTLOW_IIR_RESONANCE:
plugin->resonance = data;
break;
case BUTTLOW_IIR_INPUT:
plugin->input = data;
break;
case BUTTLOW_IIR_OUTPUT:
plugin->output = data;
break;
}
}
static LADSPA_Handle instantiateButtlow_iir(
const LADSPA_Descriptor *descriptor,
unsigned long s_rate) {
Buttlow_iir *plugin_data = (Buttlow_iir *)malloc(sizeof(Buttlow_iir));
iir_stage_t*gt = NULL;
iirf_t*iirf = NULL;
long sample_rate;
#line 22 "butterworth_1902.xml"
sample_rate = s_rate;
plugin_data->gt = gt;
plugin_data->iirf = iirf;
plugin_data->sample_rate = sample_rate;
return (LADSPA_Handle)plugin_data;
}
#undef buffer_write
#undef RUN_ADDING
#undef RUN_REPLACING
#define buffer_write(b, v) (b = v)
#define RUN_ADDING 0
#define RUN_REPLACING 1
static void runButtlow_iir(LADSPA_Handle instance, unsigned long sample_count) {
Buttlow_iir *plugin_data = (Buttlow_iir *)instance;
/* Cutoff Frequency (Hz) (float value) */
const LADSPA_Data cutoff = *(plugin_data->cutoff);
/* Resonance (float value) */
const LADSPA_Data resonance = *(plugin_data->resonance);
/* Input (array of floats of length sample_count) */
const LADSPA_Data * const input = plugin_data->input;
/* Output (array of floats of length sample_count) */
LADSPA_Data * const output = plugin_data->output;
iir_stage_t* gt = plugin_data->gt;
iirf_t* iirf = plugin_data->iirf;
long sample_rate = plugin_data->sample_rate;
#line 25 "butterworth_1902.xml"
butterworth_stage(gt, 0, cutoff, resonance, sample_rate);
iir_process_buffer_1s_5(iirf, gt, input, output, sample_count,0);
}
#undef buffer_write
#undef RUN_ADDING
#undef RUN_REPLACING
#define buffer_write(b, v) (b += (v) * run_adding_gain)
#define RUN_ADDING 1
#define RUN_REPLACING 0
static void setRunAddingGainButtlow_iir(LADSPA_Handle instance, LADSPA_Data gain) {
((Buttlow_iir *)instance)->run_adding_gain = gain;
}
static void runAddingButtlow_iir(LADSPA_Handle instance, unsigned long sample_count) {
Buttlow_iir *plugin_data = (Buttlow_iir *)instance;
LADSPA_Data run_adding_gain = plugin_data->run_adding_gain;
/* Cutoff Frequency (Hz) (float value) */
const LADSPA_Data cutoff = *(plugin_data->cutoff);
/* Resonance (float value) */
const LADSPA_Data resonance = *(plugin_data->resonance);
/* Input (array of floats of length sample_count) */
const LADSPA_Data * const input = plugin_data->input;
/* Output (array of floats of length sample_count) */
LADSPA_Data * const output = plugin_data->output;
iir_stage_t* gt = plugin_data->gt;
iirf_t* iirf = plugin_data->iirf;
long sample_rate = plugin_data->sample_rate;
#line 25 "butterworth_1902.xml"
butterworth_stage(gt, 0, cutoff, resonance, sample_rate);
iir_process_buffer_1s_5(iirf, gt, input, output, sample_count,0);
}
static void activateButthigh_iir(LADSPA_Handle instance) {
Butthigh_iir *plugin_data = (Butthigh_iir *)instance;
iir_stage_t*gt = plugin_data->gt;
iirf_t*iirf = plugin_data->iirf;
long sample_rate = plugin_data->sample_rate;
#line 31 "butterworth_1902.xml"
gt = init_iir_stage(IIR_STAGE_LOWPASS,1,3,2);
iirf = init_iirf_t(gt);
butterworth_stage(gt, 1, *(plugin_data->cutoff),
*(plugin_data->resonance),
sample_rate);
plugin_data->gt = gt;
plugin_data->iirf = iirf;
plugin_data->sample_rate = sample_rate;
}
static void cleanupButthigh_iir(LADSPA_Handle instance) {
#line 39 "butterworth_1902.xml"
Butthigh_iir *plugin_data = (Butthigh_iir *)instance;
free_iirf_t(plugin_data->iirf, plugin_data->gt);
free_iir_stage(plugin_data->gt);
free(instance);
}
static void connectPortButthigh_iir(
LADSPA_Handle instance,
unsigned long port,
LADSPA_Data *data) {
Butthigh_iir *plugin;
plugin = (Butthigh_iir *)instance;
switch (port) {
case BUTTHIGH_IIR_CUTOFF:
plugin->cutoff = data;
break;
case BUTTHIGH_IIR_RESONANCE:
plugin->resonance = data;
break;
case BUTTHIGH_IIR_INPUT:
plugin->input = data;
break;
case BUTTHIGH_IIR_OUTPUT:
plugin->output = data;
break;
}
}
static LADSPA_Handle instantiateButthigh_iir(
const LADSPA_Descriptor *descriptor,
unsigned long s_rate) {
Butthigh_iir *plugin_data = (Butthigh_iir *)malloc(sizeof(Butthigh_iir));
iir_stage_t*gt = NULL;
iirf_t*iirf = NULL;
long sample_rate;
#line 22 "butterworth_1902.xml"
sample_rate = s_rate;
plugin_data->gt = gt;
plugin_data->iirf = iirf;
plugin_data->sample_rate = sample_rate;
return (LADSPA_Handle)plugin_data;
}
#undef buffer_write
#undef RUN_ADDING
#undef RUN_REPLACING
#define buffer_write(b, v) (b = v)
#define RUN_ADDING 0
#define RUN_REPLACING 1
static void runButthigh_iir(LADSPA_Handle instance, unsigned long sample_count) {
Butthigh_iir *plugin_data = (Butthigh_iir *)instance;
/* Cutoff Frequency (Hz) (float value) */
const LADSPA_Data cutoff = *(plugin_data->cutoff);
/* Resonance (float value) */
const LADSPA_Data resonance = *(plugin_data->resonance);
/* Input (array of floats of length sample_count) */
const LADSPA_Data * const input = plugin_data->input;
/* Output (array of floats of length sample_count) */
LADSPA_Data * const output = plugin_data->output;
iir_stage_t* gt = plugin_data->gt;
iirf_t* iirf = plugin_data->iirf;
long sample_rate = plugin_data->sample_rate;
#line 25 "butterworth_1902.xml"
butterworth_stage(gt, 1, cutoff, resonance, sample_rate);
iir_process_buffer_1s_5(iirf, gt, input, output, sample_count,0);
}
#undef buffer_write
#undef RUN_ADDING
#undef RUN_REPLACING
#define buffer_write(b, v) (b += (v) * run_adding_gain)
#define RUN_ADDING 1
#define RUN_REPLACING 0
static void setRunAddingGainButthigh_iir(LADSPA_Handle instance, LADSPA_Data gain) {
((Butthigh_iir *)instance)->run_adding_gain = gain;
}
static void runAddingButthigh_iir(LADSPA_Handle instance, unsigned long sample_count) {
Butthigh_iir *plugin_data = (Butthigh_iir *)instance;
LADSPA_Data run_adding_gain = plugin_data->run_adding_gain;
/* Cutoff Frequency (Hz) (float value) */
const LADSPA_Data cutoff = *(plugin_data->cutoff);
/* Resonance (float value) */
const LADSPA_Data resonance = *(plugin_data->resonance);
/* Input (array of floats of length sample_count) */
const LADSPA_Data * const input = plugin_data->input;
/* Output (array of floats of length sample_count) */
LADSPA_Data * const output = plugin_data->output;
iir_stage_t* gt = plugin_data->gt;
iirf_t* iirf = plugin_data->iirf;
long sample_rate = plugin_data->sample_rate;
#line 25 "butterworth_1902.xml"
butterworth_stage(gt, 1, cutoff, resonance, sample_rate);
iir_process_buffer_1s_5(iirf, gt, input, output, sample_count,0);
}
void _init() {
char **port_names;
LADSPA_PortDescriptor *port_descriptors;
LADSPA_PortRangeHint *port_range_hints;
#ifdef ENABLE_NLS
#define D_(s) dgettext(PACKAGE, s)
setlocale(LC_ALL, "");
bindtextdomain(PACKAGE, PACKAGE_LOCALE_DIR);
#else
#define D_(s) (s)
#endif
bwxover_iirDescriptor =
(LADSPA_Descriptor *)malloc(sizeof(LADSPA_Descriptor));
if (bwxover_iirDescriptor) {
bwxover_iirDescriptor->UniqueID = 1902;
bwxover_iirDescriptor->Label = "bwxover_iir";
bwxover_iirDescriptor->Properties =
LADSPA_PROPERTY_HARD_RT_CAPABLE;
bwxover_iirDescriptor->Name =
D_("Glame Butterworth X-over Filter");
bwxover_iirDescriptor->Maker =
"Alexander Ehlert <mag@glame.de>";
bwxover_iirDescriptor->Copyright =
"GPL";
bwxover_iirDescriptor->PortCount = 5;
port_descriptors = (LADSPA_PortDescriptor *)calloc(5,
sizeof(LADSPA_PortDescriptor));
bwxover_iirDescriptor->PortDescriptors =
(const LADSPA_PortDescriptor *)port_descriptors;
port_range_hints = (LADSPA_PortRangeHint *)calloc(5,
sizeof(LADSPA_PortRangeHint));
bwxover_iirDescriptor->PortRangeHints =
(const LADSPA_PortRangeHint *)port_range_hints;
port_names = (char **)calloc(5, sizeof(char*));
bwxover_iirDescriptor->PortNames =
(const char **)port_names;
/* Parameters for Cutoff Frequency (Hz) */
port_descriptors[BWXOVER_IIR_CUTOFF] =
LADSPA_PORT_INPUT | LADSPA_PORT_CONTROL;
port_names[BWXOVER_IIR_CUTOFF] =
D_("Cutoff Frequency (Hz)");
port_range_hints[BWXOVER_IIR_CUTOFF].HintDescriptor =
LADSPA_HINT_BOUNDED_BELOW | LADSPA_HINT_BOUNDED_ABOVE | LADSPA_HINT_DEFAULT_LOW | LADSPA_HINT_SAMPLE_RATE | LADSPA_HINT_LOGARITHMIC;
port_range_hints[BWXOVER_IIR_CUTOFF].LowerBound = 0.0001;
port_range_hints[BWXOVER_IIR_CUTOFF].UpperBound = 0.45;
/* Parameters for Resonance */
port_descriptors[BWXOVER_IIR_RESONANCE] =
LADSPA_PORT_INPUT | LADSPA_PORT_CONTROL;
port_names[BWXOVER_IIR_RESONANCE] =
D_("Resonance");
port_range_hints[BWXOVER_IIR_RESONANCE].HintDescriptor =
LADSPA_HINT_BOUNDED_BELOW | LADSPA_HINT_BOUNDED_ABOVE | LADSPA_HINT_DEFAULT_MIDDLE;
port_range_hints[BWXOVER_IIR_RESONANCE].LowerBound = 0.1;
port_range_hints[BWXOVER_IIR_RESONANCE].UpperBound = 1.41;
/* Parameters for Input */
port_descriptors[BWXOVER_IIR_INPUT] =
LADSPA_PORT_INPUT | LADSPA_PORT_AUDIO;
port_names[BWXOVER_IIR_INPUT] =
D_("Input");
port_range_hints[BWXOVER_IIR_INPUT].HintDescriptor = 0;
/* Parameters for LP-Output */
port_descriptors[BWXOVER_IIR_LPOUTPUT] =
LADSPA_PORT_OUTPUT | LADSPA_PORT_AUDIO;
port_names[BWXOVER_IIR_LPOUTPUT] =
D_("LP-Output");
port_range_hints[BWXOVER_IIR_LPOUTPUT].HintDescriptor = 0;
/* Parameters for HP-Output */
port_descriptors[BWXOVER_IIR_HPOUTPUT] =
LADSPA_PORT_OUTPUT | LADSPA_PORT_AUDIO;
port_names[BWXOVER_IIR_HPOUTPUT] =
D_("HP-Output");
port_range_hints[BWXOVER_IIR_HPOUTPUT].HintDescriptor = 0;
bwxover_iirDescriptor->activate = activateBwxover_iir;
bwxover_iirDescriptor->cleanup = cleanupBwxover_iir;
bwxover_iirDescriptor->connect_port = connectPortBwxover_iir;
bwxover_iirDescriptor->deactivate = NULL;
bwxover_iirDescriptor->instantiate = instantiateBwxover_iir;
bwxover_iirDescriptor->run = runBwxover_iir;
bwxover_iirDescriptor->run_adding = runAddingBwxover_iir;
bwxover_iirDescriptor->set_run_adding_gain = setRunAddingGainBwxover_iir;
}
buttlow_iirDescriptor =
(LADSPA_Descriptor *)malloc(sizeof(LADSPA_Descriptor));
if (buttlow_iirDescriptor) {
buttlow_iirDescriptor->UniqueID = 1903;
buttlow_iirDescriptor->Label = "buttlow_iir";
buttlow_iirDescriptor->Properties =
LADSPA_PROPERTY_HARD_RT_CAPABLE;
buttlow_iirDescriptor->Name =
D_("GLAME Butterworth Lowpass");
buttlow_iirDescriptor->Maker =
"Alexander Ehlert <mag@glame.de>";
buttlow_iirDescriptor->Copyright =
"GPL";
buttlow_iirDescriptor->PortCount = 4;
port_descriptors = (LADSPA_PortDescriptor *)calloc(4,
sizeof(LADSPA_PortDescriptor));
buttlow_iirDescriptor->PortDescriptors =
(const LADSPA_PortDescriptor *)port_descriptors;
port_range_hints = (LADSPA_PortRangeHint *)calloc(4,
sizeof(LADSPA_PortRangeHint));
buttlow_iirDescriptor->PortRangeHints =
(const LADSPA_PortRangeHint *)port_range_hints;
port_names = (char **)calloc(4, sizeof(char*));
buttlow_iirDescriptor->PortNames =
(const char **)port_names;
/* Parameters for Cutoff Frequency (Hz) */
port_descriptors[BUTTLOW_IIR_CUTOFF] =
LADSPA_PORT_INPUT | LADSPA_PORT_CONTROL;
port_names[BUTTLOW_IIR_CUTOFF] =
D_("Cutoff Frequency (Hz)");
port_range_hints[BUTTLOW_IIR_CUTOFF].HintDescriptor =
LADSPA_HINT_BOUNDED_BELOW | LADSPA_HINT_BOUNDED_ABOVE | LADSPA_HINT_DEFAULT_LOW | LADSPA_HINT_SAMPLE_RATE | LADSPA_HINT_LOGARITHMIC;
port_range_hints[BUTTLOW_IIR_CUTOFF].LowerBound = 0.0001;
port_range_hints[BUTTLOW_IIR_CUTOFF].UpperBound = 0.45;
/* Parameters for Resonance */
port_descriptors[BUTTLOW_IIR_RESONANCE] =
LADSPA_PORT_INPUT | LADSPA_PORT_CONTROL;
port_names[BUTTLOW_IIR_RESONANCE] =
D_("Resonance");
port_range_hints[BUTTLOW_IIR_RESONANCE].HintDescriptor =
LADSPA_HINT_BOUNDED_BELOW | LADSPA_HINT_BOUNDED_ABOVE | LADSPA_HINT_DEFAULT_MIDDLE;
port_range_hints[BUTTLOW_IIR_RESONANCE].LowerBound = 0.1;
port_range_hints[BUTTLOW_IIR_RESONANCE].UpperBound = 1.41;
/* Parameters for Input */
port_descriptors[BUTTLOW_IIR_INPUT] =
LADSPA_PORT_INPUT | LADSPA_PORT_AUDIO;
port_names[BUTTLOW_IIR_INPUT] =
D_("Input");
port_range_hints[BUTTLOW_IIR_INPUT].HintDescriptor = 0;
/* Parameters for Output */
port_descriptors[BUTTLOW_IIR_OUTPUT] =
LADSPA_PORT_OUTPUT | LADSPA_PORT_AUDIO;
port_names[BUTTLOW_IIR_OUTPUT] =
D_("Output");
port_range_hints[BUTTLOW_IIR_OUTPUT].HintDescriptor = 0;
buttlow_iirDescriptor->activate = activateButtlow_iir;
buttlow_iirDescriptor->cleanup = cleanupButtlow_iir;
buttlow_iirDescriptor->connect_port = connectPortButtlow_iir;
buttlow_iirDescriptor->deactivate = NULL;
buttlow_iirDescriptor->instantiate = instantiateButtlow_iir;
buttlow_iirDescriptor->run = runButtlow_iir;
buttlow_iirDescriptor->run_adding = runAddingButtlow_iir;
buttlow_iirDescriptor->set_run_adding_gain = setRunAddingGainButtlow_iir;
}
butthigh_iirDescriptor =
(LADSPA_Descriptor *)malloc(sizeof(LADSPA_Descriptor));
if (butthigh_iirDescriptor) {
butthigh_iirDescriptor->UniqueID = 1904;
butthigh_iirDescriptor->Label = "butthigh_iir";
butthigh_iirDescriptor->Properties =
LADSPA_PROPERTY_HARD_RT_CAPABLE;
butthigh_iirDescriptor->Name =
D_("GLAME Butterworth Highpass");
butthigh_iirDescriptor->Maker =
"Alexander Ehlert <mag@glame.de>";
butthigh_iirDescriptor->Copyright =
"GPL";
butthigh_iirDescriptor->PortCount = 4;
port_descriptors = (LADSPA_PortDescriptor *)calloc(4,
sizeof(LADSPA_PortDescriptor));
butthigh_iirDescriptor->PortDescriptors =
(const LADSPA_PortDescriptor *)port_descriptors;
port_range_hints = (LADSPA_PortRangeHint *)calloc(4,
sizeof(LADSPA_PortRangeHint));
butthigh_iirDescriptor->PortRangeHints =
(const LADSPA_PortRangeHint *)port_range_hints;
port_names = (char **)calloc(4, sizeof(char*));
butthigh_iirDescriptor->PortNames =
(const char **)port_names;
/* Parameters for Cutoff Frequency (Hz) */
port_descriptors[BUTTHIGH_IIR_CUTOFF] =
LADSPA_PORT_INPUT | LADSPA_PORT_CONTROL;
port_names[BUTTHIGH_IIR_CUTOFF] =
D_("Cutoff Frequency (Hz)");
port_range_hints[BUTTHIGH_IIR_CUTOFF].HintDescriptor =
LADSPA_HINT_BOUNDED_BELOW | LADSPA_HINT_BOUNDED_ABOVE | LADSPA_HINT_DEFAULT_LOW | LADSPA_HINT_SAMPLE_RATE | LADSPA_HINT_LOGARITHMIC;
port_range_hints[BUTTHIGH_IIR_CUTOFF].LowerBound = 0.0001;
port_range_hints[BUTTHIGH_IIR_CUTOFF].UpperBound = 0.45;
/* Parameters for Resonance */
port_descriptors[BUTTHIGH_IIR_RESONANCE] =
LADSPA_PORT_INPUT | LADSPA_PORT_CONTROL;
port_names[BUTTHIGH_IIR_RESONANCE] =
D_("Resonance");
port_range_hints[BUTTHIGH_IIR_RESONANCE].HintDescriptor =
LADSPA_HINT_BOUNDED_BELOW | LADSPA_HINT_BOUNDED_ABOVE | LADSPA_HINT_DEFAULT_MIDDLE;
port_range_hints[BUTTHIGH_IIR_RESONANCE].LowerBound = 0.1;
port_range_hints[BUTTHIGH_IIR_RESONANCE].UpperBound = 1.41;
/* Parameters for Input */
port_descriptors[BUTTHIGH_IIR_INPUT] =
LADSPA_PORT_INPUT | LADSPA_PORT_AUDIO;
port_names[BUTTHIGH_IIR_INPUT] =
D_("Input");
port_range_hints[BUTTHIGH_IIR_INPUT].HintDescriptor = 0;
/* Parameters for Output */
port_descriptors[BUTTHIGH_IIR_OUTPUT] =
LADSPA_PORT_OUTPUT | LADSPA_PORT_AUDIO;
port_names[BUTTHIGH_IIR_OUTPUT] =
D_("Output");
port_range_hints[BUTTHIGH_IIR_OUTPUT].HintDescriptor = 0;
butthigh_iirDescriptor->activate = activateButthigh_iir;
butthigh_iirDescriptor->cleanup = cleanupButthigh_iir;
butthigh_iirDescriptor->connect_port = connectPortButthigh_iir;
butthigh_iirDescriptor->deactivate = NULL;
butthigh_iirDescriptor->instantiate = instantiateButthigh_iir;
butthigh_iirDescriptor->run = runButthigh_iir;
butthigh_iirDescriptor->run_adding = runAddingButthigh_iir;
butthigh_iirDescriptor->set_run_adding_gain = setRunAddingGainButthigh_iir;
}
}
void _fini() {
if (bwxover_iirDescriptor) {
free((LADSPA_PortDescriptor *)bwxover_iirDescriptor->PortDescriptors);
free((char **)bwxover_iirDescriptor->PortNames);
free((LADSPA_PortRangeHint *)bwxover_iirDescriptor->PortRangeHints);
free(bwxover_iirDescriptor);
}
if (buttlow_iirDescriptor) {
free((LADSPA_PortDescriptor *)buttlow_iirDescriptor->PortDescriptors);
free((char **)buttlow_iirDescriptor->PortNames);
free((LADSPA_PortRangeHint *)buttlow_iirDescriptor->PortRangeHints);
free(buttlow_iirDescriptor);
}
if (butthigh_iirDescriptor) {
free((LADSPA_PortDescriptor *)butthigh_iirDescriptor->PortDescriptors);
free((char **)butthigh_iirDescriptor->PortNames);
free((LADSPA_PortRangeHint *)butthigh_iirDescriptor->PortRangeHints);
free(butthigh_iirDescriptor);
}
}

View File

@@ -0,0 +1,410 @@
#include <stdlib.h>
#include <string.h>
#ifndef WIN32
#include "config.h"
#endif
#ifdef ENABLE_NLS
#include <libintl.h>
#endif
#define _ISOC9X_SOURCE 1
#define _ISOC99_SOURCE 1
#define __USE_ISOC99 1
#define __USE_ISOC9X 1
#include <math.h>
#include "ladspa.h"
#ifdef WIN32
#define _WINDOWS_DLL_EXPORT_ __declspec(dllexport)
int bIsFirstTime = 1;
void _init(); // forward declaration
#else
#define _WINDOWS_DLL_EXPORT_
#endif
#line 10 "chebstortion_1430.xml"
#include <ladspa-util.h>
#define HARMONICS 11
#define STAGES 2
static float cd_lut[STAGES][HARMONICS];
/* Calculate Chebychev coefficents from partial magnitudes, adapted from
* example in Num. Rec. */
void chebpc(float c[], float d[])
{
int k, j;
float sv, dd[HARMONICS];
for (j = 0; j < HARMONICS; j++) {
d[j] = dd[j] = 0.0;
}
d[0] = c[HARMONICS - 1];
for (j = HARMONICS - 2; j >= 1; j--) {
for (k = HARMONICS - j; k >= 1; k--) {
sv = d[k];
d[k] = 2.0 * d[k - 1] - dd[k];
dd[k] = sv;
}
sv = d[0];
d[0] = -dd[0] + c[j];
dd[0] = sv;
}
for (j = HARMONICS - 1; j >= 1; j--) {
d[j] = d[j - 1] - dd[j];
}
d[0] = -dd[0] + 0.5 * c[0];
}
#define CHEBSTORTION_DIST 0
#define CHEBSTORTION_INPUT 1
#define CHEBSTORTION_OUTPUT 2
static LADSPA_Descriptor *chebstortionDescriptor = NULL;
typedef struct {
LADSPA_Data *dist;
LADSPA_Data *input;
LADSPA_Data *output;
unsigned int count;
float env;
float itm1;
float otm1;
LADSPA_Data run_adding_gain;
} Chebstortion;
_WINDOWS_DLL_EXPORT_
const LADSPA_Descriptor *ladspa_descriptor(unsigned long index) {
#ifdef WIN32
if (bIsFirstTime) {
_init();
bIsFirstTime = 0;
}
#endif
switch (index) {
case 0:
return chebstortionDescriptor;
default:
return NULL;
}
}
static void activateChebstortion(LADSPA_Handle instance) {
Chebstortion *plugin_data = (Chebstortion *)instance;
unsigned int count = plugin_data->count;
float env = plugin_data->env;
float itm1 = plugin_data->itm1;
float otm1 = plugin_data->otm1;
#line 82 "chebstortion_1430.xml"
itm1 = 0.0f;
otm1 = 0.0f;
env = 0.0f;
count = 0;
plugin_data->count = count;
plugin_data->env = env;
plugin_data->itm1 = itm1;
plugin_data->otm1 = otm1;
}
static void cleanupChebstortion(LADSPA_Handle instance) {
free(instance);
}
static void connectPortChebstortion(
LADSPA_Handle instance,
unsigned long port,
LADSPA_Data *data) {
Chebstortion *plugin;
plugin = (Chebstortion *)instance;
switch (port) {
case CHEBSTORTION_DIST:
plugin->dist = data;
break;
case CHEBSTORTION_INPUT:
plugin->input = data;
break;
case CHEBSTORTION_OUTPUT:
plugin->output = data;
break;
}
}
static LADSPA_Handle instantiateChebstortion(
const LADSPA_Descriptor *descriptor,
unsigned long s_rate) {
Chebstortion *plugin_data = (Chebstortion *)malloc(sizeof(Chebstortion));
unsigned int count;
float env;
float itm1;
float otm1;
#line 62 "chebstortion_1430.xml"
unsigned int i;
cd_lut[0][0] = 0.0f;
cd_lut[0][1] = 1.0f;
for (i=2; i<HARMONICS; i++) {
cd_lut[0][i] = 0.0f;
}
cd_lut[1][0] = 0.0f;
cd_lut[1][1] = 1.0f;
for (i=2; i<HARMONICS; i++) {
cd_lut[1][i] = 1.0f/(float)i;
}
itm1 = 0.0f;
otm1 = 0.0f;
env = 0.0f;
count = 0;
plugin_data->count = count;
plugin_data->env = env;
plugin_data->itm1 = itm1;
plugin_data->otm1 = otm1;
return (LADSPA_Handle)plugin_data;
}
#undef buffer_write
#undef RUN_ADDING
#undef RUN_REPLACING
#define buffer_write(b, v) (b = v)
#define RUN_ADDING 0
#define RUN_REPLACING 1
static void runChebstortion(LADSPA_Handle instance, unsigned long sample_count) {
Chebstortion *plugin_data = (Chebstortion *)instance;
/* Distortion (float value) */
const LADSPA_Data dist = *(plugin_data->dist);
/* Input (array of floats of length sample_count) */
const LADSPA_Data * const input = plugin_data->input;
/* Output (array of floats of length sample_count) */
LADSPA_Data * const output = plugin_data->output;
unsigned int count = plugin_data->count;
float env = plugin_data->env;
float itm1 = plugin_data->itm1;
float otm1 = plugin_data->otm1;
#line 89 "chebstortion_1430.xml"
unsigned long pos, i;
float p[HARMONICS], interp[HARMONICS];
for (pos = 0; pos < sample_count; pos++) {
const float x = input[pos];
const float a = fabs(input[pos]);
float y;
if (a > env) {
env = env * 0.9f + a * 0.1f;
} else {
env = env * 0.97f + a * 0.03f;
}
if (count-- == 0) {
for (i=0; i<HARMONICS; i++) {
interp[i] = cd_lut[0][i] * (1.0f - env * dist) +
cd_lut[1][i] * env * dist;
}
chebpc(interp, p);
count = 4;
}
// Evaluate the polynomial using Horner's Rule
y = p[0] + (p[1] + (p[2] + (p[3] + (p[4] + (p[5] + (p[6] + (p[7] +
(p[8] + (p[9] + p[10] * x) * x) * x) * x) * x) * x) * x) * x) *
x) * x;
// DC offset remove (odd harmonics cause DC offset)
otm1 = 0.999f * otm1 + y - itm1;
itm1 = y;
buffer_write(output[pos], otm1);
}
plugin_data->itm1 = itm1;
plugin_data->otm1 = otm1;
plugin_data->env = env;
plugin_data->count = count;
}
#undef buffer_write
#undef RUN_ADDING
#undef RUN_REPLACING
#define buffer_write(b, v) (b += (v) * run_adding_gain)
#define RUN_ADDING 1
#define RUN_REPLACING 0
static void setRunAddingGainChebstortion(LADSPA_Handle instance, LADSPA_Data gain) {
((Chebstortion *)instance)->run_adding_gain = gain;
}
static void runAddingChebstortion(LADSPA_Handle instance, unsigned long sample_count) {
Chebstortion *plugin_data = (Chebstortion *)instance;
LADSPA_Data run_adding_gain = plugin_data->run_adding_gain;
/* Distortion (float value) */
const LADSPA_Data dist = *(plugin_data->dist);
/* Input (array of floats of length sample_count) */
const LADSPA_Data * const input = plugin_data->input;
/* Output (array of floats of length sample_count) */
LADSPA_Data * const output = plugin_data->output;
unsigned int count = plugin_data->count;
float env = plugin_data->env;
float itm1 = plugin_data->itm1;
float otm1 = plugin_data->otm1;
#line 89 "chebstortion_1430.xml"
unsigned long pos, i;
float p[HARMONICS], interp[HARMONICS];
for (pos = 0; pos < sample_count; pos++) {
const float x = input[pos];
const float a = fabs(input[pos]);
float y;
if (a > env) {
env = env * 0.9f + a * 0.1f;
} else {
env = env * 0.97f + a * 0.03f;
}
if (count-- == 0) {
for (i=0; i<HARMONICS; i++) {
interp[i] = cd_lut[0][i] * (1.0f - env * dist) +
cd_lut[1][i] * env * dist;
}
chebpc(interp, p);
count = 4;
}
// Evaluate the polynomial using Horner's Rule
y = p[0] + (p[1] + (p[2] + (p[3] + (p[4] + (p[5] + (p[6] + (p[7] +
(p[8] + (p[9] + p[10] * x) * x) * x) * x) * x) * x) * x) * x) *
x) * x;
// DC offset remove (odd harmonics cause DC offset)
otm1 = 0.999f * otm1 + y - itm1;
itm1 = y;
buffer_write(output[pos], otm1);
}
plugin_data->itm1 = itm1;
plugin_data->otm1 = otm1;
plugin_data->env = env;
plugin_data->count = count;
}
void _init() {
char **port_names;
LADSPA_PortDescriptor *port_descriptors;
LADSPA_PortRangeHint *port_range_hints;
#ifdef ENABLE_NLS
#define D_(s) dgettext(PACKAGE, s)
setlocale(LC_ALL, "");
bindtextdomain(PACKAGE, PACKAGE_LOCALE_DIR);
#else
#define D_(s) (s)
#endif
chebstortionDescriptor =
(LADSPA_Descriptor *)malloc(sizeof(LADSPA_Descriptor));
if (chebstortionDescriptor) {
chebstortionDescriptor->UniqueID = 1430;
chebstortionDescriptor->Label = "chebstortion";
chebstortionDescriptor->Properties =
LADSPA_PROPERTY_HARD_RT_CAPABLE;
chebstortionDescriptor->Name =
D_("Chebyshev distortion");
chebstortionDescriptor->Maker =
"Steve Harris <steve@plugin.org.uk>";
chebstortionDescriptor->Copyright =
"GPL";
chebstortionDescriptor->PortCount = 3;
port_descriptors = (LADSPA_PortDescriptor *)calloc(3,
sizeof(LADSPA_PortDescriptor));
chebstortionDescriptor->PortDescriptors =
(const LADSPA_PortDescriptor *)port_descriptors;
port_range_hints = (LADSPA_PortRangeHint *)calloc(3,
sizeof(LADSPA_PortRangeHint));
chebstortionDescriptor->PortRangeHints =
(const LADSPA_PortRangeHint *)port_range_hints;
port_names = (char **)calloc(3, sizeof(char*));
chebstortionDescriptor->PortNames =
(const char **)port_names;
/* Parameters for Distortion */
port_descriptors[CHEBSTORTION_DIST] =
LADSPA_PORT_INPUT | LADSPA_PORT_CONTROL;
port_names[CHEBSTORTION_DIST] =
D_("Distortion");
port_range_hints[CHEBSTORTION_DIST].HintDescriptor =
LADSPA_HINT_BOUNDED_BELOW | LADSPA_HINT_BOUNDED_ABOVE | LADSPA_HINT_DEFAULT_0;
port_range_hints[CHEBSTORTION_DIST].LowerBound = 0;
port_range_hints[CHEBSTORTION_DIST].UpperBound = 3;
/* Parameters for Input */
port_descriptors[CHEBSTORTION_INPUT] =
LADSPA_PORT_INPUT | LADSPA_PORT_AUDIO;
port_names[CHEBSTORTION_INPUT] =
D_("Input");
port_range_hints[CHEBSTORTION_INPUT].HintDescriptor =
LADSPA_HINT_BOUNDED_BELOW | LADSPA_HINT_BOUNDED_ABOVE;
port_range_hints[CHEBSTORTION_INPUT].LowerBound = -1;
port_range_hints[CHEBSTORTION_INPUT].UpperBound = +1;
/* Parameters for Output */
port_descriptors[CHEBSTORTION_OUTPUT] =
LADSPA_PORT_OUTPUT | LADSPA_PORT_AUDIO;
port_names[CHEBSTORTION_OUTPUT] =
D_("Output");
port_range_hints[CHEBSTORTION_OUTPUT].HintDescriptor =
LADSPA_HINT_BOUNDED_BELOW | LADSPA_HINT_BOUNDED_ABOVE;
port_range_hints[CHEBSTORTION_OUTPUT].LowerBound = -1;
port_range_hints[CHEBSTORTION_OUTPUT].UpperBound = +1;
chebstortionDescriptor->activate = activateChebstortion;
chebstortionDescriptor->cleanup = cleanupChebstortion;
chebstortionDescriptor->connect_port = connectPortChebstortion;
chebstortionDescriptor->deactivate = NULL;
chebstortionDescriptor->instantiate = instantiateChebstortion;
chebstortionDescriptor->run = runChebstortion;
chebstortionDescriptor->run_adding = runAddingChebstortion;
chebstortionDescriptor->set_run_adding_gain = setRunAddingGainChebstortion;
}
}
void _fini() {
if (chebstortionDescriptor) {
free((LADSPA_PortDescriptor *)chebstortionDescriptor->PortDescriptors);
free((char **)chebstortionDescriptor->PortNames);
free((LADSPA_PortRangeHint *)chebstortionDescriptor->PortRangeHints);
free(chebstortionDescriptor);
}
}

File diff suppressed because it is too large Load Diff

View File

@@ -0,0 +1,352 @@
#include <stdlib.h>
#include <string.h>
#ifndef WIN32
#include "config.h"
#endif
#ifdef ENABLE_NLS
#include <libintl.h>
#endif
#define _ISOC9X_SOURCE 1
#define _ISOC99_SOURCE 1
#define __USE_ISOC99 1
#define __USE_ISOC9X 1
#include <math.h>
#include "ladspa.h"
#ifdef WIN32
#define _WINDOWS_DLL_EXPORT_ __declspec(dllexport)
int bIsFirstTime = 1;
void _init(); // forward declaration
#else
#define _WINDOWS_DLL_EXPORT_
#endif
#line 9 "comb_splitter_1411.xml"
#include "ladspa-util.h"
#define COMB_SIZE 0x4000
#define COMB_MASK 0x3FFF
#define COMBSPLITTER_FREQ 0
#define COMBSPLITTER_INPUT 1
#define COMBSPLITTER_OUT1 2
#define COMBSPLITTER_OUT2 3
static LADSPA_Descriptor *combSplitterDescriptor = NULL;
typedef struct {
LADSPA_Data *freq;
LADSPA_Data *input;
LADSPA_Data *out1;
LADSPA_Data *out2;
long comb_pos;
LADSPA_Data *comb_tbl;
float last_offset;
long sample_rate;
LADSPA_Data run_adding_gain;
} CombSplitter;
_WINDOWS_DLL_EXPORT_
const LADSPA_Descriptor *ladspa_descriptor(unsigned long index) {
#ifdef WIN32
if (bIsFirstTime) {
_init();
bIsFirstTime = 0;
}
#endif
switch (index) {
case 0:
return combSplitterDescriptor;
default:
return NULL;
}
}
static void activateCombSplitter(LADSPA_Handle instance) {
CombSplitter *plugin_data = (CombSplitter *)instance;
long comb_pos = plugin_data->comb_pos;
LADSPA_Data *comb_tbl = plugin_data->comb_tbl;
float last_offset = plugin_data->last_offset;
long sample_rate = plugin_data->sample_rate;
#line 29 "comb_splitter_1411.xml"
int i;
for (i = 0; i < COMB_SIZE; i++) {
comb_tbl[i] = 0;
}
comb_pos = 0;
last_offset = 1000;
plugin_data->comb_pos = comb_pos;
plugin_data->comb_tbl = comb_tbl;
plugin_data->last_offset = last_offset;
plugin_data->sample_rate = sample_rate;
}
static void cleanupCombSplitter(LADSPA_Handle instance) {
#line 39 "comb_splitter_1411.xml"
CombSplitter *plugin_data = (CombSplitter *)instance;
free(plugin_data->comb_tbl);
free(instance);
}
static void connectPortCombSplitter(
LADSPA_Handle instance,
unsigned long port,
LADSPA_Data *data) {
CombSplitter *plugin;
plugin = (CombSplitter *)instance;
switch (port) {
case COMBSPLITTER_FREQ:
plugin->freq = data;
break;
case COMBSPLITTER_INPUT:
plugin->input = data;
break;
case COMBSPLITTER_OUT1:
plugin->out1 = data;
break;
case COMBSPLITTER_OUT2:
plugin->out2 = data;
break;
}
}
static LADSPA_Handle instantiateCombSplitter(
const LADSPA_Descriptor *descriptor,
unsigned long s_rate) {
CombSplitter *plugin_data = (CombSplitter *)malloc(sizeof(CombSplitter));
long comb_pos;
LADSPA_Data *comb_tbl = NULL;
float last_offset;
long sample_rate;
#line 22 "comb_splitter_1411.xml"
sample_rate = s_rate;
comb_tbl = malloc(sizeof(LADSPA_Data) * COMB_SIZE);
comb_pos = 0;
last_offset = 1000;
plugin_data->comb_pos = comb_pos;
plugin_data->comb_tbl = comb_tbl;
plugin_data->last_offset = last_offset;
plugin_data->sample_rate = sample_rate;
return (LADSPA_Handle)plugin_data;
}
#undef buffer_write
#undef RUN_ADDING
#undef RUN_REPLACING
#define buffer_write(b, v) (b = v)
#define RUN_ADDING 0
#define RUN_REPLACING 1
static void runCombSplitter(LADSPA_Handle instance, unsigned long sample_count) {
CombSplitter *plugin_data = (CombSplitter *)instance;
/* Band separation (Hz) (float value) */
const LADSPA_Data freq = *(plugin_data->freq);
/* Input (array of floats of length sample_count) */
const LADSPA_Data * const input = plugin_data->input;
/* Output 1 (array of floats of length sample_count) */
LADSPA_Data * const out1 = plugin_data->out1;
/* Output 2 (array of floats of length sample_count) */
LADSPA_Data * const out2 = plugin_data->out2;
long comb_pos = plugin_data->comb_pos;
LADSPA_Data * comb_tbl = plugin_data->comb_tbl;
float last_offset = plugin_data->last_offset;
long sample_rate = plugin_data->sample_rate;
#line 43 "comb_splitter_1411.xml"
float offset;
int data_pos;
unsigned long pos;
float xf, xf_step, d_pos, fr, interp, in;
offset = sample_rate / freq;
offset = f_clamp(offset, 0, COMB_SIZE - 1);
xf_step = 1.0f / (float)sample_count;
xf = 0.0f;
for (pos = 0; pos < sample_count; pos++) {
xf += xf_step;
d_pos = comb_pos - LIN_INTERP(xf, last_offset, offset);
data_pos = f_trunc(d_pos);
fr = d_pos - data_pos;
interp = cube_interp(fr, comb_tbl[(data_pos - 1) & COMB_MASK], comb_tbl[data_pos & COMB_MASK], comb_tbl[(data_pos + 1) & COMB_MASK], comb_tbl[(data_pos + 2) & COMB_MASK]);
in = input[pos];
comb_tbl[comb_pos] = in;
buffer_write(out1[pos], (in + interp) * 0.5f);
buffer_write(out2[pos], (in - interp) * 0.5f);
comb_pos = (comb_pos + 1) & COMB_MASK;
}
plugin_data->comb_pos = comb_pos;
plugin_data->last_offset = offset;
}
#undef buffer_write
#undef RUN_ADDING
#undef RUN_REPLACING
#define buffer_write(b, v) (b += (v) * run_adding_gain)
#define RUN_ADDING 1
#define RUN_REPLACING 0
static void setRunAddingGainCombSplitter(LADSPA_Handle instance, LADSPA_Data gain) {
((CombSplitter *)instance)->run_adding_gain = gain;
}
static void runAddingCombSplitter(LADSPA_Handle instance, unsigned long sample_count) {
CombSplitter *plugin_data = (CombSplitter *)instance;
LADSPA_Data run_adding_gain = plugin_data->run_adding_gain;
/* Band separation (Hz) (float value) */
const LADSPA_Data freq = *(plugin_data->freq);
/* Input (array of floats of length sample_count) */
const LADSPA_Data * const input = plugin_data->input;
/* Output 1 (array of floats of length sample_count) */
LADSPA_Data * const out1 = plugin_data->out1;
/* Output 2 (array of floats of length sample_count) */
LADSPA_Data * const out2 = plugin_data->out2;
long comb_pos = plugin_data->comb_pos;
LADSPA_Data * comb_tbl = plugin_data->comb_tbl;
float last_offset = plugin_data->last_offset;
long sample_rate = plugin_data->sample_rate;
#line 43 "comb_splitter_1411.xml"
float offset;
int data_pos;
unsigned long pos;
float xf, xf_step, d_pos, fr, interp, in;
offset = sample_rate / freq;
offset = f_clamp(offset, 0, COMB_SIZE - 1);
xf_step = 1.0f / (float)sample_count;
xf = 0.0f;
for (pos = 0; pos < sample_count; pos++) {
xf += xf_step;
d_pos = comb_pos - LIN_INTERP(xf, last_offset, offset);
data_pos = f_trunc(d_pos);
fr = d_pos - data_pos;
interp = cube_interp(fr, comb_tbl[(data_pos - 1) & COMB_MASK], comb_tbl[data_pos & COMB_MASK], comb_tbl[(data_pos + 1) & COMB_MASK], comb_tbl[(data_pos + 2) & COMB_MASK]);
in = input[pos];
comb_tbl[comb_pos] = in;
buffer_write(out1[pos], (in + interp) * 0.5f);
buffer_write(out2[pos], (in - interp) * 0.5f);
comb_pos = (comb_pos + 1) & COMB_MASK;
}
plugin_data->comb_pos = comb_pos;
plugin_data->last_offset = offset;
}
void _init() {
char **port_names;
LADSPA_PortDescriptor *port_descriptors;
LADSPA_PortRangeHint *port_range_hints;
#ifdef ENABLE_NLS
#define D_(s) dgettext(PACKAGE, s)
setlocale(LC_ALL, "");
bindtextdomain(PACKAGE, PACKAGE_LOCALE_DIR);
#else
#define D_(s) (s)
#endif
combSplitterDescriptor =
(LADSPA_Descriptor *)malloc(sizeof(LADSPA_Descriptor));
if (combSplitterDescriptor) {
combSplitterDescriptor->UniqueID = 1411;
combSplitterDescriptor->Label = "combSplitter";
combSplitterDescriptor->Properties =
LADSPA_PROPERTY_HARD_RT_CAPABLE;
combSplitterDescriptor->Name =
D_("Comb Splitter");
combSplitterDescriptor->Maker =
"Steve Harris <steve@plugin.org.uk>";
combSplitterDescriptor->Copyright =
"GPL";
combSplitterDescriptor->PortCount = 4;
port_descriptors = (LADSPA_PortDescriptor *)calloc(4,
sizeof(LADSPA_PortDescriptor));
combSplitterDescriptor->PortDescriptors =
(const LADSPA_PortDescriptor *)port_descriptors;
port_range_hints = (LADSPA_PortRangeHint *)calloc(4,
sizeof(LADSPA_PortRangeHint));
combSplitterDescriptor->PortRangeHints =
(const LADSPA_PortRangeHint *)port_range_hints;
port_names = (char **)calloc(4, sizeof(char*));
combSplitterDescriptor->PortNames =
(const char **)port_names;
/* Parameters for Band separation (Hz) */
port_descriptors[COMBSPLITTER_FREQ] =
LADSPA_PORT_INPUT | LADSPA_PORT_CONTROL;
port_names[COMBSPLITTER_FREQ] =
D_("Band separation (Hz)");
port_range_hints[COMBSPLITTER_FREQ].HintDescriptor =
LADSPA_HINT_BOUNDED_BELOW | LADSPA_HINT_BOUNDED_ABOVE | LADSPA_HINT_DEFAULT_LOW;
port_range_hints[COMBSPLITTER_FREQ].LowerBound = 16;
port_range_hints[COMBSPLITTER_FREQ].UpperBound = 640;
/* Parameters for Input */
port_descriptors[COMBSPLITTER_INPUT] =
LADSPA_PORT_INPUT | LADSPA_PORT_AUDIO;
port_names[COMBSPLITTER_INPUT] =
D_("Input");
port_range_hints[COMBSPLITTER_INPUT].HintDescriptor = 0;
/* Parameters for Output 1 */
port_descriptors[COMBSPLITTER_OUT1] =
LADSPA_PORT_OUTPUT | LADSPA_PORT_AUDIO;
port_names[COMBSPLITTER_OUT1] =
D_("Output 1");
port_range_hints[COMBSPLITTER_OUT1].HintDescriptor = 0;
/* Parameters for Output 2 */
port_descriptors[COMBSPLITTER_OUT2] =
LADSPA_PORT_OUTPUT | LADSPA_PORT_AUDIO;
port_names[COMBSPLITTER_OUT2] =
D_("Output 2");
port_range_hints[COMBSPLITTER_OUT2].HintDescriptor = 0;
combSplitterDescriptor->activate = activateCombSplitter;
combSplitterDescriptor->cleanup = cleanupCombSplitter;
combSplitterDescriptor->connect_port = connectPortCombSplitter;
combSplitterDescriptor->deactivate = NULL;
combSplitterDescriptor->instantiate = instantiateCombSplitter;
combSplitterDescriptor->run = runCombSplitter;
combSplitterDescriptor->run_adding = runAddingCombSplitter;
combSplitterDescriptor->set_run_adding_gain = setRunAddingGainCombSplitter;
}
}
void _fini() {
if (combSplitterDescriptor) {
free((LADSPA_PortDescriptor *)combSplitterDescriptor->PortDescriptors);
free((char **)combSplitterDescriptor->PortNames);
free((LADSPA_PortRangeHint *)combSplitterDescriptor->PortRangeHints);
free(combSplitterDescriptor);
}
}

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