Compare commits
No commits in common. "12b32eda0f5c14f9079769839b0c62be7bf33ce7" and "1d370456c39871bbe0f7e3f6a748d307f8f36fc6" have entirely different histories.
12b32eda0f
...
1d370456c3
|
|
@ -1,2 +0,0 @@
|
||||||
---
|
|
||||||
BUNDLE_PATH: "vendor/bundle"
|
|
||||||
|
|
@ -1,5 +0,0 @@
|
||||||
_site
|
|
||||||
.sass-cache
|
|
||||||
.jekyll-cache
|
|
||||||
.jekyll-metadata
|
|
||||||
vendor
|
|
||||||
25
404.html
25
404.html
|
|
@ -1,25 +0,0 @@
|
||||||
---
|
|
||||||
permalink: /404.html
|
|
||||||
layout: default
|
|
||||||
---
|
|
||||||
|
|
||||||
<style type="text/css" media="screen">
|
|
||||||
.container {
|
|
||||||
margin: 10px auto;
|
|
||||||
max-width: 600px;
|
|
||||||
text-align: center;
|
|
||||||
}
|
|
||||||
h1 {
|
|
||||||
margin: 30px 0;
|
|
||||||
font-size: 4em;
|
|
||||||
line-height: 1;
|
|
||||||
letter-spacing: -1px;
|
|
||||||
}
|
|
||||||
</style>
|
|
||||||
|
|
||||||
<div class="container">
|
|
||||||
<h1>404</h1>
|
|
||||||
|
|
||||||
<p><strong>Page not found :(</strong></p>
|
|
||||||
<p>The requested page could not be found.</p>
|
|
||||||
</div>
|
|
||||||
9
Gemfile
9
Gemfile
|
|
@ -1,9 +0,0 @@
|
||||||
source "https://rubygems.org"
|
|
||||||
|
|
||||||
gem "jekyll"
|
|
||||||
gem "alice", git: "https://git.alice.ufsj.edu.br/Alice/AliceTheme"
|
|
||||||
|
|
||||||
group :jekyll_plugins do
|
|
||||||
gem "jekyll-datapage-generator"
|
|
||||||
end
|
|
||||||
|
|
||||||
94
Gemfile.lock
94
Gemfile.lock
|
|
@ -1,94 +0,0 @@
|
||||||
GIT
|
|
||||||
remote: https://git.alice.ufsj.edu.br/Alice/AliceTheme
|
|
||||||
revision: 3f3e5851d33ca4d294785eee01a86d571d5abc84
|
|
||||||
specs:
|
|
||||||
alice (0.0.0)
|
|
||||||
jekyll (>= 3.5, < 5.0)
|
|
||||||
|
|
||||||
GEM
|
|
||||||
remote: https://rubygems.org/
|
|
||||||
specs:
|
|
||||||
addressable (2.8.7)
|
|
||||||
public_suffix (>= 2.0.2, < 7.0)
|
|
||||||
colorator (1.1.0)
|
|
||||||
concurrent-ruby (1.3.4)
|
|
||||||
em-websocket (0.5.3)
|
|
||||||
eventmachine (>= 0.12.9)
|
|
||||||
http_parser.rb (~> 0)
|
|
||||||
eventmachine (1.2.7)
|
|
||||||
ffi (1.17.0)
|
|
||||||
ffi (1.17.0-arm64-darwin)
|
|
||||||
ffi (1.17.0-x86_64-darwin)
|
|
||||||
forwardable-extended (2.6.0)
|
|
||||||
google-protobuf (3.25.5)
|
|
||||||
google-protobuf (3.25.5-arm64-darwin)
|
|
||||||
google-protobuf (3.25.5-x86_64-darwin)
|
|
||||||
google-protobuf (3.25.5-x86_64-linux)
|
|
||||||
http_parser.rb (0.8.0)
|
|
||||||
i18n (1.14.6)
|
|
||||||
concurrent-ruby (~> 1.0)
|
|
||||||
jekyll (4.3.4)
|
|
||||||
addressable (~> 2.4)
|
|
||||||
colorator (~> 1.0)
|
|
||||||
em-websocket (~> 0.5)
|
|
||||||
i18n (~> 1.0)
|
|
||||||
jekyll-sass-converter (>= 2.0, < 4.0)
|
|
||||||
jekyll-watch (~> 2.0)
|
|
||||||
kramdown (~> 2.3, >= 2.3.1)
|
|
||||||
kramdown-parser-gfm (~> 1.0)
|
|
||||||
liquid (~> 4.0)
|
|
||||||
mercenary (>= 0.3.6, < 0.5)
|
|
||||||
pathutil (~> 0.9)
|
|
||||||
rouge (>= 3.0, < 5.0)
|
|
||||||
safe_yaml (~> 1.0)
|
|
||||||
terminal-table (>= 1.8, < 4.0)
|
|
||||||
webrick (~> 1.7)
|
|
||||||
jekyll-datapage-generator (1.4.0)
|
|
||||||
jekyll-sass-converter (3.0.0)
|
|
||||||
sass-embedded (~> 1.54)
|
|
||||||
jekyll-watch (2.2.1)
|
|
||||||
listen (~> 3.0)
|
|
||||||
kramdown (2.4.0)
|
|
||||||
rexml
|
|
||||||
kramdown-parser-gfm (1.1.0)
|
|
||||||
kramdown (~> 2.0)
|
|
||||||
liquid (4.0.4)
|
|
||||||
listen (3.9.0)
|
|
||||||
rb-fsevent (~> 0.10, >= 0.10.3)
|
|
||||||
rb-inotify (~> 0.9, >= 0.9.10)
|
|
||||||
mercenary (0.4.0)
|
|
||||||
pathutil (0.16.2)
|
|
||||||
forwardable-extended (~> 2.6)
|
|
||||||
public_suffix (6.0.1)
|
|
||||||
rake (13.2.1)
|
|
||||||
rb-fsevent (0.11.2)
|
|
||||||
rb-inotify (0.11.1)
|
|
||||||
ffi (~> 1.0)
|
|
||||||
rexml (3.3.9)
|
|
||||||
rouge (4.4.0)
|
|
||||||
safe_yaml (1.0.5)
|
|
||||||
sass-embedded (1.69.5)
|
|
||||||
google-protobuf (~> 3.23)
|
|
||||||
rake (>= 13.0.0)
|
|
||||||
sass-embedded (1.69.5-arm64-darwin)
|
|
||||||
google-protobuf (~> 3.23)
|
|
||||||
sass-embedded (1.69.5-x86_64-darwin)
|
|
||||||
google-protobuf (~> 3.23)
|
|
||||||
terminal-table (3.0.2)
|
|
||||||
unicode-display_width (>= 1.1.1, < 3)
|
|
||||||
unicode-display_width (2.6.0)
|
|
||||||
webrick (1.8.2)
|
|
||||||
|
|
||||||
PLATFORMS
|
|
||||||
arm64-darwin
|
|
||||||
ruby
|
|
||||||
x86_64-darwin
|
|
||||||
x86_64-linux
|
|
||||||
|
|
||||||
DEPENDENCIES
|
|
||||||
alice!
|
|
||||||
jekyll
|
|
||||||
jekyll-datapage-generator
|
|
||||||
|
|
||||||
BUNDLED WITH
|
|
||||||
2.5.16
|
|
||||||
|
|
@ -1,9 +0,0 @@
|
||||||
ALICE MMPSearch
|
|
||||||
|
|
||||||
This is a repository with the purpose of creating a site using Jekyll to serve as a LMMS Beat File Library.
|
|
||||||
|
|
||||||
The intuitive is to be able to collect information from the files by indexing it and allows search with the most diverse filters.
|
|
||||||
|
|
||||||
It is part of the master's research in Computer Science at the Federal University of São João del Rei, focused on independent underground music production and the use of open source technologies.
|
|
||||||
|
|
||||||
The mainstream only exists because the underground created the scene.
|
|
||||||
60
_config.yml
60
_config.yml
|
|
@ -1,60 +0,0 @@
|
||||||
title: MMPSearch
|
|
||||||
email: your-email@example.com
|
|
||||||
description: >- # this means to ignore newlines until "baseurl:"
|
|
||||||
Write an awesome description for your new site here. You can edit this
|
|
||||||
line in _config.yml. It will appear in your document head meta (for
|
|
||||||
Google search results) and in your feed.xml site description.
|
|
||||||
baseurl: "/~jotachina/mmpSearch/" # the subpath of your site, e.g. /blog
|
|
||||||
url: "https://alice.ufsj.edu.br" # the base hostname & protocol for your site, e.g. http://example.com
|
|
||||||
|
|
||||||
theme: alice
|
|
||||||
|
|
||||||
plugins:
|
|
||||||
- jekyll-datapage-generator
|
|
||||||
|
|
||||||
page_gen-dirs: true
|
|
||||||
|
|
||||||
page_gen:
|
|
||||||
- data: all
|
|
||||||
template: projetos
|
|
||||||
dir: mmp_pages
|
|
||||||
index_files: false
|
|
||||||
title: file
|
|
||||||
name: file
|
|
||||||
debug: false
|
|
||||||
|
|
||||||
|
|
||||||
# Configuração do datapage_gen:
|
|
||||||
#page_gen:
|
|
||||||
# - data: all
|
|
||||||
# template: plugins
|
|
||||||
# dir: projetosPorTrack
|
|
||||||
# index_files: false
|
|
||||||
# name: TAG
|
|
||||||
# title: "Arquivos com tipo: :TAG"
|
|
||||||
# debug: false
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
# Build settings
|
|
||||||
|
|
||||||
# Exclude from processing.
|
|
||||||
# The following items will not be processed, by default.
|
|
||||||
# Any item listed under the `exclude:` key here will be automatically added to
|
|
||||||
# the internal "default list".
|
|
||||||
#
|
|
||||||
# Excluded items can be processed by explicitly listing the directories or
|
|
||||||
# their entries' file path in the `include:` list.
|
|
||||||
#
|
|
||||||
# exclude:
|
|
||||||
# - .sass-cache/
|
|
||||||
# - .jekyll-cache/
|
|
||||||
# - gemfiles/
|
|
||||||
# - Gemfile
|
|
||||||
# - Gemfile.lock
|
|
||||||
# - node_modules/
|
|
||||||
# - vendor/bundle/
|
|
||||||
# - vendor/cache/
|
|
||||||
# - vendor/gems/
|
|
||||||
# - vendor/ruby/
|
|
||||||
# - scripts/
|
|
||||||
|
|
@ -1,659 +1,57 @@
|
||||||
bpm: '140'
|
bpm: '140'
|
||||||
file: Computacao_Musical_Thiago_Rocha_de_Moraes
|
file: mmp/Computacao_Musical_Thiago_Rocha_de_Moraes.mmp
|
||||||
src: /nethome/jotachina/projetos/mmpSearch/mmp/Computacao_Musical_Thiago_Rocha_de_Moraes.mmp
|
|
||||||
tags:
|
|
||||||
TAG:
|
|
||||||
- bassline
|
|
||||||
- plugin
|
|
||||||
automation: []
|
|
||||||
bassline:
|
|
||||||
- Introducao
|
|
||||||
- Base1
|
|
||||||
- Base2
|
|
||||||
- Base3
|
|
||||||
- Base4
|
|
||||||
- Final
|
|
||||||
- Prato
|
|
||||||
- Bass_Voice1
|
|
||||||
- Bass_Voice2
|
|
||||||
- Bass_Voice3
|
|
||||||
- Estala_Dedos1
|
|
||||||
- Estala_Dedos2
|
|
||||||
plugin:
|
|
||||||
- audiofileprocessor
|
|
||||||
- tripleoscillator
|
|
||||||
sample: []
|
|
||||||
tracks:
|
tracks:
|
||||||
- bassline_name: Introducao
|
- instruments:
|
||||||
instruments:
|
- instrument_name: kick01.ogg
|
||||||
- audiofileprocessor:
|
- instrument_name: hihat_closed01.ogg
|
||||||
amp: '100'
|
- instrument_name: snare01.ogg
|
||||||
eframe: '1'
|
- instrument_name: house_loop01.ogg
|
||||||
interp: '1'
|
- instrument_name: snaph01.ogg
|
||||||
lframe: '0'
|
- instrument_name: bass!.ogg
|
||||||
looped: '0'
|
- instrument_name: space_strings02.ogg
|
||||||
reversed: '0'
|
- instrument_name: steel_guitar_medium_distorted01.ogg
|
||||||
sframe: '0'
|
- instrument_name: ride01.ogg
|
||||||
src: drums/kick01.ogg
|
track_name: Introducao
|
||||||
stutter: '0'
|
|
||||||
basenote: '57'
|
|
||||||
fxch: '0'
|
|
||||||
instrument_name: kick01.ogg
|
|
||||||
instrument_type: '0'
|
|
||||||
pan: '0'
|
|
||||||
pitch: '0'
|
|
||||||
pitchrange: '1'
|
|
||||||
usemasterpitch: '1'
|
|
||||||
vol: '70'
|
|
||||||
- audiofileprocessor:
|
|
||||||
amp: '100'
|
|
||||||
eframe: '1'
|
|
||||||
interp: '1'
|
|
||||||
lframe: '0'
|
|
||||||
looped: '0'
|
|
||||||
reversed: '0'
|
|
||||||
sframe: '0'
|
|
||||||
src: drums/hihat_closed01.ogg
|
|
||||||
stutter: '0'
|
|
||||||
basenote: '57'
|
|
||||||
fxch: '0'
|
|
||||||
instrument_name: hihat_closed01.ogg
|
|
||||||
instrument_type: '0'
|
|
||||||
pan: '0'
|
|
||||||
pitch: '0'
|
|
||||||
pitchrange: '1'
|
|
||||||
usemasterpitch: '1'
|
|
||||||
vol: '70'
|
|
||||||
- audiofileprocessor:
|
|
||||||
amp: '100'
|
|
||||||
eframe: '1'
|
|
||||||
interp: '1'
|
|
||||||
lframe: '0'
|
|
||||||
looped: '0'
|
|
||||||
reversed: '0'
|
|
||||||
sframe: '0'
|
|
||||||
src: drums/snare01.ogg
|
|
||||||
stutter: '0'
|
|
||||||
basenote: '57'
|
|
||||||
fxch: '0'
|
|
||||||
instrument_name: snare01.ogg
|
|
||||||
instrument_type: '0'
|
|
||||||
pan: '0'
|
|
||||||
pitch: '0'
|
|
||||||
pitchrange: '1'
|
|
||||||
usemasterpitch: '1'
|
|
||||||
vol: '70'
|
|
||||||
- audiofileprocessor:
|
|
||||||
amp: '100'
|
|
||||||
eframe: '1'
|
|
||||||
interp: '1'
|
|
||||||
lframe: '0'
|
|
||||||
looped: '0'
|
|
||||||
reversed: '0'
|
|
||||||
sframe: '0'
|
|
||||||
src: beats/house_loop01.ogg
|
|
||||||
stutter: '0'
|
|
||||||
basenote: '57'
|
|
||||||
fxch: '0'
|
|
||||||
instrument_name: house_loop01.ogg
|
|
||||||
instrument_type: '0'
|
|
||||||
pan: '0'
|
|
||||||
pitch: '0'
|
|
||||||
pitchrange: '1'
|
|
||||||
usemasterpitch: '1'
|
|
||||||
vol: '70'
|
|
||||||
- audiofileprocessor:
|
|
||||||
amp: '100'
|
|
||||||
eframe: '1'
|
|
||||||
interp: '1'
|
|
||||||
lframe: '0'
|
|
||||||
looped: '0'
|
|
||||||
reversed: '0'
|
|
||||||
sframe: '0'
|
|
||||||
src: misc/snaph01.ogg
|
|
||||||
stutter: '0'
|
|
||||||
basenote: '57'
|
|
||||||
fxch: '0'
|
|
||||||
instrument_name: snaph01.ogg
|
|
||||||
instrument_type: '0'
|
|
||||||
pan: '0'
|
|
||||||
pitch: '0'
|
|
||||||
pitchrange: '1'
|
|
||||||
usemasterpitch: '1'
|
|
||||||
vol: '70'
|
|
||||||
- audiofileprocessor:
|
|
||||||
amp: '100'
|
|
||||||
eframe: '1'
|
|
||||||
interp: '1'
|
|
||||||
lframe: '0'
|
|
||||||
looped: '0'
|
|
||||||
reversed: '0'
|
|
||||||
sframe: '0'
|
|
||||||
src: misc/bass!.ogg
|
|
||||||
stutter: '0'
|
|
||||||
basenote: '57'
|
|
||||||
fxch: '0'
|
|
||||||
instrument_name: bass!.ogg
|
|
||||||
instrument_type: '0'
|
|
||||||
pan: '0'
|
|
||||||
pitch: '0'
|
|
||||||
pitchrange: '1'
|
|
||||||
usemasterpitch: '1'
|
|
||||||
vol: '70'
|
|
||||||
- audiofileprocessor:
|
|
||||||
amp: '100'
|
|
||||||
eframe: '1'
|
|
||||||
interp: '1'
|
|
||||||
lframe: '0'
|
|
||||||
looped: '0'
|
|
||||||
reversed: '0'
|
|
||||||
sframe: '0'
|
|
||||||
src: stringsnpads/space_strings02.ogg
|
|
||||||
stutter: '0'
|
|
||||||
basenote: '57'
|
|
||||||
fxch: '0'
|
|
||||||
instrument_name: space_strings02.ogg
|
|
||||||
instrument_type: '0'
|
|
||||||
pan: '0'
|
|
||||||
pitch: '0'
|
|
||||||
pitchrange: '1'
|
|
||||||
usemasterpitch: '1'
|
|
||||||
vol: '70'
|
|
||||||
- audiofileprocessor:
|
|
||||||
amp: '100'
|
|
||||||
eframe: '1'
|
|
||||||
interp: '1'
|
|
||||||
lframe: '0'
|
|
||||||
looped: '0'
|
|
||||||
reversed: '0'
|
|
||||||
sframe: '0'
|
|
||||||
src: instruments/steel_guitar_medium_distorted01.ogg
|
|
||||||
stutter: '0'
|
|
||||||
basenote: '57'
|
|
||||||
fxch: '0'
|
|
||||||
instrument_name: steel_guitar_medium_distorted01.ogg
|
|
||||||
instrument_type: '0'
|
|
||||||
pan: '0'
|
|
||||||
pitch: '0'
|
|
||||||
pitchrange: '1'
|
|
||||||
usemasterpitch: '1'
|
|
||||||
vol: '70'
|
|
||||||
- audiofileprocessor:
|
|
||||||
amp: '100'
|
|
||||||
eframe: '1'
|
|
||||||
interp: '1'
|
|
||||||
lframe: '0'
|
|
||||||
looped: '0'
|
|
||||||
reversed: '0'
|
|
||||||
sframe: '0'
|
|
||||||
src: drums/ride01.ogg
|
|
||||||
stutter: '0'
|
|
||||||
basenote: '57'
|
|
||||||
fxch: '0'
|
|
||||||
instrument_name: ride01.ogg
|
|
||||||
instrument_type: '0'
|
|
||||||
pan: '0'
|
|
||||||
pitch: '0'
|
|
||||||
pitchrange: '1'
|
|
||||||
usemasterpitch: '1'
|
|
||||||
vol: '70'
|
|
||||||
tags: audiofileprocessor
|
|
||||||
type: bassline
|
type: bassline
|
||||||
- bassline_name: Base1
|
- instruments: []
|
||||||
instruments: []
|
track_name: Base1
|
||||||
tags: ''
|
|
||||||
type: bassline
|
type: bassline
|
||||||
- bassline_name: Base2
|
- instruments: []
|
||||||
instruments: []
|
track_name: Base2
|
||||||
tags: ''
|
|
||||||
type: bassline
|
type: bassline
|
||||||
- bassline_name: Base3
|
- instruments: []
|
||||||
instruments: []
|
track_name: Base3
|
||||||
tags: ''
|
|
||||||
type: bassline
|
type: bassline
|
||||||
- bassline_name: Base4
|
- instruments: []
|
||||||
instruments: []
|
track_name: Base4
|
||||||
tags: ''
|
|
||||||
type: bassline
|
type: bassline
|
||||||
- bassline_name: Final
|
- instruments: []
|
||||||
instruments: []
|
track_name: Final
|
||||||
tags: ''
|
|
||||||
type: bassline
|
type: bassline
|
||||||
- bassline_name: Prato
|
- instruments: []
|
||||||
instruments: []
|
track_name: Prato
|
||||||
tags: ''
|
|
||||||
type: bassline
|
type: bassline
|
||||||
- bassline_name: Bass_Voice1
|
- instruments: []
|
||||||
instruments: []
|
track_name: Bass_Voice1
|
||||||
tags: ''
|
|
||||||
type: bassline
|
type: bassline
|
||||||
- bassline_name: Bass_Voice2
|
- instruments: []
|
||||||
instruments: []
|
track_name: Bass_Voice2
|
||||||
tags: ''
|
|
||||||
type: bassline
|
type: bassline
|
||||||
- bassline_name: Bass_Voice3
|
- instruments: []
|
||||||
instruments: []
|
track_name: Bass_Voice3
|
||||||
tags: ''
|
|
||||||
type: bassline
|
type: bassline
|
||||||
- bassline_name: Estala_Dedos1
|
- instruments: []
|
||||||
instruments: []
|
track_name: Estala_Dedos1
|
||||||
tags: ''
|
|
||||||
type: bassline
|
type: bassline
|
||||||
- bassline_name: Estala_Dedos2
|
- instruments: []
|
||||||
instruments: []
|
track_name: Estala_Dedos2
|
||||||
tags: ''
|
|
||||||
type: bassline
|
type: bassline
|
||||||
- arpeggiator:
|
- instruments: []
|
||||||
arp: '0'
|
|
||||||
arp-enabled: '0'
|
|
||||||
arpcycle: '0'
|
|
||||||
arpdir: '0'
|
|
||||||
arpgate: '100'
|
|
||||||
arpmiss: '0'
|
|
||||||
arpmode: '0'
|
|
||||||
arprange: '1'
|
|
||||||
arpskip: '0'
|
|
||||||
arptime: '100'
|
|
||||||
arptime_denominator: '4'
|
|
||||||
arptime_numerator: '4'
|
|
||||||
arptime_syncmode: '0'
|
|
||||||
chordcreator:
|
|
||||||
chord: '0'
|
|
||||||
chord-enabled: '1'
|
|
||||||
chordrange: '1'
|
|
||||||
elcut:
|
|
||||||
amt: '0'
|
|
||||||
att: '0'
|
|
||||||
ctlenvamt: '0'
|
|
||||||
dec: '0.5'
|
|
||||||
hold: '0.5'
|
|
||||||
lamt: '0'
|
|
||||||
latt: '0'
|
|
||||||
lpdel: '0'
|
|
||||||
lshp: '0'
|
|
||||||
lspd: '0.1'
|
|
||||||
lspd_denominator: '4'
|
|
||||||
lspd_numerator: '4'
|
|
||||||
lspd_syncmode: '0'
|
|
||||||
pdel: '0'
|
|
||||||
rel: '0.1'
|
|
||||||
sustain: '0.5'
|
|
||||||
userwavefile: ''
|
|
||||||
x100: '0'
|
|
||||||
eldata:
|
|
||||||
fcut: '820'
|
|
||||||
fres: '0.5'
|
|
||||||
ftype: '1'
|
|
||||||
fwet: '0'
|
|
||||||
elres:
|
|
||||||
amt: '0'
|
|
||||||
att: '0'
|
|
||||||
ctlenvamt: '0'
|
|
||||||
dec: '0.5'
|
|
||||||
hold: '0.5'
|
|
||||||
lamt: '0'
|
|
||||||
latt: '0'
|
|
||||||
lpdel: '0'
|
|
||||||
lshp: '0'
|
|
||||||
lspd: '0.1'
|
|
||||||
lspd_denominator: '4'
|
|
||||||
lspd_numerator: '4'
|
|
||||||
lspd_syncmode: '0'
|
|
||||||
pdel: '0'
|
|
||||||
rel: '0'
|
|
||||||
sustain: '0.5'
|
|
||||||
userwavefile: ''
|
|
||||||
x100: '0'
|
|
||||||
elvol:
|
|
||||||
amt: '1'
|
|
||||||
att: '0'
|
|
||||||
ctlenvamt: '0'
|
|
||||||
dec: '0.5'
|
|
||||||
hold: '0'
|
|
||||||
lamt: '0'
|
|
||||||
latt: '0'
|
|
||||||
lpdel: '0'
|
|
||||||
lshp: '0'
|
|
||||||
lspd: '0.01'
|
|
||||||
lspd_denominator: '4'
|
|
||||||
lspd_numerator: '4'
|
|
||||||
lspd_syncmode: '0'
|
|
||||||
pdel: '0'
|
|
||||||
rel: '0.38'
|
|
||||||
sustain: '0.000999987'
|
|
||||||
userwavefile: ''
|
|
||||||
x100: '0'
|
|
||||||
fxchain:
|
|
||||||
enabled: '0'
|
|
||||||
numofeffects: '0'
|
|
||||||
instrument_name: tripleoscillator
|
|
||||||
instrumenttrack:
|
|
||||||
basenote: '57'
|
|
||||||
fxch: '0'
|
|
||||||
pan: '0'
|
|
||||||
pitch: '0'
|
|
||||||
pitchrange: '1'
|
|
||||||
usemasterpitch: '1'
|
|
||||||
vol: '50'
|
|
||||||
midiport:
|
|
||||||
basevelocity: '63'
|
|
||||||
fixedinputvelocity: '-1'
|
|
||||||
fixedoutputnote: '-1'
|
|
||||||
fixedoutputvelocity: '-1'
|
|
||||||
inputchannel: '0'
|
|
||||||
inputcontroller: '0'
|
|
||||||
outputchannel: '1'
|
|
||||||
outputcontroller: '0'
|
|
||||||
outputprogram: '1'
|
|
||||||
readable: '0'
|
|
||||||
writable: '0'
|
|
||||||
tags: tripleoscillator
|
|
||||||
track_name: Xylophon
|
track_name: Xylophon
|
||||||
tripleoscillator:
|
|
||||||
coarse0: '0'
|
|
||||||
coarse1: '0'
|
|
||||||
coarse2: '0'
|
|
||||||
finel0: '0'
|
|
||||||
finel1: '22'
|
|
||||||
finel2: '-25'
|
|
||||||
finer0: '0'
|
|
||||||
finer1: '12'
|
|
||||||
finer2: '-13'
|
|
||||||
modalgo1: '1'
|
|
||||||
modalgo2: '1'
|
|
||||||
modalgo3: '2'
|
|
||||||
pan0: '0'
|
|
||||||
pan1: '0'
|
|
||||||
pan2: '0'
|
|
||||||
phoffset0: '0'
|
|
||||||
phoffset1: '0'
|
|
||||||
phoffset2: '0'
|
|
||||||
stphdetun0: '66'
|
|
||||||
stphdetun1: '275'
|
|
||||||
stphdetun2: '0'
|
|
||||||
userwavefile0: samples/empty.wav
|
|
||||||
userwavefile1: samples/empty.wav
|
|
||||||
userwavefile2: samples/empty.wav
|
|
||||||
vol0: '100'
|
|
||||||
vol1: '100'
|
|
||||||
vol2: '100'
|
|
||||||
wavetype0: '0'
|
|
||||||
wavetype1: '0'
|
|
||||||
wavetype2: '0'
|
|
||||||
type: plugin
|
type: plugin
|
||||||
- arpeggiator:
|
- instruments: []
|
||||||
arp: '0'
|
|
||||||
arp-enabled: '0'
|
|
||||||
arpcycle: '0'
|
|
||||||
arpdir: '0'
|
|
||||||
arpgate: '100'
|
|
||||||
arpmiss: '0'
|
|
||||||
arpmode: '0'
|
|
||||||
arprange: '1'
|
|
||||||
arpskip: '0'
|
|
||||||
arptime: '100'
|
|
||||||
arptime_denominator: '4'
|
|
||||||
arptime_numerator: '4'
|
|
||||||
arptime_syncmode: '0'
|
|
||||||
chordcreator:
|
|
||||||
chord: '0'
|
|
||||||
chord-enabled: '0'
|
|
||||||
chordrange: '1'
|
|
||||||
elcut:
|
|
||||||
amt: '1'
|
|
||||||
att: '0.038'
|
|
||||||
ctlenvamt: '0'
|
|
||||||
dec: '0.725'
|
|
||||||
hold: '0'
|
|
||||||
lamt: '0'
|
|
||||||
latt: '0'
|
|
||||||
lpdel: '0'
|
|
||||||
lshp: '0'
|
|
||||||
lspd: '0.1'
|
|
||||||
lspd_denominator: '4'
|
|
||||||
lspd_numerator: '4'
|
|
||||||
lspd_syncmode: '0'
|
|
||||||
pdel: '0'
|
|
||||||
rel: '0.162'
|
|
||||||
sustain: '0.06'
|
|
||||||
userwavefile: ''
|
|
||||||
x100: '0'
|
|
||||||
eldata:
|
|
||||||
fcut: '442'
|
|
||||||
fres: '1.86'
|
|
||||||
ftype: '0'
|
|
||||||
fwet: '1'
|
|
||||||
elres:
|
|
||||||
amt: '0'
|
|
||||||
att: '0'
|
|
||||||
ctlenvamt: '0'
|
|
||||||
dec: '0.5'
|
|
||||||
hold: '0.5'
|
|
||||||
lamt: '0'
|
|
||||||
latt: '0'
|
|
||||||
lpdel: '0'
|
|
||||||
lshp: '0'
|
|
||||||
lspd: '0.1'
|
|
||||||
lspd_denominator: '4'
|
|
||||||
lspd_numerator: '4'
|
|
||||||
lspd_syncmode: '0'
|
|
||||||
pdel: '0'
|
|
||||||
rel: '0.1'
|
|
||||||
sustain: '0.5'
|
|
||||||
userwavefile: ''
|
|
||||||
x100: '0'
|
|
||||||
elvol:
|
|
||||||
amt: '1'
|
|
||||||
att: '0.033'
|
|
||||||
ctlenvamt: '0'
|
|
||||||
dec: '2'
|
|
||||||
hold: '0'
|
|
||||||
lamt: '0'
|
|
||||||
latt: '0'
|
|
||||||
lpdel: '0'
|
|
||||||
lshp: '0'
|
|
||||||
lspd: '0.1'
|
|
||||||
lspd_denominator: '4'
|
|
||||||
lspd_numerator: '4'
|
|
||||||
lspd_syncmode: '0'
|
|
||||||
pdel: '0'
|
|
||||||
rel: '0.1'
|
|
||||||
sustain: '1'
|
|
||||||
userwavefile: ''
|
|
||||||
x100: '0'
|
|
||||||
fxchain:
|
|
||||||
enabled: '1'
|
|
||||||
numofeffects: '2'
|
|
||||||
instrument_name: tripleoscillator
|
|
||||||
instrumenttrack:
|
|
||||||
basenote: '57'
|
|
||||||
fxch: '0'
|
|
||||||
pan: '0'
|
|
||||||
pitch: '0'
|
|
||||||
pitchrange: '1'
|
|
||||||
usemasterpitch: '1'
|
|
||||||
vol: '70'
|
|
||||||
midiport:
|
|
||||||
basevelocity: '63'
|
|
||||||
fixedinputvelocity: '-1'
|
|
||||||
fixedoutputnote: '-1'
|
|
||||||
fixedoutputvelocity: '-1'
|
|
||||||
inputchannel: '0'
|
|
||||||
inputcontroller: '0'
|
|
||||||
outputchannel: '1'
|
|
||||||
outputcontroller: '0'
|
|
||||||
outputprogram: '1'
|
|
||||||
readable: '0'
|
|
||||||
writable: '0'
|
|
||||||
tags: tripleoscillator
|
|
||||||
track_name: SuperSaw Lead
|
track_name: SuperSaw Lead
|
||||||
tripleoscillator:
|
|
||||||
coarse0: '0'
|
|
||||||
coarse1: '0'
|
|
||||||
coarse2: '0'
|
|
||||||
finel0: '-1'
|
|
||||||
finel1: '-25'
|
|
||||||
finel2: '15'
|
|
||||||
finer0: '0'
|
|
||||||
finer1: '-25'
|
|
||||||
finer2: '15'
|
|
||||||
modalgo1: '2'
|
|
||||||
modalgo2: '2'
|
|
||||||
modalgo3: '2'
|
|
||||||
pan0: '0'
|
|
||||||
pan1: '0'
|
|
||||||
pan2: '0'
|
|
||||||
phoffset0: '0'
|
|
||||||
phoffset1: '0'
|
|
||||||
phoffset2: '0'
|
|
||||||
stphdetun0: '0'
|
|
||||||
stphdetun1: '0'
|
|
||||||
stphdetun2: '0'
|
|
||||||
userwavefile0: ''
|
|
||||||
userwavefile1: ''
|
|
||||||
userwavefile2: ''
|
|
||||||
vol0: '33'
|
|
||||||
vol1: '33'
|
|
||||||
vol2: '33'
|
|
||||||
wavetype0: '2'
|
|
||||||
wavetype1: '2'
|
|
||||||
wavetype2: '2'
|
|
||||||
type: plugin
|
type: plugin
|
||||||
- arpeggiator:
|
- instruments: []
|
||||||
arp: '0'
|
|
||||||
arp-enabled: '0'
|
|
||||||
arpcycle: '0'
|
|
||||||
arpdir: '0'
|
|
||||||
arpgate: '100'
|
|
||||||
arpmiss: '0'
|
|
||||||
arpmode: '0'
|
|
||||||
arprange: '1'
|
|
||||||
arpskip: '0'
|
|
||||||
arptime: '100'
|
|
||||||
arptime_denominator: '4'
|
|
||||||
arptime_numerator: '4'
|
|
||||||
arptime_syncmode: '0'
|
|
||||||
chordcreator:
|
|
||||||
chord: '0'
|
|
||||||
chord-enabled: '0'
|
|
||||||
chordrange: '1'
|
|
||||||
elcut:
|
|
||||||
amt: '0'
|
|
||||||
att: '0.33'
|
|
||||||
ctlenvamt: '0'
|
|
||||||
dec: '0.23'
|
|
||||||
hold: '0'
|
|
||||||
lamt: '0.38'
|
|
||||||
latt: '0'
|
|
||||||
lpdel: '0'
|
|
||||||
lshp: '0'
|
|
||||||
lspd: '0.041'
|
|
||||||
lspd_denominator: '4'
|
|
||||||
lspd_numerator: '4'
|
|
||||||
lspd_syncmode: '0'
|
|
||||||
pdel: '0'
|
|
||||||
rel: '0.1'
|
|
||||||
sustain: '0.15'
|
|
||||||
userwavefile: ''
|
|
||||||
x100: '0'
|
|
||||||
eldata:
|
|
||||||
fcut: '701'
|
|
||||||
fres: '3.01'
|
|
||||||
ftype: '7'
|
|
||||||
fwet: '1'
|
|
||||||
elres:
|
|
||||||
amt: '0'
|
|
||||||
att: '0'
|
|
||||||
ctlenvamt: '0'
|
|
||||||
dec: '0.5'
|
|
||||||
hold: '0.5'
|
|
||||||
lamt: '0'
|
|
||||||
latt: '0'
|
|
||||||
lpdel: '0'
|
|
||||||
lshp: '0'
|
|
||||||
lspd: '0.1'
|
|
||||||
lspd_denominator: '4'
|
|
||||||
lspd_numerator: '4'
|
|
||||||
lspd_syncmode: '0'
|
|
||||||
pdel: '0'
|
|
||||||
rel: '0.1'
|
|
||||||
sustain: '0.5'
|
|
||||||
userwavefile: ''
|
|
||||||
x100: '0'
|
|
||||||
elvol:
|
|
||||||
amt: '1'
|
|
||||||
att: '0'
|
|
||||||
ctlenvamt: '0'
|
|
||||||
dec: '0.16'
|
|
||||||
hold: '0'
|
|
||||||
lamt: '0'
|
|
||||||
latt: '0'
|
|
||||||
lpdel: '0'
|
|
||||||
lshp: '0'
|
|
||||||
lspd: '0.1'
|
|
||||||
lspd_denominator: '4'
|
|
||||||
lspd_numerator: '4'
|
|
||||||
lspd_syncmode: '0'
|
|
||||||
pdel: '0'
|
|
||||||
rel: '0.05'
|
|
||||||
sustain: '0.1'
|
|
||||||
userwavefile: ''
|
|
||||||
x100: '0'
|
|
||||||
fxchain:
|
|
||||||
enabled: '1'
|
|
||||||
numofeffects: '6'
|
|
||||||
instrument_name: tripleoscillator
|
|
||||||
instrumenttrack:
|
|
||||||
basenote: '69'
|
|
||||||
fxch: '0'
|
|
||||||
pan: '0'
|
|
||||||
pitch: '0'
|
|
||||||
pitchrange: '1'
|
|
||||||
usemasterpitch: '1'
|
|
||||||
vol: '150'
|
|
||||||
midiport:
|
|
||||||
basevelocity: '63'
|
|
||||||
fixedinputvelocity: '-1'
|
|
||||||
fixedoutputnote: '-1'
|
|
||||||
fixedoutputvelocity: '-1'
|
|
||||||
inputchannel: '0'
|
|
||||||
inputcontroller: '0'
|
|
||||||
outputchannel: '1'
|
|
||||||
outputcontroller: '0'
|
|
||||||
outputprogram: '1'
|
|
||||||
readable: '0'
|
|
||||||
writable: '0'
|
|
||||||
tags: tripleoscillator
|
|
||||||
track_name: SEGuitar
|
track_name: SEGuitar
|
||||||
tripleoscillator:
|
|
||||||
coarse0: '0'
|
|
||||||
coarse1: '0'
|
|
||||||
coarse2: '0'
|
|
||||||
finel0: '0'
|
|
||||||
finel1: '-2'
|
|
||||||
finel2: '-2'
|
|
||||||
finer0: '-2'
|
|
||||||
finer1: '2'
|
|
||||||
finer2: '0'
|
|
||||||
modalgo1: '1'
|
|
||||||
modalgo2: '0'
|
|
||||||
modalgo3: '2'
|
|
||||||
pan0: '0'
|
|
||||||
pan1: '0'
|
|
||||||
pan2: '0'
|
|
||||||
phoffset0: '0'
|
|
||||||
phoffset1: '0'
|
|
||||||
phoffset2: '0'
|
|
||||||
stphdetun0: '0'
|
|
||||||
stphdetun1: '0'
|
|
||||||
stphdetun2: '0'
|
|
||||||
userwavefile0: ''
|
|
||||||
userwavefile1: ''
|
|
||||||
userwavefile2: ''
|
|
||||||
vol0: '33'
|
|
||||||
vol1: '33'
|
|
||||||
vol2: '33'
|
|
||||||
wavetype0: '5'
|
|
||||||
wavetype1: '5'
|
|
||||||
wavetype2: '5'
|
|
||||||
type: plugin
|
type: plugin
|
||||||
|
|
|
||||||
|
|
@ -1,784 +1,61 @@
|
||||||
bpm: '121'
|
bpm: '121'
|
||||||
file: FelipeFerraz
|
file: mmp/FelipeFerraz.mmp
|
||||||
src: /nethome/jotachina/projetos/mmpSearch/mmp/FelipeFerraz.mmp
|
|
||||||
tags:
|
|
||||||
TAG:
|
|
||||||
- bassline
|
|
||||||
- plugin
|
|
||||||
automation: []
|
|
||||||
bassline:
|
|
||||||
- Intro
|
|
||||||
- Verse1
|
|
||||||
- Bass
|
|
||||||
- Gunshots
|
|
||||||
- Verse2
|
|
||||||
- SwitchBeatLight
|
|
||||||
- LightBeat/Verse3
|
|
||||||
- TransitionTest
|
|
||||||
- TestBeat
|
|
||||||
- Closer
|
|
||||||
- Outro
|
|
||||||
plugin:
|
|
||||||
- audiofileprocessor
|
|
||||||
- zynaddsubfx
|
|
||||||
sample: []
|
|
||||||
tracks:
|
tracks:
|
||||||
- bassline_name: Intro
|
- instruments:
|
||||||
instruments:
|
- instrument_name: MB 808 (20).wav
|
||||||
- audiofileprocessor:
|
- instrument_name: Cymatics x S1 - Closed Hihat 8.wav
|
||||||
amp: '100'
|
- instrument_name: Cymatics x S1 - Open Hihat 10.wav
|
||||||
eframe: '1'
|
- instrument_name: Cymatics x S1 - Juno Bass 1 - F.wav
|
||||||
interp: '1'
|
- instrument_name: Cymatics x S1 - Juno Bass 2 - F.wav
|
||||||
lframe: '0'
|
- instrument_name: Cymatics - Gun Cock.wav
|
||||||
looped: '0'
|
- instrument_name: Cymatics - Gunshot Beefy.wav
|
||||||
reversed: '0'
|
- instrument_name: Cymatics - Adrenaline Clap.wav
|
||||||
sframe: '0'
|
- instrument_name: Cymatics - Blasted 808 - C.wav
|
||||||
src: /Users/felipeferraz/Documents/lmms/metro_boomin_drum_kit/Metro Boomin Drum
|
- instrument_name: Cymatics - Titan Kick 48 - F#.wav
|
||||||
Kit/808s/MB 808 (20).wav
|
- instrument_name: Cymatics - 9God Snare 5 - A.wav
|
||||||
stutter: '0'
|
- instrument_name: Cymatics - 9God Snare 4 - G#.wav
|
||||||
basenote: '57'
|
- instrument_name: Cymatics x S1 - Closed Hihat 10.wav
|
||||||
fxch: '1'
|
- instrument_name: MB Lumi Hit.wav
|
||||||
instrument_name: MB 808 (20).wav
|
- instrument_name: Cymatics - Titan Arp Loop 2 - 100 BPM E Min.wav
|
||||||
instrument_type: '0'
|
- instrument_name: MB Clap (12).wav
|
||||||
pan: '0'
|
track_name: Intro
|
||||||
pitch: '0'
|
|
||||||
pitchrange: '1'
|
|
||||||
usemasterpitch: '1'
|
|
||||||
vol: '100'
|
|
||||||
- audiofileprocessor:
|
|
||||||
amp: '100'
|
|
||||||
eframe: '1'
|
|
||||||
interp: '1'
|
|
||||||
lframe: '0'
|
|
||||||
looped: '0'
|
|
||||||
reversed: '0'
|
|
||||||
sframe: '0'
|
|
||||||
src: /Users/felipeferraz/Documents/lmms/Cymatics x S1 - Artist Series Sample
|
|
||||||
Pack/Hihats/Cymatics x S1 - Closed Hihat 8.wav
|
|
||||||
stutter: '0'
|
|
||||||
basenote: '57'
|
|
||||||
fxch: '0'
|
|
||||||
instrument_name: Cymatics x S1 - Closed Hihat 8.wav
|
|
||||||
instrument_type: '0'
|
|
||||||
pan: '0'
|
|
||||||
pitch: '0'
|
|
||||||
pitchrange: '1'
|
|
||||||
usemasterpitch: '1'
|
|
||||||
vol: '100'
|
|
||||||
- audiofileprocessor:
|
|
||||||
amp: '100'
|
|
||||||
eframe: '1'
|
|
||||||
interp: '1'
|
|
||||||
lframe: '0'
|
|
||||||
looped: '0'
|
|
||||||
reversed: '0'
|
|
||||||
sframe: '0'
|
|
||||||
src: /Users/felipeferraz/Documents/lmms/Cymatics x S1 - Artist Series Sample
|
|
||||||
Pack/Hihats/Cymatics x S1 - Open Hihat 10.wav
|
|
||||||
stutter: '0'
|
|
||||||
basenote: '57'
|
|
||||||
fxch: '0'
|
|
||||||
instrument_name: Cymatics x S1 - Open Hihat 10.wav
|
|
||||||
instrument_type: '0'
|
|
||||||
pan: '0'
|
|
||||||
pitch: '0'
|
|
||||||
pitchrange: '1'
|
|
||||||
usemasterpitch: '1'
|
|
||||||
vol: '100'
|
|
||||||
- audiofileprocessor:
|
|
||||||
amp: '100'
|
|
||||||
eframe: '0.99999791'
|
|
||||||
interp: '1'
|
|
||||||
lframe: '1.4077845e-06'
|
|
||||||
looped: '0'
|
|
||||||
reversed: '0'
|
|
||||||
sframe: '7.0389217e-07'
|
|
||||||
src: /Users/felipeferraz/Documents/lmms/Cymatics x S1 - Artist Series Sample
|
|
||||||
Pack/Basses/Cymatics x S1 - Juno Bass 1 - F.wav
|
|
||||||
stutter: '0'
|
|
||||||
basenote: '57'
|
|
||||||
fxch: '0'
|
|
||||||
instrument_name: Cymatics x S1 - Juno Bass 1 - F.wav
|
|
||||||
instrument_type: '0'
|
|
||||||
pan: '0'
|
|
||||||
pitch: '0'
|
|
||||||
pitchrange: '1'
|
|
||||||
usemasterpitch: '1'
|
|
||||||
vol: '100'
|
|
||||||
- audiofileprocessor:
|
|
||||||
amp: '90'
|
|
||||||
eframe: '1'
|
|
||||||
interp: '1'
|
|
||||||
lframe: '4.9272177e-05'
|
|
||||||
looped: '0'
|
|
||||||
reversed: '0'
|
|
||||||
sframe: '4.2233296e-05'
|
|
||||||
src: /Users/felipeferraz/Documents/lmms/Cymatics x S1 - Artist Series Sample
|
|
||||||
Pack/Basses/Cymatics x S1 - Juno Bass 2 - F.wav
|
|
||||||
stutter: '0'
|
|
||||||
basenote: '79'
|
|
||||||
fxch: '0'
|
|
||||||
instrument_name: Cymatics x S1 - Juno Bass 2 - F.wav
|
|
||||||
instrument_type: '0'
|
|
||||||
pan: '0'
|
|
||||||
pitch: '0'
|
|
||||||
pitchrange: '1'
|
|
||||||
usemasterpitch: '1'
|
|
||||||
vol: '119.9'
|
|
||||||
- audiofileprocessor:
|
|
||||||
amp: '100'
|
|
||||||
eframe: '1'
|
|
||||||
interp: '1'
|
|
||||||
lframe: '0'
|
|
||||||
looped: '0'
|
|
||||||
reversed: '0'
|
|
||||||
sframe: '0'
|
|
||||||
src: /Users/felipeferraz/Documents/lmms/Cymatics - Trap Starter Pack/FX/Cymatics
|
|
||||||
- Gun Cock.wav
|
|
||||||
stutter: '0'
|
|
||||||
basenote: '57'
|
|
||||||
fxch: '0'
|
|
||||||
instrument_name: Cymatics - Gun Cock.wav
|
|
||||||
instrument_type: '0'
|
|
||||||
pan: '0'
|
|
||||||
pitch: '0'
|
|
||||||
pitchrange: '1'
|
|
||||||
usemasterpitch: '1'
|
|
||||||
vol: '100.1'
|
|
||||||
- audiofileprocessor:
|
|
||||||
amp: '100'
|
|
||||||
eframe: '1'
|
|
||||||
interp: '1'
|
|
||||||
lframe: '0'
|
|
||||||
looped: '0'
|
|
||||||
reversed: '0'
|
|
||||||
sframe: '0'
|
|
||||||
src: /Users/felipeferraz/Documents/lmms/Cymatics - Trap Starter Pack/FX/Cymatics
|
|
||||||
- Gunshot Beefy.wav
|
|
||||||
stutter: '0'
|
|
||||||
basenote: '57'
|
|
||||||
fxch: '0'
|
|
||||||
instrument_name: Cymatics - Gunshot Beefy.wav
|
|
||||||
instrument_type: '0'
|
|
||||||
pan: '0'
|
|
||||||
pitch: '0'
|
|
||||||
pitchrange: '1'
|
|
||||||
usemasterpitch: '1'
|
|
||||||
vol: '100'
|
|
||||||
- audiofileprocessor:
|
|
||||||
amp: '100'
|
|
||||||
eframe: '1'
|
|
||||||
interp: '1'
|
|
||||||
lframe: '0'
|
|
||||||
looped: '0'
|
|
||||||
reversed: '0'
|
|
||||||
sframe: '0'
|
|
||||||
src: /Users/felipeferraz/Documents/lmms/Cymatics - Trap Starter Pack/Claps/Cymatics
|
|
||||||
- Adrenaline Clap.wav
|
|
||||||
stutter: '0'
|
|
||||||
basenote: '57'
|
|
||||||
fxch: '0'
|
|
||||||
instrument_name: Cymatics - Adrenaline Clap.wav
|
|
||||||
instrument_type: '0'
|
|
||||||
pan: '-0.1'
|
|
||||||
pitch: '0'
|
|
||||||
pitchrange: '1'
|
|
||||||
usemasterpitch: '1'
|
|
||||||
vol: '100'
|
|
||||||
- audiofileprocessor:
|
|
||||||
amp: '100'
|
|
||||||
eframe: '1'
|
|
||||||
interp: '1'
|
|
||||||
lframe: '0'
|
|
||||||
looped: '0'
|
|
||||||
reversed: '0'
|
|
||||||
sframe: '0'
|
|
||||||
src: /Users/felipeferraz/Documents/lmms/Cymatics - Trap Starter Pack/808s/Cymatics
|
|
||||||
- Blasted 808 - C.wav
|
|
||||||
stutter: '0'
|
|
||||||
basenote: '57'
|
|
||||||
fxch: '0'
|
|
||||||
instrument_name: Cymatics - Blasted 808 - C.wav
|
|
||||||
instrument_type: '0'
|
|
||||||
pan: '0'
|
|
||||||
pitch: '0'
|
|
||||||
pitchrange: '1'
|
|
||||||
usemasterpitch: '1'
|
|
||||||
vol: '100'
|
|
||||||
- audiofileprocessor:
|
|
||||||
amp: '100'
|
|
||||||
eframe: '1'
|
|
||||||
interp: '1'
|
|
||||||
lframe: '0'
|
|
||||||
looped: '0'
|
|
||||||
reversed: '0'
|
|
||||||
sframe: '0'
|
|
||||||
src: /Users/felipeferraz/Documents/lmms/Cymatics - Future Bass Starter Pack/Drums
|
|
||||||
- One Shots/Kicks/Cymatics - Titan Kick 48 - F#.wav
|
|
||||||
stutter: '0'
|
|
||||||
basenote: '57'
|
|
||||||
fxch: '0'
|
|
||||||
instrument_name: Cymatics - Titan Kick 48 - F#.wav
|
|
||||||
instrument_type: '0'
|
|
||||||
pan: '0'
|
|
||||||
pitch: '0'
|
|
||||||
pitchrange: '1'
|
|
||||||
usemasterpitch: '1'
|
|
||||||
vol: '100'
|
|
||||||
- audiofileprocessor:
|
|
||||||
amp: '100'
|
|
||||||
eframe: '1'
|
|
||||||
interp: '1'
|
|
||||||
lframe: '0'
|
|
||||||
looped: '0'
|
|
||||||
reversed: '0'
|
|
||||||
sframe: '0'
|
|
||||||
src: /Users/felipeferraz/Documents/lmms/Cymatics - 9God Hip Hop Sample Pack/Drums
|
|
||||||
- One Shots/Snares/Cymatics - 9God Snare 5 - A.wav
|
|
||||||
stutter: '0'
|
|
||||||
basenote: '57'
|
|
||||||
fxch: '0'
|
|
||||||
instrument_name: Cymatics - 9God Snare 5 - A.wav
|
|
||||||
instrument_type: '0'
|
|
||||||
pan: '0'
|
|
||||||
pitch: '0'
|
|
||||||
pitchrange: '1'
|
|
||||||
usemasterpitch: '1'
|
|
||||||
vol: '100'
|
|
||||||
- audiofileprocessor:
|
|
||||||
amp: '100'
|
|
||||||
eframe: '1'
|
|
||||||
interp: '1'
|
|
||||||
lframe: '0'
|
|
||||||
looped: '0'
|
|
||||||
reversed: '0'
|
|
||||||
sframe: '0'
|
|
||||||
src: /Users/felipeferraz/Documents/lmms/Cymatics - 9God Hip Hop Sample Pack/Drums
|
|
||||||
- One Shots/Snares/Cymatics - 9God Snare 4 - G#.wav
|
|
||||||
stutter: '0'
|
|
||||||
basenote: '57'
|
|
||||||
fxch: '0'
|
|
||||||
instrument_name: Cymatics - 9God Snare 4 - G#.wav
|
|
||||||
instrument_type: '0'
|
|
||||||
pan: '0'
|
|
||||||
pitch: '0'
|
|
||||||
pitchrange: '1'
|
|
||||||
usemasterpitch: '1'
|
|
||||||
vol: '100'
|
|
||||||
- audiofileprocessor:
|
|
||||||
amp: '100'
|
|
||||||
eframe: '1'
|
|
||||||
interp: '1'
|
|
||||||
lframe: '0'
|
|
||||||
looped: '0'
|
|
||||||
reversed: '0'
|
|
||||||
sframe: '0'
|
|
||||||
src: /Users/felipeferraz/Documents/lmms/Cymatics x S1 - Artist Series Sample
|
|
||||||
Pack/Hihats/Cymatics x S1 - Closed Hihat 10.wav
|
|
||||||
stutter: '0'
|
|
||||||
basenote: '57'
|
|
||||||
fxch: '0'
|
|
||||||
instrument_name: Cymatics x S1 - Closed Hihat 10.wav
|
|
||||||
instrument_type: '0'
|
|
||||||
pan: '0'
|
|
||||||
pitch: '0'
|
|
||||||
pitchrange: '1'
|
|
||||||
usemasterpitch: '1'
|
|
||||||
vol: '100'
|
|
||||||
- audiofileprocessor:
|
|
||||||
amp: '100'
|
|
||||||
eframe: '1'
|
|
||||||
interp: '1'
|
|
||||||
lframe: '0'
|
|
||||||
looped: '0'
|
|
||||||
reversed: '0'
|
|
||||||
sframe: '0'
|
|
||||||
src: /Users/felipeferraz/Documents/lmms/metro_boomin_drum_kit/Metro Boomin Drum
|
|
||||||
Kit/Extras/MB Lumi Hit.wav
|
|
||||||
stutter: '0'
|
|
||||||
basenote: '57'
|
|
||||||
fxch: '0'
|
|
||||||
instrument_name: MB Lumi Hit.wav
|
|
||||||
instrument_type: '0'
|
|
||||||
pan: '0'
|
|
||||||
pitch: '0'
|
|
||||||
pitchrange: '1'
|
|
||||||
usemasterpitch: '1'
|
|
||||||
vol: '99.900002'
|
|
||||||
- audiofileprocessor:
|
|
||||||
amp: '100'
|
|
||||||
eframe: '1'
|
|
||||||
interp: '1'
|
|
||||||
lframe: '0'
|
|
||||||
looped: '0'
|
|
||||||
reversed: '0'
|
|
||||||
sframe: '0'
|
|
||||||
src: /Users/felipeferraz/Documents/lmms/Cymatics - Future Bass Starter Pack/Synths
|
|
||||||
- Loops/Arp Loops/Cymatics - Titan Arp Loop 2 - 100 BPM E Min.wav
|
|
||||||
stutter: '0'
|
|
||||||
basenote: '57'
|
|
||||||
fxch: '0'
|
|
||||||
instrument_name: Cymatics - Titan Arp Loop 2 - 100 BPM E Min.wav
|
|
||||||
instrument_type: '0'
|
|
||||||
pan: '0'
|
|
||||||
pitch: '0'
|
|
||||||
pitchrange: '1'
|
|
||||||
usemasterpitch: '1'
|
|
||||||
vol: '100'
|
|
||||||
- audiofileprocessor:
|
|
||||||
amp: '100'
|
|
||||||
eframe: '1'
|
|
||||||
interp: '1'
|
|
||||||
lframe: '0'
|
|
||||||
looped: '0'
|
|
||||||
reversed: '0'
|
|
||||||
sframe: '0'
|
|
||||||
src: /Users/felipeferraz/Documents/lmms/metro_boomin_drum_kit/Metro Boomin Drum
|
|
||||||
Kit/Claps/MB Clap (12).wav
|
|
||||||
stutter: '0'
|
|
||||||
basenote: '57'
|
|
||||||
fxch: '0'
|
|
||||||
instrument_name: MB Clap (12).wav
|
|
||||||
instrument_type: '0'
|
|
||||||
pan: '0'
|
|
||||||
pitch: '0'
|
|
||||||
pitchrange: '1'
|
|
||||||
usemasterpitch: '1'
|
|
||||||
vol: '100'
|
|
||||||
tags: audiofileprocessor
|
|
||||||
type: bassline
|
type: bassline
|
||||||
- bassline_name: Verse1
|
- instruments: []
|
||||||
instruments: []
|
track_name: Verse1
|
||||||
tags: ''
|
|
||||||
type: bassline
|
type: bassline
|
||||||
- bassline_name: Bass
|
- instruments: []
|
||||||
instruments: []
|
track_name: Bass
|
||||||
tags: ''
|
|
||||||
type: bassline
|
type: bassline
|
||||||
- arpeggiator:
|
- instruments: []
|
||||||
arp: '0'
|
|
||||||
arp-enabled: '0'
|
|
||||||
arpcycle: '0'
|
|
||||||
arpdir: '0'
|
|
||||||
arpgate: '100'
|
|
||||||
arpmiss: '0'
|
|
||||||
arpmode: '0'
|
|
||||||
arprange: '1'
|
|
||||||
arpskip: '0'
|
|
||||||
arptime: '200'
|
|
||||||
arptime_denominator: '4'
|
|
||||||
arptime_numerator: '4'
|
|
||||||
arptime_syncmode: '0'
|
|
||||||
audiofileprocessor:
|
|
||||||
amp: '100'
|
|
||||||
eframe: '1'
|
|
||||||
interp: '1'
|
|
||||||
lframe: '0'
|
|
||||||
looped: '0'
|
|
||||||
reversed: '0'
|
|
||||||
sframe: '0'
|
|
||||||
src: instruments/e_piano_accord01.ogg
|
|
||||||
stutter: '0'
|
|
||||||
chordcreator:
|
|
||||||
chord: '0'
|
|
||||||
chord-enabled: '0'
|
|
||||||
chordrange: '1'
|
|
||||||
elcut:
|
|
||||||
amt: '0'
|
|
||||||
att: '0'
|
|
||||||
ctlenvamt: '0'
|
|
||||||
dec: '0.5'
|
|
||||||
hold: '0.5'
|
|
||||||
lamt: '0'
|
|
||||||
latt: '0'
|
|
||||||
lpdel: '0'
|
|
||||||
lshp: '0'
|
|
||||||
lspd: '0.1'
|
|
||||||
lspd_denominator: '4'
|
|
||||||
lspd_numerator: '4'
|
|
||||||
lspd_syncmode: '0'
|
|
||||||
pdel: '0'
|
|
||||||
rel: '0.1'
|
|
||||||
sustain: '0.5'
|
|
||||||
userwavefile: ''
|
|
||||||
x100: '0'
|
|
||||||
eldata:
|
|
||||||
fcut: '14000'
|
|
||||||
fres: '0.5'
|
|
||||||
ftype: '0'
|
|
||||||
fwet: '0'
|
|
||||||
elres:
|
|
||||||
amt: '0'
|
|
||||||
att: '0'
|
|
||||||
ctlenvamt: '0'
|
|
||||||
dec: '0.5'
|
|
||||||
hold: '0.5'
|
|
||||||
lamt: '0'
|
|
||||||
latt: '0'
|
|
||||||
lpdel: '0'
|
|
||||||
lshp: '0'
|
|
||||||
lspd: '0.1'
|
|
||||||
lspd_denominator: '4'
|
|
||||||
lspd_numerator: '4'
|
|
||||||
lspd_syncmode: '0'
|
|
||||||
pdel: '0'
|
|
||||||
rel: '0.1'
|
|
||||||
sustain: '0.5'
|
|
||||||
userwavefile: ''
|
|
||||||
x100: '0'
|
|
||||||
elvol:
|
|
||||||
amt: '0'
|
|
||||||
att: '0'
|
|
||||||
ctlenvamt: '0'
|
|
||||||
dec: '0.5'
|
|
||||||
hold: '0.5'
|
|
||||||
lamt: '0'
|
|
||||||
latt: '0'
|
|
||||||
lpdel: '0'
|
|
||||||
lshp: '0'
|
|
||||||
lspd: '0.1'
|
|
||||||
lspd_denominator: '4'
|
|
||||||
lspd_numerator: '4'
|
|
||||||
lspd_syncmode: '0'
|
|
||||||
pdel: '0'
|
|
||||||
rel: '0.1'
|
|
||||||
sustain: '0.5'
|
|
||||||
userwavefile: ''
|
|
||||||
x100: '0'
|
|
||||||
fxchain:
|
|
||||||
enabled: '0'
|
|
||||||
numofeffects: '0'
|
|
||||||
instrumenttrack:
|
|
||||||
basenote: '57'
|
|
||||||
fxch: '0'
|
|
||||||
pan: '0'
|
|
||||||
pitch: '0'
|
|
||||||
pitchrange: '1'
|
|
||||||
usemasterpitch: '1'
|
|
||||||
vol: '100'
|
|
||||||
midiport:
|
|
||||||
basevelocity: '63'
|
|
||||||
fixedinputvelocity: '-1'
|
|
||||||
fixedoutputnote: '-1'
|
|
||||||
fixedoutputvelocity: '-1'
|
|
||||||
inputchannel: '0'
|
|
||||||
inputcontroller: '0'
|
|
||||||
outputchannel: '1'
|
|
||||||
outputcontroller: '0'
|
|
||||||
outputprogram: '1'
|
|
||||||
readable: '0'
|
|
||||||
writable: '0'
|
|
||||||
plugin_name: audiofileprocessor
|
|
||||||
track_name: e_piano_accord01.ogg
|
track_name: e_piano_accord01.ogg
|
||||||
type: plugin
|
type: plugin
|
||||||
- bassline_name: Gunshots
|
- instruments: []
|
||||||
instruments: []
|
track_name: Gunshots
|
||||||
tags: ''
|
|
||||||
type: bassline
|
type: bassline
|
||||||
- bassline_name: Verse2
|
- instruments: []
|
||||||
instruments: []
|
track_name: Verse2
|
||||||
tags: ''
|
|
||||||
type: bassline
|
type: bassline
|
||||||
- bassline_name: SwitchBeatLight
|
- instruments: []
|
||||||
instruments: []
|
track_name: SwitchBeatLight
|
||||||
tags: ''
|
|
||||||
type: bassline
|
type: bassline
|
||||||
- bassline_name: LightBeat/Verse3
|
- instruments: []
|
||||||
instruments: []
|
track_name: LightBeat/Verse3
|
||||||
tags: ''
|
|
||||||
type: bassline
|
type: bassline
|
||||||
- bassline_name: TransitionTest
|
- instruments: []
|
||||||
instruments: []
|
track_name: TransitionTest
|
||||||
tags: ''
|
|
||||||
type: bassline
|
type: bassline
|
||||||
- bassline_name: TestBeat
|
- instruments: []
|
||||||
instruments: []
|
track_name: TestBeat
|
||||||
tags: ''
|
|
||||||
type: bassline
|
type: bassline
|
||||||
- bassline_name: Closer
|
- instruments: []
|
||||||
instruments: []
|
track_name: Closer
|
||||||
tags: ''
|
|
||||||
type: bassline
|
type: bassline
|
||||||
- arpeggiator:
|
- instruments: []
|
||||||
arp: '0'
|
|
||||||
arp-enabled: '0'
|
|
||||||
arpcycle: '0'
|
|
||||||
arpdir: '0'
|
|
||||||
arpgate: '100'
|
|
||||||
arpmiss: '0'
|
|
||||||
arpmode: '0'
|
|
||||||
arprange: '1'
|
|
||||||
arpskip: '0'
|
|
||||||
arptime: '200'
|
|
||||||
arptime_denominator: '4'
|
|
||||||
arptime_numerator: '4'
|
|
||||||
arptime_syncmode: '0'
|
|
||||||
chordcreator:
|
|
||||||
chord: '0'
|
|
||||||
chord-enabled: '0'
|
|
||||||
chordrange: '1'
|
|
||||||
controller:
|
|
||||||
bandwidth_depth: '64'
|
|
||||||
filter_cutoff_depth: '64'
|
|
||||||
filter_q_depth: '64'
|
|
||||||
mod_wheel_depth: '80'
|
|
||||||
panning_depth: '64'
|
|
||||||
pitchwheel_bendrange: '100'
|
|
||||||
portamento_pitchthresh: '3'
|
|
||||||
portamento_pitchthreshtype: '1'
|
|
||||||
portamento_portamento: '0'
|
|
||||||
portamento_propdepth: '90'
|
|
||||||
portamento_proportional: '0'
|
|
||||||
portamento_proprate: '80'
|
|
||||||
portamento_time: '64'
|
|
||||||
portamento_updowntimestretch: '64'
|
|
||||||
resonance_bandwidth_depth: '64'
|
|
||||||
resonance_center_depth: '64'
|
|
||||||
elcut:
|
|
||||||
amt: '0'
|
|
||||||
att: '0'
|
|
||||||
ctlenvamt: '0'
|
|
||||||
dec: '0.5'
|
|
||||||
hold: '0.5'
|
|
||||||
lamt: '0'
|
|
||||||
latt: '0'
|
|
||||||
lpdel: '0'
|
|
||||||
lshp: '0'
|
|
||||||
lspd: '0.1'
|
|
||||||
lspd_denominator: '4'
|
|
||||||
lspd_numerator: '4'
|
|
||||||
lspd_syncmode: '0'
|
|
||||||
pdel: '0'
|
|
||||||
rel: '0.1'
|
|
||||||
sustain: '0.5'
|
|
||||||
userwavefile: ''
|
|
||||||
x100: '0'
|
|
||||||
eldata:
|
|
||||||
fcut: '14000'
|
|
||||||
fres: '0.5'
|
|
||||||
ftype: '0'
|
|
||||||
fwet: '0'
|
|
||||||
elres:
|
|
||||||
amt: '0'
|
|
||||||
att: '0'
|
|
||||||
ctlenvamt: '0'
|
|
||||||
dec: '0.5'
|
|
||||||
hold: '0.5'
|
|
||||||
lamt: '0'
|
|
||||||
latt: '0'
|
|
||||||
lpdel: '0'
|
|
||||||
lshp: '0'
|
|
||||||
lspd: '0.1'
|
|
||||||
lspd_denominator: '4'
|
|
||||||
lspd_numerator: '4'
|
|
||||||
lspd_syncmode: '0'
|
|
||||||
pdel: '0'
|
|
||||||
rel: '0.1'
|
|
||||||
sustain: '0.5'
|
|
||||||
userwavefile: ''
|
|
||||||
x100: '0'
|
|
||||||
elvol:
|
|
||||||
amt: '0'
|
|
||||||
att: '0'
|
|
||||||
ctlenvamt: '0'
|
|
||||||
dec: '0.5'
|
|
||||||
hold: '0.5'
|
|
||||||
lamt: '0'
|
|
||||||
latt: '0'
|
|
||||||
lpdel: '0'
|
|
||||||
lshp: '0'
|
|
||||||
lspd: '0.1'
|
|
||||||
lspd_denominator: '4'
|
|
||||||
lspd_numerator: '4'
|
|
||||||
lspd_syncmode: '0'
|
|
||||||
pdel: '0'
|
|
||||||
rel: '0.1'
|
|
||||||
sustain: '0.5'
|
|
||||||
userwavefile: ''
|
|
||||||
x100: '0'
|
|
||||||
fxchain:
|
|
||||||
enabled: '0'
|
|
||||||
numofeffects: '0'
|
|
||||||
insertion_effects:
|
|
||||||
- part: '-1'
|
|
||||||
type: '0'
|
|
||||||
- part: '-1'
|
|
||||||
type: '0'
|
|
||||||
- part: '-1'
|
|
||||||
type: '0'
|
|
||||||
- part: '-1'
|
|
||||||
type: '0'
|
|
||||||
- part: '-1'
|
|
||||||
type: '0'
|
|
||||||
- part: '-1'
|
|
||||||
type: '0'
|
|
||||||
- part: '-1'
|
|
||||||
type: '0'
|
|
||||||
- part: '-1'
|
|
||||||
type: '0'
|
|
||||||
instrument_effects:
|
|
||||||
- par: '119'
|
|
||||||
preset: '0'
|
|
||||||
route: '0'
|
|
||||||
type: '3'
|
|
||||||
- par: '64'
|
|
||||||
preset: '0'
|
|
||||||
route: '0'
|
|
||||||
type: '1'
|
|
||||||
- route: '0'
|
|
||||||
type: '0'
|
|
||||||
instrument_name: zynaddsubfx
|
|
||||||
instrumenttrack:
|
|
||||||
basenote: '57'
|
|
||||||
fxch: '0'
|
|
||||||
pan: '0'
|
|
||||||
pitch: '0'
|
|
||||||
pitchrange: '1'
|
|
||||||
usemasterpitch: '1'
|
|
||||||
vol: '100'
|
|
||||||
midiport:
|
|
||||||
basevelocity: '63'
|
|
||||||
fixedinputvelocity: '-1'
|
|
||||||
fixedoutputnote: '-1'
|
|
||||||
fixedoutputvelocity: '-1'
|
|
||||||
inputchannel: '0'
|
|
||||||
inputcontroller: '0'
|
|
||||||
outputchannel: '1'
|
|
||||||
outputcontroller: '0'
|
|
||||||
outputprogram: '1'
|
|
||||||
readable: '0'
|
|
||||||
writable: '0'
|
|
||||||
system_effects:
|
|
||||||
- send_vol: '0'
|
|
||||||
type: '0'
|
|
||||||
vol: '0'
|
|
||||||
- send_vol: '0'
|
|
||||||
type: '0'
|
|
||||||
vol: '0'
|
|
||||||
- send_vol: '0'
|
|
||||||
type: '0'
|
|
||||||
vol: '0'
|
|
||||||
- type: '0'
|
|
||||||
vol: '0'
|
|
||||||
track_name: Full Strings
|
track_name: Full Strings
|
||||||
type: plugin
|
type: plugin
|
||||||
- bassline_name: Outro
|
- instruments: []
|
||||||
instruments: []
|
track_name: Outro
|
||||||
tags: ''
|
|
||||||
type: bassline
|
type: bassline
|
||||||
- arpeggiator:
|
- instruments: []
|
||||||
arp: '0'
|
|
||||||
arp-enabled: '0'
|
|
||||||
arpcycle: '0'
|
|
||||||
arpdir: '0'
|
|
||||||
arpgate: '100'
|
|
||||||
arpmiss: '0'
|
|
||||||
arpmode: '0'
|
|
||||||
arprange: '1'
|
|
||||||
arpskip: '0'
|
|
||||||
arptime: '200'
|
|
||||||
arptime_denominator: '4'
|
|
||||||
arptime_numerator: '4'
|
|
||||||
arptime_syncmode: '0'
|
|
||||||
audiofileprocessor:
|
|
||||||
amp: '100'
|
|
||||||
eframe: '1'
|
|
||||||
interp: '1'
|
|
||||||
lframe: '0'
|
|
||||||
looped: '0'
|
|
||||||
reversed: '0'
|
|
||||||
sframe: '0'
|
|
||||||
src: stringsnpads/rave_choir01.ogg
|
|
||||||
stutter: '0'
|
|
||||||
chordcreator:
|
|
||||||
chord: '0'
|
|
||||||
chord-enabled: '0'
|
|
||||||
chordrange: '1'
|
|
||||||
elcut:
|
|
||||||
amt: '0'
|
|
||||||
att: '0'
|
|
||||||
ctlenvamt: '0'
|
|
||||||
dec: '0.5'
|
|
||||||
hold: '0.5'
|
|
||||||
lamt: '0'
|
|
||||||
latt: '0'
|
|
||||||
lpdel: '0'
|
|
||||||
lshp: '0'
|
|
||||||
lspd: '0.1'
|
|
||||||
lspd_denominator: '4'
|
|
||||||
lspd_numerator: '4'
|
|
||||||
lspd_syncmode: '0'
|
|
||||||
pdel: '0'
|
|
||||||
rel: '0.1'
|
|
||||||
sustain: '0.5'
|
|
||||||
userwavefile: ''
|
|
||||||
x100: '0'
|
|
||||||
eldata:
|
|
||||||
fcut: '14000'
|
|
||||||
fres: '0.5'
|
|
||||||
ftype: '0'
|
|
||||||
fwet: '0'
|
|
||||||
elres:
|
|
||||||
amt: '0'
|
|
||||||
att: '0'
|
|
||||||
ctlenvamt: '0'
|
|
||||||
dec: '0.5'
|
|
||||||
hold: '0.5'
|
|
||||||
lamt: '0'
|
|
||||||
latt: '0'
|
|
||||||
lpdel: '0'
|
|
||||||
lshp: '0'
|
|
||||||
lspd: '0.1'
|
|
||||||
lspd_denominator: '4'
|
|
||||||
lspd_numerator: '4'
|
|
||||||
lspd_syncmode: '0'
|
|
||||||
pdel: '0'
|
|
||||||
rel: '0.1'
|
|
||||||
sustain: '0.5'
|
|
||||||
userwavefile: ''
|
|
||||||
x100: '0'
|
|
||||||
elvol:
|
|
||||||
amt: '0'
|
|
||||||
att: '0'
|
|
||||||
ctlenvamt: '0'
|
|
||||||
dec: '0.5'
|
|
||||||
hold: '0.5'
|
|
||||||
lamt: '0'
|
|
||||||
latt: '0'
|
|
||||||
lpdel: '0'
|
|
||||||
lshp: '0'
|
|
||||||
lspd: '0.1'
|
|
||||||
lspd_denominator: '4'
|
|
||||||
lspd_numerator: '4'
|
|
||||||
lspd_syncmode: '0'
|
|
||||||
pdel: '0'
|
|
||||||
rel: '0.1'
|
|
||||||
sustain: '0.5'
|
|
||||||
userwavefile: ''
|
|
||||||
x100: '0'
|
|
||||||
fxchain:
|
|
||||||
enabled: '0'
|
|
||||||
numofeffects: '0'
|
|
||||||
instrumenttrack:
|
|
||||||
basenote: '57'
|
|
||||||
fxch: '0'
|
|
||||||
pan: '0'
|
|
||||||
pitch: '0'
|
|
||||||
pitchrange: '1'
|
|
||||||
usemasterpitch: '1'
|
|
||||||
vol: '100'
|
|
||||||
midiport:
|
|
||||||
basevelocity: '63'
|
|
||||||
fixedinputvelocity: '-1'
|
|
||||||
fixedoutputnote: '-1'
|
|
||||||
fixedoutputvelocity: '-1'
|
|
||||||
inputchannel: '0'
|
|
||||||
inputcontroller: '0'
|
|
||||||
outputchannel: '1'
|
|
||||||
outputcontroller: '0'
|
|
||||||
outputprogram: '1'
|
|
||||||
readable: '0'
|
|
||||||
writable: '0'
|
|
||||||
plugin_name: audiofileprocessor
|
|
||||||
track_name: rave_choir01.ogg
|
track_name: rave_choir01.ogg
|
||||||
type: plugin
|
type: plugin
|
||||||
|
|
|
||||||
|
|
@ -1,420 +1,36 @@
|
||||||
bpm: '145'
|
bpm: '145'
|
||||||
file: Gustavo Castro
|
file: mmp/Gustavo Castro.mmp
|
||||||
src: /nethome/jotachina/projetos/mmpSearch/mmp/Gustavo Castro.mmp
|
|
||||||
tags:
|
|
||||||
TAG:
|
|
||||||
- plugin
|
|
||||||
- sample
|
|
||||||
- bassline
|
|
||||||
- automation
|
|
||||||
automation:
|
|
||||||
- Automation track
|
|
||||||
bassline:
|
|
||||||
- Beat/Bassline 0
|
|
||||||
- "Refr\xE3o"
|
|
||||||
- Batida/Linha de Baixo 2
|
|
||||||
- Batida/Linha de Baixo 3
|
|
||||||
- Batida/Linha de Baixo 4
|
|
||||||
plugin:
|
|
||||||
- tripleoscillator
|
|
||||||
- audiofileprocessor
|
|
||||||
sample:
|
|
||||||
- Sample track
|
|
||||||
tracks:
|
tracks:
|
||||||
- arpeggiator:
|
- instruments: []
|
||||||
arp: '0'
|
|
||||||
arp-enabled: '0'
|
|
||||||
arpcycle: '0'
|
|
||||||
arpdir: '0'
|
|
||||||
arpgate: '100'
|
|
||||||
arpmiss: '0'
|
|
||||||
arpmode: '0'
|
|
||||||
arprange: '1'
|
|
||||||
arpskip: '0'
|
|
||||||
arptime: '100'
|
|
||||||
arptime_denominator: '4'
|
|
||||||
arptime_numerator: '4'
|
|
||||||
arptime_syncmode: '0'
|
|
||||||
chordcreator:
|
|
||||||
chord: '0'
|
|
||||||
chord-enabled: '0'
|
|
||||||
chordrange: '1'
|
|
||||||
elcut:
|
|
||||||
amt: '0'
|
|
||||||
att: '0'
|
|
||||||
ctlenvamt: '0'
|
|
||||||
dec: '0.5'
|
|
||||||
hold: '0.5'
|
|
||||||
lamt: '0'
|
|
||||||
latt: '0'
|
|
||||||
lpdel: '0'
|
|
||||||
lshp: '0'
|
|
||||||
lspd: '0.1'
|
|
||||||
lspd_denominator: '4'
|
|
||||||
lspd_numerator: '4'
|
|
||||||
lspd_syncmode: '0'
|
|
||||||
pdel: '0'
|
|
||||||
rel: '0.1'
|
|
||||||
sustain: '0.5'
|
|
||||||
userwavefile: ''
|
|
||||||
x100: '0'
|
|
||||||
eldata:
|
|
||||||
fcut: '14000'
|
|
||||||
fres: '0.5'
|
|
||||||
ftype: '0'
|
|
||||||
fwet: '0'
|
|
||||||
elres:
|
|
||||||
amt: '0'
|
|
||||||
att: '0'
|
|
||||||
ctlenvamt: '0'
|
|
||||||
dec: '0.5'
|
|
||||||
hold: '0.5'
|
|
||||||
lamt: '0'
|
|
||||||
latt: '0'
|
|
||||||
lpdel: '0'
|
|
||||||
lshp: '0'
|
|
||||||
lspd: '0.1'
|
|
||||||
lspd_denominator: '4'
|
|
||||||
lspd_numerator: '4'
|
|
||||||
lspd_syncmode: '0'
|
|
||||||
pdel: '0'
|
|
||||||
rel: '0.1'
|
|
||||||
sustain: '0.5'
|
|
||||||
userwavefile: ''
|
|
||||||
x100: '0'
|
|
||||||
elvol:
|
|
||||||
amt: '0'
|
|
||||||
att: '0'
|
|
||||||
ctlenvamt: '0'
|
|
||||||
dec: '0.5'
|
|
||||||
hold: '0.5'
|
|
||||||
lamt: '0'
|
|
||||||
latt: '0'
|
|
||||||
lpdel: '0'
|
|
||||||
lshp: '0'
|
|
||||||
lspd: '0.1'
|
|
||||||
lspd_denominator: '4'
|
|
||||||
lspd_numerator: '4'
|
|
||||||
lspd_syncmode: '0'
|
|
||||||
pdel: '0'
|
|
||||||
rel: '0.1'
|
|
||||||
sustain: '0.5'
|
|
||||||
userwavefile: ''
|
|
||||||
x100: '0'
|
|
||||||
fxchain:
|
|
||||||
enabled: '0'
|
|
||||||
numofeffects: '0'
|
|
||||||
instrument_name: tripleoscillator
|
|
||||||
instrumenttrack:
|
|
||||||
basenote: '57'
|
|
||||||
fxch: '0'
|
|
||||||
pan: '0'
|
|
||||||
pitch: '0'
|
|
||||||
pitchrange: '1'
|
|
||||||
usemasterpitch: '1'
|
|
||||||
vol: '100'
|
|
||||||
midiport:
|
|
||||||
basevelocity: '63'
|
|
||||||
fixedinputvelocity: '-1'
|
|
||||||
fixedoutputnote: '-1'
|
|
||||||
fixedoutputvelocity: '-1'
|
|
||||||
inputchannel: '0'
|
|
||||||
inputcontroller: '0'
|
|
||||||
outputchannel: '1'
|
|
||||||
outputcontroller: '0'
|
|
||||||
outputprogram: '1'
|
|
||||||
readable: '0'
|
|
||||||
writable: '0'
|
|
||||||
tags: tripleoscillator
|
|
||||||
track_name: TripleOscillator
|
track_name: TripleOscillator
|
||||||
tripleoscillator:
|
|
||||||
coarse0: '0'
|
|
||||||
coarse1: '-12'
|
|
||||||
coarse2: '-24'
|
|
||||||
finel0: '0'
|
|
||||||
finel1: '0'
|
|
||||||
finel2: '0'
|
|
||||||
finer0: '0'
|
|
||||||
finer1: '0'
|
|
||||||
finer2: '0'
|
|
||||||
modalgo1: '2'
|
|
||||||
modalgo2: '2'
|
|
||||||
modalgo3: '2'
|
|
||||||
pan0: '0'
|
|
||||||
pan1: '0'
|
|
||||||
pan2: '0'
|
|
||||||
phoffset0: '0'
|
|
||||||
phoffset1: '0'
|
|
||||||
phoffset2: '0'
|
|
||||||
stphdetun0: '0'
|
|
||||||
stphdetun1: '0'
|
|
||||||
stphdetun2: '0'
|
|
||||||
userwavefile0: ''
|
|
||||||
userwavefile1: ''
|
|
||||||
userwavefile2: ''
|
|
||||||
vol0: '33'
|
|
||||||
vol1: '33'
|
|
||||||
vol2: '33'
|
|
||||||
wavetype0: '0'
|
|
||||||
wavetype1: '0'
|
|
||||||
wavetype2: '0'
|
|
||||||
type: plugin
|
type: plugin
|
||||||
- sample_info:
|
- instruments: []
|
||||||
pan: '0'
|
|
||||||
vol: '100'
|
|
||||||
sample_name: null
|
|
||||||
track_name: Sample track
|
track_name: Sample track
|
||||||
type: sample
|
type: sample
|
||||||
- bassline_name: Beat/Bassline 0
|
- instruments:
|
||||||
instruments:
|
- instrument_name: bassdrum01.ogg
|
||||||
- audiofileprocessor:
|
- instrument_name: snare_acoustic01.ogg
|
||||||
amp: '100'
|
- instrument_name: hihat_closed01.ogg
|
||||||
eframe: '1'
|
- instrument_name: kick01.ogg
|
||||||
interp: '1'
|
- instrument_name: snare03.ogg
|
||||||
lframe: '0'
|
- instrument_name: zap03.ogg
|
||||||
looped: '0'
|
- instrument_name: zap02.ogg
|
||||||
reversed: '0'
|
- instrument_name: electric_ping01.ogg
|
||||||
sframe: '0'
|
- instrument_name: steel_guitar_slight_distorted01.ogg
|
||||||
src: drums/bassdrum01.ogg
|
- instrument_name: ride01.ogg
|
||||||
stutter: '0'
|
- instrument_name: shaker02.ogg
|
||||||
basenote: '57'
|
- instrument_name: steel_guitar_heavy_distorted01.ogg
|
||||||
fxch: '0'
|
track_name: Beat/Bassline 0
|
||||||
instrument_name: bassdrum01.ogg
|
|
||||||
instrument_type: '0'
|
|
||||||
pan: '0'
|
|
||||||
pitch: '0'
|
|
||||||
pitchrange: '1'
|
|
||||||
usemasterpitch: '1'
|
|
||||||
vol: '100'
|
|
||||||
- audiofileprocessor:
|
|
||||||
amp: '100'
|
|
||||||
eframe: '1'
|
|
||||||
interp: '1'
|
|
||||||
lframe: '0'
|
|
||||||
looped: '0'
|
|
||||||
reversed: '0'
|
|
||||||
sframe: '0'
|
|
||||||
src: drums/snare_acoustic01.ogg
|
|
||||||
stutter: '0'
|
|
||||||
basenote: '57'
|
|
||||||
fxch: '0'
|
|
||||||
instrument_name: snare_acoustic01.ogg
|
|
||||||
instrument_type: '0'
|
|
||||||
pan: '0'
|
|
||||||
pitch: '0'
|
|
||||||
pitchrange: '1'
|
|
||||||
usemasterpitch: '1'
|
|
||||||
vol: '100'
|
|
||||||
- audiofileprocessor:
|
|
||||||
amp: '100'
|
|
||||||
eframe: '1'
|
|
||||||
interp: '1'
|
|
||||||
lframe: '0'
|
|
||||||
looped: '0'
|
|
||||||
reversed: '0'
|
|
||||||
sframe: '0'
|
|
||||||
src: drums/hihat_closed01.ogg
|
|
||||||
stutter: '0'
|
|
||||||
basenote: '57'
|
|
||||||
fxch: '0'
|
|
||||||
instrument_name: hihat_closed01.ogg
|
|
||||||
instrument_type: '0'
|
|
||||||
pan: '0'
|
|
||||||
pitch: '0'
|
|
||||||
pitchrange: '1'
|
|
||||||
usemasterpitch: '1'
|
|
||||||
vol: '100'
|
|
||||||
- audiofileprocessor:
|
|
||||||
amp: '100'
|
|
||||||
eframe: '1'
|
|
||||||
interp: '1'
|
|
||||||
lframe: '0'
|
|
||||||
looped: '0'
|
|
||||||
reversed: '0'
|
|
||||||
sframe: '0'
|
|
||||||
src: drums/kick01.ogg
|
|
||||||
stutter: '0'
|
|
||||||
basenote: '57'
|
|
||||||
fxch: '0'
|
|
||||||
instrument_name: kick01.ogg
|
|
||||||
instrument_type: '0'
|
|
||||||
pan: '0'
|
|
||||||
pitch: '0'
|
|
||||||
pitchrange: '1'
|
|
||||||
usemasterpitch: '1'
|
|
||||||
vol: '100'
|
|
||||||
- audiofileprocessor:
|
|
||||||
amp: '100'
|
|
||||||
eframe: '1'
|
|
||||||
interp: '1'
|
|
||||||
lframe: '0'
|
|
||||||
looped: '0'
|
|
||||||
reversed: '0'
|
|
||||||
sframe: '0'
|
|
||||||
src: drums/snare03.ogg
|
|
||||||
stutter: '0'
|
|
||||||
basenote: '57'
|
|
||||||
fxch: '0'
|
|
||||||
instrument_name: snare03.ogg
|
|
||||||
instrument_type: '0'
|
|
||||||
pan: '0.1'
|
|
||||||
pitch: '0'
|
|
||||||
pitchrange: '1'
|
|
||||||
usemasterpitch: '1'
|
|
||||||
vol: '100.3'
|
|
||||||
- audiofileprocessor:
|
|
||||||
amp: '100'
|
|
||||||
eframe: '1'
|
|
||||||
interp: '1'
|
|
||||||
lframe: '0'
|
|
||||||
looped: '0'
|
|
||||||
reversed: '0'
|
|
||||||
sframe: '0'
|
|
||||||
src: drums/zap03.ogg
|
|
||||||
stutter: '0'
|
|
||||||
basenote: '57'
|
|
||||||
fxch: '0'
|
|
||||||
instrument_name: zap03.ogg
|
|
||||||
instrument_type: '0'
|
|
||||||
pan: '0'
|
|
||||||
pitch: '0'
|
|
||||||
pitchrange: '1'
|
|
||||||
usemasterpitch: '1'
|
|
||||||
vol: '100'
|
|
||||||
- audiofileprocessor:
|
|
||||||
amp: '100'
|
|
||||||
eframe: '1'
|
|
||||||
interp: '1'
|
|
||||||
lframe: '0'
|
|
||||||
looped: '0'
|
|
||||||
reversed: '0'
|
|
||||||
sframe: '0'
|
|
||||||
src: drums/zap02.ogg
|
|
||||||
stutter: '0'
|
|
||||||
basenote: '57'
|
|
||||||
fxch: '0'
|
|
||||||
instrument_name: zap02.ogg
|
|
||||||
instrument_type: '0'
|
|
||||||
pan: '0'
|
|
||||||
pitch: '0'
|
|
||||||
pitchrange: '1'
|
|
||||||
usemasterpitch: '1'
|
|
||||||
vol: '100'
|
|
||||||
- audiofileprocessor:
|
|
||||||
amp: '100'
|
|
||||||
eframe: '1'
|
|
||||||
interp: '1'
|
|
||||||
lframe: '0'
|
|
||||||
looped: '0'
|
|
||||||
reversed: '0'
|
|
||||||
sframe: '0'
|
|
||||||
src: misc/electric_ping01.ogg
|
|
||||||
stutter: '0'
|
|
||||||
basenote: '57'
|
|
||||||
fxch: '0'
|
|
||||||
instrument_name: electric_ping01.ogg
|
|
||||||
instrument_type: '0'
|
|
||||||
pan: '0'
|
|
||||||
pitch: '0'
|
|
||||||
pitchrange: '1'
|
|
||||||
usemasterpitch: '1'
|
|
||||||
vol: '100'
|
|
||||||
- audiofileprocessor:
|
|
||||||
amp: '100'
|
|
||||||
eframe: '1'
|
|
||||||
interp: '1'
|
|
||||||
lframe: '0'
|
|
||||||
looped: '0'
|
|
||||||
reversed: '0'
|
|
||||||
sframe: '0'
|
|
||||||
src: instruments/steel_guitar_slight_distorted01.ogg
|
|
||||||
stutter: '0'
|
|
||||||
basenote: '57'
|
|
||||||
fxch: '0'
|
|
||||||
instrument_name: steel_guitar_slight_distorted01.ogg
|
|
||||||
instrument_type: '0'
|
|
||||||
pan: '-0.60000002'
|
|
||||||
pitch: '0'
|
|
||||||
pitchrange: '1'
|
|
||||||
usemasterpitch: '1'
|
|
||||||
vol: '100'
|
|
||||||
- audiofileprocessor:
|
|
||||||
amp: '100'
|
|
||||||
eframe: '1'
|
|
||||||
interp: '1'
|
|
||||||
lframe: '0'
|
|
||||||
looped: '0'
|
|
||||||
reversed: '0'
|
|
||||||
sframe: '0'
|
|
||||||
src: drums/ride01.ogg
|
|
||||||
stutter: '0'
|
|
||||||
basenote: '57'
|
|
||||||
fxch: '0'
|
|
||||||
instrument_name: ride01.ogg
|
|
||||||
instrument_type: '0'
|
|
||||||
pan: '0'
|
|
||||||
pitch: '0'
|
|
||||||
pitchrange: '1'
|
|
||||||
usemasterpitch: '1'
|
|
||||||
vol: '100'
|
|
||||||
- audiofileprocessor:
|
|
||||||
amp: '100'
|
|
||||||
eframe: '1'
|
|
||||||
interp: '1'
|
|
||||||
lframe: '0'
|
|
||||||
looped: '0'
|
|
||||||
reversed: '0'
|
|
||||||
sframe: '0'
|
|
||||||
src: drums/shaker02.ogg
|
|
||||||
stutter: '0'
|
|
||||||
basenote: '57'
|
|
||||||
fxch: '0'
|
|
||||||
instrument_name: shaker02.ogg
|
|
||||||
instrument_type: '0'
|
|
||||||
pan: '0'
|
|
||||||
pitch: '0'
|
|
||||||
pitchrange: '1'
|
|
||||||
usemasterpitch: '1'
|
|
||||||
vol: '100'
|
|
||||||
- audiofileprocessor:
|
|
||||||
amp: '100'
|
|
||||||
eframe: '1'
|
|
||||||
interp: '1'
|
|
||||||
lframe: '0'
|
|
||||||
looped: '0'
|
|
||||||
reversed: '0'
|
|
||||||
sframe: '0'
|
|
||||||
src: instruments/steel_guitar_heavy_distorted01.ogg
|
|
||||||
stutter: '0'
|
|
||||||
basenote: '57'
|
|
||||||
fxch: '1'
|
|
||||||
instrument_name: steel_guitar_heavy_distorted01.ogg
|
|
||||||
instrument_type: '0'
|
|
||||||
pan: '0'
|
|
||||||
pitch: '0'
|
|
||||||
pitchrange: '1'
|
|
||||||
usemasterpitch: '1'
|
|
||||||
vol: '100'
|
|
||||||
tags: audiofileprocessor
|
|
||||||
type: bassline
|
type: bassline
|
||||||
- bassline_name: "Refr\xE3o"
|
- instruments: []
|
||||||
instruments: []
|
track_name: "Refr\xE3o"
|
||||||
tags: ''
|
|
||||||
type: bassline
|
type: bassline
|
||||||
- bassline_name: Batida/Linha de Baixo 2
|
- instruments: []
|
||||||
instruments: []
|
track_name: Batida/Linha de Baixo 2
|
||||||
tags: ''
|
|
||||||
type: bassline
|
type: bassline
|
||||||
- bassline_name: Batida/Linha de Baixo 3
|
- instruments: []
|
||||||
instruments: []
|
track_name: Batida/Linha de Baixo 3
|
||||||
tags: ''
|
|
||||||
type: bassline
|
type: bassline
|
||||||
- bassline_name: Batida/Linha de Baixo 4
|
- instruments: []
|
||||||
instruments: []
|
track_name: Batida/Linha de Baixo 4
|
||||||
tags: ''
|
|
||||||
type: bassline
|
type: bassline
|
||||||
- automations:
|
|
||||||
- automation_name: Automation track
|
|
||||||
automation_patterns: []
|
|
||||||
automationtrack: Present
|
|
||||||
type: automation
|
|
||||||
|
|
|
||||||
|
|
@ -1,607 +1,71 @@
|
||||||
bpm: '110'
|
bpm: '110'
|
||||||
file: Iara Rodrigues
|
file: mmp/Iara Rodrigues.mmp
|
||||||
src: /nethome/jotachina/projetos/mmpSearch/mmp/Iara Rodrigues.mmp
|
|
||||||
tags:
|
|
||||||
TAG:
|
|
||||||
- plugin
|
|
||||||
- sample
|
|
||||||
- bassline
|
|
||||||
- automation
|
|
||||||
automation:
|
|
||||||
- Automation track
|
|
||||||
bassline:
|
|
||||||
- Beat/Bassline 0
|
|
||||||
- Bassline 1
|
|
||||||
- piu /Bassline2
|
|
||||||
- pieino
|
|
||||||
- ' pieino 2'
|
|
||||||
- ' pieino 3'
|
|
||||||
- Violino
|
|
||||||
- baixo engual eu
|
|
||||||
- '!!bass'
|
|
||||||
- start?
|
|
||||||
- meow
|
|
||||||
- meio
|
|
||||||
- Clone de meio
|
|
||||||
- emelym
|
|
||||||
plugin:
|
|
||||||
- tripleoscillator
|
|
||||||
- audiofileprocessor
|
|
||||||
sample:
|
|
||||||
- Sample track
|
|
||||||
tracks:
|
tracks:
|
||||||
- arpeggiator:
|
- instruments: []
|
||||||
arp: '0'
|
|
||||||
arp-enabled: '0'
|
|
||||||
arpcycle: '0'
|
|
||||||
arpdir: '0'
|
|
||||||
arpgate: '100'
|
|
||||||
arpmiss: '0'
|
|
||||||
arpmode: '0'
|
|
||||||
arprange: '1'
|
|
||||||
arpskip: '0'
|
|
||||||
arptime: '100'
|
|
||||||
arptime_denominator: '4'
|
|
||||||
arptime_numerator: '4'
|
|
||||||
arptime_syncmode: '0'
|
|
||||||
chordcreator:
|
|
||||||
chord: '0'
|
|
||||||
chord-enabled: '0'
|
|
||||||
chordrange: '1'
|
|
||||||
elcut:
|
|
||||||
amt: '0'
|
|
||||||
att: '0'
|
|
||||||
ctlenvamt: '0'
|
|
||||||
dec: '0.5'
|
|
||||||
hold: '0.5'
|
|
||||||
lamt: '0'
|
|
||||||
latt: '0'
|
|
||||||
lpdel: '0'
|
|
||||||
lshp: '0'
|
|
||||||
lspd: '0.1'
|
|
||||||
lspd_denominator: '4'
|
|
||||||
lspd_numerator: '4'
|
|
||||||
lspd_syncmode: '0'
|
|
||||||
pdel: '0'
|
|
||||||
rel: '0.1'
|
|
||||||
sustain: '0.5'
|
|
||||||
userwavefile: ''
|
|
||||||
x100: '0'
|
|
||||||
eldata:
|
|
||||||
fcut: '14000'
|
|
||||||
fres: '0.5'
|
|
||||||
ftype: '0'
|
|
||||||
fwet: '0'
|
|
||||||
elres:
|
|
||||||
amt: '0'
|
|
||||||
att: '0'
|
|
||||||
ctlenvamt: '0'
|
|
||||||
dec: '0.5'
|
|
||||||
hold: '0.5'
|
|
||||||
lamt: '0'
|
|
||||||
latt: '0'
|
|
||||||
lpdel: '0'
|
|
||||||
lshp: '0'
|
|
||||||
lspd: '0.1'
|
|
||||||
lspd_denominator: '4'
|
|
||||||
lspd_numerator: '4'
|
|
||||||
lspd_syncmode: '0'
|
|
||||||
pdel: '0'
|
|
||||||
rel: '0.1'
|
|
||||||
sustain: '0.5'
|
|
||||||
userwavefile: ''
|
|
||||||
x100: '0'
|
|
||||||
elvol:
|
|
||||||
amt: '0'
|
|
||||||
att: '0'
|
|
||||||
ctlenvamt: '0'
|
|
||||||
dec: '0.5'
|
|
||||||
hold: '0.5'
|
|
||||||
lamt: '0'
|
|
||||||
latt: '0'
|
|
||||||
lpdel: '0'
|
|
||||||
lshp: '0'
|
|
||||||
lspd: '0.1'
|
|
||||||
lspd_denominator: '4'
|
|
||||||
lspd_numerator: '4'
|
|
||||||
lspd_syncmode: '0'
|
|
||||||
pdel: '0'
|
|
||||||
rel: '0.1'
|
|
||||||
sustain: '0.5'
|
|
||||||
userwavefile: ''
|
|
||||||
x100: '0'
|
|
||||||
fxchain:
|
|
||||||
enabled: '0'
|
|
||||||
numofeffects: '0'
|
|
||||||
instrument_name: tripleoscillator
|
|
||||||
instrumenttrack:
|
|
||||||
basenote: '57'
|
|
||||||
fxch: '0'
|
|
||||||
pan: '0'
|
|
||||||
pitch: '0'
|
|
||||||
pitchrange: '1'
|
|
||||||
usemasterpitch: '1'
|
|
||||||
vol: '100'
|
|
||||||
midiport:
|
|
||||||
basevelocity: '63'
|
|
||||||
fixedinputvelocity: '-1'
|
|
||||||
fixedoutputnote: '-1'
|
|
||||||
fixedoutputvelocity: '-1'
|
|
||||||
inputchannel: '0'
|
|
||||||
inputcontroller: '0'
|
|
||||||
outputchannel: '1'
|
|
||||||
outputcontroller: '0'
|
|
||||||
outputprogram: '1'
|
|
||||||
readable: '0'
|
|
||||||
writable: '0'
|
|
||||||
tags: tripleoscillator
|
|
||||||
track_name: TripleOscillator
|
track_name: TripleOscillator
|
||||||
tripleoscillator:
|
|
||||||
coarse0: '0'
|
|
||||||
coarse1: '-12'
|
|
||||||
coarse2: '-24'
|
|
||||||
finel0: '0'
|
|
||||||
finel1: '0'
|
|
||||||
finel2: '0'
|
|
||||||
finer0: '0'
|
|
||||||
finer1: '0'
|
|
||||||
finer2: '0'
|
|
||||||
modalgo1: '2'
|
|
||||||
modalgo2: '2'
|
|
||||||
modalgo3: '2'
|
|
||||||
pan0: '0'
|
|
||||||
pan1: '0'
|
|
||||||
pan2: '0'
|
|
||||||
phoffset0: '0'
|
|
||||||
phoffset1: '0'
|
|
||||||
phoffset2: '0'
|
|
||||||
stphdetun0: '0'
|
|
||||||
stphdetun1: '0'
|
|
||||||
stphdetun2: '0'
|
|
||||||
userwavefile0: ''
|
|
||||||
userwavefile1: ''
|
|
||||||
userwavefile2: ''
|
|
||||||
vol0: '33'
|
|
||||||
vol1: '33'
|
|
||||||
vol2: '33'
|
|
||||||
wavetype0: '0'
|
|
||||||
wavetype1: '0'
|
|
||||||
wavetype2: '0'
|
|
||||||
type: plugin
|
type: plugin
|
||||||
- sample_info:
|
- instruments: []
|
||||||
pan: '0'
|
|
||||||
vol: '100'
|
|
||||||
sample_name: null
|
|
||||||
track_name: Sample track
|
track_name: Sample track
|
||||||
type: sample
|
type: sample
|
||||||
- bassline_name: Beat/Bassline 0
|
- instruments:
|
||||||
instruments:
|
- instrument_name: Kicker
|
||||||
- basenote: '57'
|
- instrument_name: kick_distorted01.ogg
|
||||||
fxch: '0'
|
- instrument_name: clap04.ogg
|
||||||
instrument_name: Kicker
|
- instrument_name: rim01.ogg
|
||||||
instrument_type: '0'
|
- instrument_name: shaker02.ogg
|
||||||
pan: '0'
|
- instrument_name: bassdrum_acoustic01.ogg
|
||||||
pitch: '0'
|
- instrument_name: hihat_closed01.ogg
|
||||||
pitchrange: '1'
|
- instrument_name: kick_long01.ogg
|
||||||
usemasterpitch: '1'
|
- instrument_name: piano01.ogg
|
||||||
vol: '100'
|
- instrument_name: violin_double_stop01.ogg
|
||||||
- audiofileprocessor:
|
- instrument_name: harpsichord01.ogg
|
||||||
amp: '100'
|
- instrument_name: bassslap02.ogg
|
||||||
eframe: '1'
|
- instrument_name: bassslap01.ogg
|
||||||
interp: '1'
|
- instrument_name: cello01.ogg
|
||||||
lframe: '0'
|
- instrument_name: bassslap01.ogg
|
||||||
looped: '0'
|
- instrument_name: bass!.ogg
|
||||||
reversed: '0'
|
- instrument_name: chroma_sound_effect01.ogg
|
||||||
sframe: '0'
|
- instrument_name: 110011__tuberatanka__cat-meow.wav
|
||||||
src: drums/kick_distorted01.ogg
|
- instrument_name: wind_chimes01.ogg
|
||||||
stutter: '0'
|
- instrument_name: auauEmy.wav
|
||||||
basenote: '57'
|
track_name: Beat/Bassline 0
|
||||||
fxch: '0'
|
|
||||||
instrument_name: kick_distorted01.ogg
|
|
||||||
instrument_type: '0'
|
|
||||||
pan: '0'
|
|
||||||
pitch: '0'
|
|
||||||
pitchrange: '1'
|
|
||||||
usemasterpitch: '1'
|
|
||||||
vol: '100'
|
|
||||||
- audiofileprocessor:
|
|
||||||
amp: '100'
|
|
||||||
eframe: '1'
|
|
||||||
interp: '1'
|
|
||||||
lframe: '0'
|
|
||||||
looped: '0'
|
|
||||||
reversed: '0'
|
|
||||||
sframe: '0'
|
|
||||||
src: drums/clap04.ogg
|
|
||||||
stutter: '0'
|
|
||||||
basenote: '57'
|
|
||||||
fxch: '0'
|
|
||||||
instrument_name: clap04.ogg
|
|
||||||
instrument_type: '0'
|
|
||||||
pan: '0'
|
|
||||||
pitch: '0'
|
|
||||||
pitchrange: '1'
|
|
||||||
usemasterpitch: '1'
|
|
||||||
vol: '100'
|
|
||||||
- audiofileprocessor:
|
|
||||||
amp: '100'
|
|
||||||
eframe: '1'
|
|
||||||
interp: '1'
|
|
||||||
lframe: '0'
|
|
||||||
looped: '0'
|
|
||||||
reversed: '0'
|
|
||||||
sframe: '0'
|
|
||||||
src: drums/rim01.ogg
|
|
||||||
stutter: '0'
|
|
||||||
basenote: '57'
|
|
||||||
fxch: '0'
|
|
||||||
instrument_name: rim01.ogg
|
|
||||||
instrument_type: '0'
|
|
||||||
pan: '0'
|
|
||||||
pitch: '0'
|
|
||||||
pitchrange: '1'
|
|
||||||
usemasterpitch: '1'
|
|
||||||
vol: '100'
|
|
||||||
- audiofileprocessor:
|
|
||||||
amp: '100'
|
|
||||||
eframe: '1'
|
|
||||||
interp: '1'
|
|
||||||
lframe: '0'
|
|
||||||
looped: '0'
|
|
||||||
reversed: '0'
|
|
||||||
sframe: '0'
|
|
||||||
src: drums/shaker02.ogg
|
|
||||||
stutter: '0'
|
|
||||||
basenote: '57'
|
|
||||||
fxch: '0'
|
|
||||||
instrument_name: shaker02.ogg
|
|
||||||
instrument_type: '0'
|
|
||||||
pan: '0'
|
|
||||||
pitch: '0'
|
|
||||||
pitchrange: '1'
|
|
||||||
usemasterpitch: '1'
|
|
||||||
vol: '100'
|
|
||||||
- audiofileprocessor:
|
|
||||||
amp: '100'
|
|
||||||
eframe: '1'
|
|
||||||
interp: '1'
|
|
||||||
lframe: '0'
|
|
||||||
looped: '0'
|
|
||||||
reversed: '0'
|
|
||||||
sframe: '0'
|
|
||||||
src: drums/bassdrum_acoustic01.ogg
|
|
||||||
stutter: '0'
|
|
||||||
basenote: '57'
|
|
||||||
fxch: '0'
|
|
||||||
instrument_name: bassdrum_acoustic01.ogg
|
|
||||||
instrument_type: '0'
|
|
||||||
pan: '0'
|
|
||||||
pitch: '0'
|
|
||||||
pitchrange: '1'
|
|
||||||
usemasterpitch: '1'
|
|
||||||
vol: '100'
|
|
||||||
- audiofileprocessor:
|
|
||||||
amp: '100'
|
|
||||||
eframe: '1'
|
|
||||||
interp: '1'
|
|
||||||
lframe: '0'
|
|
||||||
looped: '0'
|
|
||||||
reversed: '0'
|
|
||||||
sframe: '0'
|
|
||||||
src: drums/hihat_closed01.ogg
|
|
||||||
stutter: '0'
|
|
||||||
basenote: '57'
|
|
||||||
fxch: '0'
|
|
||||||
instrument_name: hihat_closed01.ogg
|
|
||||||
instrument_type: '0'
|
|
||||||
pan: '0'
|
|
||||||
pitch: '0'
|
|
||||||
pitchrange: '1'
|
|
||||||
usemasterpitch: '1'
|
|
||||||
vol: '100'
|
|
||||||
- audiofileprocessor:
|
|
||||||
amp: '100'
|
|
||||||
eframe: '1'
|
|
||||||
interp: '1'
|
|
||||||
lframe: '0'
|
|
||||||
looped: '0'
|
|
||||||
reversed: '0'
|
|
||||||
sframe: '0'
|
|
||||||
src: drums/kick_long01.ogg
|
|
||||||
stutter: '0'
|
|
||||||
basenote: '57'
|
|
||||||
fxch: '0'
|
|
||||||
instrument_name: kick_long01.ogg
|
|
||||||
instrument_type: '0'
|
|
||||||
pan: '0'
|
|
||||||
pitch: '0'
|
|
||||||
pitchrange: '1'
|
|
||||||
usemasterpitch: '1'
|
|
||||||
vol: '100'
|
|
||||||
- audiofileprocessor:
|
|
||||||
amp: '100'
|
|
||||||
eframe: '1'
|
|
||||||
interp: '1'
|
|
||||||
lframe: '0'
|
|
||||||
looped: '0'
|
|
||||||
reversed: '0'
|
|
||||||
sframe: '0'
|
|
||||||
src: instruments/piano01.ogg
|
|
||||||
stutter: '0'
|
|
||||||
basenote: '57'
|
|
||||||
fxch: '0'
|
|
||||||
instrument_name: piano01.ogg
|
|
||||||
instrument_type: '0'
|
|
||||||
pan: '0'
|
|
||||||
pitch: '0'
|
|
||||||
pitchrange: '1'
|
|
||||||
usemasterpitch: '1'
|
|
||||||
vol: '100'
|
|
||||||
- audiofileprocessor:
|
|
||||||
amp: '100'
|
|
||||||
eframe: '1'
|
|
||||||
interp: '1'
|
|
||||||
lframe: '0'
|
|
||||||
looped: '0'
|
|
||||||
reversed: '0'
|
|
||||||
sframe: '0'
|
|
||||||
src: instruments/violin_double_stop01.ogg
|
|
||||||
stutter: '0'
|
|
||||||
basenote: '57'
|
|
||||||
fxch: '0'
|
|
||||||
instrument_name: violin_double_stop01.ogg
|
|
||||||
instrument_type: '0'
|
|
||||||
pan: '0'
|
|
||||||
pitch: '0'
|
|
||||||
pitchrange: '1'
|
|
||||||
usemasterpitch: '1'
|
|
||||||
vol: '100'
|
|
||||||
- audiofileprocessor:
|
|
||||||
amp: '100'
|
|
||||||
eframe: '1'
|
|
||||||
interp: '1'
|
|
||||||
lframe: '0'
|
|
||||||
looped: '0'
|
|
||||||
reversed: '0'
|
|
||||||
sframe: '0'
|
|
||||||
src: instruments/harpsichord01.ogg
|
|
||||||
stutter: '0'
|
|
||||||
basenote: '57'
|
|
||||||
fxch: '0'
|
|
||||||
instrument_name: harpsichord01.ogg
|
|
||||||
instrument_type: '0'
|
|
||||||
pan: '0'
|
|
||||||
pitch: '0'
|
|
||||||
pitchrange: '1'
|
|
||||||
usemasterpitch: '1'
|
|
||||||
vol: '100'
|
|
||||||
- audiofileprocessor:
|
|
||||||
amp: '100'
|
|
||||||
eframe: '1'
|
|
||||||
interp: '1'
|
|
||||||
lframe: '0'
|
|
||||||
looped: '0'
|
|
||||||
reversed: '0'
|
|
||||||
sframe: '0'
|
|
||||||
src: instruments/bassslap02.ogg
|
|
||||||
stutter: '0'
|
|
||||||
basenote: '57'
|
|
||||||
fxch: '0'
|
|
||||||
instrument_name: bassslap02.ogg
|
|
||||||
instrument_type: '0'
|
|
||||||
pan: '0'
|
|
||||||
pitch: '0'
|
|
||||||
pitchrange: '1'
|
|
||||||
usemasterpitch: '1'
|
|
||||||
vol: '100'
|
|
||||||
- audiofileprocessor:
|
|
||||||
amp: '100'
|
|
||||||
eframe: '1'
|
|
||||||
interp: '1'
|
|
||||||
lframe: '0'
|
|
||||||
looped: '0'
|
|
||||||
reversed: '0'
|
|
||||||
sframe: '0'
|
|
||||||
src: instruments/bassslap01.ogg
|
|
||||||
stutter: '0'
|
|
||||||
basenote: '57'
|
|
||||||
fxch: '0'
|
|
||||||
instrument_name: bassslap01.ogg
|
|
||||||
instrument_type: '0'
|
|
||||||
pan: '-0.4'
|
|
||||||
pitch: '0'
|
|
||||||
pitchrange: '1'
|
|
||||||
usemasterpitch: '1'
|
|
||||||
vol: '100'
|
|
||||||
- audiofileprocessor:
|
|
||||||
amp: '100'
|
|
||||||
eframe: '1'
|
|
||||||
interp: '1'
|
|
||||||
lframe: '0'
|
|
||||||
looped: '0'
|
|
||||||
reversed: '0'
|
|
||||||
sframe: '0'
|
|
||||||
src: instruments/cello01.ogg
|
|
||||||
stutter: '0'
|
|
||||||
basenote: '57'
|
|
||||||
fxch: '0'
|
|
||||||
instrument_name: cello01.ogg
|
|
||||||
instrument_type: '0'
|
|
||||||
pan: '0'
|
|
||||||
pitch: '0'
|
|
||||||
pitchrange: '1'
|
|
||||||
usemasterpitch: '1'
|
|
||||||
vol: '100'
|
|
||||||
- audiofileprocessor:
|
|
||||||
amp: '100'
|
|
||||||
eframe: '1'
|
|
||||||
interp: '1'
|
|
||||||
lframe: '0'
|
|
||||||
looped: '0'
|
|
||||||
reversed: '0'
|
|
||||||
sframe: '0'
|
|
||||||
src: instruments/bassslap01.ogg
|
|
||||||
stutter: '0'
|
|
||||||
basenote: '57'
|
|
||||||
fxch: '0'
|
|
||||||
instrument_name: bassslap01.ogg
|
|
||||||
instrument_type: '0'
|
|
||||||
pan: '0'
|
|
||||||
pitch: '0'
|
|
||||||
pitchrange: '1'
|
|
||||||
usemasterpitch: '1'
|
|
||||||
vol: '99.8'
|
|
||||||
- audiofileprocessor:
|
|
||||||
amp: '100'
|
|
||||||
eframe: '1'
|
|
||||||
interp: '1'
|
|
||||||
lframe: '0'
|
|
||||||
looped: '0'
|
|
||||||
reversed: '0'
|
|
||||||
sframe: '0'
|
|
||||||
src: misc/bass!.ogg
|
|
||||||
stutter: '0'
|
|
||||||
basenote: '57'
|
|
||||||
fxch: '0'
|
|
||||||
instrument_name: bass!.ogg
|
|
||||||
instrument_type: '0'
|
|
||||||
pan: '0'
|
|
||||||
pitch: '0'
|
|
||||||
pitchrange: '1'
|
|
||||||
usemasterpitch: '1'
|
|
||||||
vol: '99.8'
|
|
||||||
- audiofileprocessor:
|
|
||||||
amp: '100'
|
|
||||||
eframe: '1'
|
|
||||||
interp: '1'
|
|
||||||
lframe: '0'
|
|
||||||
looped: '0'
|
|
||||||
reversed: '0'
|
|
||||||
sframe: '0'
|
|
||||||
src: effects/chroma_sound_effect01.ogg
|
|
||||||
stutter: '0'
|
|
||||||
basenote: '57'
|
|
||||||
fxch: '0'
|
|
||||||
instrument_name: chroma_sound_effect01.ogg
|
|
||||||
instrument_type: '0'
|
|
||||||
pan: '0'
|
|
||||||
pitch: '0'
|
|
||||||
pitchrange: '1'
|
|
||||||
usemasterpitch: '1'
|
|
||||||
vol: '100'
|
|
||||||
- audiofileprocessor:
|
|
||||||
amp: '100'
|
|
||||||
eframe: '1'
|
|
||||||
interp: '1'
|
|
||||||
lframe: '0'
|
|
||||||
looped: '0'
|
|
||||||
reversed: '0'
|
|
||||||
sframe: '0'
|
|
||||||
src: C:/Users/grigo/Downloads/110011__tuberatanka__cat-meow.wav
|
|
||||||
stutter: '0'
|
|
||||||
basenote: '57'
|
|
||||||
fxch: '0'
|
|
||||||
instrument_name: 110011__tuberatanka__cat-meow.wav
|
|
||||||
instrument_type: '0'
|
|
||||||
pan: '0'
|
|
||||||
pitch: '0'
|
|
||||||
pitchrange: '1'
|
|
||||||
usemasterpitch: '1'
|
|
||||||
vol: '100'
|
|
||||||
- audiofileprocessor:
|
|
||||||
amp: '100'
|
|
||||||
eframe: '1'
|
|
||||||
interp: '1'
|
|
||||||
lframe: '0'
|
|
||||||
looped: '0'
|
|
||||||
reversed: '0'
|
|
||||||
sframe: '0'
|
|
||||||
src: effects/wind_chimes01.ogg
|
|
||||||
stutter: '0'
|
|
||||||
basenote: '57'
|
|
||||||
fxch: '0'
|
|
||||||
instrument_name: wind_chimes01.ogg
|
|
||||||
instrument_type: '0'
|
|
||||||
pan: '0'
|
|
||||||
pitch: '0'
|
|
||||||
pitchrange: '1'
|
|
||||||
usemasterpitch: '1'
|
|
||||||
vol: '100'
|
|
||||||
- audiofileprocessor:
|
|
||||||
amp: '100'
|
|
||||||
eframe: '1'
|
|
||||||
interp: '1'
|
|
||||||
lframe: '0'
|
|
||||||
looped: '0'
|
|
||||||
reversed: '0'
|
|
||||||
sframe: '0'
|
|
||||||
src: C:/Users/grigo/Downloads/auauEmy.wav
|
|
||||||
stutter: '0'
|
|
||||||
basenote: '57'
|
|
||||||
fxch: '0'
|
|
||||||
instrument_name: auauEmy.wav
|
|
||||||
instrument_type: '0'
|
|
||||||
pan: '0'
|
|
||||||
pitch: '0'
|
|
||||||
pitchrange: '1'
|
|
||||||
usemasterpitch: '1'
|
|
||||||
vol: '100'
|
|
||||||
tags: audiofileprocessor
|
|
||||||
type: bassline
|
type: bassline
|
||||||
- bassline_name: Bassline 1
|
- instruments: []
|
||||||
instruments: []
|
track_name: Bassline 1
|
||||||
tags: ''
|
|
||||||
type: bassline
|
type: bassline
|
||||||
- automations:
|
- instruments: []
|
||||||
- automation_name: Automation track
|
track_name: piu /Bassline2
|
||||||
automation_patterns: []
|
|
||||||
automationtrack: Present
|
|
||||||
type: automation
|
|
||||||
- bassline_name: piu /Bassline2
|
|
||||||
instruments: []
|
|
||||||
tags: ''
|
|
||||||
type: bassline
|
type: bassline
|
||||||
- bassline_name: pieino
|
- instruments: []
|
||||||
instruments: []
|
track_name: pieino
|
||||||
tags: ''
|
|
||||||
type: bassline
|
type: bassline
|
||||||
- bassline_name: ' pieino 2'
|
- instruments: []
|
||||||
instruments: []
|
track_name: ' pieino 2'
|
||||||
tags: ''
|
|
||||||
type: bassline
|
type: bassline
|
||||||
- bassline_name: ' pieino 3'
|
- instruments: []
|
||||||
instruments: []
|
track_name: ' pieino 3'
|
||||||
tags: ''
|
|
||||||
type: bassline
|
type: bassline
|
||||||
- bassline_name: Violino
|
- instruments: []
|
||||||
instruments: []
|
track_name: Violino
|
||||||
tags: ''
|
|
||||||
type: bassline
|
type: bassline
|
||||||
- bassline_name: baixo engual eu
|
- instruments: []
|
||||||
instruments: []
|
track_name: baixo engual eu
|
||||||
tags: ''
|
|
||||||
type: bassline
|
type: bassline
|
||||||
- bassline_name: '!!bass'
|
- instruments: []
|
||||||
instruments: []
|
track_name: '!!bass'
|
||||||
tags: ''
|
|
||||||
type: bassline
|
type: bassline
|
||||||
- bassline_name: start?
|
- instruments: []
|
||||||
instruments: []
|
track_name: start?
|
||||||
tags: ''
|
|
||||||
type: bassline
|
type: bassline
|
||||||
- bassline_name: meow
|
- instruments: []
|
||||||
instruments: []
|
track_name: meow
|
||||||
tags: ''
|
|
||||||
type: bassline
|
type: bassline
|
||||||
- bassline_name: meio
|
- instruments: []
|
||||||
instruments: []
|
track_name: meio
|
||||||
tags: ''
|
|
||||||
type: bassline
|
type: bassline
|
||||||
- bassline_name: Clone de meio
|
- instruments: []
|
||||||
instruments: []
|
track_name: Clone de meio
|
||||||
tags: ''
|
|
||||||
type: bassline
|
type: bassline
|
||||||
- bassline_name: emelym
|
- instruments: []
|
||||||
instruments: []
|
track_name: emelym
|
||||||
tags: ''
|
|
||||||
type: bassline
|
type: bassline
|
||||||
|
|
|
||||||
File diff suppressed because it is too large
Load Diff
|
|
@ -1,312 +1,35 @@
|
||||||
bpm: '140'
|
bpm: '140'
|
||||||
file: Samanta Freire
|
file: mmp/Samanta Freire.mmp
|
||||||
src: /nethome/jotachina/projetos/mmpSearch/mmp/Samanta Freire.mmp
|
|
||||||
tags:
|
|
||||||
TAG:
|
|
||||||
- plugin
|
|
||||||
- sample
|
|
||||||
- bassline
|
|
||||||
automation: []
|
|
||||||
bassline:
|
|
||||||
- Beat/Bassline 0
|
|
||||||
- Beat/Bassline 1
|
|
||||||
- Beat/Bassline 2
|
|
||||||
- Beat/Bassline 3
|
|
||||||
- Beat/Bassline 4
|
|
||||||
- Beat/Bassline 5
|
|
||||||
plugin:
|
|
||||||
- tripleoscillator
|
|
||||||
- audiofileprocessor
|
|
||||||
sample:
|
|
||||||
- Sample track
|
|
||||||
tracks:
|
tracks:
|
||||||
- arpeggiator:
|
- instruments: []
|
||||||
arp: '0'
|
|
||||||
arp-enabled: '0'
|
|
||||||
arpcycle: '0'
|
|
||||||
arpdir: '0'
|
|
||||||
arpgate: '100'
|
|
||||||
arpmiss: '0'
|
|
||||||
arpmode: '0'
|
|
||||||
arprange: '1'
|
|
||||||
arpskip: '0'
|
|
||||||
arptime: '100'
|
|
||||||
arptime_denominator: '4'
|
|
||||||
arptime_numerator: '4'
|
|
||||||
arptime_syncmode: '0'
|
|
||||||
chordcreator:
|
|
||||||
chord: '0'
|
|
||||||
chord-enabled: '0'
|
|
||||||
chordrange: '1'
|
|
||||||
elcut:
|
|
||||||
amt: '0'
|
|
||||||
att: '0'
|
|
||||||
ctlenvamt: '0'
|
|
||||||
dec: '0.5'
|
|
||||||
hold: '0.5'
|
|
||||||
lamt: '0'
|
|
||||||
latt: '0'
|
|
||||||
lpdel: '0'
|
|
||||||
lshp: '0'
|
|
||||||
lspd: '0.1'
|
|
||||||
lspd_denominator: '4'
|
|
||||||
lspd_numerator: '4'
|
|
||||||
lspd_syncmode: '0'
|
|
||||||
pdel: '0'
|
|
||||||
rel: '0.1'
|
|
||||||
sustain: '0.5'
|
|
||||||
userwavefile: ''
|
|
||||||
x100: '0'
|
|
||||||
eldata:
|
|
||||||
fcut: '14000'
|
|
||||||
fres: '0.5'
|
|
||||||
ftype: '0'
|
|
||||||
fwet: '0'
|
|
||||||
elres:
|
|
||||||
amt: '0'
|
|
||||||
att: '0'
|
|
||||||
ctlenvamt: '0'
|
|
||||||
dec: '0.5'
|
|
||||||
hold: '0.5'
|
|
||||||
lamt: '0'
|
|
||||||
latt: '0'
|
|
||||||
lpdel: '0'
|
|
||||||
lshp: '0'
|
|
||||||
lspd: '0.1'
|
|
||||||
lspd_denominator: '4'
|
|
||||||
lspd_numerator: '4'
|
|
||||||
lspd_syncmode: '0'
|
|
||||||
pdel: '0'
|
|
||||||
rel: '0.1'
|
|
||||||
sustain: '0.5'
|
|
||||||
userwavefile: ''
|
|
||||||
x100: '0'
|
|
||||||
elvol:
|
|
||||||
amt: '0'
|
|
||||||
att: '0'
|
|
||||||
ctlenvamt: '0'
|
|
||||||
dec: '0.5'
|
|
||||||
hold: '0.5'
|
|
||||||
lamt: '0'
|
|
||||||
latt: '0'
|
|
||||||
lpdel: '0'
|
|
||||||
lshp: '0'
|
|
||||||
lspd: '0.1'
|
|
||||||
lspd_denominator: '4'
|
|
||||||
lspd_numerator: '4'
|
|
||||||
lspd_syncmode: '0'
|
|
||||||
pdel: '0'
|
|
||||||
rel: '0.1'
|
|
||||||
sustain: '0.5'
|
|
||||||
userwavefile: ''
|
|
||||||
x100: '0'
|
|
||||||
fxchain:
|
|
||||||
enabled: '0'
|
|
||||||
numofeffects: '0'
|
|
||||||
instrument_name: tripleoscillator
|
|
||||||
instrumenttrack:
|
|
||||||
basenote: '57'
|
|
||||||
fxch: '0'
|
|
||||||
pan: '0'
|
|
||||||
pitch: '0'
|
|
||||||
pitchrange: '1'
|
|
||||||
usemasterpitch: '1'
|
|
||||||
vol: '100'
|
|
||||||
midiport:
|
|
||||||
basevelocity: '63'
|
|
||||||
fixedinputvelocity: '-1'
|
|
||||||
fixedoutputnote: '-1'
|
|
||||||
fixedoutputvelocity: '-1'
|
|
||||||
inputchannel: '0'
|
|
||||||
inputcontroller: '0'
|
|
||||||
outputchannel: '1'
|
|
||||||
outputcontroller: '0'
|
|
||||||
outputprogram: '1'
|
|
||||||
readable: '0'
|
|
||||||
writable: '0'
|
|
||||||
tags: tripleoscillator
|
|
||||||
track_name: TripleOscillator
|
track_name: TripleOscillator
|
||||||
tripleoscillator:
|
|
||||||
coarse0: '0'
|
|
||||||
coarse1: '-12'
|
|
||||||
coarse2: '-24'
|
|
||||||
finel0: '0'
|
|
||||||
finel1: '0'
|
|
||||||
finel2: '0'
|
|
||||||
finer0: '0'
|
|
||||||
finer1: '0'
|
|
||||||
finer2: '0'
|
|
||||||
modalgo1: '2'
|
|
||||||
modalgo2: '2'
|
|
||||||
modalgo3: '2'
|
|
||||||
pan0: '0'
|
|
||||||
pan1: '0'
|
|
||||||
pan2: '0'
|
|
||||||
phoffset0: '0'
|
|
||||||
phoffset1: '0'
|
|
||||||
phoffset2: '0'
|
|
||||||
stphdetun0: '0'
|
|
||||||
stphdetun1: '0'
|
|
||||||
stphdetun2: '0'
|
|
||||||
userwavefile0: ''
|
|
||||||
userwavefile1: ''
|
|
||||||
userwavefile2: ''
|
|
||||||
vol0: '33'
|
|
||||||
vol1: '33'
|
|
||||||
vol2: '33'
|
|
||||||
wavetype0: '0'
|
|
||||||
wavetype1: '0'
|
|
||||||
wavetype2: '0'
|
|
||||||
type: plugin
|
type: plugin
|
||||||
- sample_info:
|
- instruments: []
|
||||||
pan: '0'
|
|
||||||
vol: '100'
|
|
||||||
sample_name: null
|
|
||||||
track_name: Sample track
|
track_name: Sample track
|
||||||
type: sample
|
type: sample
|
||||||
- bassline_name: Beat/Bassline 0
|
- instruments:
|
||||||
instruments:
|
- instrument_name: Kicker
|
||||||
- basenote: '57'
|
- instrument_name: bassdrum01.ogg
|
||||||
fxch: '0'
|
- instrument_name: hihat_closed05.ogg
|
||||||
instrument_name: Kicker
|
- instrument_name: chorus01.ogg
|
||||||
instrument_type: '0'
|
- instrument_name: kick01.ogg
|
||||||
pan: '0'
|
- instrument_name: Drone Arp
|
||||||
pitch: '0'
|
- instrument_name: vapo.wav
|
||||||
pitchrange: '1'
|
- instrument_name: OpulenZ
|
||||||
usemasterpitch: '1'
|
track_name: Beat/Bassline 0
|
||||||
vol: '100'
|
|
||||||
- audiofileprocessor:
|
|
||||||
amp: '100'
|
|
||||||
eframe: '1'
|
|
||||||
interp: '1'
|
|
||||||
lframe: '0'
|
|
||||||
looped: '0'
|
|
||||||
reversed: '0'
|
|
||||||
sframe: '0'
|
|
||||||
src: drums/bassdrum01.ogg
|
|
||||||
stutter: '0'
|
|
||||||
basenote: '57'
|
|
||||||
fxch: '0'
|
|
||||||
instrument_name: bassdrum01.ogg
|
|
||||||
instrument_type: '0'
|
|
||||||
pan: '0'
|
|
||||||
pitch: '0'
|
|
||||||
pitchrange: '1'
|
|
||||||
usemasterpitch: '1'
|
|
||||||
vol: '100'
|
|
||||||
- audiofileprocessor:
|
|
||||||
amp: '100'
|
|
||||||
eframe: '1'
|
|
||||||
interp: '1'
|
|
||||||
lframe: '0'
|
|
||||||
looped: '0'
|
|
||||||
reversed: '0'
|
|
||||||
sframe: '0'
|
|
||||||
src: drums/hihat_closed05.ogg
|
|
||||||
stutter: '0'
|
|
||||||
basenote: '57'
|
|
||||||
fxch: '0'
|
|
||||||
instrument_name: hihat_closed05.ogg
|
|
||||||
instrument_type: '0'
|
|
||||||
pan: '0'
|
|
||||||
pitch: '0'
|
|
||||||
pitchrange: '1'
|
|
||||||
usemasterpitch: '1'
|
|
||||||
vol: '100'
|
|
||||||
- audiofileprocessor:
|
|
||||||
amp: '100'
|
|
||||||
eframe: '1'
|
|
||||||
interp: '1'
|
|
||||||
lframe: '0'
|
|
||||||
looped: '0'
|
|
||||||
reversed: '0'
|
|
||||||
sframe: '0'
|
|
||||||
src: stringsnpads/chorus01.ogg
|
|
||||||
stutter: '0'
|
|
||||||
basenote: '57'
|
|
||||||
fxch: '0'
|
|
||||||
instrument_name: chorus01.ogg
|
|
||||||
instrument_type: '0'
|
|
||||||
pan: '0'
|
|
||||||
pitch: '0'
|
|
||||||
pitchrange: '1'
|
|
||||||
usemasterpitch: '1'
|
|
||||||
vol: '100'
|
|
||||||
- audiofileprocessor:
|
|
||||||
amp: '100'
|
|
||||||
eframe: '1'
|
|
||||||
interp: '1'
|
|
||||||
lframe: '0'
|
|
||||||
looped: '0'
|
|
||||||
reversed: '0'
|
|
||||||
sframe: '0'
|
|
||||||
src: drums/kick01.ogg
|
|
||||||
stutter: '0'
|
|
||||||
basenote: '57'
|
|
||||||
fxch: '0'
|
|
||||||
instrument_name: kick01.ogg
|
|
||||||
instrument_type: '0'
|
|
||||||
pan: '0'
|
|
||||||
pitch: '0'
|
|
||||||
pitchrange: '1'
|
|
||||||
usemasterpitch: '1'
|
|
||||||
vol: '100'
|
|
||||||
- basenote: '69'
|
|
||||||
fxch: '0'
|
|
||||||
instrument_name: Drone Arp
|
|
||||||
instrument_type: '0'
|
|
||||||
pan: '0'
|
|
||||||
pitch: '0'
|
|
||||||
pitchrange: '1'
|
|
||||||
usemasterpitch: '1'
|
|
||||||
vol: '100'
|
|
||||||
- audiofileprocessor:
|
|
||||||
amp: '100'
|
|
||||||
eframe: '1'
|
|
||||||
interp: '1'
|
|
||||||
lframe: '0'
|
|
||||||
looped: '0'
|
|
||||||
reversed: '0'
|
|
||||||
sframe: '0'
|
|
||||||
src: C:/Users/Samanta/Downloads/vapo.wav
|
|
||||||
stutter: '0'
|
|
||||||
basenote: '57'
|
|
||||||
fxch: '0'
|
|
||||||
instrument_name: vapo.wav
|
|
||||||
instrument_type: '0'
|
|
||||||
pan: '0'
|
|
||||||
pitch: '0'
|
|
||||||
pitchrange: '1'
|
|
||||||
usemasterpitch: '1'
|
|
||||||
vol: '99.7'
|
|
||||||
- basenote: '57'
|
|
||||||
fxch: '0'
|
|
||||||
instrument_name: OpulenZ
|
|
||||||
instrument_type: '0'
|
|
||||||
pan: '0'
|
|
||||||
pitch: '0'
|
|
||||||
pitchrange: '1'
|
|
||||||
usemasterpitch: '1'
|
|
||||||
vol: '100'
|
|
||||||
tags: audiofileprocessor
|
|
||||||
type: bassline
|
type: bassline
|
||||||
- bassline_name: Beat/Bassline 1
|
- instruments: []
|
||||||
instruments: []
|
track_name: Beat/Bassline 1
|
||||||
tags: ''
|
|
||||||
type: bassline
|
type: bassline
|
||||||
- bassline_name: Beat/Bassline 2
|
- instruments: []
|
||||||
instruments: []
|
track_name: Beat/Bassline 2
|
||||||
tags: ''
|
|
||||||
type: bassline
|
type: bassline
|
||||||
- bassline_name: Beat/Bassline 3
|
- instruments: []
|
||||||
instruments: []
|
track_name: Beat/Bassline 3
|
||||||
tags: ''
|
|
||||||
type: bassline
|
type: bassline
|
||||||
- bassline_name: Beat/Bassline 4
|
- instruments: []
|
||||||
instruments: []
|
track_name: Beat/Bassline 4
|
||||||
tags: ''
|
|
||||||
type: bassline
|
type: bassline
|
||||||
- bassline_name: Beat/Bassline 5
|
- instruments: []
|
||||||
instruments: []
|
track_name: Beat/Bassline 5
|
||||||
tags: ''
|
|
||||||
type: bassline
|
type: bassline
|
||||||
|
|
|
||||||
|
|
@ -1,350 +1,31 @@
|
||||||
bpm: '140'
|
bpm: '140'
|
||||||
file: "SonsAlign\xEDgenas"
|
file: "mmp/SonsAlign\xEDgenas.mmp"
|
||||||
src: "/nethome/jotachina/projetos/mmpSearch/mmp/SonsAlign\xEDgenas.mmp"
|
|
||||||
tags:
|
|
||||||
TAG:
|
|
||||||
- plugin
|
|
||||||
- sample
|
|
||||||
- bassline
|
|
||||||
automation: []
|
|
||||||
bassline:
|
|
||||||
- Batida/Linha de Baixo 0
|
|
||||||
- Batida/Linha de Baixo 3
|
|
||||||
- Batida/Linha de Baixo 2
|
|
||||||
- Batida/Linha de Baixo 1
|
|
||||||
plugin:
|
|
||||||
- tripleoscillator
|
|
||||||
- audiofileprocessor
|
|
||||||
sample:
|
|
||||||
- Sample track
|
|
||||||
tracks:
|
tracks:
|
||||||
- arpeggiator:
|
- instruments: []
|
||||||
arp: '0'
|
|
||||||
arp-enabled: '0'
|
|
||||||
arpcycle: '0'
|
|
||||||
arpdir: '0'
|
|
||||||
arpgate: '100'
|
|
||||||
arpmiss: '0'
|
|
||||||
arpmode: '0'
|
|
||||||
arprange: '1'
|
|
||||||
arpskip: '0'
|
|
||||||
arptime: '100'
|
|
||||||
arptime_denominator: '4'
|
|
||||||
arptime_numerator: '4'
|
|
||||||
arptime_syncmode: '0'
|
|
||||||
chordcreator:
|
|
||||||
chord: '0'
|
|
||||||
chord-enabled: '0'
|
|
||||||
chordrange: '1'
|
|
||||||
elcut:
|
|
||||||
amt: '0'
|
|
||||||
att: '0'
|
|
||||||
ctlenvamt: '0'
|
|
||||||
dec: '0.5'
|
|
||||||
hold: '0.5'
|
|
||||||
lamt: '0'
|
|
||||||
latt: '0'
|
|
||||||
lpdel: '0'
|
|
||||||
lshp: '0'
|
|
||||||
lspd: '0.1'
|
|
||||||
lspd_denominator: '4'
|
|
||||||
lspd_numerator: '4'
|
|
||||||
lspd_syncmode: '0'
|
|
||||||
pdel: '0'
|
|
||||||
rel: '0.1'
|
|
||||||
sustain: '0.5'
|
|
||||||
userwavefile: ''
|
|
||||||
x100: '0'
|
|
||||||
eldata:
|
|
||||||
fcut: '14000'
|
|
||||||
fres: '0.5'
|
|
||||||
ftype: '0'
|
|
||||||
fwet: '0'
|
|
||||||
elres:
|
|
||||||
amt: '0'
|
|
||||||
att: '0'
|
|
||||||
ctlenvamt: '0'
|
|
||||||
dec: '0.5'
|
|
||||||
hold: '0.5'
|
|
||||||
lamt: '0'
|
|
||||||
latt: '0'
|
|
||||||
lpdel: '0'
|
|
||||||
lshp: '0'
|
|
||||||
lspd: '0.1'
|
|
||||||
lspd_denominator: '4'
|
|
||||||
lspd_numerator: '4'
|
|
||||||
lspd_syncmode: '0'
|
|
||||||
pdel: '0'
|
|
||||||
rel: '0.1'
|
|
||||||
sustain: '0.5'
|
|
||||||
userwavefile: ''
|
|
||||||
x100: '0'
|
|
||||||
elvol:
|
|
||||||
amt: '0'
|
|
||||||
att: '0'
|
|
||||||
ctlenvamt: '0'
|
|
||||||
dec: '0.5'
|
|
||||||
hold: '0.5'
|
|
||||||
lamt: '0'
|
|
||||||
latt: '0'
|
|
||||||
lpdel: '0'
|
|
||||||
lshp: '0'
|
|
||||||
lspd: '0.1'
|
|
||||||
lspd_denominator: '4'
|
|
||||||
lspd_numerator: '4'
|
|
||||||
lspd_syncmode: '0'
|
|
||||||
pdel: '0'
|
|
||||||
rel: '0.1'
|
|
||||||
sustain: '0.5'
|
|
||||||
userwavefile: ''
|
|
||||||
x100: '0'
|
|
||||||
fxchain:
|
|
||||||
enabled: '0'
|
|
||||||
numofeffects: '0'
|
|
||||||
instrument_name: tripleoscillator
|
|
||||||
instrumenttrack:
|
|
||||||
basenote: '57'
|
|
||||||
fxch: '0'
|
|
||||||
pan: '0'
|
|
||||||
pitch: '0'
|
|
||||||
pitchrange: '1'
|
|
||||||
usemasterpitch: '1'
|
|
||||||
vol: '100'
|
|
||||||
midiport:
|
|
||||||
basevelocity: '63'
|
|
||||||
fixedinputvelocity: '-1'
|
|
||||||
fixedoutputnote: '-1'
|
|
||||||
fixedoutputvelocity: '-1'
|
|
||||||
inputchannel: '0'
|
|
||||||
inputcontroller: '0'
|
|
||||||
outputchannel: '1'
|
|
||||||
outputcontroller: '0'
|
|
||||||
outputprogram: '1'
|
|
||||||
readable: '0'
|
|
||||||
writable: '0'
|
|
||||||
tags: tripleoscillator
|
|
||||||
track_name: TripleOscillator
|
track_name: TripleOscillator
|
||||||
tripleoscillator:
|
|
||||||
coarse0: '0'
|
|
||||||
coarse1: '-12'
|
|
||||||
coarse2: '-24'
|
|
||||||
finel0: '0'
|
|
||||||
finel1: '0'
|
|
||||||
finel2: '0'
|
|
||||||
finer0: '0'
|
|
||||||
finer1: '0'
|
|
||||||
finer2: '0'
|
|
||||||
modalgo1: '2'
|
|
||||||
modalgo2: '2'
|
|
||||||
modalgo3: '2'
|
|
||||||
pan0: '0'
|
|
||||||
pan1: '0'
|
|
||||||
pan2: '0'
|
|
||||||
phoffset0: '0'
|
|
||||||
phoffset1: '0'
|
|
||||||
phoffset2: '0'
|
|
||||||
stphdetun0: '0'
|
|
||||||
stphdetun1: '0'
|
|
||||||
stphdetun2: '0'
|
|
||||||
userwavefile0: ''
|
|
||||||
userwavefile1: ''
|
|
||||||
userwavefile2: ''
|
|
||||||
vol0: '33'
|
|
||||||
vol1: '33'
|
|
||||||
vol2: '33'
|
|
||||||
wavetype0: '0'
|
|
||||||
wavetype1: '0'
|
|
||||||
wavetype2: '0'
|
|
||||||
type: plugin
|
type: plugin
|
||||||
- sample_info:
|
- instruments: []
|
||||||
pan: '0'
|
|
||||||
vol: '100'
|
|
||||||
sample_name: null
|
|
||||||
track_name: Sample track
|
track_name: Sample track
|
||||||
type: sample
|
type: sample
|
||||||
- bassline_name: Batida/Linha de Baixo 0
|
- instruments:
|
||||||
instruments:
|
- instrument_name: Kicker
|
||||||
- basenote: '57'
|
- instrument_name: OpulenZ
|
||||||
fxch: '0'
|
- instrument_name: snare01.ogg
|
||||||
instrument_name: Kicker
|
- instrument_name: clap01.ogg
|
||||||
instrument_type: '0'
|
- instrument_name: tom01.ogg
|
||||||
pan: '0'
|
- instrument_name: tom02.ogg
|
||||||
pitch: '0'
|
- instrument_name: zap02.ogg
|
||||||
pitchrange: '1'
|
- instrument_name: hihat_opened01.ogg
|
||||||
usemasterpitch: '1'
|
- instrument_name: metronome01.ogg
|
||||||
vol: '100'
|
- instrument_name: metronome02.ogg
|
||||||
- basenote: '57'
|
track_name: Batida/Linha de Baixo 0
|
||||||
fxch: '0'
|
|
||||||
instrument_name: OpulenZ
|
|
||||||
instrument_type: '0'
|
|
||||||
pan: '0'
|
|
||||||
pitch: '0'
|
|
||||||
pitchrange: '1'
|
|
||||||
usemasterpitch: '1'
|
|
||||||
vol: '100'
|
|
||||||
- audiofileprocessor:
|
|
||||||
amp: '100'
|
|
||||||
eframe: '1'
|
|
||||||
interp: '1'
|
|
||||||
lframe: '0'
|
|
||||||
looped: '0'
|
|
||||||
reversed: '0'
|
|
||||||
sframe: '0'
|
|
||||||
src: drums/snare01.ogg
|
|
||||||
stutter: '0'
|
|
||||||
basenote: '57'
|
|
||||||
fxch: '0'
|
|
||||||
instrument_name: snare01.ogg
|
|
||||||
instrument_type: '0'
|
|
||||||
pan: '0'
|
|
||||||
pitch: '0'
|
|
||||||
pitchrange: '1'
|
|
||||||
usemasterpitch: '1'
|
|
||||||
vol: '100'
|
|
||||||
- audiofileprocessor:
|
|
||||||
amp: '100'
|
|
||||||
eframe: '1'
|
|
||||||
interp: '1'
|
|
||||||
lframe: '0'
|
|
||||||
looped: '0'
|
|
||||||
reversed: '0'
|
|
||||||
sframe: '0'
|
|
||||||
src: drums/clap01.ogg
|
|
||||||
stutter: '0'
|
|
||||||
basenote: '57'
|
|
||||||
fxch: '0'
|
|
||||||
instrument_name: clap01.ogg
|
|
||||||
instrument_type: '0'
|
|
||||||
pan: '0'
|
|
||||||
pitch: '0'
|
|
||||||
pitchrange: '1'
|
|
||||||
usemasterpitch: '1'
|
|
||||||
vol: '100'
|
|
||||||
- audiofileprocessor:
|
|
||||||
amp: '100'
|
|
||||||
eframe: '1'
|
|
||||||
interp: '1'
|
|
||||||
lframe: '0'
|
|
||||||
looped: '0'
|
|
||||||
reversed: '0'
|
|
||||||
sframe: '0'
|
|
||||||
src: drums/tom01.ogg
|
|
||||||
stutter: '0'
|
|
||||||
basenote: '57'
|
|
||||||
fxch: '0'
|
|
||||||
instrument_name: tom01.ogg
|
|
||||||
instrument_type: '0'
|
|
||||||
pan: '0'
|
|
||||||
pitch: '0'
|
|
||||||
pitchrange: '1'
|
|
||||||
usemasterpitch: '1'
|
|
||||||
vol: '100'
|
|
||||||
- audiofileprocessor:
|
|
||||||
amp: '100'
|
|
||||||
eframe: '1'
|
|
||||||
interp: '1'
|
|
||||||
lframe: '0'
|
|
||||||
looped: '0'
|
|
||||||
reversed: '0'
|
|
||||||
sframe: '0'
|
|
||||||
src: drums/tom02.ogg
|
|
||||||
stutter: '0'
|
|
||||||
basenote: '57'
|
|
||||||
fxch: '0'
|
|
||||||
instrument_name: tom02.ogg
|
|
||||||
instrument_type: '0'
|
|
||||||
pan: '0'
|
|
||||||
pitch: '0'
|
|
||||||
pitchrange: '1'
|
|
||||||
usemasterpitch: '1'
|
|
||||||
vol: '100'
|
|
||||||
- audiofileprocessor:
|
|
||||||
amp: '100'
|
|
||||||
eframe: '1'
|
|
||||||
interp: '1'
|
|
||||||
lframe: '0'
|
|
||||||
looped: '0'
|
|
||||||
reversed: '0'
|
|
||||||
sframe: '0'
|
|
||||||
src: drums/zap02.ogg
|
|
||||||
stutter: '0'
|
|
||||||
basenote: '57'
|
|
||||||
fxch: '0'
|
|
||||||
instrument_name: zap02.ogg
|
|
||||||
instrument_type: '0'
|
|
||||||
pan: '0'
|
|
||||||
pitch: '0'
|
|
||||||
pitchrange: '1'
|
|
||||||
usemasterpitch: '1'
|
|
||||||
vol: '100'
|
|
||||||
- audiofileprocessor:
|
|
||||||
amp: '100'
|
|
||||||
eframe: '1'
|
|
||||||
interp: '1'
|
|
||||||
lframe: '0'
|
|
||||||
looped: '0'
|
|
||||||
reversed: '0'
|
|
||||||
sframe: '0'
|
|
||||||
src: drums/hihat_opened01.ogg
|
|
||||||
stutter: '0'
|
|
||||||
basenote: '57'
|
|
||||||
fxch: '0'
|
|
||||||
instrument_name: hihat_opened01.ogg
|
|
||||||
instrument_type: '0'
|
|
||||||
pan: '0'
|
|
||||||
pitch: '0'
|
|
||||||
pitchrange: '1'
|
|
||||||
usemasterpitch: '1'
|
|
||||||
vol: '100'
|
|
||||||
- audiofileprocessor:
|
|
||||||
amp: '100'
|
|
||||||
eframe: '1'
|
|
||||||
interp: '1'
|
|
||||||
lframe: '0'
|
|
||||||
looped: '0'
|
|
||||||
reversed: '0'
|
|
||||||
sframe: '0'
|
|
||||||
src: misc/metronome01.ogg
|
|
||||||
stutter: '0'
|
|
||||||
basenote: '57'
|
|
||||||
fxch: '0'
|
|
||||||
instrument_name: metronome01.ogg
|
|
||||||
instrument_type: '0'
|
|
||||||
pan: '0'
|
|
||||||
pitch: '0'
|
|
||||||
pitchrange: '1'
|
|
||||||
usemasterpitch: '1'
|
|
||||||
vol: '100'
|
|
||||||
- audiofileprocessor:
|
|
||||||
amp: '100'
|
|
||||||
eframe: '1'
|
|
||||||
interp: '1'
|
|
||||||
lframe: '0'
|
|
||||||
looped: '0'
|
|
||||||
reversed: '0'
|
|
||||||
sframe: '0'
|
|
||||||
src: misc/metronome02.ogg
|
|
||||||
stutter: '0'
|
|
||||||
basenote: '57'
|
|
||||||
fxch: '0'
|
|
||||||
instrument_name: metronome02.ogg
|
|
||||||
instrument_type: '0'
|
|
||||||
pan: '0'
|
|
||||||
pitch: '0'
|
|
||||||
pitchrange: '1'
|
|
||||||
usemasterpitch: '1'
|
|
||||||
vol: '100'
|
|
||||||
tags: audiofileprocessor
|
|
||||||
type: bassline
|
type: bassline
|
||||||
- bassline_name: Batida/Linha de Baixo 3
|
- instruments: []
|
||||||
instruments: []
|
track_name: Batida/Linha de Baixo 3
|
||||||
tags: ''
|
|
||||||
type: bassline
|
type: bassline
|
||||||
- bassline_name: Batida/Linha de Baixo 2
|
- instruments: []
|
||||||
instruments: []
|
track_name: Batida/Linha de Baixo 2
|
||||||
tags: ''
|
|
||||||
type: bassline
|
type: bassline
|
||||||
- bassline_name: Batida/Linha de Baixo 1
|
- instruments: []
|
||||||
instruments: []
|
track_name: Batida/Linha de Baixo 1
|
||||||
tags: ''
|
|
||||||
type: bassline
|
type: bassline
|
||||||
|
|
|
||||||
|
|
@ -1,369 +1,47 @@
|
||||||
bpm: '143'
|
bpm: '143'
|
||||||
file: "Um come\xE7o"
|
file: "mmp/Um come\xE7o.mmp"
|
||||||
src: "/nethome/jotachina/projetos/mmpSearch/mmp/Um come\xE7o.mmp"
|
|
||||||
tags:
|
|
||||||
TAG:
|
|
||||||
- plugin
|
|
||||||
- sample
|
|
||||||
- bassline
|
|
||||||
- automation
|
|
||||||
automation:
|
|
||||||
- "Pista de Automa\xE7\xE3o"
|
|
||||||
bassline:
|
|
||||||
- Violino (Verso 2)
|
|
||||||
- Violino (Verso 1 - 1)
|
|
||||||
- Guitarra (Verso 1)
|
|
||||||
- Guitarra (Ponte)
|
|
||||||
- Baixo (Verso 2)
|
|
||||||
- "Baixo (Refr\xE3o)"
|
|
||||||
- Bateria (Ponte)
|
|
||||||
- "Bateria (Refr\xE3o)"
|
|
||||||
- Bateria (Verso 1)
|
|
||||||
- Base
|
|
||||||
plugin:
|
|
||||||
- tripleoscillator
|
|
||||||
- audiofileprocessor
|
|
||||||
sample:
|
|
||||||
- Sample track
|
|
||||||
tracks:
|
tracks:
|
||||||
- arpeggiator:
|
- instruments: []
|
||||||
arp: '0'
|
|
||||||
arp-enabled: '0'
|
|
||||||
arpcycle: '0'
|
|
||||||
arpdir: '0'
|
|
||||||
arpgate: '100'
|
|
||||||
arpmiss: '0'
|
|
||||||
arpmode: '0'
|
|
||||||
arprange: '1'
|
|
||||||
arpskip: '0'
|
|
||||||
arptime: '100'
|
|
||||||
arptime_denominator: '4'
|
|
||||||
arptime_numerator: '4'
|
|
||||||
arptime_syncmode: '0'
|
|
||||||
chordcreator:
|
|
||||||
chord: '0'
|
|
||||||
chord-enabled: '0'
|
|
||||||
chordrange: '1'
|
|
||||||
elcut:
|
|
||||||
amt: '0'
|
|
||||||
att: '0'
|
|
||||||
ctlenvamt: '0'
|
|
||||||
dec: '0.5'
|
|
||||||
hold: '0.5'
|
|
||||||
lamt: '0'
|
|
||||||
latt: '0'
|
|
||||||
lpdel: '0'
|
|
||||||
lshp: '0'
|
|
||||||
lspd: '0.1'
|
|
||||||
lspd_denominator: '4'
|
|
||||||
lspd_numerator: '4'
|
|
||||||
lspd_syncmode: '0'
|
|
||||||
pdel: '0'
|
|
||||||
rel: '0.1'
|
|
||||||
sustain: '0.5'
|
|
||||||
userwavefile: ''
|
|
||||||
x100: '0'
|
|
||||||
eldata:
|
|
||||||
fcut: '14000'
|
|
||||||
fres: '0.5'
|
|
||||||
ftype: '0'
|
|
||||||
fwet: '0'
|
|
||||||
elres:
|
|
||||||
amt: '0'
|
|
||||||
att: '0'
|
|
||||||
ctlenvamt: '0'
|
|
||||||
dec: '0.5'
|
|
||||||
hold: '0.5'
|
|
||||||
lamt: '0'
|
|
||||||
latt: '0'
|
|
||||||
lpdel: '0'
|
|
||||||
lshp: '0'
|
|
||||||
lspd: '0.1'
|
|
||||||
lspd_denominator: '4'
|
|
||||||
lspd_numerator: '4'
|
|
||||||
lspd_syncmode: '0'
|
|
||||||
pdel: '0'
|
|
||||||
rel: '0.1'
|
|
||||||
sustain: '0.5'
|
|
||||||
userwavefile: ''
|
|
||||||
x100: '0'
|
|
||||||
elvol:
|
|
||||||
amt: '0'
|
|
||||||
att: '0'
|
|
||||||
ctlenvamt: '0'
|
|
||||||
dec: '0.5'
|
|
||||||
hold: '0.5'
|
|
||||||
lamt: '0'
|
|
||||||
latt: '0'
|
|
||||||
lpdel: '0'
|
|
||||||
lshp: '0'
|
|
||||||
lspd: '0.1'
|
|
||||||
lspd_denominator: '4'
|
|
||||||
lspd_numerator: '4'
|
|
||||||
lspd_syncmode: '0'
|
|
||||||
pdel: '0'
|
|
||||||
rel: '0.1'
|
|
||||||
sustain: '0.5'
|
|
||||||
userwavefile: ''
|
|
||||||
x100: '0'
|
|
||||||
fxchain:
|
|
||||||
enabled: '0'
|
|
||||||
numofeffects: '0'
|
|
||||||
instrument_name: tripleoscillator
|
|
||||||
instrumenttrack:
|
|
||||||
basenote: '57'
|
|
||||||
fxch: '0'
|
|
||||||
pan: '0'
|
|
||||||
pitch: '0'
|
|
||||||
pitchrange: '1'
|
|
||||||
usemasterpitch: '1'
|
|
||||||
vol: '100'
|
|
||||||
midiport:
|
|
||||||
basevelocity: '63'
|
|
||||||
fixedinputvelocity: '-1'
|
|
||||||
fixedoutputnote: '-1'
|
|
||||||
fixedoutputvelocity: '-1'
|
|
||||||
inputchannel: '0'
|
|
||||||
inputcontroller: '0'
|
|
||||||
outputchannel: '1'
|
|
||||||
outputcontroller: '0'
|
|
||||||
outputprogram: '1'
|
|
||||||
readable: '0'
|
|
||||||
writable: '0'
|
|
||||||
tags: tripleoscillator
|
|
||||||
track_name: TripleOscillator
|
track_name: TripleOscillator
|
||||||
tripleoscillator:
|
|
||||||
coarse0: '0'
|
|
||||||
coarse1: '-12'
|
|
||||||
coarse2: '-24'
|
|
||||||
finel0: '0'
|
|
||||||
finel1: '0'
|
|
||||||
finel2: '0'
|
|
||||||
finer0: '0'
|
|
||||||
finer1: '0'
|
|
||||||
finer2: '0'
|
|
||||||
modalgo1: '2'
|
|
||||||
modalgo2: '2'
|
|
||||||
modalgo3: '2'
|
|
||||||
pan0: '0'
|
|
||||||
pan1: '0'
|
|
||||||
pan2: '0'
|
|
||||||
phoffset0: '0'
|
|
||||||
phoffset1: '0'
|
|
||||||
phoffset2: '0'
|
|
||||||
stphdetun0: '0'
|
|
||||||
stphdetun1: '0'
|
|
||||||
stphdetun2: '0'
|
|
||||||
userwavefile0: ''
|
|
||||||
userwavefile1: ''
|
|
||||||
userwavefile2: ''
|
|
||||||
vol0: '33'
|
|
||||||
vol1: '33'
|
|
||||||
vol2: '33'
|
|
||||||
wavetype0: '0'
|
|
||||||
wavetype1: '0'
|
|
||||||
wavetype2: '0'
|
|
||||||
type: plugin
|
type: plugin
|
||||||
- sample_info:
|
- instruments: []
|
||||||
pan: '0'
|
|
||||||
vol: '100'
|
|
||||||
sample_name: null
|
|
||||||
track_name: Sample track
|
track_name: Sample track
|
||||||
type: sample
|
type: sample
|
||||||
- bassline_name: Violino (Verso 2)
|
- instruments:
|
||||||
instruments:
|
- instrument_name: bassdrum04.ogg
|
||||||
- audiofileprocessor:
|
- instrument_name: hihat_closed04.ogg
|
||||||
amp: '100'
|
- instrument_name: snare_hiphop01.ogg
|
||||||
eframe: '1'
|
- instrument_name: snare_muffled02.ogg
|
||||||
interp: '1'
|
- instrument_name: snare_muffled01.ogg
|
||||||
lframe: '0'
|
- instrument_name: bassslap01.ogg
|
||||||
looped: '0'
|
- instrument_name: violin_pizzicato01.ogg
|
||||||
reversed: '0'
|
- instrument_name: steel_guitar01.ogg
|
||||||
sframe: '0'
|
track_name: Violino (Verso 2)
|
||||||
src: drums/bassdrum04.ogg
|
|
||||||
stutter: '0'
|
|
||||||
basenote: '57'
|
|
||||||
fxch: '1'
|
|
||||||
instrument_name: bassdrum04.ogg
|
|
||||||
instrument_type: '0'
|
|
||||||
pan: '0'
|
|
||||||
pitch: '0'
|
|
||||||
pitchrange: '1'
|
|
||||||
usemasterpitch: '1'
|
|
||||||
vol: '100'
|
|
||||||
- audiofileprocessor:
|
|
||||||
amp: '100'
|
|
||||||
eframe: '1'
|
|
||||||
interp: '1'
|
|
||||||
lframe: '0.000814111'
|
|
||||||
looped: '0'
|
|
||||||
reversed: '0'
|
|
||||||
sframe: '0.000542741'
|
|
||||||
src: drums/hihat_closed04.ogg
|
|
||||||
stutter: '0'
|
|
||||||
basenote: '57'
|
|
||||||
fxch: '1'
|
|
||||||
instrument_name: hihat_closed04.ogg
|
|
||||||
instrument_type: '0'
|
|
||||||
pan: '1.49012e-08'
|
|
||||||
pitch: '0'
|
|
||||||
pitchrange: '1'
|
|
||||||
usemasterpitch: '1'
|
|
||||||
vol: '100'
|
|
||||||
- audiofileprocessor:
|
|
||||||
amp: '100'
|
|
||||||
eframe: '1'
|
|
||||||
interp: '1'
|
|
||||||
lframe: '0'
|
|
||||||
looped: '0'
|
|
||||||
reversed: '0'
|
|
||||||
sframe: '0'
|
|
||||||
src: drums/snare_hiphop01.ogg
|
|
||||||
stutter: '0'
|
|
||||||
basenote: '57'
|
|
||||||
fxch: '1'
|
|
||||||
instrument_name: snare_hiphop01.ogg
|
|
||||||
instrument_type: '0'
|
|
||||||
pan: '0'
|
|
||||||
pitch: '0'
|
|
||||||
pitchrange: '1'
|
|
||||||
usemasterpitch: '1'
|
|
||||||
vol: '100'
|
|
||||||
- audiofileprocessor:
|
|
||||||
amp: '100'
|
|
||||||
eframe: '1'
|
|
||||||
interp: '1'
|
|
||||||
lframe: '0.000241274'
|
|
||||||
looped: '0'
|
|
||||||
reversed: '0'
|
|
||||||
sframe: '0.000160849'
|
|
||||||
src: drums/snare_muffled02.ogg
|
|
||||||
stutter: '0'
|
|
||||||
basenote: '57'
|
|
||||||
fxch: '1'
|
|
||||||
instrument_name: snare_muffled02.ogg
|
|
||||||
instrument_type: '0'
|
|
||||||
pan: '0'
|
|
||||||
pitch: '0'
|
|
||||||
pitchrange: '1'
|
|
||||||
usemasterpitch: '1'
|
|
||||||
vol: '100'
|
|
||||||
- audiofileprocessor:
|
|
||||||
amp: '100'
|
|
||||||
eframe: '1'
|
|
||||||
interp: '1'
|
|
||||||
lframe: '0'
|
|
||||||
looped: '0'
|
|
||||||
reversed: '0'
|
|
||||||
sframe: '0'
|
|
||||||
src: drums/snare_muffled01.ogg
|
|
||||||
stutter: '0'
|
|
||||||
basenote: '57'
|
|
||||||
fxch: '1'
|
|
||||||
instrument_name: snare_muffled01.ogg
|
|
||||||
instrument_type: '0'
|
|
||||||
pan: '0'
|
|
||||||
pitch: '0'
|
|
||||||
pitchrange: '1'
|
|
||||||
usemasterpitch: '1'
|
|
||||||
vol: '99.6'
|
|
||||||
- audiofileprocessor:
|
|
||||||
amp: '100'
|
|
||||||
eframe: '1'
|
|
||||||
interp: '1'
|
|
||||||
lframe: '0'
|
|
||||||
looped: '0'
|
|
||||||
reversed: '0'
|
|
||||||
sframe: '0'
|
|
||||||
src: instruments/bassslap01.ogg
|
|
||||||
stutter: '0'
|
|
||||||
basenote: '57'
|
|
||||||
fxch: '2'
|
|
||||||
instrument_name: bassslap01.ogg
|
|
||||||
instrument_type: '0'
|
|
||||||
pan: '0'
|
|
||||||
pitch: '0'
|
|
||||||
pitchrange: '1'
|
|
||||||
usemasterpitch: '1'
|
|
||||||
vol: '100'
|
|
||||||
- audiofileprocessor:
|
|
||||||
amp: '100'
|
|
||||||
eframe: '1'
|
|
||||||
interp: '1'
|
|
||||||
lframe: '0'
|
|
||||||
looped: '0'
|
|
||||||
reversed: '0'
|
|
||||||
sframe: '0'
|
|
||||||
src: instruments/violin_pizzicato01.ogg
|
|
||||||
stutter: '0'
|
|
||||||
basenote: '57'
|
|
||||||
fxch: '0'
|
|
||||||
instrument_name: violin_pizzicato01.ogg
|
|
||||||
instrument_type: '0'
|
|
||||||
pan: '0'
|
|
||||||
pitch: '0'
|
|
||||||
pitchrange: '1'
|
|
||||||
usemasterpitch: '1'
|
|
||||||
vol: '99.8'
|
|
||||||
- audiofileprocessor:
|
|
||||||
amp: '100'
|
|
||||||
eframe: '1'
|
|
||||||
interp: '1'
|
|
||||||
lframe: '0'
|
|
||||||
looped: '0'
|
|
||||||
reversed: '0'
|
|
||||||
sframe: '0'
|
|
||||||
src: instruments/steel_guitar01.ogg
|
|
||||||
stutter: '0'
|
|
||||||
basenote: '57'
|
|
||||||
fxch: '3'
|
|
||||||
instrument_name: steel_guitar01.ogg
|
|
||||||
instrument_type: '0'
|
|
||||||
pan: '0'
|
|
||||||
pitch: '0'
|
|
||||||
pitchrange: '1'
|
|
||||||
usemasterpitch: '1'
|
|
||||||
vol: '100'
|
|
||||||
tags: audiofileprocessor
|
|
||||||
type: bassline
|
type: bassline
|
||||||
- bassline_name: Violino (Verso 1 - 1)
|
- instruments: []
|
||||||
instruments: []
|
track_name: Violino (Verso 1 - 1)
|
||||||
tags: ''
|
|
||||||
type: bassline
|
type: bassline
|
||||||
- bassline_name: Guitarra (Verso 1)
|
- instruments: []
|
||||||
instruments: []
|
track_name: Guitarra (Verso 1)
|
||||||
tags: ''
|
|
||||||
type: bassline
|
type: bassline
|
||||||
- bassline_name: Guitarra (Ponte)
|
- instruments: []
|
||||||
instruments: []
|
track_name: Guitarra (Ponte)
|
||||||
tags: ''
|
|
||||||
type: bassline
|
type: bassline
|
||||||
- bassline_name: Baixo (Verso 2)
|
- instruments: []
|
||||||
instruments: []
|
track_name: Baixo (Verso 2)
|
||||||
tags: ''
|
|
||||||
type: bassline
|
type: bassline
|
||||||
- bassline_name: "Baixo (Refr\xE3o)"
|
- instruments: []
|
||||||
instruments: []
|
track_name: "Baixo (Refr\xE3o)"
|
||||||
tags: ''
|
|
||||||
type: bassline
|
type: bassline
|
||||||
- bassline_name: Bateria (Ponte)
|
- instruments: []
|
||||||
instruments: []
|
track_name: Bateria (Ponte)
|
||||||
tags: ''
|
|
||||||
type: bassline
|
type: bassline
|
||||||
- bassline_name: "Bateria (Refr\xE3o)"
|
- instruments: []
|
||||||
instruments: []
|
track_name: "Bateria (Refr\xE3o)"
|
||||||
tags: ''
|
|
||||||
type: bassline
|
type: bassline
|
||||||
- bassline_name: Bateria (Verso 1)
|
- instruments: []
|
||||||
instruments: []
|
track_name: Bateria (Verso 1)
|
||||||
tags: ''
|
|
||||||
type: bassline
|
type: bassline
|
||||||
- bassline_name: Base
|
- instruments: []
|
||||||
instruments: []
|
track_name: Base
|
||||||
tags: ''
|
|
||||||
type: bassline
|
type: bassline
|
||||||
- automations:
|
|
||||||
- automation_name: "Pista de Automa\xE7\xE3o"
|
|
||||||
automation_patterns: []
|
|
||||||
automationtrack: Present
|
|
||||||
type: automation
|
|
||||||
|
|
|
||||||
|
|
@ -1,329 +1,41 @@
|
||||||
bpm: '140'
|
bpm: '140'
|
||||||
file: VitorAugusto
|
file: mmp/VitorAugusto.mmp
|
||||||
src: /nethome/jotachina/projetos/mmpSearch/mmp/VitorAugusto.mmp
|
|
||||||
tags:
|
|
||||||
TAG:
|
|
||||||
- plugin
|
|
||||||
- sample
|
|
||||||
- automation
|
|
||||||
- bassline
|
|
||||||
automation:
|
|
||||||
- Automation track
|
|
||||||
bassline:
|
|
||||||
- Piano
|
|
||||||
- Kick
|
|
||||||
- Kick_distorted
|
|
||||||
- Clap
|
|
||||||
- Snare
|
|
||||||
- Hihat_closed
|
|
||||||
- Hihat_opened
|
|
||||||
- Violino
|
|
||||||
plugin:
|
|
||||||
- tripleoscillator
|
|
||||||
- audiofileprocessor
|
|
||||||
sample:
|
|
||||||
- Sample track
|
|
||||||
tracks:
|
tracks:
|
||||||
- arpeggiator:
|
- instruments: []
|
||||||
arp: '0'
|
|
||||||
arp-enabled: '0'
|
|
||||||
arpcycle: '0'
|
|
||||||
arpdir: '0'
|
|
||||||
arpgate: '100'
|
|
||||||
arpmiss: '0'
|
|
||||||
arpmode: '0'
|
|
||||||
arprange: '1'
|
|
||||||
arpskip: '0'
|
|
||||||
arptime: '100'
|
|
||||||
arptime_denominator: '4'
|
|
||||||
arptime_numerator: '4'
|
|
||||||
arptime_syncmode: '0'
|
|
||||||
chordcreator:
|
|
||||||
chord: '0'
|
|
||||||
chord-enabled: '0'
|
|
||||||
chordrange: '1'
|
|
||||||
elcut:
|
|
||||||
amt: '0'
|
|
||||||
att: '0'
|
|
||||||
ctlenvamt: '0'
|
|
||||||
dec: '0.5'
|
|
||||||
hold: '0.5'
|
|
||||||
lamt: '0'
|
|
||||||
latt: '0'
|
|
||||||
lpdel: '0'
|
|
||||||
lshp: '0'
|
|
||||||
lspd: '0.1'
|
|
||||||
lspd_denominator: '4'
|
|
||||||
lspd_numerator: '4'
|
|
||||||
lspd_syncmode: '0'
|
|
||||||
pdel: '0'
|
|
||||||
rel: '0.1'
|
|
||||||
sustain: '0.5'
|
|
||||||
userwavefile: ''
|
|
||||||
x100: '0'
|
|
||||||
eldata:
|
|
||||||
fcut: '14000'
|
|
||||||
fres: '0.5'
|
|
||||||
ftype: '0'
|
|
||||||
fwet: '0'
|
|
||||||
elres:
|
|
||||||
amt: '0'
|
|
||||||
att: '0'
|
|
||||||
ctlenvamt: '0'
|
|
||||||
dec: '0.5'
|
|
||||||
hold: '0.5'
|
|
||||||
lamt: '0'
|
|
||||||
latt: '0'
|
|
||||||
lpdel: '0'
|
|
||||||
lshp: '0'
|
|
||||||
lspd: '0.1'
|
|
||||||
lspd_denominator: '4'
|
|
||||||
lspd_numerator: '4'
|
|
||||||
lspd_syncmode: '0'
|
|
||||||
pdel: '0'
|
|
||||||
rel: '0.1'
|
|
||||||
sustain: '0.5'
|
|
||||||
userwavefile: ''
|
|
||||||
x100: '0'
|
|
||||||
elvol:
|
|
||||||
amt: '0'
|
|
||||||
att: '0'
|
|
||||||
ctlenvamt: '0'
|
|
||||||
dec: '0.5'
|
|
||||||
hold: '0.5'
|
|
||||||
lamt: '0'
|
|
||||||
latt: '0'
|
|
||||||
lpdel: '0'
|
|
||||||
lshp: '0'
|
|
||||||
lspd: '0.1'
|
|
||||||
lspd_denominator: '4'
|
|
||||||
lspd_numerator: '4'
|
|
||||||
lspd_syncmode: '0'
|
|
||||||
pdel: '0'
|
|
||||||
rel: '0.1'
|
|
||||||
sustain: '0.5'
|
|
||||||
userwavefile: ''
|
|
||||||
x100: '0'
|
|
||||||
fxchain:
|
|
||||||
enabled: '0'
|
|
||||||
numofeffects: '0'
|
|
||||||
instrument_name: tripleoscillator
|
|
||||||
instrumenttrack:
|
|
||||||
basenote: '57'
|
|
||||||
fxch: '0'
|
|
||||||
pan: '0'
|
|
||||||
pitch: '0'
|
|
||||||
pitchrange: '1'
|
|
||||||
usemasterpitch: '1'
|
|
||||||
vol: '100'
|
|
||||||
midiport:
|
|
||||||
basevelocity: '63'
|
|
||||||
fixedinputvelocity: '-1'
|
|
||||||
fixedoutputnote: '-1'
|
|
||||||
fixedoutputvelocity: '-1'
|
|
||||||
inputchannel: '0'
|
|
||||||
inputcontroller: '0'
|
|
||||||
outputchannel: '1'
|
|
||||||
outputcontroller: '0'
|
|
||||||
outputprogram: '1'
|
|
||||||
readable: '0'
|
|
||||||
writable: '0'
|
|
||||||
tags: tripleoscillator
|
|
||||||
track_name: TripleOscillator
|
track_name: TripleOscillator
|
||||||
tripleoscillator:
|
|
||||||
coarse0: '0'
|
|
||||||
coarse1: '-12'
|
|
||||||
coarse2: '-24'
|
|
||||||
finel0: '0'
|
|
||||||
finel1: '0'
|
|
||||||
finel2: '0'
|
|
||||||
finer0: '0'
|
|
||||||
finer1: '0'
|
|
||||||
finer2: '0'
|
|
||||||
modalgo1: '2'
|
|
||||||
modalgo2: '2'
|
|
||||||
modalgo3: '2'
|
|
||||||
pan0: '0'
|
|
||||||
pan1: '0'
|
|
||||||
pan2: '0'
|
|
||||||
phoffset0: '0'
|
|
||||||
phoffset1: '0'
|
|
||||||
phoffset2: '0'
|
|
||||||
stphdetun0: '0'
|
|
||||||
stphdetun1: '0'
|
|
||||||
stphdetun2: '0'
|
|
||||||
userwavefile0: ''
|
|
||||||
userwavefile1: ''
|
|
||||||
userwavefile2: ''
|
|
||||||
vol0: '33'
|
|
||||||
vol1: '33'
|
|
||||||
vol2: '33'
|
|
||||||
wavetype0: '0'
|
|
||||||
wavetype1: '0'
|
|
||||||
wavetype2: '0'
|
|
||||||
type: plugin
|
type: plugin
|
||||||
- sample_info:
|
- instruments: []
|
||||||
pan: '0'
|
|
||||||
vol: '100'
|
|
||||||
sample_name: null
|
|
||||||
track_name: Sample track
|
track_name: Sample track
|
||||||
type: sample
|
type: sample
|
||||||
- automations:
|
- instruments:
|
||||||
- automation_name: Automation track
|
- instrument_name: Kicker
|
||||||
automation_patterns: []
|
- instrument_name: kick_distorted01.ogg
|
||||||
automationtrack: Present
|
- instrument_name: clap01.ogg
|
||||||
type: automation
|
- instrument_name: snare05.ogg
|
||||||
- bassline_name: Piano
|
- instrument_name: hihat_closed01.ogg
|
||||||
instruments:
|
- instrument_name: hihat_opened01.ogg
|
||||||
- basenote: '57'
|
- instrument_name: Analog Piano 1
|
||||||
fxch: '0'
|
- instrument_name: Synth Violin 2 Fat
|
||||||
instrument_name: Kicker
|
track_name: Piano
|
||||||
instrument_type: '0'
|
|
||||||
pan: '0'
|
|
||||||
pitch: '0'
|
|
||||||
pitchrange: '1'
|
|
||||||
usemasterpitch: '1'
|
|
||||||
vol: '100'
|
|
||||||
- audiofileprocessor:
|
|
||||||
amp: '100'
|
|
||||||
eframe: '1'
|
|
||||||
interp: '1'
|
|
||||||
lframe: '0'
|
|
||||||
looped: '0'
|
|
||||||
reversed: '0'
|
|
||||||
sframe: '0'
|
|
||||||
src: drums/kick_distorted01.ogg
|
|
||||||
stutter: '0'
|
|
||||||
basenote: '57'
|
|
||||||
fxch: '0'
|
|
||||||
instrument_name: kick_distorted01.ogg
|
|
||||||
instrument_type: '0'
|
|
||||||
pan: '0'
|
|
||||||
pitch: '0'
|
|
||||||
pitchrange: '1'
|
|
||||||
usemasterpitch: '1'
|
|
||||||
vol: '21.6'
|
|
||||||
- audiofileprocessor:
|
|
||||||
amp: '100'
|
|
||||||
eframe: '1'
|
|
||||||
interp: '1'
|
|
||||||
lframe: '0'
|
|
||||||
looped: '0'
|
|
||||||
reversed: '0'
|
|
||||||
sframe: '0'
|
|
||||||
src: drums/clap01.ogg
|
|
||||||
stutter: '0'
|
|
||||||
basenote: '57'
|
|
||||||
fxch: '0'
|
|
||||||
instrument_name: clap01.ogg
|
|
||||||
instrument_type: '0'
|
|
||||||
pan: '0'
|
|
||||||
pitch: '0'
|
|
||||||
pitchrange: '1'
|
|
||||||
usemasterpitch: '1'
|
|
||||||
vol: '100'
|
|
||||||
- audiofileprocessor:
|
|
||||||
amp: '100'
|
|
||||||
eframe: '1'
|
|
||||||
interp: '1'
|
|
||||||
lframe: '0'
|
|
||||||
looped: '0'
|
|
||||||
reversed: '0'
|
|
||||||
sframe: '0'
|
|
||||||
src: drums/snare05.ogg
|
|
||||||
stutter: '0'
|
|
||||||
basenote: '57'
|
|
||||||
fxch: '0'
|
|
||||||
instrument_name: snare05.ogg
|
|
||||||
instrument_type: '0'
|
|
||||||
pan: '0'
|
|
||||||
pitch: '0'
|
|
||||||
pitchrange: '1'
|
|
||||||
usemasterpitch: '1'
|
|
||||||
vol: '100'
|
|
||||||
- audiofileprocessor:
|
|
||||||
amp: '100'
|
|
||||||
eframe: '1'
|
|
||||||
interp: '1'
|
|
||||||
lframe: '0'
|
|
||||||
looped: '0'
|
|
||||||
reversed: '0'
|
|
||||||
sframe: '0'
|
|
||||||
src: drums/hihat_closed01.ogg
|
|
||||||
stutter: '0'
|
|
||||||
basenote: '57'
|
|
||||||
fxch: '0'
|
|
||||||
instrument_name: hihat_closed01.ogg
|
|
||||||
instrument_type: '0'
|
|
||||||
pan: '0'
|
|
||||||
pitch: '0'
|
|
||||||
pitchrange: '1'
|
|
||||||
usemasterpitch: '1'
|
|
||||||
vol: '18.4'
|
|
||||||
- audiofileprocessor:
|
|
||||||
amp: '100'
|
|
||||||
eframe: '1'
|
|
||||||
interp: '1'
|
|
||||||
lframe: '0'
|
|
||||||
looped: '0'
|
|
||||||
reversed: '0'
|
|
||||||
sframe: '0'
|
|
||||||
src: drums/hihat_opened01.ogg
|
|
||||||
stutter: '0'
|
|
||||||
basenote: '57'
|
|
||||||
fxch: '0'
|
|
||||||
instrument_name: hihat_opened01.ogg
|
|
||||||
instrument_type: '0'
|
|
||||||
pan: '0'
|
|
||||||
pitch: '0'
|
|
||||||
pitchrange: '1'
|
|
||||||
usemasterpitch: '1'
|
|
||||||
vol: '25.6'
|
|
||||||
- basenote: '57'
|
|
||||||
fxch: '0'
|
|
||||||
instrument_name: Analog Piano 1
|
|
||||||
instrument_type: '0'
|
|
||||||
pan: '0'
|
|
||||||
pitch: '0'
|
|
||||||
pitchrange: '1'
|
|
||||||
usemasterpitch: '1'
|
|
||||||
vol: '100'
|
|
||||||
- basenote: '57'
|
|
||||||
fxch: '0'
|
|
||||||
instrument_name: Synth Violin 2 Fat
|
|
||||||
instrument_type: '0'
|
|
||||||
pan: '0'
|
|
||||||
pitch: '0'
|
|
||||||
pitchrange: '1'
|
|
||||||
usemasterpitch: '1'
|
|
||||||
vol: '100'
|
|
||||||
tags: audiofileprocessor
|
|
||||||
type: bassline
|
type: bassline
|
||||||
- bassline_name: Kick
|
- instruments: []
|
||||||
instruments: []
|
track_name: Kick
|
||||||
tags: ''
|
|
||||||
type: bassline
|
type: bassline
|
||||||
- bassline_name: Kick_distorted
|
- instruments: []
|
||||||
instruments: []
|
track_name: Kick_distorted
|
||||||
tags: ''
|
|
||||||
type: bassline
|
type: bassline
|
||||||
- bassline_name: Clap
|
- instruments: []
|
||||||
instruments: []
|
track_name: Clap
|
||||||
tags: ''
|
|
||||||
type: bassline
|
type: bassline
|
||||||
- bassline_name: Snare
|
- instruments: []
|
||||||
instruments: []
|
track_name: Snare
|
||||||
tags: ''
|
|
||||||
type: bassline
|
type: bassline
|
||||||
- bassline_name: Hihat_closed
|
- instruments: []
|
||||||
instruments: []
|
track_name: Hihat_closed
|
||||||
tags: ''
|
|
||||||
type: bassline
|
type: bassline
|
||||||
- bassline_name: Hihat_opened
|
- instruments: []
|
||||||
instruments: []
|
track_name: Hihat_opened
|
||||||
tags: ''
|
|
||||||
type: bassline
|
type: bassline
|
||||||
- bassline_name: Violino
|
- instruments: []
|
||||||
instruments: []
|
track_name: Violino
|
||||||
tags: ''
|
|
||||||
type: bassline
|
type: bassline
|
||||||
|
|
|
||||||
|
|
@ -1,404 +1,22 @@
|
||||||
bpm: '140'
|
bpm: '140'
|
||||||
file: "Wesley_Silva_Guimar\xE3es"
|
file: "mmp/Wesley_Silva_Guimar\xE3es.mmp"
|
||||||
src: "/nethome/jotachina/projetos/mmpSearch/mmp/Wesley_Silva_Guimar\xE3es.mmp"
|
|
||||||
tags:
|
|
||||||
TAG:
|
|
||||||
- plugin
|
|
||||||
- sample
|
|
||||||
- bassline
|
|
||||||
automation: []
|
|
||||||
bassline:
|
|
||||||
- Beat/Bassline 0
|
|
||||||
plugin:
|
|
||||||
- tripleoscillator
|
|
||||||
- audiofileprocessor
|
|
||||||
sample:
|
|
||||||
- Sample track
|
|
||||||
tracks:
|
tracks:
|
||||||
- arpeggiator:
|
- instruments: []
|
||||||
arp: '0'
|
|
||||||
arp-enabled: '0'
|
|
||||||
arpcycle: '0'
|
|
||||||
arpdir: '0'
|
|
||||||
arpgate: '100'
|
|
||||||
arpmiss: '0'
|
|
||||||
arpmode: '0'
|
|
||||||
arprange: '1'
|
|
||||||
arpskip: '0'
|
|
||||||
arptime: '100'
|
|
||||||
arptime_denominator: '4'
|
|
||||||
arptime_numerator: '4'
|
|
||||||
arptime_syncmode: '0'
|
|
||||||
chordcreator:
|
|
||||||
chord: '0'
|
|
||||||
chord-enabled: '0'
|
|
||||||
chordrange: '1'
|
|
||||||
elcut:
|
|
||||||
amt: '0'
|
|
||||||
att: '0'
|
|
||||||
ctlenvamt: '0'
|
|
||||||
dec: '0.5'
|
|
||||||
hold: '0.5'
|
|
||||||
lamt: '0'
|
|
||||||
latt: '0'
|
|
||||||
lpdel: '0'
|
|
||||||
lshp: '0'
|
|
||||||
lspd: '0.1'
|
|
||||||
lspd_denominator: '4'
|
|
||||||
lspd_numerator: '4'
|
|
||||||
lspd_syncmode: '0'
|
|
||||||
pdel: '0'
|
|
||||||
rel: '0.1'
|
|
||||||
sustain: '0.5'
|
|
||||||
userwavefile: ''
|
|
||||||
x100: '0'
|
|
||||||
eldata:
|
|
||||||
fcut: '14000'
|
|
||||||
fres: '0.5'
|
|
||||||
ftype: '0'
|
|
||||||
fwet: '0'
|
|
||||||
elres:
|
|
||||||
amt: '0'
|
|
||||||
att: '0'
|
|
||||||
ctlenvamt: '0'
|
|
||||||
dec: '0.5'
|
|
||||||
hold: '0.5'
|
|
||||||
lamt: '0'
|
|
||||||
latt: '0'
|
|
||||||
lpdel: '0'
|
|
||||||
lshp: '0'
|
|
||||||
lspd: '0.1'
|
|
||||||
lspd_denominator: '4'
|
|
||||||
lspd_numerator: '4'
|
|
||||||
lspd_syncmode: '0'
|
|
||||||
pdel: '0'
|
|
||||||
rel: '0.1'
|
|
||||||
sustain: '0.5'
|
|
||||||
userwavefile: ''
|
|
||||||
x100: '0'
|
|
||||||
elvol:
|
|
||||||
amt: '0'
|
|
||||||
att: '0'
|
|
||||||
ctlenvamt: '0'
|
|
||||||
dec: '0.5'
|
|
||||||
hold: '0.5'
|
|
||||||
lamt: '0'
|
|
||||||
latt: '0'
|
|
||||||
lpdel: '0'
|
|
||||||
lshp: '0'
|
|
||||||
lspd: '0.1'
|
|
||||||
lspd_denominator: '4'
|
|
||||||
lspd_numerator: '4'
|
|
||||||
lspd_syncmode: '0'
|
|
||||||
pdel: '0'
|
|
||||||
rel: '0.1'
|
|
||||||
sustain: '0.5'
|
|
||||||
userwavefile: ''
|
|
||||||
x100: '0'
|
|
||||||
fxchain:
|
|
||||||
enabled: '0'
|
|
||||||
numofeffects: '0'
|
|
||||||
instrument_name: tripleoscillator
|
|
||||||
instrumenttrack:
|
|
||||||
basenote: '57'
|
|
||||||
fxch: '0'
|
|
||||||
pan: '0'
|
|
||||||
pitch: '0'
|
|
||||||
pitchrange: '1'
|
|
||||||
usemasterpitch: '1'
|
|
||||||
vol: '100'
|
|
||||||
midiport:
|
|
||||||
basevelocity: '63'
|
|
||||||
fixedinputvelocity: '-1'
|
|
||||||
fixedoutputnote: '-1'
|
|
||||||
fixedoutputvelocity: '-1'
|
|
||||||
inputchannel: '0'
|
|
||||||
inputcontroller: '0'
|
|
||||||
outputchannel: '1'
|
|
||||||
outputcontroller: '0'
|
|
||||||
outputprogram: '1'
|
|
||||||
readable: '0'
|
|
||||||
writable: '0'
|
|
||||||
tags: tripleoscillator
|
|
||||||
track_name: TripleOscillator
|
track_name: TripleOscillator
|
||||||
tripleoscillator:
|
|
||||||
coarse0: '0'
|
|
||||||
coarse1: '-12'
|
|
||||||
coarse2: '-24'
|
|
||||||
finel0: '0'
|
|
||||||
finel1: '0'
|
|
||||||
finel2: '0'
|
|
||||||
finer0: '0'
|
|
||||||
finer1: '0'
|
|
||||||
finer2: '0'
|
|
||||||
modalgo1: '2'
|
|
||||||
modalgo2: '2'
|
|
||||||
modalgo3: '2'
|
|
||||||
pan0: '0'
|
|
||||||
pan1: '0'
|
|
||||||
pan2: '0'
|
|
||||||
phoffset0: '0'
|
|
||||||
phoffset1: '0'
|
|
||||||
phoffset2: '0'
|
|
||||||
stphdetun0: '0'
|
|
||||||
stphdetun1: '0'
|
|
||||||
stphdetun2: '0'
|
|
||||||
userwavefile0: ''
|
|
||||||
userwavefile1: ''
|
|
||||||
userwavefile2: ''
|
|
||||||
vol0: '33'
|
|
||||||
vol1: '33'
|
|
||||||
vol2: '33'
|
|
||||||
wavetype0: '0'
|
|
||||||
wavetype1: '0'
|
|
||||||
wavetype2: '0'
|
|
||||||
type: plugin
|
type: plugin
|
||||||
- sample_info:
|
- instruments: []
|
||||||
pan: '0'
|
|
||||||
vol: '100'
|
|
||||||
sample_name: null
|
|
||||||
track_name: Sample track
|
track_name: Sample track
|
||||||
type: sample
|
type: sample
|
||||||
- arpeggiator:
|
- instruments: []
|
||||||
arp: '0'
|
|
||||||
arp-enabled: '0'
|
|
||||||
arpcycle: '0'
|
|
||||||
arpdir: '0'
|
|
||||||
arpgate: '100'
|
|
||||||
arpmiss: '0'
|
|
||||||
arpmode: '0'
|
|
||||||
arprange: '1'
|
|
||||||
arpskip: '0'
|
|
||||||
arptime: '200'
|
|
||||||
arptime_denominator: '4'
|
|
||||||
arptime_numerator: '4'
|
|
||||||
arptime_syncmode: '0'
|
|
||||||
audiofileprocessor:
|
|
||||||
amp: '100'
|
|
||||||
eframe: '1'
|
|
||||||
interp: '1'
|
|
||||||
lframe: '0'
|
|
||||||
looped: '0'
|
|
||||||
reversed: '0'
|
|
||||||
sframe: '0'
|
|
||||||
src: drums/bassdrum01.ogg
|
|
||||||
stutter: '0'
|
|
||||||
chordcreator:
|
|
||||||
chord: '0'
|
|
||||||
chord-enabled: '0'
|
|
||||||
chordrange: '1'
|
|
||||||
elcut:
|
|
||||||
amt: '0'
|
|
||||||
att: '0'
|
|
||||||
ctlenvamt: '0'
|
|
||||||
dec: '0.5'
|
|
||||||
hold: '0.5'
|
|
||||||
lamt: '0'
|
|
||||||
latt: '0'
|
|
||||||
lpdel: '0'
|
|
||||||
lshp: '0'
|
|
||||||
lspd: '0.1'
|
|
||||||
lspd_denominator: '4'
|
|
||||||
lspd_numerator: '4'
|
|
||||||
lspd_syncmode: '0'
|
|
||||||
pdel: '0'
|
|
||||||
rel: '0.1'
|
|
||||||
sustain: '0.5'
|
|
||||||
userwavefile: ''
|
|
||||||
x100: '0'
|
|
||||||
eldata:
|
|
||||||
fcut: '14000'
|
|
||||||
fres: '0.5'
|
|
||||||
ftype: '0'
|
|
||||||
fwet: '0'
|
|
||||||
elres:
|
|
||||||
amt: '0'
|
|
||||||
att: '0'
|
|
||||||
ctlenvamt: '0'
|
|
||||||
dec: '0.5'
|
|
||||||
hold: '0.5'
|
|
||||||
lamt: '0'
|
|
||||||
latt: '0'
|
|
||||||
lpdel: '0'
|
|
||||||
lshp: '0'
|
|
||||||
lspd: '0.1'
|
|
||||||
lspd_denominator: '4'
|
|
||||||
lspd_numerator: '4'
|
|
||||||
lspd_syncmode: '0'
|
|
||||||
pdel: '0'
|
|
||||||
rel: '0.1'
|
|
||||||
sustain: '0.5'
|
|
||||||
userwavefile: ''
|
|
||||||
x100: '0'
|
|
||||||
elvol:
|
|
||||||
amt: '0'
|
|
||||||
att: '0'
|
|
||||||
ctlenvamt: '0'
|
|
||||||
dec: '0.5'
|
|
||||||
hold: '0.5'
|
|
||||||
lamt: '0'
|
|
||||||
latt: '0'
|
|
||||||
lpdel: '0'
|
|
||||||
lshp: '0'
|
|
||||||
lspd: '0.1'
|
|
||||||
lspd_denominator: '4'
|
|
||||||
lspd_numerator: '4'
|
|
||||||
lspd_syncmode: '0'
|
|
||||||
pdel: '0'
|
|
||||||
rel: '0.1'
|
|
||||||
sustain: '0.5'
|
|
||||||
userwavefile: ''
|
|
||||||
x100: '0'
|
|
||||||
fxchain:
|
|
||||||
enabled: '0'
|
|
||||||
numofeffects: '0'
|
|
||||||
instrumenttrack:
|
|
||||||
basenote: '57'
|
|
||||||
fxch: '0'
|
|
||||||
pan: '0'
|
|
||||||
pitch: '0'
|
|
||||||
pitchrange: '1'
|
|
||||||
usemasterpitch: '1'
|
|
||||||
vol: '100'
|
|
||||||
midiport:
|
|
||||||
basevelocity: '63'
|
|
||||||
fixedinputvelocity: '-1'
|
|
||||||
fixedoutputnote: '-1'
|
|
||||||
fixedoutputvelocity: '-1'
|
|
||||||
inputchannel: '0'
|
|
||||||
inputcontroller: '0'
|
|
||||||
outputchannel: '1'
|
|
||||||
outputcontroller: '0'
|
|
||||||
outputprogram: '1'
|
|
||||||
readable: '0'
|
|
||||||
writable: '0'
|
|
||||||
plugin_name: audiofileprocessor
|
|
||||||
track_name: bassdrum01.ogg
|
track_name: bassdrum01.ogg
|
||||||
type: plugin
|
type: plugin
|
||||||
- bassline_name: Beat/Bassline 0
|
- instruments:
|
||||||
instruments:
|
- instrument_name: Kicker
|
||||||
- basenote: '57'
|
- instrument_name: bassdrum01.ogg
|
||||||
fxch: '0'
|
- instrument_name: bassdrum02.ogg
|
||||||
instrument_name: Kicker
|
- instrument_name: bassdrum04.ogg
|
||||||
instrument_type: '0'
|
- instrument_name: clap01.ogg
|
||||||
pan: '0'
|
- instrument_name: kick02.ogg
|
||||||
pitch: '0'
|
- instrument_name: hihat_closed01.ogg
|
||||||
pitchrange: '1'
|
track_name: Beat/Bassline 0
|
||||||
usemasterpitch: '1'
|
|
||||||
vol: '100'
|
|
||||||
- audiofileprocessor:
|
|
||||||
amp: '100'
|
|
||||||
eframe: '1'
|
|
||||||
interp: '1'
|
|
||||||
lframe: '0'
|
|
||||||
looped: '0'
|
|
||||||
reversed: '0'
|
|
||||||
sframe: '0'
|
|
||||||
src: drums/bassdrum01.ogg
|
|
||||||
stutter: '0'
|
|
||||||
basenote: '57'
|
|
||||||
fxch: '0'
|
|
||||||
instrument_name: bassdrum01.ogg
|
|
||||||
instrument_type: '0'
|
|
||||||
pan: '0'
|
|
||||||
pitch: '0'
|
|
||||||
pitchrange: '1'
|
|
||||||
usemasterpitch: '1'
|
|
||||||
vol: '100'
|
|
||||||
- audiofileprocessor:
|
|
||||||
amp: '100'
|
|
||||||
eframe: '1'
|
|
||||||
interp: '1'
|
|
||||||
lframe: '0'
|
|
||||||
looped: '0'
|
|
||||||
reversed: '0'
|
|
||||||
sframe: '0'
|
|
||||||
src: drums/bassdrum02.ogg
|
|
||||||
stutter: '0'
|
|
||||||
basenote: '57'
|
|
||||||
fxch: '0'
|
|
||||||
instrument_name: bassdrum02.ogg
|
|
||||||
instrument_type: '0'
|
|
||||||
pan: '0'
|
|
||||||
pitch: '0'
|
|
||||||
pitchrange: '1'
|
|
||||||
usemasterpitch: '1'
|
|
||||||
vol: '100'
|
|
||||||
- audiofileprocessor:
|
|
||||||
amp: '100'
|
|
||||||
eframe: '1'
|
|
||||||
interp: '1'
|
|
||||||
lframe: '0'
|
|
||||||
looped: '0'
|
|
||||||
reversed: '0'
|
|
||||||
sframe: '0'
|
|
||||||
src: drums/bassdrum04.ogg
|
|
||||||
stutter: '0'
|
|
||||||
basenote: '57'
|
|
||||||
fxch: '0'
|
|
||||||
instrument_name: bassdrum04.ogg
|
|
||||||
instrument_type: '0'
|
|
||||||
pan: '0'
|
|
||||||
pitch: '0'
|
|
||||||
pitchrange: '1'
|
|
||||||
usemasterpitch: '1'
|
|
||||||
vol: '100'
|
|
||||||
- audiofileprocessor:
|
|
||||||
amp: '100'
|
|
||||||
eframe: '1'
|
|
||||||
interp: '1'
|
|
||||||
lframe: '0'
|
|
||||||
looped: '0'
|
|
||||||
reversed: '0'
|
|
||||||
sframe: '0'
|
|
||||||
src: drums/clap01.ogg
|
|
||||||
stutter: '0'
|
|
||||||
basenote: '57'
|
|
||||||
fxch: '0'
|
|
||||||
instrument_name: clap01.ogg
|
|
||||||
instrument_type: '0'
|
|
||||||
pan: '0'
|
|
||||||
pitch: '0'
|
|
||||||
pitchrange: '1'
|
|
||||||
usemasterpitch: '1'
|
|
||||||
vol: '100'
|
|
||||||
- audiofileprocessor:
|
|
||||||
amp: '100'
|
|
||||||
eframe: '1'
|
|
||||||
interp: '1'
|
|
||||||
lframe: '0'
|
|
||||||
looped: '0'
|
|
||||||
reversed: '0'
|
|
||||||
sframe: '0'
|
|
||||||
src: drums/kick02.ogg
|
|
||||||
stutter: '0'
|
|
||||||
basenote: '57'
|
|
||||||
fxch: '0'
|
|
||||||
instrument_name: kick02.ogg
|
|
||||||
instrument_type: '0'
|
|
||||||
pan: '0'
|
|
||||||
pitch: '0'
|
|
||||||
pitchrange: '1'
|
|
||||||
usemasterpitch: '1'
|
|
||||||
vol: '100'
|
|
||||||
- audiofileprocessor:
|
|
||||||
amp: '100'
|
|
||||||
eframe: '1'
|
|
||||||
interp: '1'
|
|
||||||
lframe: '0'
|
|
||||||
looped: '0'
|
|
||||||
reversed: '0'
|
|
||||||
sframe: '0'
|
|
||||||
src: drums/hihat_closed01.ogg
|
|
||||||
stutter: '0'
|
|
||||||
basenote: '57'
|
|
||||||
fxch: '0'
|
|
||||||
instrument_name: hihat_closed01.ogg
|
|
||||||
instrument_type: '0'
|
|
||||||
pan: '0'
|
|
||||||
pitch: '0'
|
|
||||||
pitchrange: '1'
|
|
||||||
usemasterpitch: '1'
|
|
||||||
vol: '56'
|
|
||||||
tags: audiofileprocessor
|
|
||||||
type: bassline
|
type: bassline
|
||||||
|
|
|
||||||
10935
_data/all.yml
10935
_data/all.yml
File diff suppressed because it is too large
Load Diff
|
|
@ -1,317 +1,26 @@
|
||||||
bpm: '90'
|
bpm: '90'
|
||||||
file: beatJulioCesardeSousa
|
file: mmp/beatJulioCesardeSousa.mmp
|
||||||
src: /nethome/jotachina/projetos/mmpSearch/mmp/beatJulioCesardeSousa.mmp
|
|
||||||
tags:
|
|
||||||
TAG:
|
|
||||||
- plugin
|
|
||||||
- sample
|
|
||||||
- bassline
|
|
||||||
automation: []
|
|
||||||
bassline:
|
|
||||||
- Beat/Bassline 0
|
|
||||||
- Batida/Linha de Baixo 1
|
|
||||||
- Batida/Linha de Baixo 2
|
|
||||||
plugin:
|
|
||||||
- tripleoscillator
|
|
||||||
- audiofileprocessor
|
|
||||||
sample:
|
|
||||||
- Sample track
|
|
||||||
tracks:
|
tracks:
|
||||||
- arpeggiator:
|
- instruments: []
|
||||||
arp: '0'
|
|
||||||
arp-enabled: '0'
|
|
||||||
arpcycle: '0'
|
|
||||||
arpdir: '0'
|
|
||||||
arpgate: '100'
|
|
||||||
arpmiss: '0'
|
|
||||||
arpmode: '0'
|
|
||||||
arprange: '1'
|
|
||||||
arpskip: '0'
|
|
||||||
arptime: '100'
|
|
||||||
arptime_denominator: '4'
|
|
||||||
arptime_numerator: '4'
|
|
||||||
arptime_syncmode: '0'
|
|
||||||
chordcreator:
|
|
||||||
chord: '0'
|
|
||||||
chord-enabled: '0'
|
|
||||||
chordrange: '1'
|
|
||||||
elcut:
|
|
||||||
amt: '0'
|
|
||||||
att: '0'
|
|
||||||
ctlenvamt: '0'
|
|
||||||
dec: '0.5'
|
|
||||||
hold: '0.5'
|
|
||||||
lamt: '0'
|
|
||||||
latt: '0'
|
|
||||||
lpdel: '0'
|
|
||||||
lshp: '0'
|
|
||||||
lspd: '0.1'
|
|
||||||
lspd_denominator: '4'
|
|
||||||
lspd_numerator: '4'
|
|
||||||
lspd_syncmode: '0'
|
|
||||||
pdel: '0'
|
|
||||||
rel: '0.1'
|
|
||||||
sustain: '0.5'
|
|
||||||
userwavefile: ''
|
|
||||||
x100: '0'
|
|
||||||
eldata:
|
|
||||||
fcut: '14000'
|
|
||||||
fres: '0.5'
|
|
||||||
ftype: '0'
|
|
||||||
fwet: '0'
|
|
||||||
elres:
|
|
||||||
amt: '0'
|
|
||||||
att: '0'
|
|
||||||
ctlenvamt: '0'
|
|
||||||
dec: '0.5'
|
|
||||||
hold: '0.5'
|
|
||||||
lamt: '0'
|
|
||||||
latt: '0'
|
|
||||||
lpdel: '0'
|
|
||||||
lshp: '0'
|
|
||||||
lspd: '0.1'
|
|
||||||
lspd_denominator: '4'
|
|
||||||
lspd_numerator: '4'
|
|
||||||
lspd_syncmode: '0'
|
|
||||||
pdel: '0'
|
|
||||||
rel: '0.1'
|
|
||||||
sustain: '0.5'
|
|
||||||
userwavefile: ''
|
|
||||||
x100: '0'
|
|
||||||
elvol:
|
|
||||||
amt: '0'
|
|
||||||
att: '0'
|
|
||||||
ctlenvamt: '0'
|
|
||||||
dec: '0.5'
|
|
||||||
hold: '0.5'
|
|
||||||
lamt: '0'
|
|
||||||
latt: '0'
|
|
||||||
lpdel: '0'
|
|
||||||
lshp: '0'
|
|
||||||
lspd: '0.1'
|
|
||||||
lspd_denominator: '4'
|
|
||||||
lspd_numerator: '4'
|
|
||||||
lspd_syncmode: '0'
|
|
||||||
pdel: '0'
|
|
||||||
rel: '0.1'
|
|
||||||
sustain: '0.5'
|
|
||||||
userwavefile: ''
|
|
||||||
x100: '0'
|
|
||||||
fxchain:
|
|
||||||
enabled: '0'
|
|
||||||
numofeffects: '0'
|
|
||||||
instrument_name: tripleoscillator
|
|
||||||
instrumenttrack:
|
|
||||||
basenote: '57'
|
|
||||||
fxch: '2'
|
|
||||||
pan: '0'
|
|
||||||
pitch: '0'
|
|
||||||
pitchrange: '1'
|
|
||||||
usemasterpitch: '1'
|
|
||||||
vol: N/A
|
|
||||||
midiport:
|
|
||||||
basevelocity: '63'
|
|
||||||
fixedinputvelocity: '-1'
|
|
||||||
fixedoutputnote: '-1'
|
|
||||||
fixedoutputvelocity: '-1'
|
|
||||||
inputchannel: '0'
|
|
||||||
inputcontroller: '0'
|
|
||||||
outputchannel: '1'
|
|
||||||
outputcontroller: '0'
|
|
||||||
outputprogram: '1'
|
|
||||||
readable: '0'
|
|
||||||
writable: '0'
|
|
||||||
tags: tripleoscillator
|
|
||||||
track_name: TripleOscillator
|
track_name: TripleOscillator
|
||||||
tripleoscillator:
|
|
||||||
coarse0: '0'
|
|
||||||
coarse1: '-12'
|
|
||||||
coarse2: '-24'
|
|
||||||
finel0: '0'
|
|
||||||
finel1: '0'
|
|
||||||
finel2: '0'
|
|
||||||
finer0: '0'
|
|
||||||
finer1: '0'
|
|
||||||
finer2: '0'
|
|
||||||
modalgo1: '2'
|
|
||||||
modalgo2: '2'
|
|
||||||
modalgo3: '2'
|
|
||||||
pan0: '0'
|
|
||||||
pan1: '0'
|
|
||||||
pan2: '0'
|
|
||||||
phoffset0: '0'
|
|
||||||
phoffset1: '0'
|
|
||||||
phoffset2: '0'
|
|
||||||
stphdetun0: '0'
|
|
||||||
stphdetun1: '0'
|
|
||||||
stphdetun2: '0'
|
|
||||||
userwavefile0: ''
|
|
||||||
userwavefile1: ''
|
|
||||||
userwavefile2: ''
|
|
||||||
vol0: '33'
|
|
||||||
vol1: '33'
|
|
||||||
vol2: '33'
|
|
||||||
wavetype0: '0'
|
|
||||||
wavetype1: '0'
|
|
||||||
wavetype2: '0'
|
|
||||||
type: plugin
|
type: plugin
|
||||||
- sample_info:
|
- instruments: []
|
||||||
pan: '0'
|
|
||||||
vol: '100'
|
|
||||||
sample_name: null
|
|
||||||
track_name: Sample track
|
track_name: Sample track
|
||||||
type: sample
|
type: sample
|
||||||
- bassline_name: Beat/Bassline 0
|
- instruments:
|
||||||
instruments:
|
- instrument_name: Kicker
|
||||||
- basenote: '57'
|
- instrument_name: snare_hiphop02.ogg
|
||||||
fxch: '0'
|
- instrument_name: kick_hiphop01.ogg
|
||||||
instrument_name: Kicker
|
- instrument_name: hihat_opened02.ogg
|
||||||
instrument_type: '0'
|
- instrument_name: hihat_closed01.ogg
|
||||||
pan: '0'
|
- instrument_name: bassslap02.ogg
|
||||||
pitch: '0'
|
- instrument_name: clap03.ogg
|
||||||
pitchrange: '1'
|
- instrument_name: clav01.ogg
|
||||||
usemasterpitch: '1'
|
track_name: Beat/Bassline 0
|
||||||
vol: '100'
|
|
||||||
- audiofileprocessor:
|
|
||||||
amp: '100'
|
|
||||||
eframe: '1'
|
|
||||||
interp: '1'
|
|
||||||
lframe: '0'
|
|
||||||
looped: '0'
|
|
||||||
reversed: '0'
|
|
||||||
sframe: '0'
|
|
||||||
src: drums/snare_hiphop02.ogg
|
|
||||||
stutter: '0'
|
|
||||||
basenote: '57'
|
|
||||||
fxch: '4'
|
|
||||||
instrument_name: snare_hiphop02.ogg
|
|
||||||
instrument_type: '0'
|
|
||||||
pan: '0'
|
|
||||||
pitch: '0'
|
|
||||||
pitchrange: '1'
|
|
||||||
usemasterpitch: '1'
|
|
||||||
vol: '100'
|
|
||||||
- audiofileprocessor:
|
|
||||||
amp: '100'
|
|
||||||
eframe: '1'
|
|
||||||
interp: '1'
|
|
||||||
lframe: '0'
|
|
||||||
looped: '0'
|
|
||||||
reversed: '0'
|
|
||||||
sframe: '0'
|
|
||||||
src: drums/kick_hiphop01.ogg
|
|
||||||
stutter: '0'
|
|
||||||
basenote: '57'
|
|
||||||
fxch: '0'
|
|
||||||
instrument_name: kick_hiphop01.ogg
|
|
||||||
instrument_type: '0'
|
|
||||||
pan: '0'
|
|
||||||
pitch: '0'
|
|
||||||
pitchrange: '1'
|
|
||||||
usemasterpitch: '1'
|
|
||||||
vol: '100'
|
|
||||||
- audiofileprocessor:
|
|
||||||
amp: '100'
|
|
||||||
eframe: '1'
|
|
||||||
interp: '1'
|
|
||||||
lframe: '0'
|
|
||||||
looped: '0'
|
|
||||||
reversed: '0'
|
|
||||||
sframe: '0'
|
|
||||||
src: drums/hihat_opened02.ogg
|
|
||||||
stutter: '0'
|
|
||||||
basenote: '57'
|
|
||||||
fxch: '0'
|
|
||||||
instrument_name: hihat_opened02.ogg
|
|
||||||
instrument_type: '0'
|
|
||||||
pan: '0'
|
|
||||||
pitch: '0'
|
|
||||||
pitchrange: '1'
|
|
||||||
usemasterpitch: '1'
|
|
||||||
vol: '100'
|
|
||||||
- audiofileprocessor:
|
|
||||||
amp: '100'
|
|
||||||
eframe: '1'
|
|
||||||
interp: '1'
|
|
||||||
lframe: '0'
|
|
||||||
looped: '0'
|
|
||||||
reversed: '0'
|
|
||||||
sframe: '0'
|
|
||||||
src: drums/hihat_closed01.ogg
|
|
||||||
stutter: '0'
|
|
||||||
basenote: '57'
|
|
||||||
fxch: '3'
|
|
||||||
instrument_name: hihat_closed01.ogg
|
|
||||||
instrument_type: '0'
|
|
||||||
pan: '0'
|
|
||||||
pitch: '0'
|
|
||||||
pitchrange: '1'
|
|
||||||
usemasterpitch: '1'
|
|
||||||
vol: '100'
|
|
||||||
- audiofileprocessor:
|
|
||||||
amp: '100'
|
|
||||||
eframe: '1'
|
|
||||||
interp: '1'
|
|
||||||
lframe: '0'
|
|
||||||
looped: '0'
|
|
||||||
reversed: '0'
|
|
||||||
sframe: '0'
|
|
||||||
src: instruments/bassslap02.ogg
|
|
||||||
stutter: '0'
|
|
||||||
basenote: '57'
|
|
||||||
fxch: '1'
|
|
||||||
instrument_name: bassslap02.ogg
|
|
||||||
instrument_type: '0'
|
|
||||||
pan: '0'
|
|
||||||
pitch: '0'
|
|
||||||
pitchrange: '1'
|
|
||||||
usemasterpitch: '1'
|
|
||||||
vol: '100'
|
|
||||||
- audiofileprocessor:
|
|
||||||
amp: '100'
|
|
||||||
eframe: '1'
|
|
||||||
interp: '1'
|
|
||||||
lframe: '0'
|
|
||||||
looped: '0'
|
|
||||||
reversed: '0'
|
|
||||||
sframe: '0'
|
|
||||||
src: drums/clap03.ogg
|
|
||||||
stutter: '0'
|
|
||||||
basenote: '57'
|
|
||||||
fxch: '0'
|
|
||||||
instrument_name: clap03.ogg
|
|
||||||
instrument_type: '0'
|
|
||||||
pan: '0'
|
|
||||||
pitch: '0'
|
|
||||||
pitchrange: '1'
|
|
||||||
usemasterpitch: '1'
|
|
||||||
vol: '100'
|
|
||||||
- audiofileprocessor:
|
|
||||||
amp: '100'
|
|
||||||
eframe: '1'
|
|
||||||
interp: '1'
|
|
||||||
lframe: '0'
|
|
||||||
looped: '0'
|
|
||||||
reversed: '0'
|
|
||||||
sframe: '0'
|
|
||||||
src: drums/clav01.ogg
|
|
||||||
stutter: '0'
|
|
||||||
basenote: '57'
|
|
||||||
fxch: '0'
|
|
||||||
instrument_name: clav01.ogg
|
|
||||||
instrument_type: '0'
|
|
||||||
pan: '0'
|
|
||||||
pitch: '0'
|
|
||||||
pitchrange: '1'
|
|
||||||
usemasterpitch: '1'
|
|
||||||
vol: '100'
|
|
||||||
tags: audiofileprocessor
|
|
||||||
type: bassline
|
type: bassline
|
||||||
- bassline_name: Batida/Linha de Baixo 1
|
- instruments: []
|
||||||
instruments: []
|
track_name: Batida/Linha de Baixo 1
|
||||||
tags: ''
|
|
||||||
type: bassline
|
type: bassline
|
||||||
- bassline_name: Batida/Linha de Baixo 2
|
- instruments: []
|
||||||
instruments: []
|
track_name: Batida/Linha de Baixo 2
|
||||||
tags: ''
|
|
||||||
type: bassline
|
type: bassline
|
||||||
|
|
|
||||||
483
_data/carlos.yml
483
_data/carlos.yml
|
|
@ -1,485 +1,20 @@
|
||||||
bpm: '90'
|
bpm: '90'
|
||||||
file: carlos
|
file: mmp/carlos.mmp
|
||||||
src: /nethome/jotachina/projetos/mmpSearch/mmp/carlos.mmp
|
|
||||||
tags:
|
|
||||||
TAG:
|
|
||||||
- bassline
|
|
||||||
- plugin
|
|
||||||
automation: []
|
|
||||||
bassline:
|
|
||||||
- Beat/Bassline 0
|
|
||||||
plugin:
|
|
||||||
- ''
|
|
||||||
- bitinvader
|
|
||||||
sample: []
|
|
||||||
tracks:
|
tracks:
|
||||||
- bassline_name: Beat/Bassline 0
|
- instruments:
|
||||||
instruments:
|
- instrument_name: Alien clKick 05b1
|
||||||
- basenote: '69'
|
- instrument_name: Alien Snare Dry 02
|
||||||
fxch: '7'
|
track_name: Beat/Bassline 0
|
||||||
instrument_name: Alien clKick 05b1
|
|
||||||
instrument_type: '0'
|
|
||||||
pan: '0'
|
|
||||||
pitch: '-2800'
|
|
||||||
pitchrange: '28'
|
|
||||||
usemasterpitch: '1'
|
|
||||||
vol: '60'
|
|
||||||
- basenote: '69'
|
|
||||||
fxch: '8'
|
|
||||||
instrument_name: Alien Snare Dry 02
|
|
||||||
instrument_type: '0'
|
|
||||||
pan: '0'
|
|
||||||
pitch: '-1200'
|
|
||||||
pitchrange: '12'
|
|
||||||
usemasterpitch: '1'
|
|
||||||
vol: '100'
|
|
||||||
tags: ''
|
|
||||||
type: bassline
|
type: bassline
|
||||||
- arpeggiator:
|
- instruments: []
|
||||||
arp: '0'
|
|
||||||
arp-enabled: '0'
|
|
||||||
arpcycle: '0'
|
|
||||||
arpdir: '0'
|
|
||||||
arpgate: '100'
|
|
||||||
arpmiss: '0'
|
|
||||||
arpmode: '0'
|
|
||||||
arprange: '1'
|
|
||||||
arpskip: '0'
|
|
||||||
arptime: '200'
|
|
||||||
arptime_denominator: '4'
|
|
||||||
arptime_numerator: '4'
|
|
||||||
arptime_syncmode: '0'
|
|
||||||
bitinvader:
|
|
||||||
interpolation: '1'
|
|
||||||
normalize: '0'
|
|
||||||
sampleLength: '128'
|
|
||||||
sampleShape: qK3UvujF8z7nk3M/ZAWyPjiPG7/Y/eu+g69BP2LfML9q2zS/gt3APpD5Rr5sNbY+eHk8Puq/dL+gOU8+CB2Evn4XPz+4Ldy+hn9Dv3TpOj7G82K/Rt8iP65nV79Wpyo/Vu8qv9jN677sV3a/lOdJv8QV4j7+U3+/+iN9vz6/Hj/zi3k/Nqcav/SpeT46FZ0+aKMzPyCRj73Ps2c/AEp/Pq5t1z46cx2/Cj8FvxSJCT6MhcW+AJGAvSANj77w6Xm+j59HP0ozJT8g/w8/FNWJvgANgD5ISSM+ZhMzvy+PFz9ARaA+kq9Iv0pDJb9a4yy/yA3kPuyN9T7aE20/ME8Yv+TV8T4u/ZY+GDkMvjD7F78S9wi/cJG0verDdL/gCW8+oJNPv37jPj+gVdC+kOFGPVBRqr2IB0S/8Fl4Puejcz8sBxa/KBkTvjD5Fz7o/fM+1YNqPwhZA74KawW/IGELvc+rZz9knbE+1sNqv8d3Yz/+Vf8+8rd4v8gF5L6uR1e/eJs7v4Alv77+M3+/DZ8GP26/Nr/cv22/QFkgvtT3ab/wqXc+ZHMyv1Cxpr0AAtW7NNMZv66DVr8QfYg+rr3WPoI/Qb/gI3A/sBtYP1jJLb4+Hx8/uANcvwozBT9sJba+RBkhPtDhaj1OxyY/WMcrv3iZPb5gVa++GksNP/4Lf78=
|
|
||||||
version: '0.1'
|
|
||||||
chordcreator:
|
|
||||||
chord: '0'
|
|
||||||
chord-enabled: '0'
|
|
||||||
chordrange: '1'
|
|
||||||
elcut:
|
|
||||||
amt: '0'
|
|
||||||
att: '0'
|
|
||||||
ctlenvamt: '0'
|
|
||||||
dec: '0.5'
|
|
||||||
hold: '0.5'
|
|
||||||
lamt: '0'
|
|
||||||
latt: '0'
|
|
||||||
lpdel: '0'
|
|
||||||
lshp: '0'
|
|
||||||
lspd: '0.1'
|
|
||||||
lspd_denominator: '4'
|
|
||||||
lspd_numerator: '4'
|
|
||||||
lspd_syncmode: '0'
|
|
||||||
pdel: '0'
|
|
||||||
rel: '0.1'
|
|
||||||
sustain: '0.5'
|
|
||||||
userwavefile: ''
|
|
||||||
x100: '0'
|
|
||||||
eldata:
|
|
||||||
fcut: '14000'
|
|
||||||
fres: '0.5'
|
|
||||||
ftype: '0'
|
|
||||||
fwet: '0'
|
|
||||||
elres:
|
|
||||||
amt: '0'
|
|
||||||
att: '0'
|
|
||||||
ctlenvamt: '0'
|
|
||||||
dec: '0.5'
|
|
||||||
hold: '0.5'
|
|
||||||
lamt: '0'
|
|
||||||
latt: '0'
|
|
||||||
lpdel: '0'
|
|
||||||
lshp: '0'
|
|
||||||
lspd: '0.1'
|
|
||||||
lspd_denominator: '4'
|
|
||||||
lspd_numerator: '4'
|
|
||||||
lspd_syncmode: '0'
|
|
||||||
pdel: '0'
|
|
||||||
rel: '0.1'
|
|
||||||
sustain: '0.5'
|
|
||||||
userwavefile: ''
|
|
||||||
x100: '0'
|
|
||||||
elvol:
|
|
||||||
amt: '0.98500001'
|
|
||||||
att: '0'
|
|
||||||
ctlenvamt: '0'
|
|
||||||
dec: '0.032000002'
|
|
||||||
hold: '0'
|
|
||||||
lamt: '0'
|
|
||||||
latt: '0'
|
|
||||||
lpdel: '0'
|
|
||||||
lshp: '0'
|
|
||||||
lspd: '0.1'
|
|
||||||
lspd_denominator: '4'
|
|
||||||
lspd_numerator: '4'
|
|
||||||
lspd_syncmode: '0'
|
|
||||||
pdel: '0'
|
|
||||||
rel: '0'
|
|
||||||
sustain: '0'
|
|
||||||
userwavefile: ''
|
|
||||||
x100: '0'
|
|
||||||
fxchain:
|
|
||||||
enabled: '1'
|
|
||||||
numofeffects: '2'
|
|
||||||
instrument_name: bitinvader
|
|
||||||
instrumenttrack:
|
|
||||||
basenote: '69'
|
|
||||||
fxch: '9'
|
|
||||||
pan: '0'
|
|
||||||
pitch: '0'
|
|
||||||
pitchrange: '1'
|
|
||||||
usemasterpitch: '1'
|
|
||||||
vol: '100'
|
|
||||||
midiport:
|
|
||||||
basevelocity: '63'
|
|
||||||
fixedinputvelocity: '-1'
|
|
||||||
fixedoutputnote: '-1'
|
|
||||||
fixedoutputvelocity: '-1'
|
|
||||||
inputchannel: '0'
|
|
||||||
inputcontroller: '0'
|
|
||||||
outputchannel: '1'
|
|
||||||
outputcontroller: '0'
|
|
||||||
outputprogram: '1'
|
|
||||||
readable: '0'
|
|
||||||
writable: '0'
|
|
||||||
track_name: Alien Crash Cymbals 02
|
track_name: Alien Crash Cymbals 02
|
||||||
type: plugin
|
type: plugin
|
||||||
- arpeggiator:
|
- instruments: []
|
||||||
arp: '0'
|
|
||||||
arp-enabled: '0'
|
|
||||||
arpcycle: '0'
|
|
||||||
arpdir: '0'
|
|
||||||
arpgate: '100'
|
|
||||||
arpmiss: '0'
|
|
||||||
arpmode: '0'
|
|
||||||
arprange: '1'
|
|
||||||
arpskip: '0'
|
|
||||||
arptime: '200'
|
|
||||||
arptime_denominator: '4'
|
|
||||||
arptime_numerator: '4'
|
|
||||||
arptime_syncmode: '0'
|
|
||||||
bitinvader:
|
|
||||||
interpolation: '0'
|
|
||||||
normalize: '0'
|
|
||||||
sampleLength: '200'
|
|
||||||
sampleShape: AACAv6Rwfb9I4Xq/7FF4v4/Cdb8zM3O/16Nwv3sUbr8fhWu/wvVov2ZmZr8K12O/rkdhv1K4Xr/2KFy/mplZvz4KV7/helS/hetRvylcT7/NzEy/cT1KvxSuR7+4HkW/XI9CvwAAQL+kcD2/SOE6v+xROL+QwjW/MzMzv9ejML97FC6/HoUrv8L1KL9mZia/Ctcjv65HIb9SuB6/9igcv5qZGb8+Che/4noUv4XrEb8pXA+/zcwMv3A9Cr8Urge/uB4Fv1yPAr8AAAC/SOH6vpDC9b7Yo/C+HoXrvmZm5r6uR+G+9ijcvj4K176G69G+zMzMvhSux75cj8K+pHC9vuxRuL40M7O+ehSuvsL1qL4K16O+UrievpqZmb7iepS+KFyPvnA9ir64HoW+AACAvpDCdb4ghWu+sEdhvjwKV77MzEy+XI9CvuxROL58FC6+DNcjvpiZGb4oXA++uB4FvpDC9b2wR+G90MzMvehRuL0I16O9KFyPvZDCdb3QzEy9ENcjvYDC9bwA16O8ANcjvAAAAAAA1yM8ANejPIDC9TwA1yM9wMxMPYDCdT0wXI89ENejPfBRuD3QzMw9sEfhPZDC9T24HgU+KFwPPpiZGT4I1yM+eBQuPuhROD5gj0I+0MxMPkAKVz6wR2E+IIVrPpDCdT4AAIA+uB6FPnA9ij4oXI8+4HqUPpiZmT5QuJ4+DNejPsT1qD58FK4+NDOzPuxRuD6kcL0+XI/CPhSuxz7MzMw+hOvRPjwK1z70KNw+sEfhPmhm5j4ghes+2KPwPpDC9T5I4fo+AAAAP1yPAj+4HgU/FK4HP3A9Cj/MzAw/KFwPP4brET/iehQ/PgoXP5qZGT/2KBw/UrgeP65HIT8K1yM/ZmYmP8L1KD8ehSs/ehQuP9ijMD80MzM/kMI1P+xROD9I4To/pHA9PwAAQD9cj0I/uB5FPxSuRz9wPUo/zMxMPyhcTz+G61E/4npUPz4KVz+amVk/9ihcP1K4Xj+uR2E/CtdjP2ZmZj/C9Wg/HoVrP3oUbj/Yo3A/NDNzP5DCdT/sUXg/SOF6P6RwfT8=
|
|
||||||
version: '0.1'
|
|
||||||
chordcreator:
|
|
||||||
chord: '0'
|
|
||||||
chord-enabled: '0'
|
|
||||||
chordrange: '1'
|
|
||||||
elcut:
|
|
||||||
amt: '1'
|
|
||||||
att: '0.40000001'
|
|
||||||
ctlenvamt: '0'
|
|
||||||
dec: '0'
|
|
||||||
hold: '0'
|
|
||||||
lamt: '0'
|
|
||||||
latt: '0'
|
|
||||||
lpdel: '0'
|
|
||||||
lshp: '0'
|
|
||||||
lspd: '0.025'
|
|
||||||
lspd_denominator: '4'
|
|
||||||
lspd_numerator: '4'
|
|
||||||
lspd_syncmode: '0'
|
|
||||||
pdel: '0'
|
|
||||||
rel: '1'
|
|
||||||
sustain: '1'
|
|
||||||
userwavefile: ''
|
|
||||||
x100: '0'
|
|
||||||
eldata:
|
|
||||||
fcut: '400'
|
|
||||||
fres: '1'
|
|
||||||
ftype: '0'
|
|
||||||
fwet: '1'
|
|
||||||
elres:
|
|
||||||
amt: '0'
|
|
||||||
att: '0.86400002'
|
|
||||||
ctlenvamt: '0'
|
|
||||||
dec: '0.5'
|
|
||||||
hold: '0.5'
|
|
||||||
lamt: '0'
|
|
||||||
latt: '0'
|
|
||||||
lpdel: '0'
|
|
||||||
lshp: '0'
|
|
||||||
lspd: '0.1'
|
|
||||||
lspd_denominator: '4'
|
|
||||||
lspd_numerator: '4'
|
|
||||||
lspd_syncmode: '0'
|
|
||||||
pdel: '0'
|
|
||||||
rel: '0.1'
|
|
||||||
sustain: '0.5'
|
|
||||||
userwavefile: ''
|
|
||||||
x100: '0'
|
|
||||||
elvol:
|
|
||||||
amt: '1'
|
|
||||||
att: '0.039999999'
|
|
||||||
ctlenvamt: '0'
|
|
||||||
dec: '0.2'
|
|
||||||
hold: '0'
|
|
||||||
lamt: '0'
|
|
||||||
latt: '0'
|
|
||||||
lpdel: '0'
|
|
||||||
lshp: '0'
|
|
||||||
lspd: '0.1'
|
|
||||||
lspd_denominator: '4'
|
|
||||||
lspd_numerator: '4'
|
|
||||||
lspd_syncmode: '0'
|
|
||||||
pdel: '0'
|
|
||||||
rel: '0.15000001'
|
|
||||||
sustain: '0'
|
|
||||||
userwavefile: ''
|
|
||||||
x100: '0'
|
|
||||||
fxchain:
|
|
||||||
enabled: '1'
|
|
||||||
numofeffects: '7'
|
|
||||||
instrument_name: bitinvader
|
|
||||||
instrumenttrack:
|
|
||||||
basenote: '69'
|
|
||||||
fxch: '1'
|
|
||||||
pan: '0'
|
|
||||||
pitch: '0'
|
|
||||||
pitchrange: '1'
|
|
||||||
usemasterpitch: '1'
|
|
||||||
vol: '50'
|
|
||||||
midiport:
|
|
||||||
basevelocity: '63'
|
|
||||||
fixedinputvelocity: '-1'
|
|
||||||
fixedoutputnote: '-1'
|
|
||||||
fixedoutputvelocity: '-1'
|
|
||||||
inputchannel: '0'
|
|
||||||
inputcontroller: '0'
|
|
||||||
outputchannel: '1'
|
|
||||||
outputcontroller: '0'
|
|
||||||
outputprogram: '1'
|
|
||||||
readable: '0'
|
|
||||||
writable: '0'
|
|
||||||
track_name: Alien Saw Bass 01a42
|
track_name: Alien Saw Bass 01a42
|
||||||
type: plugin
|
type: plugin
|
||||||
- arpeggiator:
|
- instruments: []
|
||||||
arp: '0'
|
|
||||||
arp-enabled: '0'
|
|
||||||
arpcycle: '0'
|
|
||||||
arpdir: '0'
|
|
||||||
arpgate: '100'
|
|
||||||
arpmiss: '0'
|
|
||||||
arpmode: '0'
|
|
||||||
arprange: '1'
|
|
||||||
arpskip: '0'
|
|
||||||
arptime: '136'
|
|
||||||
arptime_denominator: '4'
|
|
||||||
arptime_numerator: '4'
|
|
||||||
arptime_syncmode: '0'
|
|
||||||
bitinvader:
|
|
||||||
interpolation: '1'
|
|
||||||
normalize: '0'
|
|
||||||
sampleLength: '128'
|
|
||||||
sampleShape: AAAAAAAAAD0AAIA9AADAPQAAAD4AACA+AABAPgAAYD4AAIA+AACQPgAAoD4AALA+AADAPgAA0D4AAOA+AADwPgAAAD8AAAg/AAAQPwAAGD8AACA/AAAoPwAAMD8AADg/AABAPwAASD8AAFA/AABYPwAAYD8AAGg/AABwPwAAeD8AAIA/AAB4PwAAcD8AAGg/AABgPwAAWD8AAFA/AABIPwAAQD8AADg/AAAwPwAAKD8AACA/AAAYPwAAED8AAAg/AAAAPwAA8D4AAOA+AADQPgAAwD4AALA+AACgPgAAkD4AAIA+AABgPgAAQD4AACA+AAAAPgAAwD0AAIA9AAAAPQAAAAAAAAC9AACAvQAAwL0AAAC+AAAgvgAAQL4AAGC+AACAvgAAkL4AAKC+AACwvgAAwL4AANC+AADgvgAA8L4AAAC/AAAIvwAAEL8AABi/AAAgvwAAKL8AADC/AAA4vwAAQL8AAEi/AABQvwAAWL8AAGC/AABovwAAcL8AAHi/AACAvwAAeL8AAHC/AABovwAAYL8AAFi/AABQvwAASL8AAEC/AAA4vwAAML8AACi/AAAgvwAAGL8AABC/AAAIvwAAAL8AAPC+AADgvgAA0L4AAMC+AACwvgAAoL4AAJC+AACAvgAAYL4AAEC+AAAgvgAAAL4AAMC9AACAvQAAAL0=
|
|
||||||
version: '0.1'
|
|
||||||
chordcreator:
|
|
||||||
chord: '0'
|
|
||||||
chord-enabled: '0'
|
|
||||||
chordrange: '1'
|
|
||||||
elcut:
|
|
||||||
amt: '1'
|
|
||||||
att: '1'
|
|
||||||
ctlenvamt: '1'
|
|
||||||
dec: '0.27500001'
|
|
||||||
hold: '0'
|
|
||||||
lamt: '1'
|
|
||||||
latt: '0'
|
|
||||||
lpdel: '0'
|
|
||||||
lshp: '0'
|
|
||||||
lspd: '0.1'
|
|
||||||
lspd_denominator: '4'
|
|
||||||
lspd_numerator: '4'
|
|
||||||
lspd_syncmode: '0'
|
|
||||||
pdel: '0'
|
|
||||||
rel: '1'
|
|
||||||
sustain: '1'
|
|
||||||
userwavefile: ''
|
|
||||||
x100: '0'
|
|
||||||
eldata:
|
|
||||||
fcut: '400'
|
|
||||||
fres: '0.5'
|
|
||||||
ftype: '3'
|
|
||||||
fwet: '1'
|
|
||||||
elres:
|
|
||||||
amt: '0'
|
|
||||||
att: '0'
|
|
||||||
ctlenvamt: '0'
|
|
||||||
dec: '0.5'
|
|
||||||
hold: '0.5'
|
|
||||||
lamt: '0'
|
|
||||||
latt: '0'
|
|
||||||
lpdel: '0'
|
|
||||||
lshp: '0'
|
|
||||||
lspd: '0.1'
|
|
||||||
lspd_denominator: '4'
|
|
||||||
lspd_numerator: '4'
|
|
||||||
lspd_syncmode: '0'
|
|
||||||
pdel: '0'
|
|
||||||
rel: '0.1'
|
|
||||||
sustain: '0.5'
|
|
||||||
userwavefile: ''
|
|
||||||
x100: '0'
|
|
||||||
elvol:
|
|
||||||
amt: '1'
|
|
||||||
att: '0.059999999'
|
|
||||||
ctlenvamt: '0'
|
|
||||||
dec: '0'
|
|
||||||
hold: '0'
|
|
||||||
lamt: '0'
|
|
||||||
latt: '0'
|
|
||||||
lpdel: '0'
|
|
||||||
lshp: '0'
|
|
||||||
lspd: '0.1'
|
|
||||||
lspd_denominator: '4'
|
|
||||||
lspd_numerator: '4'
|
|
||||||
lspd_syncmode: '0'
|
|
||||||
pdel: '0'
|
|
||||||
rel: '0.5'
|
|
||||||
sustain: '1'
|
|
||||||
userwavefile: ''
|
|
||||||
x100: '0'
|
|
||||||
fxchain:
|
|
||||||
enabled: '1'
|
|
||||||
numofeffects: '7'
|
|
||||||
instrument_name: bitinvader
|
|
||||||
instrumenttrack:
|
|
||||||
basenote: '69'
|
|
||||||
fxch: '2'
|
|
||||||
pan: '0'
|
|
||||||
pitch: '0'
|
|
||||||
pitchrange: '1'
|
|
||||||
usemasterpitch: '1'
|
|
||||||
vol: '40'
|
|
||||||
midiport:
|
|
||||||
basevelocity: '63'
|
|
||||||
fixedinputvelocity: '-1'
|
|
||||||
fixedoutputnote: '-1'
|
|
||||||
fixedoutputvelocity: '-1'
|
|
||||||
inputchannel: '0'
|
|
||||||
inputcontroller: '0'
|
|
||||||
outputchannel: '1'
|
|
||||||
outputcontroller: '0'
|
|
||||||
outputprogram: '1'
|
|
||||||
readable: '0'
|
|
||||||
writable: '0'
|
|
||||||
track_name: Alien Synth Voice 01a
|
track_name: Alien Synth Voice 01a
|
||||||
type: plugin
|
type: plugin
|
||||||
- arpeggiator:
|
- instruments: []
|
||||||
arp: '0'
|
|
||||||
arp-enabled: '0'
|
|
||||||
arpcycle: '0'
|
|
||||||
arpdir: '0'
|
|
||||||
arpgate: '100'
|
|
||||||
arpmiss: '0'
|
|
||||||
arpmode: '0'
|
|
||||||
arprange: '1'
|
|
||||||
arpskip: '0'
|
|
||||||
arptime: '200'
|
|
||||||
arptime_denominator: '4'
|
|
||||||
arptime_numerator: '4'
|
|
||||||
arptime_syncmode: '0'
|
|
||||||
bitinvader:
|
|
||||||
interpolation: '1'
|
|
||||||
normalize: '1'
|
|
||||||
sampleLength: '170'
|
|
||||||
sampleShape: AGpXP/IDXT9xO2I/ewxnPxF3az8zd28/4QpzPxsydj/h6ng/rjN7P+8MfT97cn4/cWd/P/nnfz9q938/ZpJ/P++6fj8DcX0/pLZ7P9CJeT9E7nY/zeJzP51ocD/5g2w/4TRoP1V9Yz9VX14/4d5YP/n7Uj9nukw/Mx1GP5AmPz8R2Tc/HzswP5JNKD/NEiA/zZAXP5LLDj/QxQU/DAf5Pv0T5j6AutI+FAK/Punwqj5KlZY+ZPaBPi42Wj6rIjA+A7gFPrY6tj3vP0E90P+tO6bKFb2jiqC9DOD1va5qJb7zk0++J2R5vghfkb7uzaW+NPO5vgfCzb5lNuG+UET0vuZxA79niAy/rl0Vv7vxHb+RPia/2D8uv6vyNb+WVD2/HmFEvzQVS783blG/AGpXv/IDXb9wO2K/egxnvxB3a780d2+/4gpzvxwydr/i6ni/rjN7v+8Mfb97cn6/cGd/v/nnf79q93+/ZpJ/v++6fr8DcX2/pLZ7v9CJeb9E7na/zeJzv55ocL/6g2y/4DRov1R9Y79VX16/4d5Yv/n7Ur9nuky/NB1Gv5EmP78T2Te/HDswv5FNKL/MEiC/zJAXv5LLDr/QxQW/DAf5vgMU5r6GutK+GgK/vuPwqr5ElZa+ZPaBvi42Wr6rIjC+A7gFvrY6tr0iQEG9YAGuu9jKFT28iqA9DOD1Pa5qJT7zk08+J2R5PghfkT7ozaU+LvO5PgzCzT5rNuE+VUT0PuZxAz9niAw/rl0VP7vxHT+OPiY/1T8uP6nyNT+YVD0/IGFEPzQVSz83blE/AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA=
|
|
||||||
version: '0.1'
|
|
||||||
chordcreator:
|
|
||||||
chord: '0'
|
|
||||||
chord-enabled: '0'
|
|
||||||
chordrange: '1'
|
|
||||||
elcut:
|
|
||||||
amt: '1'
|
|
||||||
att: '0.5'
|
|
||||||
ctlenvamt: '0'
|
|
||||||
dec: '0'
|
|
||||||
hold: '0'
|
|
||||||
lamt: '0'
|
|
||||||
latt: '0'
|
|
||||||
lpdel: '0'
|
|
||||||
lshp: '0'
|
|
||||||
lspd: '0.1'
|
|
||||||
lspd_denominator: '4'
|
|
||||||
lspd_numerator: '4'
|
|
||||||
lspd_syncmode: '0'
|
|
||||||
pdel: '0'
|
|
||||||
rel: '2'
|
|
||||||
sustain: '1'
|
|
||||||
userwavefile: ''
|
|
||||||
x100: '0'
|
|
||||||
eldata:
|
|
||||||
fcut: '500'
|
|
||||||
fres: '1'
|
|
||||||
ftype: '10'
|
|
||||||
fwet: '1'
|
|
||||||
elres:
|
|
||||||
amt: '0'
|
|
||||||
att: '0.60000002'
|
|
||||||
ctlenvamt: '0'
|
|
||||||
dec: '0'
|
|
||||||
hold: '0'
|
|
||||||
lamt: '0'
|
|
||||||
latt: '0'
|
|
||||||
lpdel: '0'
|
|
||||||
lshp: '0'
|
|
||||||
lspd: '0.1'
|
|
||||||
lspd_denominator: '4'
|
|
||||||
lspd_numerator: '4'
|
|
||||||
lspd_syncmode: '0'
|
|
||||||
pdel: '0'
|
|
||||||
rel: '0.1'
|
|
||||||
sustain: '1'
|
|
||||||
userwavefile: ''
|
|
||||||
x100: '0'
|
|
||||||
elvol:
|
|
||||||
amt: '1'
|
|
||||||
att: '0.02'
|
|
||||||
ctlenvamt: '0'
|
|
||||||
dec: '0'
|
|
||||||
hold: '0'
|
|
||||||
lamt: '0'
|
|
||||||
latt: '0'
|
|
||||||
lpdel: '0'
|
|
||||||
lshp: '0'
|
|
||||||
lspd: '0.1'
|
|
||||||
lspd_denominator: '4'
|
|
||||||
lspd_numerator: '4'
|
|
||||||
lspd_syncmode: '0'
|
|
||||||
pdel: '0'
|
|
||||||
rel: '0.5'
|
|
||||||
sustain: '1'
|
|
||||||
userwavefile: ''
|
|
||||||
x100: '0'
|
|
||||||
fxchain:
|
|
||||||
enabled: '1'
|
|
||||||
numofeffects: '6'
|
|
||||||
instrument_name: bitinvader
|
|
||||||
instrumenttrack:
|
|
||||||
basenote: '69'
|
|
||||||
fxch: '3'
|
|
||||||
pan: '0'
|
|
||||||
pitch: '0'
|
|
||||||
pitchrange: '1'
|
|
||||||
usemasterpitch: '1'
|
|
||||||
vol: '100'
|
|
||||||
midiport:
|
|
||||||
basevelocity: '63'
|
|
||||||
fixedinputvelocity: '-1'
|
|
||||||
fixedoutputnote: '-1'
|
|
||||||
fixedoutputvelocity: '-1'
|
|
||||||
inputchannel: '0'
|
|
||||||
inputcontroller: '0'
|
|
||||||
outputchannel: '1'
|
|
||||||
outputcontroller: '0'
|
|
||||||
outputprogram: '1'
|
|
||||||
readable: '0'
|
|
||||||
writable: '0'
|
|
||||||
track_name: Alien Sine Piano 02b Synth
|
track_name: Alien Sine Piano 02b Synth
|
||||||
type: plugin
|
type: plugin
|
||||||
|
|
|
||||||
|
|
@ -1,545 +1,39 @@
|
||||||
bpm: '120'
|
bpm: '120'
|
||||||
file: deprecado_wallace
|
file: mmp/deprecado_wallace.mmp
|
||||||
src: /nethome/jotachina/projetos/mmpSearch/mmp/deprecado_wallace.mmp
|
|
||||||
tags:
|
|
||||||
TAG:
|
|
||||||
- plugin
|
|
||||||
- sample
|
|
||||||
- bassline
|
|
||||||
- automation
|
|
||||||
automation:
|
|
||||||
- Automation track
|
|
||||||
bassline:
|
|
||||||
- Beat
|
|
||||||
- Beat2
|
|
||||||
- BossaNova
|
|
||||||
- Bassline
|
|
||||||
- Piano
|
|
||||||
plugin:
|
|
||||||
- tripleoscillator
|
|
||||||
- audiofileprocessor
|
|
||||||
- kicker
|
|
||||||
sample:
|
|
||||||
- Sample track
|
|
||||||
tracks:
|
tracks:
|
||||||
- arpeggiator:
|
- instruments: []
|
||||||
arp: '0'
|
|
||||||
arp-enabled: '0'
|
|
||||||
arpcycle: '0'
|
|
||||||
arpdir: '0'
|
|
||||||
arpgate: '100'
|
|
||||||
arpmiss: '0'
|
|
||||||
arpmode: '0'
|
|
||||||
arprange: '1'
|
|
||||||
arpskip: '0'
|
|
||||||
arptime: '100'
|
|
||||||
arptime_denominator: '4'
|
|
||||||
arptime_numerator: '4'
|
|
||||||
arptime_syncmode: '0'
|
|
||||||
chordcreator:
|
|
||||||
chord: '0'
|
|
||||||
chord-enabled: '0'
|
|
||||||
chordrange: '1'
|
|
||||||
elcut:
|
|
||||||
amt: '0'
|
|
||||||
att: '0'
|
|
||||||
ctlenvamt: '0'
|
|
||||||
dec: '0.5'
|
|
||||||
hold: '0.5'
|
|
||||||
lamt: '0'
|
|
||||||
latt: '0'
|
|
||||||
lpdel: '0'
|
|
||||||
lshp: '0'
|
|
||||||
lspd: '0.1'
|
|
||||||
lspd_denominator: '4'
|
|
||||||
lspd_numerator: '4'
|
|
||||||
lspd_syncmode: '0'
|
|
||||||
pdel: '0'
|
|
||||||
rel: '0.1'
|
|
||||||
sustain: '0.5'
|
|
||||||
userwavefile: ''
|
|
||||||
x100: '0'
|
|
||||||
eldata:
|
|
||||||
fcut: '14000'
|
|
||||||
fres: '0.5'
|
|
||||||
ftype: '0'
|
|
||||||
fwet: '0'
|
|
||||||
elres:
|
|
||||||
amt: '0'
|
|
||||||
att: '0'
|
|
||||||
ctlenvamt: '0'
|
|
||||||
dec: '0.5'
|
|
||||||
hold: '0.5'
|
|
||||||
lamt: '0'
|
|
||||||
latt: '0'
|
|
||||||
lpdel: '0'
|
|
||||||
lshp: '0'
|
|
||||||
lspd: '0.1'
|
|
||||||
lspd_denominator: '4'
|
|
||||||
lspd_numerator: '4'
|
|
||||||
lspd_syncmode: '0'
|
|
||||||
pdel: '0'
|
|
||||||
rel: '0.1'
|
|
||||||
sustain: '0.5'
|
|
||||||
userwavefile: ''
|
|
||||||
x100: '0'
|
|
||||||
elvol:
|
|
||||||
amt: '0'
|
|
||||||
att: '0'
|
|
||||||
ctlenvamt: '0'
|
|
||||||
dec: '0.5'
|
|
||||||
hold: '0.5'
|
|
||||||
lamt: '0'
|
|
||||||
latt: '0'
|
|
||||||
lpdel: '0'
|
|
||||||
lshp: '0'
|
|
||||||
lspd: '0.1'
|
|
||||||
lspd_denominator: '4'
|
|
||||||
lspd_numerator: '4'
|
|
||||||
lspd_syncmode: '0'
|
|
||||||
pdel: '0'
|
|
||||||
rel: '0.1'
|
|
||||||
sustain: '0.5'
|
|
||||||
userwavefile: ''
|
|
||||||
x100: '0'
|
|
||||||
fxchain:
|
|
||||||
enabled: '0'
|
|
||||||
numofeffects: '0'
|
|
||||||
instrument_name: tripleoscillator
|
|
||||||
instrumenttrack:
|
|
||||||
basenote: '57'
|
|
||||||
fxch: '0'
|
|
||||||
pan: '0'
|
|
||||||
pitch: '0'
|
|
||||||
pitchrange: '1'
|
|
||||||
usemasterpitch: '1'
|
|
||||||
vol: '100'
|
|
||||||
midiport:
|
|
||||||
basevelocity: '63'
|
|
||||||
fixedinputvelocity: '-1'
|
|
||||||
fixedoutputnote: '-1'
|
|
||||||
fixedoutputvelocity: '-1'
|
|
||||||
inputchannel: '0'
|
|
||||||
inputcontroller: '0'
|
|
||||||
outputchannel: '1'
|
|
||||||
outputcontroller: '0'
|
|
||||||
outputprogram: '1'
|
|
||||||
readable: '0'
|
|
||||||
writable: '0'
|
|
||||||
tags: tripleoscillator
|
|
||||||
track_name: TripleOscillator
|
track_name: TripleOscillator
|
||||||
tripleoscillator:
|
|
||||||
coarse0: '0'
|
|
||||||
coarse1: '-12'
|
|
||||||
coarse2: '-24'
|
|
||||||
finel0: '0'
|
|
||||||
finel1: '0'
|
|
||||||
finel2: '0'
|
|
||||||
finer0: '0'
|
|
||||||
finer1: '0'
|
|
||||||
finer2: '0'
|
|
||||||
modalgo1: '2'
|
|
||||||
modalgo2: '2'
|
|
||||||
modalgo3: '2'
|
|
||||||
pan0: '0'
|
|
||||||
pan1: '0'
|
|
||||||
pan2: '0'
|
|
||||||
phoffset0: '0'
|
|
||||||
phoffset1: '0'
|
|
||||||
phoffset2: '0'
|
|
||||||
stphdetun0: '0'
|
|
||||||
stphdetun1: '0'
|
|
||||||
stphdetun2: '0'
|
|
||||||
userwavefile0: ''
|
|
||||||
userwavefile1: ''
|
|
||||||
userwavefile2: ''
|
|
||||||
vol0: '33'
|
|
||||||
vol1: '33'
|
|
||||||
vol2: '33'
|
|
||||||
wavetype0: '0'
|
|
||||||
wavetype1: '0'
|
|
||||||
wavetype2: '0'
|
|
||||||
type: plugin
|
type: plugin
|
||||||
- sample_info:
|
- instruments: []
|
||||||
pan: '0'
|
|
||||||
vol: '100'
|
|
||||||
sample_name: null
|
|
||||||
track_name: Sample track
|
track_name: Sample track
|
||||||
type: sample
|
type: sample
|
||||||
- bassline_name: Beat
|
- instruments:
|
||||||
instruments:
|
- instrument_name: Kicker
|
||||||
- basenote: '57'
|
- instrument_name: kick_hard01.ogg
|
||||||
fxch: '0'
|
- instrument_name: snare01.ogg
|
||||||
instrument_name: Kicker
|
- instrument_name: hihat_closed03.ogg
|
||||||
instrument_type: '0'
|
- instrument_name: clav01.ogg
|
||||||
pan: '0'
|
- instrument_name: crash01.ogg
|
||||||
pitch: '0'
|
- instrument_name: shaker01.ogg
|
||||||
pitchrange: '1'
|
- instrument_name: shaker02.ogg
|
||||||
usemasterpitch: '1'
|
- instrument_name: matrix1000_pluck01.ogg
|
||||||
vol: '100'
|
- instrument_name: piano01.ogg
|
||||||
- audiofileprocessor:
|
- instrument_name: soft_piano.ds
|
||||||
amp: '100'
|
- instrument_name: snare_rim01.ogg
|
||||||
eframe: '1'
|
track_name: Beat
|
||||||
interp: '1'
|
|
||||||
lframe: '0'
|
|
||||||
looped: '0'
|
|
||||||
reversed: '0'
|
|
||||||
sframe: '0'
|
|
||||||
src: drums/kick_hard01.ogg
|
|
||||||
stutter: '0'
|
|
||||||
basenote: '57'
|
|
||||||
fxch: '2'
|
|
||||||
instrument_name: kick_hard01.ogg
|
|
||||||
instrument_type: '0'
|
|
||||||
pan: '0'
|
|
||||||
pitch: '0'
|
|
||||||
pitchrange: '1'
|
|
||||||
usemasterpitch: '1'
|
|
||||||
vol: '100'
|
|
||||||
- audiofileprocessor:
|
|
||||||
amp: '100'
|
|
||||||
eframe: '1'
|
|
||||||
interp: '1'
|
|
||||||
lframe: '0'
|
|
||||||
looped: '0'
|
|
||||||
reversed: '0'
|
|
||||||
sframe: '0'
|
|
||||||
src: drums/snare01.ogg
|
|
||||||
stutter: '0'
|
|
||||||
basenote: '57'
|
|
||||||
fxch: '0'
|
|
||||||
instrument_name: snare01.ogg
|
|
||||||
instrument_type: '0'
|
|
||||||
pan: '0'
|
|
||||||
pitch: '0'
|
|
||||||
pitchrange: '1'
|
|
||||||
usemasterpitch: '1'
|
|
||||||
vol: '100'
|
|
||||||
- audiofileprocessor:
|
|
||||||
amp: '100'
|
|
||||||
eframe: '1'
|
|
||||||
interp: '1'
|
|
||||||
lframe: '0'
|
|
||||||
looped: '0'
|
|
||||||
reversed: '0'
|
|
||||||
sframe: '0'
|
|
||||||
src: drums/hihat_closed03.ogg
|
|
||||||
stutter: '0'
|
|
||||||
basenote: '57'
|
|
||||||
fxch: '0'
|
|
||||||
instrument_name: hihat_closed03.ogg
|
|
||||||
instrument_type: '0'
|
|
||||||
pan: '0'
|
|
||||||
pitch: '0'
|
|
||||||
pitchrange: '1'
|
|
||||||
usemasterpitch: '1'
|
|
||||||
vol: '100'
|
|
||||||
- audiofileprocessor:
|
|
||||||
amp: '100'
|
|
||||||
eframe: '1'
|
|
||||||
interp: '1'
|
|
||||||
lframe: '0'
|
|
||||||
looped: '0'
|
|
||||||
reversed: '0'
|
|
||||||
sframe: '0'
|
|
||||||
src: drums/clav01.ogg
|
|
||||||
stutter: '0'
|
|
||||||
basenote: '57'
|
|
||||||
fxch: '0'
|
|
||||||
instrument_name: clav01.ogg
|
|
||||||
instrument_type: '0'
|
|
||||||
pan: '0'
|
|
||||||
pitch: '0'
|
|
||||||
pitchrange: '1'
|
|
||||||
usemasterpitch: '1'
|
|
||||||
vol: '100'
|
|
||||||
- audiofileprocessor:
|
|
||||||
amp: '100'
|
|
||||||
eframe: '1'
|
|
||||||
interp: '1'
|
|
||||||
lframe: '0'
|
|
||||||
looped: '0'
|
|
||||||
reversed: '0'
|
|
||||||
sframe: '0'
|
|
||||||
src: drums/crash01.ogg
|
|
||||||
stutter: '0'
|
|
||||||
basenote: '64'
|
|
||||||
fxch: '4'
|
|
||||||
instrument_name: crash01.ogg
|
|
||||||
instrument_type: '0'
|
|
||||||
pan: '0'
|
|
||||||
pitch: '0'
|
|
||||||
pitchrange: '1'
|
|
||||||
usemasterpitch: '1'
|
|
||||||
vol: '23.4'
|
|
||||||
- audiofileprocessor:
|
|
||||||
amp: '100'
|
|
||||||
eframe: '1'
|
|
||||||
interp: '1'
|
|
||||||
lframe: '0'
|
|
||||||
looped: '0'
|
|
||||||
reversed: '0'
|
|
||||||
sframe: '0'
|
|
||||||
src: drums/shaker01.ogg
|
|
||||||
stutter: '0'
|
|
||||||
basenote: '57'
|
|
||||||
fxch: '0'
|
|
||||||
instrument_name: shaker01.ogg
|
|
||||||
instrument_type: '0'
|
|
||||||
pan: '0'
|
|
||||||
pitch: '0'
|
|
||||||
pitchrange: '1'
|
|
||||||
usemasterpitch: '1'
|
|
||||||
vol: '50'
|
|
||||||
- audiofileprocessor:
|
|
||||||
amp: '100'
|
|
||||||
eframe: '1'
|
|
||||||
interp: '1'
|
|
||||||
lframe: '0'
|
|
||||||
looped: '0'
|
|
||||||
reversed: '0'
|
|
||||||
sframe: '0'
|
|
||||||
src: drums/shaker02.ogg
|
|
||||||
stutter: '0'
|
|
||||||
basenote: '57'
|
|
||||||
fxch: '0'
|
|
||||||
instrument_name: shaker02.ogg
|
|
||||||
instrument_type: '0'
|
|
||||||
pan: '0'
|
|
||||||
pitch: '0'
|
|
||||||
pitchrange: '1'
|
|
||||||
usemasterpitch: '1'
|
|
||||||
vol: '50'
|
|
||||||
- audiofileprocessor:
|
|
||||||
amp: '100'
|
|
||||||
eframe: '1'
|
|
||||||
interp: '1'
|
|
||||||
lframe: '0'
|
|
||||||
looped: '0'
|
|
||||||
reversed: '0'
|
|
||||||
sframe: '0'
|
|
||||||
src: basses/matrix1000_pluck01.ogg
|
|
||||||
stutter: '0'
|
|
||||||
basenote: '57'
|
|
||||||
fxch: '3'
|
|
||||||
instrument_name: matrix1000_pluck01.ogg
|
|
||||||
instrument_type: '0'
|
|
||||||
pan: '0'
|
|
||||||
pitch: '0'
|
|
||||||
pitchrange: '1'
|
|
||||||
usemasterpitch: '1'
|
|
||||||
vol: ''
|
|
||||||
- audiofileprocessor:
|
|
||||||
amp: '100'
|
|
||||||
eframe: '1'
|
|
||||||
interp: '1'
|
|
||||||
lframe: '0'
|
|
||||||
looped: '0'
|
|
||||||
reversed: '0'
|
|
||||||
sframe: '0'
|
|
||||||
src: instruments/piano01.ogg
|
|
||||||
stutter: '0'
|
|
||||||
basenote: '57'
|
|
||||||
fxch: '5'
|
|
||||||
instrument_name: piano01.ogg
|
|
||||||
instrument_type: '0'
|
|
||||||
pan: '0'
|
|
||||||
pitch: '0'
|
|
||||||
pitchrange: '1'
|
|
||||||
usemasterpitch: '1'
|
|
||||||
vol: '40.8'
|
|
||||||
- audiofileprocessor:
|
|
||||||
amp: '100'
|
|
||||||
eframe: '1'
|
|
||||||
interp: '1'
|
|
||||||
lframe: '0'
|
|
||||||
looped: '0'
|
|
||||||
reversed: '0'
|
|
||||||
sframe: '0'
|
|
||||||
src: drumsynth/instrument/soft_piano.ds
|
|
||||||
stutter: '0'
|
|
||||||
basenote: '57'
|
|
||||||
fxch: '6'
|
|
||||||
instrument_name: soft_piano.ds
|
|
||||||
instrument_type: '0'
|
|
||||||
pan: '0'
|
|
||||||
pitch: '0'
|
|
||||||
pitchrange: '1'
|
|
||||||
usemasterpitch: '1'
|
|
||||||
vol: '100'
|
|
||||||
- audiofileprocessor:
|
|
||||||
amp: '100'
|
|
||||||
eframe: '1'
|
|
||||||
interp: '1'
|
|
||||||
lframe: '0'
|
|
||||||
looped: '0'
|
|
||||||
reversed: '0'
|
|
||||||
sframe: '0'
|
|
||||||
src: drums/snare_rim01.ogg
|
|
||||||
stutter: '0'
|
|
||||||
basenote: '57'
|
|
||||||
fxch: '0'
|
|
||||||
instrument_name: snare_rim01.ogg
|
|
||||||
instrument_type: '0'
|
|
||||||
pan: '0'
|
|
||||||
pitch: '0'
|
|
||||||
pitchrange: '1'
|
|
||||||
usemasterpitch: '1'
|
|
||||||
vol: '100'
|
|
||||||
tags: audiofileprocessor
|
|
||||||
type: bassline
|
type: bassline
|
||||||
- bassline_name: Beat2
|
- instruments: []
|
||||||
instruments: []
|
track_name: Beat2
|
||||||
tags: ''
|
|
||||||
type: bassline
|
type: bassline
|
||||||
- bassline_name: BossaNova
|
- instruments: []
|
||||||
instruments: []
|
track_name: BossaNova
|
||||||
tags: ''
|
|
||||||
type: bassline
|
type: bassline
|
||||||
- bassline_name: Bassline
|
- instruments: []
|
||||||
instruments: []
|
track_name: Bassline
|
||||||
tags: ''
|
|
||||||
type: bassline
|
type: bassline
|
||||||
- bassline_name: Piano
|
- instruments: []
|
||||||
instruments: []
|
track_name: Piano
|
||||||
tags: ''
|
|
||||||
type: bassline
|
type: bassline
|
||||||
- automations:
|
- instruments: []
|
||||||
- automation_name: Automation track
|
|
||||||
automation_patterns:
|
|
||||||
- len: '768'
|
|
||||||
mute: '0'
|
|
||||||
name: matrix1000_pluck01.ogg>Volume
|
|
||||||
pos: '0'
|
|
||||||
prog: '2'
|
|
||||||
tens: '1'
|
|
||||||
times:
|
|
||||||
- pos: '0'
|
|
||||||
value: '0'
|
|
||||||
- pos: '384'
|
|
||||||
value: '100'
|
|
||||||
automationtrack: Present
|
|
||||||
type: automation
|
|
||||||
- arpeggiator:
|
|
||||||
arp: '0'
|
|
||||||
arp-enabled: '0'
|
|
||||||
arpcycle: '0'
|
|
||||||
arpdir: '0'
|
|
||||||
arpgate: '100'
|
|
||||||
arpmiss: '0'
|
|
||||||
arpmode: '0'
|
|
||||||
arprange: '1'
|
|
||||||
arpskip: '0'
|
|
||||||
arptime: '200'
|
|
||||||
arptime_denominator: '4'
|
|
||||||
arptime_numerator: '4'
|
|
||||||
arptime_syncmode: '0'
|
|
||||||
chordcreator:
|
|
||||||
chord: '0'
|
|
||||||
chord-enabled: '0'
|
|
||||||
chordrange: '1'
|
|
||||||
elcut:
|
|
||||||
amt: '0'
|
|
||||||
att: '0'
|
|
||||||
ctlenvamt: '0'
|
|
||||||
dec: '0.5'
|
|
||||||
hold: '0.5'
|
|
||||||
lamt: '0'
|
|
||||||
latt: '0'
|
|
||||||
lpdel: '0'
|
|
||||||
lshp: '0'
|
|
||||||
lspd: '0.1'
|
|
||||||
lspd_denominator: '4'
|
|
||||||
lspd_numerator: '4'
|
|
||||||
lspd_syncmode: '0'
|
|
||||||
pdel: '0'
|
|
||||||
rel: '0.1'
|
|
||||||
sustain: '0.5'
|
|
||||||
userwavefile: ''
|
|
||||||
x100: '0'
|
|
||||||
eldata:
|
|
||||||
fcut: '14000'
|
|
||||||
fres: '0.5'
|
|
||||||
ftype: '0'
|
|
||||||
fwet: '0'
|
|
||||||
elres:
|
|
||||||
amt: '0'
|
|
||||||
att: '0'
|
|
||||||
ctlenvamt: '0'
|
|
||||||
dec: '0.5'
|
|
||||||
hold: '0.5'
|
|
||||||
lamt: '0'
|
|
||||||
latt: '0'
|
|
||||||
lpdel: '0'
|
|
||||||
lshp: '0'
|
|
||||||
lspd: '0.1'
|
|
||||||
lspd_denominator: '4'
|
|
||||||
lspd_numerator: '4'
|
|
||||||
lspd_syncmode: '0'
|
|
||||||
pdel: '0'
|
|
||||||
rel: '0.1'
|
|
||||||
sustain: '0.5'
|
|
||||||
userwavefile: ''
|
|
||||||
x100: '0'
|
|
||||||
elvol:
|
|
||||||
amt: '0'
|
|
||||||
att: '0'
|
|
||||||
ctlenvamt: '0'
|
|
||||||
dec: '0.5'
|
|
||||||
hold: '0.5'
|
|
||||||
lamt: '0'
|
|
||||||
latt: '0'
|
|
||||||
lpdel: '0'
|
|
||||||
lshp: '0'
|
|
||||||
lspd: '0.1'
|
|
||||||
lspd_denominator: '4'
|
|
||||||
lspd_numerator: '4'
|
|
||||||
lspd_syncmode: '0'
|
|
||||||
pdel: '0'
|
|
||||||
rel: '0.1'
|
|
||||||
sustain: '0.5'
|
|
||||||
userwavefile: ''
|
|
||||||
x100: '0'
|
|
||||||
fxchain:
|
|
||||||
enabled: '0'
|
|
||||||
numofeffects: '0'
|
|
||||||
instrument_name: kicker
|
|
||||||
instrumenttrack:
|
|
||||||
basenote: '57'
|
|
||||||
fxch: '0'
|
|
||||||
pan: '0'
|
|
||||||
pitch: '0'
|
|
||||||
pitchrange: '1'
|
|
||||||
usemasterpitch: '1'
|
|
||||||
vol: '100'
|
|
||||||
kicker:
|
|
||||||
click: '0'
|
|
||||||
decay: '5000'
|
|
||||||
decay_denominator: '4'
|
|
||||||
decay_numerator: '4'
|
|
||||||
decay_syncmode: '0'
|
|
||||||
dist: '0.8'
|
|
||||||
distend: '0.8'
|
|
||||||
endfreq: '40'
|
|
||||||
endnote: '0'
|
|
||||||
env: '0.163'
|
|
||||||
gain: '1'
|
|
||||||
noise: '1'
|
|
||||||
slope: '0.06'
|
|
||||||
startfreq: '150'
|
|
||||||
startnote: '1'
|
|
||||||
version: '1'
|
|
||||||
midiport:
|
|
||||||
basevelocity: '63'
|
|
||||||
fixedinputvelocity: '-1'
|
|
||||||
fixedoutputnote: '-1'
|
|
||||||
fixedoutputvelocity: '-1'
|
|
||||||
inputchannel: '0'
|
|
||||||
inputcontroller: '0'
|
|
||||||
outputchannel: '1'
|
|
||||||
outputcontroller: '0'
|
|
||||||
outputprogram: '1'
|
|
||||||
readable: '0'
|
|
||||||
writable: '0'
|
|
||||||
track_name: Noise
|
track_name: Noise
|
||||||
type: plugin
|
type: plugin
|
||||||
|
|
|
||||||
|
|
@ -1,807 +1,133 @@
|
||||||
bpm: '140'
|
bpm: '140'
|
||||||
file: eliasMendesSong
|
file: mmp/eliasMendesSong.mmp
|
||||||
src: /nethome/jotachina/projetos/mmpSearch/mmp/eliasMendesSong.mmp
|
|
||||||
tags:
|
|
||||||
TAG:
|
|
||||||
- plugin
|
|
||||||
- sample
|
|
||||||
- bassline
|
|
||||||
- automation
|
|
||||||
automation:
|
|
||||||
- Automation track
|
|
||||||
bassline:
|
|
||||||
- Beat/Bassline 0
|
|
||||||
- Clone de Beat/Bassline 0
|
|
||||||
- Clone de Clone de Beat/Bassline 0
|
|
||||||
- Clone de Clone de Clone de Beat/Bassline 0
|
|
||||||
- Clone de Clone de Clone de Clone de Beat/Bassline 0
|
|
||||||
- Clone de Clone de Clone de Clone de Clone de Beat/Bassline 0
|
|
||||||
- Clone de Clone de Clone de Clone de Clone de Clone de Beat/Bassline 0
|
|
||||||
- Clone de Clone de Clone de Clone de Clone de Clone de Clone de Beat/Bassline 0
|
|
||||||
- Batida/Linha de Baixo 8
|
|
||||||
- Clone de Batida/Linha de Baixo 8
|
|
||||||
- Clone de Batida/Linha de Baixo 8
|
|
||||||
- Clone de Batida/Linha de Baixo 8
|
|
||||||
- Clone de Clone de Batida/Linha de Baixo 8
|
|
||||||
- Clone de Clone de Clone de Batida/Linha de Baixo 8
|
|
||||||
- Clone de Clone de Clone de Clone de Batida/Linha de Baixo 8
|
|
||||||
- Clone de Clone de Clone de Clone de Clone de Batida/Linha de Baixo 8
|
|
||||||
- Clone de Clone de Clone de Clone de Clone de Clone de Batida/Linha de Baixo 8
|
|
||||||
- Clone de Clone de Clone de Clone de Clone de Clone de Clone de Batida/Linha de
|
|
||||||
Baixo 8
|
|
||||||
- Clone de Clone de Clone de Clone de Clone de Clone de Clone de Clone de Batida/Linha
|
|
||||||
de Baixo 8
|
|
||||||
- Clone de Clone de Clone de Clone de Clone de Clone de Clone de Clone de Clone
|
|
||||||
de Batida/Linha de Baixo 8
|
|
||||||
- Clone de Clone de Clone de Clone de Clone de Clone de Clone de Clone de Clone
|
|
||||||
de Clone de Batida/Linha de Baixo 8
|
|
||||||
- Clone de Clone de Clone de Clone de Clone de Clone de Clone de Clone de Clone
|
|
||||||
de Clone de Clone de Batida/Linha de Baixo 8
|
|
||||||
- Clone de Clone de Clone de Clone de Clone de Clone de Clone de Clone de Clone
|
|
||||||
de Clone de Clone de Clone de Batida/Linha de Baixo 8
|
|
||||||
- Clone de Clone de Clone de Clone de Clone de Clone de Clone de Clone de Clone
|
|
||||||
de Clone de Clone de Clone de Clone de Batida/Linha de Baixo 8
|
|
||||||
- Clone de Clone de Clone de Clone de Clone de Clone de Clone de Clone de Clone
|
|
||||||
de Clone de Clone de Clone de Clone de Clone de Batida/Linha de Baixo 8
|
|
||||||
- Clone de Clone de Clone de Clone de Clone de Clone de Clone de Clone de Clone
|
|
||||||
de Clone de Clone de Clone de Clone de Clone de Clone de Batida/Linha de Baixo
|
|
||||||
8
|
|
||||||
- Clone de Clone de Clone de Clone de Clone de Clone de Clone de Clone de Clone
|
|
||||||
de Clone de Clone de Clone de Clone de Clone de Clone de Clone de Batida/Linha
|
|
||||||
de Baixo 8
|
|
||||||
- Clone de Clone de Clone de Clone de Clone de Clone de Clone de Clone de Clone
|
|
||||||
de Clone de Clone de Clone de Clone de Clone de Clone de Clone de Clone de Batida/Linha
|
|
||||||
de Baixo 8
|
|
||||||
plugin:
|
|
||||||
- tripleoscillator
|
|
||||||
- audiofileprocessor
|
|
||||||
sample:
|
|
||||||
- Sample track
|
|
||||||
tracks:
|
tracks:
|
||||||
- arpeggiator:
|
- instruments: []
|
||||||
arp: '0'
|
|
||||||
arp-enabled: '0'
|
|
||||||
arpcycle: '0'
|
|
||||||
arpdir: '0'
|
|
||||||
arpgate: '100'
|
|
||||||
arpmiss: '0'
|
|
||||||
arpmode: '0'
|
|
||||||
arprange: '1'
|
|
||||||
arpskip: '0'
|
|
||||||
arptime: '100'
|
|
||||||
arptime_denominator: '4'
|
|
||||||
arptime_numerator: '4'
|
|
||||||
arptime_syncmode: '0'
|
|
||||||
chordcreator:
|
|
||||||
chord: '0'
|
|
||||||
chord-enabled: '0'
|
|
||||||
chordrange: '1'
|
|
||||||
elcut:
|
|
||||||
amt: '0'
|
|
||||||
att: '0'
|
|
||||||
ctlenvamt: '0'
|
|
||||||
dec: '0.5'
|
|
||||||
hold: '0.5'
|
|
||||||
lamt: '0'
|
|
||||||
latt: '0'
|
|
||||||
lpdel: '0'
|
|
||||||
lshp: '0'
|
|
||||||
lspd: '0.1'
|
|
||||||
lspd_denominator: '4'
|
|
||||||
lspd_numerator: '4'
|
|
||||||
lspd_syncmode: '0'
|
|
||||||
pdel: '0'
|
|
||||||
rel: '0.1'
|
|
||||||
sustain: '0.5'
|
|
||||||
userwavefile: ''
|
|
||||||
x100: '0'
|
|
||||||
eldata:
|
|
||||||
fcut: '14000'
|
|
||||||
fres: '0.5'
|
|
||||||
ftype: '0'
|
|
||||||
fwet: '0'
|
|
||||||
elres:
|
|
||||||
amt: '0'
|
|
||||||
att: '0'
|
|
||||||
ctlenvamt: '0'
|
|
||||||
dec: '0.5'
|
|
||||||
hold: '0.5'
|
|
||||||
lamt: '0'
|
|
||||||
latt: '0'
|
|
||||||
lpdel: '0'
|
|
||||||
lshp: '0'
|
|
||||||
lspd: '0.1'
|
|
||||||
lspd_denominator: '4'
|
|
||||||
lspd_numerator: '4'
|
|
||||||
lspd_syncmode: '0'
|
|
||||||
pdel: '0'
|
|
||||||
rel: '0.1'
|
|
||||||
sustain: '0.5'
|
|
||||||
userwavefile: ''
|
|
||||||
x100: '0'
|
|
||||||
elvol:
|
|
||||||
amt: '0'
|
|
||||||
att: '0'
|
|
||||||
ctlenvamt: '0'
|
|
||||||
dec: '0.5'
|
|
||||||
hold: '0.5'
|
|
||||||
lamt: '0'
|
|
||||||
latt: '0'
|
|
||||||
lpdel: '0'
|
|
||||||
lshp: '0'
|
|
||||||
lspd: '0.1'
|
|
||||||
lspd_denominator: '4'
|
|
||||||
lspd_numerator: '4'
|
|
||||||
lspd_syncmode: '0'
|
|
||||||
pdel: '0'
|
|
||||||
rel: '0.1'
|
|
||||||
sustain: '0.5'
|
|
||||||
userwavefile: ''
|
|
||||||
x100: '0'
|
|
||||||
fxchain:
|
|
||||||
enabled: '0'
|
|
||||||
numofeffects: '0'
|
|
||||||
instrument_name: tripleoscillator
|
|
||||||
instrumenttrack:
|
|
||||||
basenote: '57'
|
|
||||||
fxch: '0'
|
|
||||||
pan: '0'
|
|
||||||
pitch: '0'
|
|
||||||
pitchrange: '1'
|
|
||||||
usemasterpitch: '1'
|
|
||||||
vol: '100'
|
|
||||||
midiport:
|
|
||||||
basevelocity: '63'
|
|
||||||
fixedinputvelocity: '-1'
|
|
||||||
fixedoutputnote: '-1'
|
|
||||||
fixedoutputvelocity: '-1'
|
|
||||||
inputchannel: '0'
|
|
||||||
inputcontroller: '0'
|
|
||||||
outputchannel: '1'
|
|
||||||
outputcontroller: '0'
|
|
||||||
outputprogram: '1'
|
|
||||||
readable: '0'
|
|
||||||
writable: '0'
|
|
||||||
tags: tripleoscillator
|
|
||||||
track_name: TripleOscillator
|
track_name: TripleOscillator
|
||||||
tripleoscillator:
|
|
||||||
coarse0: '0'
|
|
||||||
coarse1: '-12'
|
|
||||||
coarse2: '-24'
|
|
||||||
finel0: '0'
|
|
||||||
finel1: '0'
|
|
||||||
finel2: '0'
|
|
||||||
finer0: '0'
|
|
||||||
finer1: '0'
|
|
||||||
finer2: '0'
|
|
||||||
modalgo1: '2'
|
|
||||||
modalgo2: '2'
|
|
||||||
modalgo3: '2'
|
|
||||||
pan0: '0'
|
|
||||||
pan1: '0'
|
|
||||||
pan2: '0'
|
|
||||||
phoffset0: '0'
|
|
||||||
phoffset1: '0'
|
|
||||||
phoffset2: '0'
|
|
||||||
stphdetun0: '0'
|
|
||||||
stphdetun1: '0'
|
|
||||||
stphdetun2: '0'
|
|
||||||
userwavefile0: ''
|
|
||||||
userwavefile1: ''
|
|
||||||
userwavefile2: ''
|
|
||||||
vol0: '33'
|
|
||||||
vol1: '33'
|
|
||||||
vol2: '33'
|
|
||||||
wavetype0: '0'
|
|
||||||
wavetype1: '0'
|
|
||||||
wavetype2: '0'
|
|
||||||
type: plugin
|
type: plugin
|
||||||
- sample_info:
|
- instruments: []
|
||||||
pan: '0'
|
|
||||||
vol: '100'
|
|
||||||
sample_name: null
|
|
||||||
track_name: Sample track
|
track_name: Sample track
|
||||||
type: sample
|
type: sample
|
||||||
- bassline_name: Beat/Bassline 0
|
- instruments:
|
||||||
instruments:
|
- instrument_name: Kicker
|
||||||
- basenote: '57'
|
- instrument_name: heaven_strings01.ogg
|
||||||
fxch: '0'
|
- instrument_name: breath01.ogg
|
||||||
instrument_name: Kicker
|
- instrument_name: break02.ogg
|
||||||
instrument_type: '0'
|
- instrument_name: clap01.ogg
|
||||||
pan: '0'
|
- instrument_name: raving_crowd01.ogg
|
||||||
pitch: '0'
|
- instrument_name: start01.ogg
|
||||||
pitchrange: '1'
|
- instrument_name: bass01.ogg
|
||||||
usemasterpitch: '1'
|
- instrument_name: rave_bass01.ogg
|
||||||
vol: '100'
|
- instrument_name: synth_acid01.ogg
|
||||||
- audiofileprocessor:
|
- instrument_name: horror_bass01.ogg
|
||||||
amp: '100'
|
- instrument_name: hihat_closed01.ogg
|
||||||
eframe: '1'
|
- instrument_name: Hi-q.ds
|
||||||
interp: '1'
|
- instrument_name: Syntom_1.ds
|
||||||
lframe: '0'
|
- instrument_name: Snare.ds
|
||||||
looped: '0'
|
- instrument_name: a_round_thing.ds
|
||||||
reversed: '0'
|
- instrument_name: long_q_1.ds
|
||||||
sframe: '0'
|
- instrument_name: wee_dog.ds
|
||||||
src: stringsnpads/heaven_strings01.ogg
|
- instrument_name: dirty_transform.ds
|
||||||
stutter: '0'
|
track_name: Beat/Bassline 0
|
||||||
basenote: '57'
|
|
||||||
fxch: '0'
|
|
||||||
instrument_name: heaven_strings01.ogg
|
|
||||||
instrument_type: '0'
|
|
||||||
pan: '0'
|
|
||||||
pitch: '0'
|
|
||||||
pitchrange: '1'
|
|
||||||
usemasterpitch: '1'
|
|
||||||
vol: '100'
|
|
||||||
- audiofileprocessor:
|
|
||||||
amp: '100'
|
|
||||||
eframe: '1'
|
|
||||||
interp: '1'
|
|
||||||
lframe: '0'
|
|
||||||
looped: '0'
|
|
||||||
reversed: '0'
|
|
||||||
sframe: '0'
|
|
||||||
src: misc/breath01.ogg
|
|
||||||
stutter: '0'
|
|
||||||
basenote: '57'
|
|
||||||
fxch: '0'
|
|
||||||
instrument_name: breath01.ogg
|
|
||||||
instrument_type: '0'
|
|
||||||
pan: '0'
|
|
||||||
pitch: '0'
|
|
||||||
pitchrange: '1'
|
|
||||||
usemasterpitch: '1'
|
|
||||||
vol: '100'
|
|
||||||
- audiofileprocessor:
|
|
||||||
amp: '100'
|
|
||||||
eframe: '1'
|
|
||||||
interp: '1'
|
|
||||||
lframe: '0'
|
|
||||||
looped: '0'
|
|
||||||
reversed: '0'
|
|
||||||
sframe: '0'
|
|
||||||
src: beats/break02.ogg
|
|
||||||
stutter: '0'
|
|
||||||
basenote: '57'
|
|
||||||
fxch: '0'
|
|
||||||
instrument_name: break02.ogg
|
|
||||||
instrument_type: '0'
|
|
||||||
pan: '0'
|
|
||||||
pitch: '0'
|
|
||||||
pitchrange: '1'
|
|
||||||
usemasterpitch: '1'
|
|
||||||
vol: '100'
|
|
||||||
- audiofileprocessor:
|
|
||||||
amp: '100'
|
|
||||||
eframe: '1'
|
|
||||||
interp: '1'
|
|
||||||
lframe: '0'
|
|
||||||
looped: '0'
|
|
||||||
reversed: '0'
|
|
||||||
sframe: '0'
|
|
||||||
src: drums/clap01.ogg
|
|
||||||
stutter: '0'
|
|
||||||
basenote: '57'
|
|
||||||
fxch: '0'
|
|
||||||
instrument_name: clap01.ogg
|
|
||||||
instrument_type: '0'
|
|
||||||
pan: '0'
|
|
||||||
pitch: '0'
|
|
||||||
pitchrange: '1'
|
|
||||||
usemasterpitch: '1'
|
|
||||||
vol: '100'
|
|
||||||
- audiofileprocessor:
|
|
||||||
amp: '100'
|
|
||||||
eframe: '1'
|
|
||||||
interp: '1'
|
|
||||||
lframe: '0'
|
|
||||||
looped: '0'
|
|
||||||
reversed: '0'
|
|
||||||
sframe: '0'
|
|
||||||
src: misc/raving_crowd01.ogg
|
|
||||||
stutter: '0'
|
|
||||||
basenote: '57'
|
|
||||||
fxch: '0'
|
|
||||||
instrument_name: raving_crowd01.ogg
|
|
||||||
instrument_type: '0'
|
|
||||||
pan: '0'
|
|
||||||
pitch: '0'
|
|
||||||
pitchrange: '1'
|
|
||||||
usemasterpitch: '1'
|
|
||||||
vol: '100'
|
|
||||||
- audiofileprocessor:
|
|
||||||
amp: '100'
|
|
||||||
eframe: '1'
|
|
||||||
interp: '1'
|
|
||||||
lframe: '0'
|
|
||||||
looped: '0'
|
|
||||||
reversed: '0'
|
|
||||||
sframe: '0'
|
|
||||||
src: effects/start01.ogg
|
|
||||||
stutter: '0'
|
|
||||||
basenote: '57'
|
|
||||||
fxch: '0'
|
|
||||||
instrument_name: start01.ogg
|
|
||||||
instrument_type: '0'
|
|
||||||
pan: '0'
|
|
||||||
pitch: '0'
|
|
||||||
pitchrange: '1'
|
|
||||||
usemasterpitch: '1'
|
|
||||||
vol: '100'
|
|
||||||
- audiofileprocessor:
|
|
||||||
amp: '100'
|
|
||||||
eframe: '1'
|
|
||||||
interp: '1'
|
|
||||||
lframe: '0'
|
|
||||||
looped: '0'
|
|
||||||
reversed: '0'
|
|
||||||
sframe: '0'
|
|
||||||
src: basses/bass01.ogg
|
|
||||||
stutter: '0'
|
|
||||||
basenote: '57'
|
|
||||||
fxch: '0'
|
|
||||||
instrument_name: bass01.ogg
|
|
||||||
instrument_type: '0'
|
|
||||||
pan: '0'
|
|
||||||
pitch: '0'
|
|
||||||
pitchrange: '1'
|
|
||||||
usemasterpitch: '1'
|
|
||||||
vol: '100'
|
|
||||||
- audiofileprocessor:
|
|
||||||
amp: '100'
|
|
||||||
eframe: '1'
|
|
||||||
interp: '1'
|
|
||||||
lframe: '0'
|
|
||||||
looped: '0'
|
|
||||||
reversed: '0'
|
|
||||||
sframe: '0'
|
|
||||||
src: basses/rave_bass01.ogg
|
|
||||||
stutter: '0'
|
|
||||||
basenote: '57'
|
|
||||||
fxch: '0'
|
|
||||||
instrument_name: rave_bass01.ogg
|
|
||||||
instrument_type: '0'
|
|
||||||
pan: '-0.80000007'
|
|
||||||
pitch: '0'
|
|
||||||
pitchrange: '1'
|
|
||||||
usemasterpitch: '1'
|
|
||||||
vol: '100'
|
|
||||||
- audiofileprocessor:
|
|
||||||
amp: '100'
|
|
||||||
eframe: '1'
|
|
||||||
interp: '1'
|
|
||||||
lframe: '0'
|
|
||||||
looped: '0'
|
|
||||||
reversed: '0'
|
|
||||||
sframe: '0'
|
|
||||||
src: basses/synth_acid01.ogg
|
|
||||||
stutter: '0'
|
|
||||||
basenote: '57'
|
|
||||||
fxch: '0'
|
|
||||||
instrument_name: synth_acid01.ogg
|
|
||||||
instrument_type: '0'
|
|
||||||
pan: '0'
|
|
||||||
pitch: '0'
|
|
||||||
pitchrange: '1'
|
|
||||||
usemasterpitch: '1'
|
|
||||||
vol: '100'
|
|
||||||
- audiofileprocessor:
|
|
||||||
amp: '100'
|
|
||||||
eframe: '1'
|
|
||||||
interp: '1'
|
|
||||||
lframe: '0'
|
|
||||||
looped: '0'
|
|
||||||
reversed: '0'
|
|
||||||
sframe: '0'
|
|
||||||
src: basses/horror_bass01.ogg
|
|
||||||
stutter: '0'
|
|
||||||
basenote: '57'
|
|
||||||
fxch: '0'
|
|
||||||
instrument_name: horror_bass01.ogg
|
|
||||||
instrument_type: '0'
|
|
||||||
pan: '0'
|
|
||||||
pitch: '0'
|
|
||||||
pitchrange: '1'
|
|
||||||
usemasterpitch: '1'
|
|
||||||
vol: '100'
|
|
||||||
- audiofileprocessor:
|
|
||||||
amp: '100'
|
|
||||||
eframe: '1'
|
|
||||||
interp: '1'
|
|
||||||
lframe: '0'
|
|
||||||
looped: '0'
|
|
||||||
reversed: '0'
|
|
||||||
sframe: '0'
|
|
||||||
src: drums/hihat_closed01.ogg
|
|
||||||
stutter: '0'
|
|
||||||
basenote: '57'
|
|
||||||
fxch: '0'
|
|
||||||
instrument_name: hihat_closed01.ogg
|
|
||||||
instrument_type: '0'
|
|
||||||
pan: '0'
|
|
||||||
pitch: '0'
|
|
||||||
pitchrange: '1'
|
|
||||||
usemasterpitch: '1'
|
|
||||||
vol: '100'
|
|
||||||
- audiofileprocessor:
|
|
||||||
amp: '100'
|
|
||||||
eframe: '1'
|
|
||||||
interp: '1'
|
|
||||||
lframe: '0'
|
|
||||||
looped: '0'
|
|
||||||
reversed: '0'
|
|
||||||
sframe: '0'
|
|
||||||
src: drumsynth/electro/Hi-q.ds
|
|
||||||
stutter: '0'
|
|
||||||
basenote: '57'
|
|
||||||
fxch: '0'
|
|
||||||
instrument_name: Hi-q.ds
|
|
||||||
instrument_type: '0'
|
|
||||||
pan: '0'
|
|
||||||
pitch: '0'
|
|
||||||
pitchrange: '1'
|
|
||||||
usemasterpitch: '1'
|
|
||||||
vol: '100'
|
|
||||||
- audiofileprocessor:
|
|
||||||
amp: '100'
|
|
||||||
eframe: '1'
|
|
||||||
interp: '1'
|
|
||||||
lframe: '0'
|
|
||||||
looped: '0'
|
|
||||||
reversed: '0'
|
|
||||||
sframe: '0'
|
|
||||||
src: drumsynth/electro/Syntom_1.ds
|
|
||||||
stutter: '0'
|
|
||||||
basenote: '57'
|
|
||||||
fxch: '0'
|
|
||||||
instrument_name: Syntom_1.ds
|
|
||||||
instrument_type: '0'
|
|
||||||
pan: '0'
|
|
||||||
pitch: '0'
|
|
||||||
pitchrange: '1'
|
|
||||||
usemasterpitch: '1'
|
|
||||||
vol: '100'
|
|
||||||
- audiofileprocessor:
|
|
||||||
amp: '100'
|
|
||||||
eframe: '1'
|
|
||||||
interp: '1'
|
|
||||||
lframe: '0'
|
|
||||||
looped: '0'
|
|
||||||
reversed: '0'
|
|
||||||
sframe: '0'
|
|
||||||
src: drumsynth/cr78/Snare.ds
|
|
||||||
stutter: '0'
|
|
||||||
basenote: '57'
|
|
||||||
fxch: '0'
|
|
||||||
instrument_name: Snare.ds
|
|
||||||
instrument_type: '0'
|
|
||||||
pan: '0'
|
|
||||||
pitch: '0'
|
|
||||||
pitchrange: '1'
|
|
||||||
usemasterpitch: '1'
|
|
||||||
vol: '100'
|
|
||||||
- audiofileprocessor:
|
|
||||||
amp: '100'
|
|
||||||
eframe: '1'
|
|
||||||
interp: '1'
|
|
||||||
lframe: '0'
|
|
||||||
looped: '0'
|
|
||||||
reversed: '0'
|
|
||||||
sframe: '0'
|
|
||||||
src: drumsynth/misc_electro/a_round_thing.ds
|
|
||||||
stutter: '0'
|
|
||||||
basenote: '57'
|
|
||||||
fxch: '0'
|
|
||||||
instrument_name: a_round_thing.ds
|
|
||||||
instrument_type: '0'
|
|
||||||
pan: '0'
|
|
||||||
pitch: '0'
|
|
||||||
pitchrange: '1'
|
|
||||||
usemasterpitch: '1'
|
|
||||||
vol: '100'
|
|
||||||
- audiofileprocessor:
|
|
||||||
amp: '100'
|
|
||||||
eframe: '1'
|
|
||||||
interp: '1'
|
|
||||||
lframe: '0'
|
|
||||||
looped: '0'
|
|
||||||
reversed: '0'
|
|
||||||
sframe: '0'
|
|
||||||
src: drumsynth/misc_electro/long_q_1.ds
|
|
||||||
stutter: '0'
|
|
||||||
basenote: '57'
|
|
||||||
fxch: '0'
|
|
||||||
instrument_name: long_q_1.ds
|
|
||||||
instrument_type: '0'
|
|
||||||
pan: '0'
|
|
||||||
pitch: '0'
|
|
||||||
pitchrange: '1'
|
|
||||||
usemasterpitch: '1'
|
|
||||||
vol: '100'
|
|
||||||
- audiofileprocessor:
|
|
||||||
amp: '100'
|
|
||||||
eframe: '1'
|
|
||||||
interp: '1'
|
|
||||||
lframe: '0'
|
|
||||||
looped: '0'
|
|
||||||
reversed: '0'
|
|
||||||
sframe: '0'
|
|
||||||
src: drumsynth/misc_electro/wee_dog.ds
|
|
||||||
stutter: '0'
|
|
||||||
basenote: '57'
|
|
||||||
fxch: '0'
|
|
||||||
instrument_name: wee_dog.ds
|
|
||||||
instrument_type: '0'
|
|
||||||
pan: '0'
|
|
||||||
pitch: '0'
|
|
||||||
pitchrange: '1'
|
|
||||||
usemasterpitch: '1'
|
|
||||||
vol: '100'
|
|
||||||
- audiofileprocessor:
|
|
||||||
amp: '100'
|
|
||||||
eframe: '1'
|
|
||||||
interp: '1'
|
|
||||||
lframe: '0'
|
|
||||||
looped: '0'
|
|
||||||
reversed: '0'
|
|
||||||
sframe: '0'
|
|
||||||
src: drumsynth/misc_fx/dirty_transform.ds
|
|
||||||
stutter: '0'
|
|
||||||
basenote: '57'
|
|
||||||
fxch: '0'
|
|
||||||
instrument_name: dirty_transform.ds
|
|
||||||
instrument_type: '0'
|
|
||||||
pan: '0'
|
|
||||||
pitch: '0'
|
|
||||||
pitchrange: '1'
|
|
||||||
usemasterpitch: '1'
|
|
||||||
vol: '100'
|
|
||||||
tags: audiofileprocessor
|
|
||||||
type: bassline
|
type: bassline
|
||||||
- bassline_name: Clone de Beat/Bassline 0
|
- instruments: []
|
||||||
instruments: []
|
track_name: Clone de Beat/Bassline 0
|
||||||
tags: ''
|
|
||||||
type: bassline
|
type: bassline
|
||||||
- bassline_name: Clone de Clone de Beat/Bassline 0
|
- instruments: []
|
||||||
instruments: []
|
track_name: Clone de Clone de Beat/Bassline 0
|
||||||
tags: ''
|
|
||||||
type: bassline
|
type: bassline
|
||||||
- bassline_name: Clone de Clone de Clone de Beat/Bassline 0
|
- instruments: []
|
||||||
instruments: []
|
track_name: Clone de Clone de Clone de Beat/Bassline 0
|
||||||
tags: ''
|
|
||||||
type: bassline
|
type: bassline
|
||||||
- bassline_name: Clone de Clone de Clone de Clone de Beat/Bassline 0
|
- instruments: []
|
||||||
instruments: []
|
track_name: Clone de Clone de Clone de Clone de Beat/Bassline 0
|
||||||
tags: ''
|
|
||||||
type: bassline
|
type: bassline
|
||||||
- bassline_name: Clone de Clone de Clone de Clone de Clone de Beat/Bassline 0
|
- instruments: []
|
||||||
instruments: []
|
track_name: Clone de Clone de Clone de Clone de Clone de Beat/Bassline 0
|
||||||
tags: ''
|
|
||||||
type: bassline
|
type: bassline
|
||||||
- bassline_name: Clone de Clone de Clone de Clone de Clone de Clone de Beat/Bassline
|
- instruments: []
|
||||||
|
track_name: Clone de Clone de Clone de Clone de Clone de Clone de Beat/Bassline
|
||||||
0
|
0
|
||||||
instruments: []
|
|
||||||
tags: ''
|
|
||||||
type: bassline
|
type: bassline
|
||||||
- bassline_name: Clone de Clone de Clone de Clone de Clone de Clone de Clone de Beat/Bassline
|
- instruments: []
|
||||||
|
track_name: Clone de Clone de Clone de Clone de Clone de Clone de Clone de Beat/Bassline
|
||||||
0
|
0
|
||||||
instruments: []
|
|
||||||
tags: ''
|
|
||||||
type: bassline
|
type: bassline
|
||||||
- automations:
|
- instruments: []
|
||||||
- automation_name: Automation track
|
track_name: Batida/Linha de Baixo 8
|
||||||
automation_patterns: []
|
|
||||||
automationtrack: Present
|
|
||||||
type: automation
|
|
||||||
- bassline_name: Batida/Linha de Baixo 8
|
|
||||||
instruments: []
|
|
||||||
tags: ''
|
|
||||||
type: bassline
|
type: bassline
|
||||||
- bassline_name: Clone de Batida/Linha de Baixo 8
|
- instruments: []
|
||||||
instruments: []
|
track_name: Clone de Batida/Linha de Baixo 8
|
||||||
tags: ''
|
|
||||||
type: bassline
|
type: bassline
|
||||||
- bassline_name: Clone de Batida/Linha de Baixo 8
|
- instruments: []
|
||||||
instruments: []
|
track_name: Clone de Batida/Linha de Baixo 8
|
||||||
tags: ''
|
|
||||||
type: bassline
|
type: bassline
|
||||||
- bassline_name: Clone de Batida/Linha de Baixo 8
|
- instruments: []
|
||||||
instruments: []
|
track_name: Clone de Batida/Linha de Baixo 8
|
||||||
tags: ''
|
|
||||||
type: bassline
|
type: bassline
|
||||||
- bassline_name: Clone de Clone de Batida/Linha de Baixo 8
|
- instruments: []
|
||||||
instruments: []
|
track_name: Clone de Clone de Batida/Linha de Baixo 8
|
||||||
tags: ''
|
|
||||||
type: bassline
|
type: bassline
|
||||||
- bassline_name: Clone de Clone de Clone de Batida/Linha de Baixo 8
|
- instruments: []
|
||||||
instruments: []
|
track_name: Clone de Clone de Clone de Batida/Linha de Baixo 8
|
||||||
tags: ''
|
|
||||||
type: bassline
|
type: bassline
|
||||||
- bassline_name: Clone de Clone de Clone de Clone de Batida/Linha de Baixo 8
|
- instruments: []
|
||||||
instruments: []
|
track_name: Clone de Clone de Clone de Clone de Batida/Linha de Baixo 8
|
||||||
tags: ''
|
|
||||||
type: bassline
|
type: bassline
|
||||||
- bassline_name: Clone de Clone de Clone de Clone de Clone de Batida/Linha de Baixo
|
- instruments: []
|
||||||
8
|
track_name: Clone de Clone de Clone de Clone de Clone de Batida/Linha de Baixo 8
|
||||||
instruments: []
|
|
||||||
tags: ''
|
|
||||||
type: bassline
|
type: bassline
|
||||||
- bassline_name: Clone de Clone de Clone de Clone de Clone de Clone de Batida/Linha
|
- instruments: []
|
||||||
|
track_name: Clone de Clone de Clone de Clone de Clone de Clone de Batida/Linha de
|
||||||
|
Baixo 8
|
||||||
|
type: bassline
|
||||||
|
- instruments: []
|
||||||
|
track_name: Clone de Clone de Clone de Clone de Clone de Clone de Clone de Batida/Linha
|
||||||
de Baixo 8
|
de Baixo 8
|
||||||
instruments: []
|
|
||||||
tags: ''
|
|
||||||
type: bassline
|
type: bassline
|
||||||
- bassline_name: Clone de Clone de Clone de Clone de Clone de Clone de Clone de Batida/Linha
|
- instruments: []
|
||||||
de Baixo 8
|
track_name: Clone de Clone de Clone de Clone de Clone de Clone de Clone de Clone
|
||||||
instruments: []
|
|
||||||
tags: ''
|
|
||||||
type: bassline
|
|
||||||
- bassline_name: Clone de Clone de Clone de Clone de Clone de Clone de Clone de Clone
|
|
||||||
de Batida/Linha de Baixo 8
|
de Batida/Linha de Baixo 8
|
||||||
instruments: []
|
|
||||||
tags: ''
|
|
||||||
type: bassline
|
type: bassline
|
||||||
- bassline_name: Clone de Clone de Clone de Clone de Clone de Clone de Clone de Clone
|
- instruments: []
|
||||||
|
track_name: Clone de Clone de Clone de Clone de Clone de Clone de Clone de Clone
|
||||||
de Clone de Batida/Linha de Baixo 8
|
de Clone de Batida/Linha de Baixo 8
|
||||||
instruments: []
|
|
||||||
tags: ''
|
|
||||||
type: bassline
|
type: bassline
|
||||||
- bassline_name: Clone de Clone de Clone de Clone de Clone de Clone de Clone de Clone
|
- instruments: []
|
||||||
|
track_name: Clone de Clone de Clone de Clone de Clone de Clone de Clone de Clone
|
||||||
de Clone de Clone de Batida/Linha de Baixo 8
|
de Clone de Clone de Batida/Linha de Baixo 8
|
||||||
instruments: []
|
|
||||||
tags: ''
|
|
||||||
type: bassline
|
type: bassline
|
||||||
- bassline_name: Clone de Clone de Clone de Clone de Clone de Clone de Clone de Clone
|
- instruments: []
|
||||||
|
track_name: Clone de Clone de Clone de Clone de Clone de Clone de Clone de Clone
|
||||||
de Clone de Clone de Clone de Batida/Linha de Baixo 8
|
de Clone de Clone de Clone de Batida/Linha de Baixo 8
|
||||||
instruments: []
|
|
||||||
tags: ''
|
|
||||||
type: bassline
|
type: bassline
|
||||||
- bassline_name: Clone de Clone de Clone de Clone de Clone de Clone de Clone de Clone
|
- instruments: []
|
||||||
|
track_name: Clone de Clone de Clone de Clone de Clone de Clone de Clone de Clone
|
||||||
de Clone de Clone de Clone de Clone de Batida/Linha de Baixo 8
|
de Clone de Clone de Clone de Clone de Batida/Linha de Baixo 8
|
||||||
instruments: []
|
|
||||||
tags: ''
|
|
||||||
type: bassline
|
type: bassline
|
||||||
- bassline_name: Clone de Clone de Clone de Clone de Clone de Clone de Clone de Clone
|
- instruments: []
|
||||||
|
track_name: Clone de Clone de Clone de Clone de Clone de Clone de Clone de Clone
|
||||||
de Clone de Clone de Clone de Clone de Clone de Batida/Linha de Baixo 8
|
de Clone de Clone de Clone de Clone de Clone de Batida/Linha de Baixo 8
|
||||||
instruments: []
|
|
||||||
tags: ''
|
|
||||||
type: bassline
|
type: bassline
|
||||||
- bassline_name: Clone de Clone de Clone de Clone de Clone de Clone de Clone de Clone
|
- instruments: []
|
||||||
|
track_name: Clone de Clone de Clone de Clone de Clone de Clone de Clone de Clone
|
||||||
de Clone de Clone de Clone de Clone de Clone de Clone de Batida/Linha de Baixo
|
de Clone de Clone de Clone de Clone de Clone de Clone de Batida/Linha de Baixo
|
||||||
8
|
8
|
||||||
instruments: []
|
|
||||||
tags: ''
|
|
||||||
type: bassline
|
type: bassline
|
||||||
- bassline_name: Clone de Clone de Clone de Clone de Clone de Clone de Clone de Clone
|
- instruments: []
|
||||||
|
track_name: Clone de Clone de Clone de Clone de Clone de Clone de Clone de Clone
|
||||||
de Clone de Clone de Clone de Clone de Clone de Clone de Clone de Batida/Linha
|
de Clone de Clone de Clone de Clone de Clone de Clone de Clone de Batida/Linha
|
||||||
de Baixo 8
|
de Baixo 8
|
||||||
instruments: []
|
|
||||||
tags: ''
|
|
||||||
type: bassline
|
type: bassline
|
||||||
- bassline_name: Clone de Clone de Clone de Clone de Clone de Clone de Clone de Clone
|
- instruments: []
|
||||||
|
track_name: Clone de Clone de Clone de Clone de Clone de Clone de Clone de Clone
|
||||||
de Clone de Clone de Clone de Clone de Clone de Clone de Clone de Clone de Batida/Linha
|
de Clone de Clone de Clone de Clone de Clone de Clone de Clone de Clone de Batida/Linha
|
||||||
de Baixo 8
|
de Baixo 8
|
||||||
instruments: []
|
|
||||||
tags: ''
|
|
||||||
type: bassline
|
type: bassline
|
||||||
- bassline_name: Clone de Clone de Clone de Clone de Clone de Clone de Clone de Clone
|
- instruments: []
|
||||||
|
track_name: Clone de Clone de Clone de Clone de Clone de Clone de Clone de Clone
|
||||||
de Clone de Clone de Clone de Clone de Clone de Clone de Clone de Clone de Clone
|
de Clone de Clone de Clone de Clone de Clone de Clone de Clone de Clone de Clone
|
||||||
de Batida/Linha de Baixo 8
|
de Batida/Linha de Baixo 8
|
||||||
instruments: []
|
|
||||||
tags: ''
|
|
||||||
type: bassline
|
type: bassline
|
||||||
- arpeggiator:
|
- instruments: []
|
||||||
arp: '0'
|
|
||||||
arp-enabled: '0'
|
|
||||||
arpcycle: '0'
|
|
||||||
arpdir: '0'
|
|
||||||
arpgate: '100'
|
|
||||||
arpmiss: '0'
|
|
||||||
arpmode: '0'
|
|
||||||
arprange: '1'
|
|
||||||
arpskip: '0'
|
|
||||||
arptime: '200'
|
|
||||||
arptime_denominator: '4'
|
|
||||||
arptime_numerator: '4'
|
|
||||||
arptime_syncmode: '0'
|
|
||||||
audiofileprocessor:
|
|
||||||
amp: '100'
|
|
||||||
eframe: '1'
|
|
||||||
interp: '1'
|
|
||||||
lframe: '0'
|
|
||||||
looped: '0'
|
|
||||||
reversed: '0'
|
|
||||||
sframe: '0'
|
|
||||||
src: drumsynth/misc_fx/dirty_transform.ds
|
|
||||||
stutter: '0'
|
|
||||||
chordcreator:
|
|
||||||
chord: '0'
|
|
||||||
chord-enabled: '0'
|
|
||||||
chordrange: '1'
|
|
||||||
elcut:
|
|
||||||
amt: '0'
|
|
||||||
att: '0'
|
|
||||||
ctlenvamt: '0'
|
|
||||||
dec: '0.5'
|
|
||||||
hold: '0.5'
|
|
||||||
lamt: '0'
|
|
||||||
latt: '0'
|
|
||||||
lpdel: '0'
|
|
||||||
lshp: '0'
|
|
||||||
lspd: '0.1'
|
|
||||||
lspd_denominator: '4'
|
|
||||||
lspd_numerator: '4'
|
|
||||||
lspd_syncmode: '0'
|
|
||||||
pdel: '0'
|
|
||||||
rel: '0.1'
|
|
||||||
sustain: '0.5'
|
|
||||||
userwavefile: ''
|
|
||||||
x100: '0'
|
|
||||||
eldata:
|
|
||||||
fcut: '14000'
|
|
||||||
fres: '0.5'
|
|
||||||
ftype: '0'
|
|
||||||
fwet: '0'
|
|
||||||
elres:
|
|
||||||
amt: '0'
|
|
||||||
att: '0'
|
|
||||||
ctlenvamt: '0'
|
|
||||||
dec: '0.5'
|
|
||||||
hold: '0.5'
|
|
||||||
lamt: '0'
|
|
||||||
latt: '0'
|
|
||||||
lpdel: '0'
|
|
||||||
lshp: '0'
|
|
||||||
lspd: '0.1'
|
|
||||||
lspd_denominator: '4'
|
|
||||||
lspd_numerator: '4'
|
|
||||||
lspd_syncmode: '0'
|
|
||||||
pdel: '0'
|
|
||||||
rel: '0.1'
|
|
||||||
sustain: '0.5'
|
|
||||||
userwavefile: ''
|
|
||||||
x100: '0'
|
|
||||||
elvol:
|
|
||||||
amt: '0'
|
|
||||||
att: '0'
|
|
||||||
ctlenvamt: '0'
|
|
||||||
dec: '0.5'
|
|
||||||
hold: '0.5'
|
|
||||||
lamt: '0'
|
|
||||||
latt: '0'
|
|
||||||
lpdel: '0'
|
|
||||||
lshp: '0'
|
|
||||||
lspd: '0.1'
|
|
||||||
lspd_denominator: '4'
|
|
||||||
lspd_numerator: '4'
|
|
||||||
lspd_syncmode: '0'
|
|
||||||
pdel: '0'
|
|
||||||
rel: '0.1'
|
|
||||||
sustain: '0.5'
|
|
||||||
userwavefile: ''
|
|
||||||
x100: '0'
|
|
||||||
fxchain:
|
|
||||||
enabled: '0'
|
|
||||||
numofeffects: '0'
|
|
||||||
instrumenttrack:
|
|
||||||
basenote: '57'
|
|
||||||
fxch: '0'
|
|
||||||
pan: '0'
|
|
||||||
pitch: '0'
|
|
||||||
pitchrange: '1'
|
|
||||||
usemasterpitch: '1'
|
|
||||||
vol: '100'
|
|
||||||
midiport:
|
|
||||||
basevelocity: '63'
|
|
||||||
fixedinputvelocity: '-1'
|
|
||||||
fixedoutputnote: '-1'
|
|
||||||
fixedoutputvelocity: '-1'
|
|
||||||
inputchannel: '0'
|
|
||||||
inputcontroller: '0'
|
|
||||||
outputchannel: '1'
|
|
||||||
outputcontroller: '0'
|
|
||||||
outputprogram: '1'
|
|
||||||
readable: '0'
|
|
||||||
writable: '0'
|
|
||||||
plugin_name: audiofileprocessor
|
|
||||||
track_name: dirty_transform.ds
|
track_name: dirty_transform.ds
|
||||||
type: plugin
|
type: plugin
|
||||||
|
|
|
||||||
File diff suppressed because it is too large
Load Diff
|
|
@ -1,349 +1,38 @@
|
||||||
bpm: '145'
|
bpm: '145'
|
||||||
file: leandro_souza_atvd1
|
file: mmp/leandro_souza_atvd1.mmp
|
||||||
src: /nethome/jotachina/projetos/mmpSearch/mmp/leandro_souza_atvd1.mmp
|
|
||||||
tags:
|
|
||||||
TAG:
|
|
||||||
- sample
|
|
||||||
- bassline
|
|
||||||
- automation
|
|
||||||
automation:
|
|
||||||
- "Pista de Automa\xE7\xE3o"
|
|
||||||
- "Pista de Automa\xE7\xE3o"
|
|
||||||
bassline:
|
|
||||||
- clap
|
|
||||||
- kick
|
|
||||||
- snare
|
|
||||||
- hithat
|
|
||||||
- open hat
|
|
||||||
- '808'
|
|
||||||
plugin:
|
|
||||||
- audiofileprocessor
|
|
||||||
sample:
|
|
||||||
- looperman-l-2535254-0150443-gunna-x-young-thug-x-roddy-ricch-type-loop-balenciaga.wav
|
|
||||||
- looperman-l-0791808-0286113-gunna-x-young-thug-type-be-mine-part-2.wav
|
|
||||||
- Vo_invoker_invo_spawn_02.mp3.wav
|
|
||||||
tracks:
|
tracks:
|
||||||
- sample_info:
|
- instruments: []
|
||||||
len: '3071'
|
|
||||||
muted: '0'
|
|
||||||
pan: '0'
|
|
||||||
pos: '0'
|
|
||||||
sample_rate: '44100'
|
|
||||||
src: D:/Downloads/looperman-l-2535254-0150443-gunna-x-young-thug-x-roddy-ricch-type-loop-balenciaga.wav
|
|
||||||
vol: ''
|
|
||||||
sample_name: looperman-l-2535254-0150443-gunna-x-young-thug-x-roddy-ricch-type-loop-balenciaga.wav
|
|
||||||
track_name: "\xC1udio Amostras"
|
track_name: "\xC1udio Amostras"
|
||||||
type: sample
|
type: sample
|
||||||
- sample_info:
|
- instruments: []
|
||||||
len: '1536'
|
|
||||||
muted: '0'
|
|
||||||
pan: '0'
|
|
||||||
pos: '0'
|
|
||||||
sample_rate: '44100'
|
|
||||||
src: D:/Downloads/looperman-l-0791808-0286113-gunna-x-young-thug-type-be-mine-part-2.wav
|
|
||||||
vol: ''
|
|
||||||
sample_name: looperman-l-0791808-0286113-gunna-x-young-thug-type-be-mine-part-2.wav
|
|
||||||
track_name: "\xC1udio Amostras"
|
track_name: "\xC1udio Amostras"
|
||||||
type: sample
|
type: sample
|
||||||
- sample_info:
|
- instruments: []
|
||||||
len: '254'
|
|
||||||
muted: '0'
|
|
||||||
pan: '0'
|
|
||||||
pos: '9024'
|
|
||||||
sample_rate: '44100'
|
|
||||||
src: D:/Downloads/Vo_invoker_invo_spawn_02.mp3.wav
|
|
||||||
vol: '68.8'
|
|
||||||
sample_name: Vo_invoker_invo_spawn_02.mp3.wav
|
|
||||||
track_name: "\xC1udio Amostras"
|
track_name: "\xC1udio Amostras"
|
||||||
type: sample
|
type: sample
|
||||||
- bassline_name: clap
|
- instruments:
|
||||||
instruments:
|
- instrument_name: Kicker
|
||||||
- basenote: '57'
|
- instrument_name: forshaw - clap 1 .wav
|
||||||
fxch: '0'
|
- instrument_name: forshaw - kick 1.wav
|
||||||
instrument_name: Kicker
|
- instrument_name: forshaw - snare 6.wav
|
||||||
instrument_type: '0'
|
- instrument_name: forshaw - hh 6.wav
|
||||||
pan: '0'
|
- instrument_name: forshaw - OHITHAT (6).wav
|
||||||
pitch: '0'
|
- instrument_name: forshaw - 808 2.wav
|
||||||
pitchrange: '1'
|
- instrument_name: forshaw - 808 1.wav
|
||||||
usemasterpitch: '1'
|
track_name: clap
|
||||||
vol: '100'
|
|
||||||
- audiofileprocessor:
|
|
||||||
amp: '100'
|
|
||||||
eframe: '1'
|
|
||||||
interp: '1'
|
|
||||||
lframe: '0'
|
|
||||||
looped: '0'
|
|
||||||
reversed: '0'
|
|
||||||
sframe: '0'
|
|
||||||
src: 'D:/Documents/lmms/templates/forshaw - mouse (drum kit #1)/Clap/forshaw
|
|
||||||
- clap 1 .wav'
|
|
||||||
stutter: '0'
|
|
||||||
basenote: '57'
|
|
||||||
fxch: '1'
|
|
||||||
instrument_name: forshaw - clap 1 .wav
|
|
||||||
instrument_type: '0'
|
|
||||||
pan: '0'
|
|
||||||
pitch: '0'
|
|
||||||
pitchrange: '1'
|
|
||||||
usemasterpitch: '1'
|
|
||||||
vol: '100'
|
|
||||||
- audiofileprocessor:
|
|
||||||
amp: '100'
|
|
||||||
eframe: '1'
|
|
||||||
interp: '1'
|
|
||||||
lframe: '0'
|
|
||||||
looped: '0'
|
|
||||||
reversed: '0'
|
|
||||||
sframe: '0'
|
|
||||||
src: 'D:/Documents/lmms/templates/forshaw - mouse (drum kit #1)/Kicks/forshaw
|
|
||||||
- kick 1.wav'
|
|
||||||
stutter: '0'
|
|
||||||
basenote: '57'
|
|
||||||
fxch: '2'
|
|
||||||
instrument_name: forshaw - kick 1.wav
|
|
||||||
instrument_type: '0'
|
|
||||||
pan: '0'
|
|
||||||
pitch: '0'
|
|
||||||
pitchrange: '1'
|
|
||||||
usemasterpitch: '1'
|
|
||||||
vol: '100'
|
|
||||||
- audiofileprocessor:
|
|
||||||
amp: '100'
|
|
||||||
eframe: '1'
|
|
||||||
interp: '1'
|
|
||||||
lframe: '0'
|
|
||||||
looped: '0'
|
|
||||||
reversed: '0'
|
|
||||||
sframe: '0'
|
|
||||||
src: 'D:/Documents/lmms/templates/forshaw - mouse (drum kit #1)/Snare/forshaw
|
|
||||||
- snare 6.wav'
|
|
||||||
stutter: '0'
|
|
||||||
basenote: '57'
|
|
||||||
fxch: '3'
|
|
||||||
instrument_name: forshaw - snare 6.wav
|
|
||||||
instrument_type: '0'
|
|
||||||
pan: '0'
|
|
||||||
pitch: '0'
|
|
||||||
pitchrange: '1'
|
|
||||||
usemasterpitch: '1'
|
|
||||||
vol: '100'
|
|
||||||
- audiofileprocessor:
|
|
||||||
amp: '100'
|
|
||||||
eframe: '1'
|
|
||||||
interp: '1'
|
|
||||||
lframe: '0'
|
|
||||||
looped: '0'
|
|
||||||
reversed: '0'
|
|
||||||
sframe: '0'
|
|
||||||
src: 'D:/Documents/lmms/templates/forshaw - mouse (drum kit #1)/Hihat/forshaw
|
|
||||||
- hh 6.wav'
|
|
||||||
stutter: '0'
|
|
||||||
basenote: '57'
|
|
||||||
fxch: '4'
|
|
||||||
instrument_name: forshaw - hh 6.wav
|
|
||||||
instrument_type: '0'
|
|
||||||
pan: '0'
|
|
||||||
pitch: '0'
|
|
||||||
pitchrange: '1'
|
|
||||||
usemasterpitch: '1'
|
|
||||||
vol: '100'
|
|
||||||
- audiofileprocessor:
|
|
||||||
amp: '100'
|
|
||||||
eframe: '1'
|
|
||||||
interp: '1'
|
|
||||||
lframe: '0'
|
|
||||||
looped: '0'
|
|
||||||
reversed: '0'
|
|
||||||
sframe: '0'
|
|
||||||
src: 'D:/Documents/lmms/templates/forshaw - mouse (drum kit #1)/Open Hat/forshaw
|
|
||||||
- OHITHAT (6).wav'
|
|
||||||
stutter: '0'
|
|
||||||
basenote: '57'
|
|
||||||
fxch: '5'
|
|
||||||
instrument_name: forshaw - OHITHAT (6).wav
|
|
||||||
instrument_type: '0'
|
|
||||||
pan: '0'
|
|
||||||
pitch: '0'
|
|
||||||
pitchrange: '1'
|
|
||||||
usemasterpitch: '1'
|
|
||||||
vol: '100'
|
|
||||||
- audiofileprocessor:
|
|
||||||
amp: '100'
|
|
||||||
eframe: '1'
|
|
||||||
interp: '1'
|
|
||||||
lframe: '0'
|
|
||||||
looped: '0'
|
|
||||||
reversed: '0'
|
|
||||||
sframe: '0'
|
|
||||||
src: 'D:/Documents/lmms/templates/forshaw - mouse (drum kit #1)/808/forshaw
|
|
||||||
- 808 2.wav'
|
|
||||||
stutter: '0'
|
|
||||||
basenote: '57'
|
|
||||||
fxch: '6'
|
|
||||||
instrument_name: forshaw - 808 2.wav
|
|
||||||
instrument_type: '0'
|
|
||||||
pan: '0'
|
|
||||||
pitch: '0'
|
|
||||||
pitchrange: '1'
|
|
||||||
usemasterpitch: '1'
|
|
||||||
vol: '100'
|
|
||||||
- audiofileprocessor:
|
|
||||||
amp: '100'
|
|
||||||
eframe: '1'
|
|
||||||
interp: '1'
|
|
||||||
lframe: '0'
|
|
||||||
looped: '0'
|
|
||||||
reversed: '0'
|
|
||||||
sframe: '0'
|
|
||||||
src: 'D:/Documents/lmms/templates/forshaw - mouse (drum kit #1)/808/forshaw
|
|
||||||
- 808 1.wav'
|
|
||||||
stutter: '0'
|
|
||||||
basenote: '57'
|
|
||||||
fxch: '0'
|
|
||||||
instrument_name: forshaw - 808 1.wav
|
|
||||||
instrument_type: '0'
|
|
||||||
pan: '0'
|
|
||||||
pitch: '0'
|
|
||||||
pitchrange: '1'
|
|
||||||
usemasterpitch: '1'
|
|
||||||
vol: '100'
|
|
||||||
tags: audiofileprocessor
|
|
||||||
type: bassline
|
type: bassline
|
||||||
- bassline_name: kick
|
- instruments: []
|
||||||
instruments: []
|
track_name: kick
|
||||||
tags: ''
|
|
||||||
type: bassline
|
type: bassline
|
||||||
- bassline_name: snare
|
- instruments: []
|
||||||
instruments: []
|
track_name: snare
|
||||||
tags: ''
|
|
||||||
type: bassline
|
type: bassline
|
||||||
- bassline_name: hithat
|
- instruments: []
|
||||||
instruments: []
|
track_name: hithat
|
||||||
tags: ''
|
|
||||||
type: bassline
|
type: bassline
|
||||||
- bassline_name: open hat
|
- instruments: []
|
||||||
instruments: []
|
track_name: open hat
|
||||||
tags: ''
|
|
||||||
type: bassline
|
type: bassline
|
||||||
- bassline_name: '808'
|
- instruments: []
|
||||||
instruments: []
|
track_name: '808'
|
||||||
tags: ''
|
|
||||||
type: bassline
|
type: bassline
|
||||||
- automations:
|
|
||||||
- automation_name: "Pista de Automa\xE7\xE3o"
|
|
||||||
automation_patterns:
|
|
||||||
- len: '13248'
|
|
||||||
mute: '0'
|
|
||||||
name: "\xC1udio Amostras>Volume"
|
|
||||||
pos: '0'
|
|
||||||
prog: '1'
|
|
||||||
tens: '1'
|
|
||||||
times:
|
|
||||||
- pos: '0'
|
|
||||||
value: '26.2'
|
|
||||||
- pos: '1152'
|
|
||||||
value: '23.8'
|
|
||||||
- pos: '1536'
|
|
||||||
value: '100'
|
|
||||||
- pos: '5760'
|
|
||||||
value: '100'
|
|
||||||
- pos: '7704'
|
|
||||||
value: '19.2'
|
|
||||||
- pos: '8832'
|
|
||||||
value: '25.4'
|
|
||||||
- pos: '9216'
|
|
||||||
value: '100'
|
|
||||||
- pos: '12672'
|
|
||||||
value: '98.5'
|
|
||||||
- pos: '13200'
|
|
||||||
value: '0'
|
|
||||||
automationtrack: Present
|
|
||||||
type: automation
|
|
||||||
- automation_name: "Pista de Automa\xE7\xE3o"
|
|
||||||
automation_patterns:
|
|
||||||
- len: '13248'
|
|
||||||
mute: '0'
|
|
||||||
name: "\xC1udio Amostras>Volume"
|
|
||||||
pos: '0'
|
|
||||||
prog: '1'
|
|
||||||
tens: '1'
|
|
||||||
times:
|
|
||||||
- pos: '0'
|
|
||||||
value: '0'
|
|
||||||
- pos: '384'
|
|
||||||
value: '50'
|
|
||||||
- pos: '1248'
|
|
||||||
value: '50'
|
|
||||||
- pos: '1536'
|
|
||||||
value: '0'
|
|
||||||
- pos: '6144'
|
|
||||||
value: '0.8'
|
|
||||||
- pos: '7680'
|
|
||||||
value: '0'
|
|
||||||
- pos: '8208'
|
|
||||||
value: '50.8'
|
|
||||||
- pos: '8832'
|
|
||||||
value: '50.8'
|
|
||||||
- pos: '9216'
|
|
||||||
value: '0'
|
|
||||||
automationtrack: Present
|
|
||||||
type: automation
|
|
||||||
- automations:
|
|
||||||
- automation_name: "Pista de Automa\xE7\xE3o"
|
|
||||||
automation_patterns:
|
|
||||||
- len: '13248'
|
|
||||||
mute: '0'
|
|
||||||
name: "\xC1udio Amostras>Volume"
|
|
||||||
pos: '0'
|
|
||||||
prog: '1'
|
|
||||||
tens: '1'
|
|
||||||
times:
|
|
||||||
- pos: '0'
|
|
||||||
value: '26.2'
|
|
||||||
- pos: '1152'
|
|
||||||
value: '23.8'
|
|
||||||
- pos: '1536'
|
|
||||||
value: '100'
|
|
||||||
- pos: '5760'
|
|
||||||
value: '100'
|
|
||||||
- pos: '7704'
|
|
||||||
value: '19.2'
|
|
||||||
- pos: '8832'
|
|
||||||
value: '25.4'
|
|
||||||
- pos: '9216'
|
|
||||||
value: '100'
|
|
||||||
- pos: '12672'
|
|
||||||
value: '98.5'
|
|
||||||
- pos: '13200'
|
|
||||||
value: '0'
|
|
||||||
automationtrack: Present
|
|
||||||
type: automation
|
|
||||||
- automation_name: "Pista de Automa\xE7\xE3o"
|
|
||||||
automation_patterns:
|
|
||||||
- len: '13248'
|
|
||||||
mute: '0'
|
|
||||||
name: "\xC1udio Amostras>Volume"
|
|
||||||
pos: '0'
|
|
||||||
prog: '1'
|
|
||||||
tens: '1'
|
|
||||||
times:
|
|
||||||
- pos: '0'
|
|
||||||
value: '0'
|
|
||||||
- pos: '384'
|
|
||||||
value: '50'
|
|
||||||
- pos: '1248'
|
|
||||||
value: '50'
|
|
||||||
- pos: '1536'
|
|
||||||
value: '0'
|
|
||||||
- pos: '6144'
|
|
||||||
value: '0.8'
|
|
||||||
- pos: '7680'
|
|
||||||
value: '0'
|
|
||||||
- pos: '8208'
|
|
||||||
value: '50.8'
|
|
||||||
- pos: '8832'
|
|
||||||
value: '50.8'
|
|
||||||
- pos: '9216'
|
|
||||||
value: '0'
|
|
||||||
automationtrack: Present
|
|
||||||
type: automation
|
|
||||||
|
|
|
||||||
|
|
@ -0,0 +1,895 @@
|
||||||
|
[
|
||||||
|
{
|
||||||
|
"instrument_name": "Kicker",
|
||||||
|
"count": 11,
|
||||||
|
"files": [
|
||||||
|
"mmp/gabriel_gomes.mmp",
|
||||||
|
"mmp/leandro_souza_atvd1.mmp",
|
||||||
|
"mmp/Samanta Freire.mmp",
|
||||||
|
"mmp/tp1 - Luiz Filipe Almada.mmp",
|
||||||
|
"mmp/beatJulioCesardeSousa.mmp",
|
||||||
|
"mmp/deprecado_wallace.mmp",
|
||||||
|
"mmp/VitorAugusto.mmp",
|
||||||
|
"mmp/Wesley_Silva_Guimar\u00e3es.mmp",
|
||||||
|
"mmp/SonsAlign\u00edgenas.mmp",
|
||||||
|
"mmp/eliasMendesSong.mmp",
|
||||||
|
"mmp/Iara Rodrigues.mmp"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"instrument_name": "errie_ride.ds",
|
||||||
|
"count": 1,
|
||||||
|
"files": [
|
||||||
|
"mmp/gabriel_gomes.mmp"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"instrument_name": "coo.ds",
|
||||||
|
"count": 1,
|
||||||
|
"files": [
|
||||||
|
"mmp/gabriel_gomes.mmp"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"instrument_name": "house_loop01.ogg",
|
||||||
|
"count": 2,
|
||||||
|
"files": [
|
||||||
|
"mmp/gabriel_gomes.mmp",
|
||||||
|
"mmp/Computacao_Musical_Thiago_Rocha_de_Moraes.mmp"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"instrument_name": "cheap_fx.ds",
|
||||||
|
"count": 1,
|
||||||
|
"files": [
|
||||||
|
"mmp/gabriel_gomes.mmp"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"instrument_name": "cold_shot.ds",
|
||||||
|
"count": 1,
|
||||||
|
"files": [
|
||||||
|
"mmp/gabriel_gomes.mmp"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"instrument_name": "depth_fx.ds",
|
||||||
|
"count": 1,
|
||||||
|
"files": [
|
||||||
|
"mmp/gabriel_gomes.mmp"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"instrument_name": "hello_q.ds",
|
||||||
|
"count": 1,
|
||||||
|
"files": [
|
||||||
|
"mmp/gabriel_gomes.mmp"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"instrument_name": "Alien clKick 05b1",
|
||||||
|
"count": 1,
|
||||||
|
"files": [
|
||||||
|
"mmp/carlos.mmp"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"instrument_name": "Alien Snare Dry 02",
|
||||||
|
"count": 1,
|
||||||
|
"files": [
|
||||||
|
"mmp/carlos.mmp"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"instrument_name": "forshaw - clap 1 .wav",
|
||||||
|
"count": 1,
|
||||||
|
"files": [
|
||||||
|
"mmp/leandro_souza_atvd1.mmp"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"instrument_name": "forshaw - kick 1.wav",
|
||||||
|
"count": 1,
|
||||||
|
"files": [
|
||||||
|
"mmp/leandro_souza_atvd1.mmp"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"instrument_name": "forshaw - snare 6.wav",
|
||||||
|
"count": 1,
|
||||||
|
"files": [
|
||||||
|
"mmp/leandro_souza_atvd1.mmp"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"instrument_name": "forshaw - hh 6.wav",
|
||||||
|
"count": 1,
|
||||||
|
"files": [
|
||||||
|
"mmp/leandro_souza_atvd1.mmp"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"instrument_name": "forshaw - OHITHAT (6).wav",
|
||||||
|
"count": 1,
|
||||||
|
"files": [
|
||||||
|
"mmp/leandro_souza_atvd1.mmp"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"instrument_name": "forshaw - 808 2.wav",
|
||||||
|
"count": 1,
|
||||||
|
"files": [
|
||||||
|
"mmp/leandro_souza_atvd1.mmp"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"instrument_name": "forshaw - 808 1.wav",
|
||||||
|
"count": 1,
|
||||||
|
"files": [
|
||||||
|
"mmp/leandro_souza_atvd1.mmp"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"instrument_name": "bassdrum01.ogg",
|
||||||
|
"count": 3,
|
||||||
|
"files": [
|
||||||
|
"mmp/Samanta Freire.mmp",
|
||||||
|
"mmp/Wesley_Silva_Guimar\u00e3es.mmp",
|
||||||
|
"mmp/Gustavo Castro.mmp"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"instrument_name": "hihat_closed05.ogg",
|
||||||
|
"count": 1,
|
||||||
|
"files": [
|
||||||
|
"mmp/Samanta Freire.mmp"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"instrument_name": "chorus01.ogg",
|
||||||
|
"count": 1,
|
||||||
|
"files": [
|
||||||
|
"mmp/Samanta Freire.mmp"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"instrument_name": "kick01.ogg",
|
||||||
|
"count": 3,
|
||||||
|
"files": [
|
||||||
|
"mmp/Samanta Freire.mmp",
|
||||||
|
"mmp/Computacao_Musical_Thiago_Rocha_de_Moraes.mmp",
|
||||||
|
"mmp/Gustavo Castro.mmp"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"instrument_name": "Drone Arp",
|
||||||
|
"count": 1,
|
||||||
|
"files": [
|
||||||
|
"mmp/Samanta Freire.mmp"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"instrument_name": "vapo.wav",
|
||||||
|
"count": 1,
|
||||||
|
"files": [
|
||||||
|
"mmp/Samanta Freire.mmp"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"instrument_name": "OpulenZ",
|
||||||
|
"count": 2,
|
||||||
|
"files": [
|
||||||
|
"mmp/Samanta Freire.mmp",
|
||||||
|
"mmp/SonsAlign\u00edgenas.mmp"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"instrument_name": "bassdrum04.ogg",
|
||||||
|
"count": 2,
|
||||||
|
"files": [
|
||||||
|
"mmp/Um come\u00e7o.mmp",
|
||||||
|
"mmp/Wesley_Silva_Guimar\u00e3es.mmp"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"instrument_name": "hihat_closed04.ogg",
|
||||||
|
"count": 2,
|
||||||
|
"files": [
|
||||||
|
"mmp/Um come\u00e7o.mmp",
|
||||||
|
"mmp/tp1 - Luiz Filipe Almada.mmp"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"instrument_name": "snare_hiphop01.ogg",
|
||||||
|
"count": 1,
|
||||||
|
"files": [
|
||||||
|
"mmp/Um come\u00e7o.mmp"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"instrument_name": "snare_muffled02.ogg",
|
||||||
|
"count": 1,
|
||||||
|
"files": [
|
||||||
|
"mmp/Um come\u00e7o.mmp"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"instrument_name": "snare_muffled01.ogg",
|
||||||
|
"count": 1,
|
||||||
|
"files": [
|
||||||
|
"mmp/Um come\u00e7o.mmp"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"instrument_name": "bassslap01.ogg",
|
||||||
|
"count": 3,
|
||||||
|
"files": [
|
||||||
|
"mmp/Um come\u00e7o.mmp",
|
||||||
|
"mmp/Iara Rodrigues.mmp"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"instrument_name": "violin_pizzicato01.ogg",
|
||||||
|
"count": 1,
|
||||||
|
"files": [
|
||||||
|
"mmp/Um come\u00e7o.mmp"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"instrument_name": "steel_guitar01.ogg",
|
||||||
|
"count": 2,
|
||||||
|
"files": [
|
||||||
|
"mmp/Um come\u00e7o.mmp",
|
||||||
|
"mmp/tp1 - Luiz Filipe Almada.mmp"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"instrument_name": "MB 808 (20).wav",
|
||||||
|
"count": 1,
|
||||||
|
"files": [
|
||||||
|
"mmp/FelipeFerraz.mmp"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"instrument_name": "Cymatics x S1 - Closed Hihat 8.wav",
|
||||||
|
"count": 1,
|
||||||
|
"files": [
|
||||||
|
"mmp/FelipeFerraz.mmp"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"instrument_name": "Cymatics x S1 - Open Hihat 10.wav",
|
||||||
|
"count": 1,
|
||||||
|
"files": [
|
||||||
|
"mmp/FelipeFerraz.mmp"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"instrument_name": "Cymatics x S1 - Juno Bass 1 - F.wav",
|
||||||
|
"count": 1,
|
||||||
|
"files": [
|
||||||
|
"mmp/FelipeFerraz.mmp"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"instrument_name": "Cymatics x S1 - Juno Bass 2 - F.wav",
|
||||||
|
"count": 1,
|
||||||
|
"files": [
|
||||||
|
"mmp/FelipeFerraz.mmp"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"instrument_name": "Cymatics - Gun Cock.wav",
|
||||||
|
"count": 1,
|
||||||
|
"files": [
|
||||||
|
"mmp/FelipeFerraz.mmp"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"instrument_name": "Cymatics - Gunshot Beefy.wav",
|
||||||
|
"count": 1,
|
||||||
|
"files": [
|
||||||
|
"mmp/FelipeFerraz.mmp"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"instrument_name": "Cymatics - Adrenaline Clap.wav",
|
||||||
|
"count": 1,
|
||||||
|
"files": [
|
||||||
|
"mmp/FelipeFerraz.mmp"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"instrument_name": "Cymatics - Blasted 808 - C.wav",
|
||||||
|
"count": 1,
|
||||||
|
"files": [
|
||||||
|
"mmp/FelipeFerraz.mmp"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"instrument_name": "Cymatics - Titan Kick 48 - F#.wav",
|
||||||
|
"count": 1,
|
||||||
|
"files": [
|
||||||
|
"mmp/FelipeFerraz.mmp"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"instrument_name": "Cymatics - 9God Snare 5 - A.wav",
|
||||||
|
"count": 1,
|
||||||
|
"files": [
|
||||||
|
"mmp/FelipeFerraz.mmp"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"instrument_name": "Cymatics - 9God Snare 4 - G#.wav",
|
||||||
|
"count": 1,
|
||||||
|
"files": [
|
||||||
|
"mmp/FelipeFerraz.mmp"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"instrument_name": "Cymatics x S1 - Closed Hihat 10.wav",
|
||||||
|
"count": 1,
|
||||||
|
"files": [
|
||||||
|
"mmp/FelipeFerraz.mmp"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"instrument_name": "MB Lumi Hit.wav",
|
||||||
|
"count": 1,
|
||||||
|
"files": [
|
||||||
|
"mmp/FelipeFerraz.mmp"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"instrument_name": "Cymatics - Titan Arp Loop 2 - 100 BPM E Min.wav",
|
||||||
|
"count": 1,
|
||||||
|
"files": [
|
||||||
|
"mmp/FelipeFerraz.mmp"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"instrument_name": "MB Clap (12).wav",
|
||||||
|
"count": 1,
|
||||||
|
"files": [
|
||||||
|
"mmp/FelipeFerraz.mmp"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"instrument_name": "kick04.ogg",
|
||||||
|
"count": 1,
|
||||||
|
"files": [
|
||||||
|
"mmp/tp1 - Luiz Filipe Almada.mmp"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"instrument_name": "hihat_closed03.ogg",
|
||||||
|
"count": 2,
|
||||||
|
"files": [
|
||||||
|
"mmp/tp1 - Luiz Filipe Almada.mmp",
|
||||||
|
"mmp/deprecado_wallace.mmp"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"instrument_name": "hihat_closed01.ogg",
|
||||||
|
"count": 8,
|
||||||
|
"files": [
|
||||||
|
"mmp/tp1 - Luiz Filipe Almada.mmp",
|
||||||
|
"mmp/beatJulioCesardeSousa.mmp",
|
||||||
|
"mmp/Computacao_Musical_Thiago_Rocha_de_Moraes.mmp",
|
||||||
|
"mmp/VitorAugusto.mmp",
|
||||||
|
"mmp/Wesley_Silva_Guimar\u00e3es.mmp",
|
||||||
|
"mmp/Gustavo Castro.mmp",
|
||||||
|
"mmp/eliasMendesSong.mmp",
|
||||||
|
"mmp/Iara Rodrigues.mmp"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"instrument_name": "hihat_opened01.ogg",
|
||||||
|
"count": 3,
|
||||||
|
"files": [
|
||||||
|
"mmp/tp1 - Luiz Filipe Almada.mmp",
|
||||||
|
"mmp/VitorAugusto.mmp",
|
||||||
|
"mmp/SonsAlign\u00edgenas.mmp"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"instrument_name": "TripleOscillator",
|
||||||
|
"count": 1,
|
||||||
|
"files": [
|
||||||
|
"mmp/tp1 - Luiz Filipe Almada.mmp"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"instrument_name": "clap01.ogg",
|
||||||
|
"count": 5,
|
||||||
|
"files": [
|
||||||
|
"mmp/tp1 - Luiz Filipe Almada.mmp",
|
||||||
|
"mmp/VitorAugusto.mmp",
|
||||||
|
"mmp/Wesley_Silva_Guimar\u00e3es.mmp",
|
||||||
|
"mmp/SonsAlign\u00edgenas.mmp",
|
||||||
|
"mmp/eliasMendesSong.mmp"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"instrument_name": "piano01.ogg",
|
||||||
|
"count": 3,
|
||||||
|
"files": [
|
||||||
|
"mmp/tp1 - Luiz Filipe Almada.mmp",
|
||||||
|
"mmp/deprecado_wallace.mmp",
|
||||||
|
"mmp/Iara Rodrigues.mmp"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"instrument_name": "snare_hiphop02.ogg",
|
||||||
|
"count": 1,
|
||||||
|
"files": [
|
||||||
|
"mmp/beatJulioCesardeSousa.mmp"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"instrument_name": "kick_hiphop01.ogg",
|
||||||
|
"count": 1,
|
||||||
|
"files": [
|
||||||
|
"mmp/beatJulioCesardeSousa.mmp"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"instrument_name": "hihat_opened02.ogg",
|
||||||
|
"count": 1,
|
||||||
|
"files": [
|
||||||
|
"mmp/beatJulioCesardeSousa.mmp"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"instrument_name": "bassslap02.ogg",
|
||||||
|
"count": 2,
|
||||||
|
"files": [
|
||||||
|
"mmp/beatJulioCesardeSousa.mmp",
|
||||||
|
"mmp/Iara Rodrigues.mmp"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"instrument_name": "clap03.ogg",
|
||||||
|
"count": 1,
|
||||||
|
"files": [
|
||||||
|
"mmp/beatJulioCesardeSousa.mmp"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"instrument_name": "clav01.ogg",
|
||||||
|
"count": 2,
|
||||||
|
"files": [
|
||||||
|
"mmp/beatJulioCesardeSousa.mmp",
|
||||||
|
"mmp/deprecado_wallace.mmp"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"instrument_name": "snare01.ogg",
|
||||||
|
"count": 3,
|
||||||
|
"files": [
|
||||||
|
"mmp/Computacao_Musical_Thiago_Rocha_de_Moraes.mmp",
|
||||||
|
"mmp/deprecado_wallace.mmp",
|
||||||
|
"mmp/SonsAlign\u00edgenas.mmp"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"instrument_name": "snaph01.ogg",
|
||||||
|
"count": 1,
|
||||||
|
"files": [
|
||||||
|
"mmp/Computacao_Musical_Thiago_Rocha_de_Moraes.mmp"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"instrument_name": "bass!.ogg",
|
||||||
|
"count": 2,
|
||||||
|
"files": [
|
||||||
|
"mmp/Computacao_Musical_Thiago_Rocha_de_Moraes.mmp",
|
||||||
|
"mmp/Iara Rodrigues.mmp"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"instrument_name": "space_strings02.ogg",
|
||||||
|
"count": 1,
|
||||||
|
"files": [
|
||||||
|
"mmp/Computacao_Musical_Thiago_Rocha_de_Moraes.mmp"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"instrument_name": "steel_guitar_medium_distorted01.ogg",
|
||||||
|
"count": 1,
|
||||||
|
"files": [
|
||||||
|
"mmp/Computacao_Musical_Thiago_Rocha_de_Moraes.mmp"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"instrument_name": "ride01.ogg",
|
||||||
|
"count": 2,
|
||||||
|
"files": [
|
||||||
|
"mmp/Computacao_Musical_Thiago_Rocha_de_Moraes.mmp",
|
||||||
|
"mmp/Gustavo Castro.mmp"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"instrument_name": "kick_hard01.ogg",
|
||||||
|
"count": 1,
|
||||||
|
"files": [
|
||||||
|
"mmp/deprecado_wallace.mmp"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"instrument_name": "crash01.ogg",
|
||||||
|
"count": 1,
|
||||||
|
"files": [
|
||||||
|
"mmp/deprecado_wallace.mmp"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"instrument_name": "shaker01.ogg",
|
||||||
|
"count": 1,
|
||||||
|
"files": [
|
||||||
|
"mmp/deprecado_wallace.mmp"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"instrument_name": "shaker02.ogg",
|
||||||
|
"count": 3,
|
||||||
|
"files": [
|
||||||
|
"mmp/deprecado_wallace.mmp",
|
||||||
|
"mmp/Gustavo Castro.mmp",
|
||||||
|
"mmp/Iara Rodrigues.mmp"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"instrument_name": "matrix1000_pluck01.ogg",
|
||||||
|
"count": 1,
|
||||||
|
"files": [
|
||||||
|
"mmp/deprecado_wallace.mmp"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"instrument_name": "soft_piano.ds",
|
||||||
|
"count": 1,
|
||||||
|
"files": [
|
||||||
|
"mmp/deprecado_wallace.mmp"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"instrument_name": "snare_rim01.ogg",
|
||||||
|
"count": 1,
|
||||||
|
"files": [
|
||||||
|
"mmp/deprecado_wallace.mmp"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"instrument_name": "kick_distorted01.ogg",
|
||||||
|
"count": 2,
|
||||||
|
"files": [
|
||||||
|
"mmp/VitorAugusto.mmp",
|
||||||
|
"mmp/Iara Rodrigues.mmp"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"instrument_name": "snare05.ogg",
|
||||||
|
"count": 1,
|
||||||
|
"files": [
|
||||||
|
"mmp/VitorAugusto.mmp"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"instrument_name": "Analog Piano 1",
|
||||||
|
"count": 1,
|
||||||
|
"files": [
|
||||||
|
"mmp/VitorAugusto.mmp"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"instrument_name": "Synth Violin 2 Fat",
|
||||||
|
"count": 1,
|
||||||
|
"files": [
|
||||||
|
"mmp/VitorAugusto.mmp"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"instrument_name": "bassdrum02.ogg",
|
||||||
|
"count": 1,
|
||||||
|
"files": [
|
||||||
|
"mmp/Wesley_Silva_Guimar\u00e3es.mmp"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"instrument_name": "kick02.ogg",
|
||||||
|
"count": 1,
|
||||||
|
"files": [
|
||||||
|
"mmp/Wesley_Silva_Guimar\u00e3es.mmp"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"instrument_name": "tom01.ogg",
|
||||||
|
"count": 1,
|
||||||
|
"files": [
|
||||||
|
"mmp/SonsAlign\u00edgenas.mmp"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"instrument_name": "tom02.ogg",
|
||||||
|
"count": 1,
|
||||||
|
"files": [
|
||||||
|
"mmp/SonsAlign\u00edgenas.mmp"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"instrument_name": "zap02.ogg",
|
||||||
|
"count": 2,
|
||||||
|
"files": [
|
||||||
|
"mmp/SonsAlign\u00edgenas.mmp",
|
||||||
|
"mmp/Gustavo Castro.mmp"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"instrument_name": "metronome01.ogg",
|
||||||
|
"count": 1,
|
||||||
|
"files": [
|
||||||
|
"mmp/SonsAlign\u00edgenas.mmp"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"instrument_name": "metronome02.ogg",
|
||||||
|
"count": 1,
|
||||||
|
"files": [
|
||||||
|
"mmp/SonsAlign\u00edgenas.mmp"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"instrument_name": "snare_acoustic01.ogg",
|
||||||
|
"count": 1,
|
||||||
|
"files": [
|
||||||
|
"mmp/Gustavo Castro.mmp"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"instrument_name": "snare03.ogg",
|
||||||
|
"count": 1,
|
||||||
|
"files": [
|
||||||
|
"mmp/Gustavo Castro.mmp"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"instrument_name": "zap03.ogg",
|
||||||
|
"count": 1,
|
||||||
|
"files": [
|
||||||
|
"mmp/Gustavo Castro.mmp"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"instrument_name": "electric_ping01.ogg",
|
||||||
|
"count": 1,
|
||||||
|
"files": [
|
||||||
|
"mmp/Gustavo Castro.mmp"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"instrument_name": "steel_guitar_slight_distorted01.ogg",
|
||||||
|
"count": 1,
|
||||||
|
"files": [
|
||||||
|
"mmp/Gustavo Castro.mmp"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"instrument_name": "steel_guitar_heavy_distorted01.ogg",
|
||||||
|
"count": 1,
|
||||||
|
"files": [
|
||||||
|
"mmp/Gustavo Castro.mmp"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"instrument_name": "heaven_strings01.ogg",
|
||||||
|
"count": 1,
|
||||||
|
"files": [
|
||||||
|
"mmp/eliasMendesSong.mmp"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"instrument_name": "breath01.ogg",
|
||||||
|
"count": 1,
|
||||||
|
"files": [
|
||||||
|
"mmp/eliasMendesSong.mmp"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"instrument_name": "break02.ogg",
|
||||||
|
"count": 1,
|
||||||
|
"files": [
|
||||||
|
"mmp/eliasMendesSong.mmp"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"instrument_name": "raving_crowd01.ogg",
|
||||||
|
"count": 1,
|
||||||
|
"files": [
|
||||||
|
"mmp/eliasMendesSong.mmp"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"instrument_name": "start01.ogg",
|
||||||
|
"count": 1,
|
||||||
|
"files": [
|
||||||
|
"mmp/eliasMendesSong.mmp"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"instrument_name": "bass01.ogg",
|
||||||
|
"count": 1,
|
||||||
|
"files": [
|
||||||
|
"mmp/eliasMendesSong.mmp"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"instrument_name": "rave_bass01.ogg",
|
||||||
|
"count": 1,
|
||||||
|
"files": [
|
||||||
|
"mmp/eliasMendesSong.mmp"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"instrument_name": "synth_acid01.ogg",
|
||||||
|
"count": 1,
|
||||||
|
"files": [
|
||||||
|
"mmp/eliasMendesSong.mmp"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"instrument_name": "horror_bass01.ogg",
|
||||||
|
"count": 1,
|
||||||
|
"files": [
|
||||||
|
"mmp/eliasMendesSong.mmp"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"instrument_name": "Hi-q.ds",
|
||||||
|
"count": 1,
|
||||||
|
"files": [
|
||||||
|
"mmp/eliasMendesSong.mmp"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"instrument_name": "Syntom_1.ds",
|
||||||
|
"count": 1,
|
||||||
|
"files": [
|
||||||
|
"mmp/eliasMendesSong.mmp"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"instrument_name": "Snare.ds",
|
||||||
|
"count": 1,
|
||||||
|
"files": [
|
||||||
|
"mmp/eliasMendesSong.mmp"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"instrument_name": "a_round_thing.ds",
|
||||||
|
"count": 1,
|
||||||
|
"files": [
|
||||||
|
"mmp/eliasMendesSong.mmp"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"instrument_name": "long_q_1.ds",
|
||||||
|
"count": 1,
|
||||||
|
"files": [
|
||||||
|
"mmp/eliasMendesSong.mmp"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"instrument_name": "wee_dog.ds",
|
||||||
|
"count": 1,
|
||||||
|
"files": [
|
||||||
|
"mmp/eliasMendesSong.mmp"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"instrument_name": "dirty_transform.ds",
|
||||||
|
"count": 1,
|
||||||
|
"files": [
|
||||||
|
"mmp/eliasMendesSong.mmp"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"instrument_name": "bass1",
|
||||||
|
"count": 1,
|
||||||
|
"files": [
|
||||||
|
"mmp/Jo\u00e3oVitorSim\u00e3o-2023008380-megaMainSong.mmp"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"instrument_name": "noise1",
|
||||||
|
"count": 1,
|
||||||
|
"files": [
|
||||||
|
"mmp/Jo\u00e3oVitorSim\u00e3o-2023008380-megaMainSong.mmp"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"instrument_name": "snare",
|
||||||
|
"count": 1,
|
||||||
|
"files": [
|
||||||
|
"mmp/Jo\u00e3oVitorSim\u00e3o-2023008380-megaMainSong.mmp"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"instrument_name": "clap04.ogg",
|
||||||
|
"count": 1,
|
||||||
|
"files": [
|
||||||
|
"mmp/Iara Rodrigues.mmp"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"instrument_name": "rim01.ogg",
|
||||||
|
"count": 1,
|
||||||
|
"files": [
|
||||||
|
"mmp/Iara Rodrigues.mmp"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"instrument_name": "bassdrum_acoustic01.ogg",
|
||||||
|
"count": 1,
|
||||||
|
"files": [
|
||||||
|
"mmp/Iara Rodrigues.mmp"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"instrument_name": "kick_long01.ogg",
|
||||||
|
"count": 1,
|
||||||
|
"files": [
|
||||||
|
"mmp/Iara Rodrigues.mmp"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"instrument_name": "violin_double_stop01.ogg",
|
||||||
|
"count": 1,
|
||||||
|
"files": [
|
||||||
|
"mmp/Iara Rodrigues.mmp"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"instrument_name": "harpsichord01.ogg",
|
||||||
|
"count": 1,
|
||||||
|
"files": [
|
||||||
|
"mmp/Iara Rodrigues.mmp"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"instrument_name": "cello01.ogg",
|
||||||
|
"count": 1,
|
||||||
|
"files": [
|
||||||
|
"mmp/Iara Rodrigues.mmp"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"instrument_name": "chroma_sound_effect01.ogg",
|
||||||
|
"count": 1,
|
||||||
|
"files": [
|
||||||
|
"mmp/Iara Rodrigues.mmp"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"instrument_name": "110011__tuberatanka__cat-meow.wav",
|
||||||
|
"count": 1,
|
||||||
|
"files": [
|
||||||
|
"mmp/Iara Rodrigues.mmp"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"instrument_name": "wind_chimes01.ogg",
|
||||||
|
"count": 1,
|
||||||
|
"files": [
|
||||||
|
"mmp/Iara Rodrigues.mmp"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"instrument_name": "auauEmy.wav",
|
||||||
|
"count": 1,
|
||||||
|
"files": [
|
||||||
|
"mmp/Iara Rodrigues.mmp"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
128
_data/teste.yml
128
_data/teste.yml
|
|
@ -1,128 +0,0 @@
|
||||||
bpm: '140'
|
|
||||||
file: teste
|
|
||||||
src: /nethome/jotachina/projetos/mmpSearch/mmp/teste.mmp
|
|
||||||
tags:
|
|
||||||
TAG:
|
|
||||||
- plugin
|
|
||||||
automation: []
|
|
||||||
bassline: []
|
|
||||||
plugin:
|
|
||||||
- audiofileprocessor
|
|
||||||
sample: []
|
|
||||||
tracks:
|
|
||||||
- arpeggiator:
|
|
||||||
arp: '0'
|
|
||||||
arp-enabled: '0'
|
|
||||||
arpcycle: '0'
|
|
||||||
arpdir: '0'
|
|
||||||
arpgate: '100'
|
|
||||||
arpmiss: '0'
|
|
||||||
arpmode: '0'
|
|
||||||
arprange: '1'
|
|
||||||
arpskip: '0'
|
|
||||||
arptime: '200'
|
|
||||||
arptime_denominator: '4'
|
|
||||||
arptime_numerator: '4'
|
|
||||||
arptime_syncmode: '0'
|
|
||||||
audiofileprocessor:
|
|
||||||
amp: '100'
|
|
||||||
eframe: '1'
|
|
||||||
interp: '1'
|
|
||||||
lframe: '0'
|
|
||||||
looped: '0'
|
|
||||||
reversed: '0'
|
|
||||||
sframe: '0'
|
|
||||||
src: drums/clap01.ogg
|
|
||||||
stutter: '0'
|
|
||||||
chordcreator:
|
|
||||||
chord: '0'
|
|
||||||
chord-enabled: '0'
|
|
||||||
chordrange: '1'
|
|
||||||
elcut:
|
|
||||||
amt: '0'
|
|
||||||
att: '0'
|
|
||||||
ctlenvamt: '0'
|
|
||||||
dec: '0.5'
|
|
||||||
hold: '0.5'
|
|
||||||
lamt: '0'
|
|
||||||
latt: '0'
|
|
||||||
lpdel: '0'
|
|
||||||
lshp: '0'
|
|
||||||
lspd: '0.1'
|
|
||||||
lspd_denominator: '4'
|
|
||||||
lspd_numerator: '4'
|
|
||||||
lspd_syncmode: '0'
|
|
||||||
pdel: '0'
|
|
||||||
rel: '0.1'
|
|
||||||
sustain: '0.5'
|
|
||||||
userwavefile: ''
|
|
||||||
x100: '0'
|
|
||||||
eldata:
|
|
||||||
fcut: '14000'
|
|
||||||
fres: '0.5'
|
|
||||||
ftype: '0'
|
|
||||||
fwet: '0'
|
|
||||||
elres:
|
|
||||||
amt: '0'
|
|
||||||
att: '0'
|
|
||||||
ctlenvamt: '0'
|
|
||||||
dec: '0.5'
|
|
||||||
hold: '0.5'
|
|
||||||
lamt: '0'
|
|
||||||
latt: '0'
|
|
||||||
lpdel: '0'
|
|
||||||
lshp: '0'
|
|
||||||
lspd: '0.1'
|
|
||||||
lspd_denominator: '4'
|
|
||||||
lspd_numerator: '4'
|
|
||||||
lspd_syncmode: '0'
|
|
||||||
pdel: '0'
|
|
||||||
rel: '0.1'
|
|
||||||
sustain: '0.5'
|
|
||||||
userwavefile: ''
|
|
||||||
x100: '0'
|
|
||||||
elvol:
|
|
||||||
amt: '0'
|
|
||||||
att: '0'
|
|
||||||
ctlenvamt: '0'
|
|
||||||
dec: '0.5'
|
|
||||||
hold: '0.5'
|
|
||||||
lamt: '0'
|
|
||||||
latt: '0'
|
|
||||||
lpdel: '0'
|
|
||||||
lshp: '0'
|
|
||||||
lspd: '0.1'
|
|
||||||
lspd_denominator: '4'
|
|
||||||
lspd_numerator: '4'
|
|
||||||
lspd_syncmode: '0'
|
|
||||||
pdel: '0'
|
|
||||||
rel: '0.1'
|
|
||||||
sustain: '0.5'
|
|
||||||
userwavefile: ''
|
|
||||||
x100: '0'
|
|
||||||
fxchain:
|
|
||||||
enabled: '0'
|
|
||||||
numofeffects: '0'
|
|
||||||
instrumenttrack:
|
|
||||||
basenote: '57'
|
|
||||||
fxch: '0'
|
|
||||||
pan: '0'
|
|
||||||
pitch: '0'
|
|
||||||
pitchrange: '1'
|
|
||||||
usemasterpitch: '1'
|
|
||||||
vol: '100'
|
|
||||||
midiport:
|
|
||||||
basevelocity: '63'
|
|
||||||
fixedinputvelocity: '-1'
|
|
||||||
fixedoutputnote: '-1'
|
|
||||||
fixedoutputvelocity: '-1'
|
|
||||||
inputchannel: '0'
|
|
||||||
inputcontroller: '0'
|
|
||||||
outputchannel: '1'
|
|
||||||
outputcontroller: '0'
|
|
||||||
outputprogram: '1'
|
|
||||||
readable: '0'
|
|
||||||
writable: '0'
|
|
||||||
plugin_name: audiofileprocessor
|
|
||||||
track_name: clap01.ogg
|
|
||||||
type: plugin
|
|
||||||
|
|
@ -1,217 +1,34 @@
|
||||||
bpm: '140'
|
bpm: '140'
|
||||||
file: tp1 - Luiz Filipe Almada
|
file: mmp/tp1 - Luiz Filipe Almada.mmp
|
||||||
src: /nethome/jotachina/projetos/mmpSearch/mmp/tp1 - Luiz Filipe Almada.mmp
|
|
||||||
tags:
|
|
||||||
TAG:
|
|
||||||
- bassline
|
|
||||||
automation: []
|
|
||||||
bassline:
|
|
||||||
- Kick
|
|
||||||
- Hihat - continuo
|
|
||||||
- HiHat2
|
|
||||||
- HiHat - passagem
|
|
||||||
- Clap
|
|
||||||
- Melody1
|
|
||||||
- Bass
|
|
||||||
plugin:
|
|
||||||
- audiofileprocessor
|
|
||||||
sample: []
|
|
||||||
tracks:
|
tracks:
|
||||||
- bassline_name: Kick
|
- instruments:
|
||||||
instruments:
|
- instrument_name: Kicker
|
||||||
- basenote: '57'
|
- instrument_name: kick04.ogg
|
||||||
fxch: '0'
|
- instrument_name: hihat_closed04.ogg
|
||||||
instrument_name: Kicker
|
- instrument_name: hihat_closed03.ogg
|
||||||
instrument_type: '0'
|
- instrument_name: hihat_closed01.ogg
|
||||||
pan: '0'
|
- instrument_name: hihat_opened01.ogg
|
||||||
pitch: '0'
|
- instrument_name: steel_guitar01.ogg
|
||||||
pitchrange: '1'
|
- instrument_name: TripleOscillator
|
||||||
usemasterpitch: '1'
|
- instrument_name: clap01.ogg
|
||||||
vol: '100'
|
- instrument_name: piano01.ogg
|
||||||
- audiofileprocessor:
|
track_name: Kick
|
||||||
amp: '100'
|
|
||||||
eframe: '1'
|
|
||||||
interp: '1'
|
|
||||||
lframe: '0'
|
|
||||||
looped: '0'
|
|
||||||
reversed: '0'
|
|
||||||
sframe: '0'
|
|
||||||
src: drums/kick04.ogg
|
|
||||||
stutter: '0'
|
|
||||||
basenote: '57'
|
|
||||||
fxch: '0'
|
|
||||||
instrument_name: kick04.ogg
|
|
||||||
instrument_type: '0'
|
|
||||||
pan: '0'
|
|
||||||
pitch: '0'
|
|
||||||
pitchrange: '1'
|
|
||||||
usemasterpitch: '1'
|
|
||||||
vol: '100'
|
|
||||||
- audiofileprocessor:
|
|
||||||
amp: '100'
|
|
||||||
eframe: '1'
|
|
||||||
interp: '1'
|
|
||||||
lframe: '0'
|
|
||||||
looped: '0'
|
|
||||||
reversed: '0'
|
|
||||||
sframe: '0'
|
|
||||||
src: drums/hihat_closed04.ogg
|
|
||||||
stutter: '0'
|
|
||||||
basenote: '57'
|
|
||||||
fxch: '2'
|
|
||||||
instrument_name: hihat_closed04.ogg
|
|
||||||
instrument_type: '0'
|
|
||||||
pan: '0'
|
|
||||||
pitch: '0'
|
|
||||||
pitchrange: '1'
|
|
||||||
usemasterpitch: '1'
|
|
||||||
vol: '100'
|
|
||||||
- audiofileprocessor:
|
|
||||||
amp: '100'
|
|
||||||
eframe: '1'
|
|
||||||
interp: '1'
|
|
||||||
lframe: '0'
|
|
||||||
looped: '0'
|
|
||||||
reversed: '0'
|
|
||||||
sframe: '0'
|
|
||||||
src: drums/hihat_closed03.ogg
|
|
||||||
stutter: '0'
|
|
||||||
basenote: '57'
|
|
||||||
fxch: '1'
|
|
||||||
instrument_name: hihat_closed03.ogg
|
|
||||||
instrument_type: '0'
|
|
||||||
pan: '0'
|
|
||||||
pitch: '0'
|
|
||||||
pitchrange: '1'
|
|
||||||
usemasterpitch: '1'
|
|
||||||
vol: '84'
|
|
||||||
- audiofileprocessor:
|
|
||||||
amp: '100'
|
|
||||||
eframe: '1'
|
|
||||||
interp: '1'
|
|
||||||
lframe: '0.000554324'
|
|
||||||
looped: '0'
|
|
||||||
reversed: '0'
|
|
||||||
sframe: '0.000369549'
|
|
||||||
src: drums/hihat_closed01.ogg
|
|
||||||
stutter: '0'
|
|
||||||
basenote: '57'
|
|
||||||
fxch: '0'
|
|
||||||
instrument_name: hihat_closed01.ogg
|
|
||||||
instrument_type: '0'
|
|
||||||
pan: '0'
|
|
||||||
pitch: '0'
|
|
||||||
pitchrange: '1'
|
|
||||||
usemasterpitch: '1'
|
|
||||||
vol: '100'
|
|
||||||
- audiofileprocessor:
|
|
||||||
amp: '100'
|
|
||||||
eframe: '1'
|
|
||||||
interp: '1'
|
|
||||||
lframe: '0'
|
|
||||||
looped: '0'
|
|
||||||
reversed: '0'
|
|
||||||
sframe: '0'
|
|
||||||
src: drums/hihat_opened01.ogg
|
|
||||||
stutter: '0'
|
|
||||||
basenote: '57'
|
|
||||||
fxch: '5'
|
|
||||||
instrument_name: hihat_opened01.ogg
|
|
||||||
instrument_type: '0'
|
|
||||||
pan: '0'
|
|
||||||
pitch: '0'
|
|
||||||
pitchrange: '1'
|
|
||||||
usemasterpitch: '1'
|
|
||||||
vol: '84'
|
|
||||||
- audiofileprocessor:
|
|
||||||
amp: '100'
|
|
||||||
eframe: '1'
|
|
||||||
interp: '1'
|
|
||||||
lframe: '0'
|
|
||||||
looped: '0'
|
|
||||||
reversed: '0'
|
|
||||||
sframe: '0'
|
|
||||||
src: instruments/steel_guitar01.ogg
|
|
||||||
stutter: '0'
|
|
||||||
basenote: '57'
|
|
||||||
fxch: '4'
|
|
||||||
instrument_name: steel_guitar01.ogg
|
|
||||||
instrument_type: '0'
|
|
||||||
pan: '0'
|
|
||||||
pitch: '0'
|
|
||||||
pitchrange: '1'
|
|
||||||
usemasterpitch: '1'
|
|
||||||
vol: '100'
|
|
||||||
- basenote: '57'
|
|
||||||
fxch: '0'
|
|
||||||
instrument_name: TripleOscillator
|
|
||||||
instrument_type: '0'
|
|
||||||
pan: '0'
|
|
||||||
pitch: '1'
|
|
||||||
pitchrange: '1'
|
|
||||||
usemasterpitch: '1'
|
|
||||||
vol: '40.8'
|
|
||||||
- audiofileprocessor:
|
|
||||||
amp: '100'
|
|
||||||
eframe: '1'
|
|
||||||
interp: '1'
|
|
||||||
lframe: '0'
|
|
||||||
looped: '0'
|
|
||||||
reversed: '0'
|
|
||||||
sframe: '0'
|
|
||||||
src: drums/clap01.ogg
|
|
||||||
stutter: '0'
|
|
||||||
basenote: '57'
|
|
||||||
fxch: '0'
|
|
||||||
instrument_name: clap01.ogg
|
|
||||||
instrument_type: '0'
|
|
||||||
pan: '0'
|
|
||||||
pitch: '0'
|
|
||||||
pitchrange: '1'
|
|
||||||
usemasterpitch: '1'
|
|
||||||
vol: '100'
|
|
||||||
- audiofileprocessor:
|
|
||||||
amp: '100'
|
|
||||||
eframe: '1'
|
|
||||||
interp: '1'
|
|
||||||
lframe: '0'
|
|
||||||
looped: '0'
|
|
||||||
reversed: '0'
|
|
||||||
sframe: '0'
|
|
||||||
src: instruments/piano01.ogg
|
|
||||||
stutter: '0'
|
|
||||||
basenote: '57'
|
|
||||||
fxch: '3'
|
|
||||||
instrument_name: piano01.ogg
|
|
||||||
instrument_type: '0'
|
|
||||||
pan: '0'
|
|
||||||
pitch: '0'
|
|
||||||
pitchrange: '1'
|
|
||||||
usemasterpitch: '1'
|
|
||||||
vol: '80'
|
|
||||||
tags: audiofileprocessor
|
|
||||||
type: bassline
|
type: bassline
|
||||||
- bassline_name: Hihat - continuo
|
- instruments: []
|
||||||
instruments: []
|
track_name: Hihat - continuo
|
||||||
tags: ''
|
|
||||||
type: bassline
|
type: bassline
|
||||||
- bassline_name: HiHat2
|
- instruments: []
|
||||||
instruments: []
|
track_name: HiHat2
|
||||||
tags: ''
|
|
||||||
type: bassline
|
type: bassline
|
||||||
- bassline_name: HiHat - passagem
|
- instruments: []
|
||||||
instruments: []
|
track_name: HiHat - passagem
|
||||||
tags: ''
|
|
||||||
type: bassline
|
type: bassline
|
||||||
- bassline_name: Clap
|
- instruments: []
|
||||||
instruments: []
|
track_name: Clap
|
||||||
tags: ''
|
|
||||||
type: bassline
|
type: bassline
|
||||||
- bassline_name: Melody1
|
- instruments: []
|
||||||
instruments: []
|
track_name: Melody1
|
||||||
tags: ''
|
|
||||||
type: bassline
|
type: bassline
|
||||||
- bassline_name: Bass
|
- instruments: []
|
||||||
instruments: []
|
track_name: Bass
|
||||||
tags: ''
|
|
||||||
type: bassline
|
type: bassline
|
||||||
|
|
|
||||||
|
|
@ -1,708 +1,21 @@
|
||||||
bpm: '140'
|
bpm: '140'
|
||||||
file: tp1_MarcoAntonio
|
file: mmp/tp1_MarcoAntonio.mmp
|
||||||
src: /nethome/jotachina/projetos/mmpSearch/mmp/tp1_MarcoAntonio.mmp
|
|
||||||
tags:
|
|
||||||
TAG:
|
|
||||||
- plugin
|
|
||||||
automation: []
|
|
||||||
bassline: []
|
|
||||||
plugin:
|
|
||||||
- audiofileprocessor
|
|
||||||
sample: []
|
|
||||||
tracks:
|
tracks:
|
||||||
- arpeggiator:
|
- instruments: []
|
||||||
arp: '0'
|
|
||||||
arp-enabled: '0'
|
|
||||||
arpcycle: '0'
|
|
||||||
arpdir: '0'
|
|
||||||
arpgate: '100'
|
|
||||||
arpmiss: '0'
|
|
||||||
arpmode: '0'
|
|
||||||
arprange: '1'
|
|
||||||
arpskip: '0'
|
|
||||||
arptime: '200'
|
|
||||||
arptime_denominator: '4'
|
|
||||||
arptime_numerator: '4'
|
|
||||||
arptime_syncmode: '0'
|
|
||||||
audiofileprocessor:
|
|
||||||
amp: '100'
|
|
||||||
eframe: '1'
|
|
||||||
interp: '1'
|
|
||||||
lframe: '0'
|
|
||||||
looped: '0'
|
|
||||||
reversed: '0'
|
|
||||||
sframe: '0'
|
|
||||||
src: instruments/e_piano_accord01.ogg
|
|
||||||
stutter: '0'
|
|
||||||
chordcreator:
|
|
||||||
chord: '0'
|
|
||||||
chord-enabled: '0'
|
|
||||||
chordrange: '1'
|
|
||||||
elcut:
|
|
||||||
amt: '0'
|
|
||||||
att: '0'
|
|
||||||
ctlenvamt: '0'
|
|
||||||
dec: '0.5'
|
|
||||||
hold: '0.5'
|
|
||||||
lamt: '0'
|
|
||||||
latt: '0'
|
|
||||||
lpdel: '0'
|
|
||||||
lshp: '0'
|
|
||||||
lspd: '0.1'
|
|
||||||
lspd_denominator: '4'
|
|
||||||
lspd_numerator: '4'
|
|
||||||
lspd_syncmode: '0'
|
|
||||||
pdel: '0'
|
|
||||||
rel: '0.1'
|
|
||||||
sustain: '0.5'
|
|
||||||
userwavefile: ''
|
|
||||||
x100: '0'
|
|
||||||
eldata:
|
|
||||||
fcut: '14000'
|
|
||||||
fres: '0.5'
|
|
||||||
ftype: '0'
|
|
||||||
fwet: '0'
|
|
||||||
elres:
|
|
||||||
amt: '0'
|
|
||||||
att: '0'
|
|
||||||
ctlenvamt: '0'
|
|
||||||
dec: '0.5'
|
|
||||||
hold: '0.5'
|
|
||||||
lamt: '0'
|
|
||||||
latt: '0'
|
|
||||||
lpdel: '0'
|
|
||||||
lshp: '0'
|
|
||||||
lspd: '0.1'
|
|
||||||
lspd_denominator: '4'
|
|
||||||
lspd_numerator: '4'
|
|
||||||
lspd_syncmode: '0'
|
|
||||||
pdel: '0'
|
|
||||||
rel: '0.1'
|
|
||||||
sustain: '0.5'
|
|
||||||
userwavefile: ''
|
|
||||||
x100: '0'
|
|
||||||
elvol:
|
|
||||||
amt: '0'
|
|
||||||
att: '0'
|
|
||||||
ctlenvamt: '0'
|
|
||||||
dec: '0.5'
|
|
||||||
hold: '0.5'
|
|
||||||
lamt: '0'
|
|
||||||
latt: '0'
|
|
||||||
lpdel: '0'
|
|
||||||
lshp: '0'
|
|
||||||
lspd: '0.1'
|
|
||||||
lspd_denominator: '4'
|
|
||||||
lspd_numerator: '4'
|
|
||||||
lspd_syncmode: '0'
|
|
||||||
pdel: '0'
|
|
||||||
rel: '0.1'
|
|
||||||
sustain: '0.5'
|
|
||||||
userwavefile: ''
|
|
||||||
x100: '0'
|
|
||||||
fxchain:
|
|
||||||
enabled: '0'
|
|
||||||
numofeffects: '0'
|
|
||||||
instrumenttrack:
|
|
||||||
basenote: '57'
|
|
||||||
fxch: '1'
|
|
||||||
pan: '0'
|
|
||||||
pitch: '0'
|
|
||||||
pitchrange: '1'
|
|
||||||
usemasterpitch: '1'
|
|
||||||
vol: '86.4'
|
|
||||||
midiport:
|
|
||||||
basevelocity: '63'
|
|
||||||
fixedinputvelocity: '-1'
|
|
||||||
fixedoutputnote: '-1'
|
|
||||||
fixedoutputvelocity: '-1'
|
|
||||||
inputchannel: '0'
|
|
||||||
inputcontroller: '0'
|
|
||||||
outputchannel: '1'
|
|
||||||
outputcontroller: '0'
|
|
||||||
outputprogram: '1'
|
|
||||||
readable: '0'
|
|
||||||
writable: '0'
|
|
||||||
plugin_name: audiofileprocessor
|
|
||||||
track_name: e_piano_accord01.ogg
|
track_name: e_piano_accord01.ogg
|
||||||
type: plugin
|
type: plugin
|
||||||
- arpeggiator:
|
- instruments: []
|
||||||
arp: '0'
|
|
||||||
arp-enabled: '0'
|
|
||||||
arpcycle: '0'
|
|
||||||
arpdir: '0'
|
|
||||||
arpgate: '100'
|
|
||||||
arpmiss: '0'
|
|
||||||
arpmode: '0'
|
|
||||||
arprange: '1'
|
|
||||||
arpskip: '0'
|
|
||||||
arptime: '200'
|
|
||||||
arptime_denominator: '4'
|
|
||||||
arptime_numerator: '4'
|
|
||||||
arptime_syncmode: '0'
|
|
||||||
audiofileprocessor:
|
|
||||||
amp: '100'
|
|
||||||
eframe: '1'
|
|
||||||
interp: '1'
|
|
||||||
lframe: '0'
|
|
||||||
looped: '0'
|
|
||||||
reversed: '0'
|
|
||||||
sframe: '0'
|
|
||||||
src: drums/hihat_closed01.ogg
|
|
||||||
stutter: '0'
|
|
||||||
chordcreator:
|
|
||||||
chord: '0'
|
|
||||||
chord-enabled: '0'
|
|
||||||
chordrange: '1'
|
|
||||||
elcut:
|
|
||||||
amt: '0'
|
|
||||||
att: '0'
|
|
||||||
ctlenvamt: '0'
|
|
||||||
dec: '0.5'
|
|
||||||
hold: '0.5'
|
|
||||||
lamt: '0'
|
|
||||||
latt: '0'
|
|
||||||
lpdel: '0'
|
|
||||||
lshp: '0'
|
|
||||||
lspd: '0.1'
|
|
||||||
lspd_denominator: '4'
|
|
||||||
lspd_numerator: '4'
|
|
||||||
lspd_syncmode: '0'
|
|
||||||
pdel: '0'
|
|
||||||
rel: '0.1'
|
|
||||||
sustain: '0.5'
|
|
||||||
userwavefile: ''
|
|
||||||
x100: '0'
|
|
||||||
eldata:
|
|
||||||
fcut: '14000'
|
|
||||||
fres: '0.5'
|
|
||||||
ftype: '0'
|
|
||||||
fwet: '0'
|
|
||||||
elres:
|
|
||||||
amt: '0'
|
|
||||||
att: '0'
|
|
||||||
ctlenvamt: '0'
|
|
||||||
dec: '0.5'
|
|
||||||
hold: '0.5'
|
|
||||||
lamt: '0'
|
|
||||||
latt: '0'
|
|
||||||
lpdel: '0'
|
|
||||||
lshp: '0'
|
|
||||||
lspd: '0.1'
|
|
||||||
lspd_denominator: '4'
|
|
||||||
lspd_numerator: '4'
|
|
||||||
lspd_syncmode: '0'
|
|
||||||
pdel: '0'
|
|
||||||
rel: '0.1'
|
|
||||||
sustain: '0.5'
|
|
||||||
userwavefile: ''
|
|
||||||
x100: '0'
|
|
||||||
elvol:
|
|
||||||
amt: '0'
|
|
||||||
att: '0'
|
|
||||||
ctlenvamt: '0'
|
|
||||||
dec: '0.5'
|
|
||||||
hold: '0.5'
|
|
||||||
lamt: '0'
|
|
||||||
latt: '0'
|
|
||||||
lpdel: '0'
|
|
||||||
lshp: '0'
|
|
||||||
lspd: '0.1'
|
|
||||||
lspd_denominator: '4'
|
|
||||||
lspd_numerator: '4'
|
|
||||||
lspd_syncmode: '0'
|
|
||||||
pdel: '0'
|
|
||||||
rel: '0.1'
|
|
||||||
sustain: '0.5'
|
|
||||||
userwavefile: ''
|
|
||||||
x100: '0'
|
|
||||||
fxchain:
|
|
||||||
enabled: '0'
|
|
||||||
numofeffects: '0'
|
|
||||||
instrumenttrack:
|
|
||||||
basenote: '57'
|
|
||||||
fxch: '0'
|
|
||||||
pan: '0'
|
|
||||||
pitch: '0'
|
|
||||||
pitchrange: '1'
|
|
||||||
usemasterpitch: '1'
|
|
||||||
vol: '81.6'
|
|
||||||
midiport:
|
|
||||||
basevelocity: '63'
|
|
||||||
fixedinputvelocity: '-1'
|
|
||||||
fixedoutputnote: '-1'
|
|
||||||
fixedoutputvelocity: '-1'
|
|
||||||
inputchannel: '0'
|
|
||||||
inputcontroller: '0'
|
|
||||||
outputchannel: '1'
|
|
||||||
outputcontroller: '0'
|
|
||||||
outputprogram: '1'
|
|
||||||
readable: '0'
|
|
||||||
writable: '0'
|
|
||||||
plugin_name: audiofileprocessor
|
|
||||||
track_name: hihat_closed01.ogg
|
track_name: hihat_closed01.ogg
|
||||||
type: plugin
|
type: plugin
|
||||||
- arpeggiator:
|
- instruments: []
|
||||||
arp: '0'
|
|
||||||
arp-enabled: '0'
|
|
||||||
arpcycle: '0'
|
|
||||||
arpdir: '0'
|
|
||||||
arpgate: '100'
|
|
||||||
arpmiss: '0'
|
|
||||||
arpmode: '0'
|
|
||||||
arprange: '1'
|
|
||||||
arpskip: '0'
|
|
||||||
arptime: '200'
|
|
||||||
arptime_denominator: '4'
|
|
||||||
arptime_numerator: '4'
|
|
||||||
arptime_syncmode: '0'
|
|
||||||
audiofileprocessor:
|
|
||||||
amp: '100'
|
|
||||||
eframe: '1'
|
|
||||||
interp: '1'
|
|
||||||
lframe: '0'
|
|
||||||
looped: '0'
|
|
||||||
reversed: '0'
|
|
||||||
sframe: '0'
|
|
||||||
src: drums/clap04.ogg
|
|
||||||
stutter: '0'
|
|
||||||
chordcreator:
|
|
||||||
chord: '0'
|
|
||||||
chord-enabled: '0'
|
|
||||||
chordrange: '1'
|
|
||||||
elcut:
|
|
||||||
amt: '0'
|
|
||||||
att: '0'
|
|
||||||
ctlenvamt: '0'
|
|
||||||
dec: '0.5'
|
|
||||||
hold: '0.5'
|
|
||||||
lamt: '0'
|
|
||||||
latt: '0'
|
|
||||||
lpdel: '0'
|
|
||||||
lshp: '0'
|
|
||||||
lspd: '0.1'
|
|
||||||
lspd_denominator: '4'
|
|
||||||
lspd_numerator: '4'
|
|
||||||
lspd_syncmode: '0'
|
|
||||||
pdel: '0'
|
|
||||||
rel: '0.1'
|
|
||||||
sustain: '0.5'
|
|
||||||
userwavefile: ''
|
|
||||||
x100: '0'
|
|
||||||
eldata:
|
|
||||||
fcut: '14000'
|
|
||||||
fres: '0.5'
|
|
||||||
ftype: '0'
|
|
||||||
fwet: '0'
|
|
||||||
elres:
|
|
||||||
amt: '0'
|
|
||||||
att: '0'
|
|
||||||
ctlenvamt: '0'
|
|
||||||
dec: '0.5'
|
|
||||||
hold: '0.5'
|
|
||||||
lamt: '0'
|
|
||||||
latt: '0'
|
|
||||||
lpdel: '0'
|
|
||||||
lshp: '0'
|
|
||||||
lspd: '0.1'
|
|
||||||
lspd_denominator: '4'
|
|
||||||
lspd_numerator: '4'
|
|
||||||
lspd_syncmode: '0'
|
|
||||||
pdel: '0'
|
|
||||||
rel: '0.1'
|
|
||||||
sustain: '0.5'
|
|
||||||
userwavefile: ''
|
|
||||||
x100: '0'
|
|
||||||
elvol:
|
|
||||||
amt: '0'
|
|
||||||
att: '0'
|
|
||||||
ctlenvamt: '0'
|
|
||||||
dec: '0.5'
|
|
||||||
hold: '0.5'
|
|
||||||
lamt: '0'
|
|
||||||
latt: '0'
|
|
||||||
lpdel: '0'
|
|
||||||
lshp: '0'
|
|
||||||
lspd: '0.1'
|
|
||||||
lspd_denominator: '4'
|
|
||||||
lspd_numerator: '4'
|
|
||||||
lspd_syncmode: '0'
|
|
||||||
pdel: '0'
|
|
||||||
rel: '0.1'
|
|
||||||
sustain: '0.5'
|
|
||||||
userwavefile: ''
|
|
||||||
x100: '0'
|
|
||||||
fxchain:
|
|
||||||
enabled: '0'
|
|
||||||
numofeffects: '0'
|
|
||||||
instrumenttrack:
|
|
||||||
basenote: '57'
|
|
||||||
fxch: '0'
|
|
||||||
pan: '0'
|
|
||||||
pitch: '0'
|
|
||||||
pitchrange: '1'
|
|
||||||
usemasterpitch: '1'
|
|
||||||
vol: '91.2'
|
|
||||||
midiport:
|
|
||||||
basevelocity: '63'
|
|
||||||
fixedinputvelocity: '-1'
|
|
||||||
fixedoutputnote: '-1'
|
|
||||||
fixedoutputvelocity: '-1'
|
|
||||||
inputchannel: '0'
|
|
||||||
inputcontroller: '0'
|
|
||||||
outputchannel: '1'
|
|
||||||
outputcontroller: '0'
|
|
||||||
outputprogram: '1'
|
|
||||||
readable: '0'
|
|
||||||
writable: '0'
|
|
||||||
plugin_name: audiofileprocessor
|
|
||||||
track_name: clap04.ogg
|
track_name: clap04.ogg
|
||||||
type: plugin
|
type: plugin
|
||||||
- arpeggiator:
|
- instruments: []
|
||||||
arp: '0'
|
|
||||||
arp-enabled: '0'
|
|
||||||
arpcycle: '0'
|
|
||||||
arpdir: '0'
|
|
||||||
arpgate: '100'
|
|
||||||
arpmiss: '0'
|
|
||||||
arpmode: '0'
|
|
||||||
arprange: '1'
|
|
||||||
arpskip: '0'
|
|
||||||
arptime: '200'
|
|
||||||
arptime_denominator: '4'
|
|
||||||
arptime_numerator: '4'
|
|
||||||
arptime_syncmode: '0'
|
|
||||||
audiofileprocessor:
|
|
||||||
amp: '100'
|
|
||||||
eframe: '1'
|
|
||||||
interp: '1'
|
|
||||||
lframe: '0'
|
|
||||||
looped: '0'
|
|
||||||
reversed: '0'
|
|
||||||
sframe: '0'
|
|
||||||
src: drums/snare03.ogg
|
|
||||||
stutter: '0'
|
|
||||||
chordcreator:
|
|
||||||
chord: '0'
|
|
||||||
chord-enabled: '0'
|
|
||||||
chordrange: '1'
|
|
||||||
elcut:
|
|
||||||
amt: '0'
|
|
||||||
att: '0'
|
|
||||||
ctlenvamt: '0'
|
|
||||||
dec: '0.5'
|
|
||||||
hold: '0.5'
|
|
||||||
lamt: '0'
|
|
||||||
latt: '0'
|
|
||||||
lpdel: '0'
|
|
||||||
lshp: '0'
|
|
||||||
lspd: '0.1'
|
|
||||||
lspd_denominator: '4'
|
|
||||||
lspd_numerator: '4'
|
|
||||||
lspd_syncmode: '0'
|
|
||||||
pdel: '0'
|
|
||||||
rel: '0.1'
|
|
||||||
sustain: '0.5'
|
|
||||||
userwavefile: ''
|
|
||||||
x100: '0'
|
|
||||||
eldata:
|
|
||||||
fcut: '14000'
|
|
||||||
fres: '0.5'
|
|
||||||
ftype: '0'
|
|
||||||
fwet: '0'
|
|
||||||
elres:
|
|
||||||
amt: '0'
|
|
||||||
att: '0'
|
|
||||||
ctlenvamt: '0'
|
|
||||||
dec: '0.5'
|
|
||||||
hold: '0.5'
|
|
||||||
lamt: '0'
|
|
||||||
latt: '0'
|
|
||||||
lpdel: '0'
|
|
||||||
lshp: '0'
|
|
||||||
lspd: '0.1'
|
|
||||||
lspd_denominator: '4'
|
|
||||||
lspd_numerator: '4'
|
|
||||||
lspd_syncmode: '0'
|
|
||||||
pdel: '0'
|
|
||||||
rel: '0.1'
|
|
||||||
sustain: '0.5'
|
|
||||||
userwavefile: ''
|
|
||||||
x100: '0'
|
|
||||||
elvol:
|
|
||||||
amt: '0'
|
|
||||||
att: '0'
|
|
||||||
ctlenvamt: '0'
|
|
||||||
dec: '0.5'
|
|
||||||
hold: '0.5'
|
|
||||||
lamt: '0'
|
|
||||||
latt: '0'
|
|
||||||
lpdel: '0'
|
|
||||||
lshp: '0'
|
|
||||||
lspd: '0.1'
|
|
||||||
lspd_denominator: '4'
|
|
||||||
lspd_numerator: '4'
|
|
||||||
lspd_syncmode: '0'
|
|
||||||
pdel: '0'
|
|
||||||
rel: '0.1'
|
|
||||||
sustain: '0.5'
|
|
||||||
userwavefile: ''
|
|
||||||
x100: '0'
|
|
||||||
fxchain:
|
|
||||||
enabled: '0'
|
|
||||||
numofeffects: '0'
|
|
||||||
instrumenttrack:
|
|
||||||
basenote: '57'
|
|
||||||
fxch: '0'
|
|
||||||
pan: '0'
|
|
||||||
pitch: '0'
|
|
||||||
pitchrange: '1'
|
|
||||||
usemasterpitch: '1'
|
|
||||||
vol: '47.2'
|
|
||||||
midiport:
|
|
||||||
basevelocity: '63'
|
|
||||||
fixedinputvelocity: '-1'
|
|
||||||
fixedoutputnote: '-1'
|
|
||||||
fixedoutputvelocity: '-1'
|
|
||||||
inputchannel: '0'
|
|
||||||
inputcontroller: '0'
|
|
||||||
outputchannel: '1'
|
|
||||||
outputcontroller: '0'
|
|
||||||
outputprogram: '1'
|
|
||||||
readable: '0'
|
|
||||||
writable: '0'
|
|
||||||
plugin_name: audiofileprocessor
|
|
||||||
track_name: Snare03.ogg
|
track_name: Snare03.ogg
|
||||||
type: plugin
|
type: plugin
|
||||||
- arpeggiator:
|
- instruments: []
|
||||||
arp: '0'
|
|
||||||
arp-enabled: '0'
|
|
||||||
arpcycle: '0'
|
|
||||||
arpdir: '0'
|
|
||||||
arpgate: '100'
|
|
||||||
arpmiss: '0'
|
|
||||||
arpmode: '0'
|
|
||||||
arprange: '1'
|
|
||||||
arpskip: '0'
|
|
||||||
arptime: '200'
|
|
||||||
arptime_denominator: '4'
|
|
||||||
arptime_numerator: '4'
|
|
||||||
arptime_syncmode: '0'
|
|
||||||
audiofileprocessor:
|
|
||||||
amp: '100'
|
|
||||||
eframe: '1'
|
|
||||||
interp: '1'
|
|
||||||
lframe: '0'
|
|
||||||
looped: '0'
|
|
||||||
reversed: '0'
|
|
||||||
sframe: '0'
|
|
||||||
src: drums/kick02.ogg
|
|
||||||
stutter: '0'
|
|
||||||
chordcreator:
|
|
||||||
chord: '0'
|
|
||||||
chord-enabled: '0'
|
|
||||||
chordrange: '1'
|
|
||||||
elcut:
|
|
||||||
amt: '0'
|
|
||||||
att: '0'
|
|
||||||
ctlenvamt: '0'
|
|
||||||
dec: '0.5'
|
|
||||||
hold: '0.5'
|
|
||||||
lamt: '0'
|
|
||||||
latt: '0'
|
|
||||||
lpdel: '0'
|
|
||||||
lshp: '0'
|
|
||||||
lspd: '0.1'
|
|
||||||
lspd_denominator: '4'
|
|
||||||
lspd_numerator: '4'
|
|
||||||
lspd_syncmode: '0'
|
|
||||||
pdel: '0'
|
|
||||||
rel: '0.1'
|
|
||||||
sustain: '0.5'
|
|
||||||
userwavefile: ''
|
|
||||||
x100: '0'
|
|
||||||
eldata:
|
|
||||||
fcut: '14000'
|
|
||||||
fres: '0.5'
|
|
||||||
ftype: '0'
|
|
||||||
fwet: '0'
|
|
||||||
elres:
|
|
||||||
amt: '0'
|
|
||||||
att: '0'
|
|
||||||
ctlenvamt: '0'
|
|
||||||
dec: '0.5'
|
|
||||||
hold: '0.5'
|
|
||||||
lamt: '0'
|
|
||||||
latt: '0'
|
|
||||||
lpdel: '0'
|
|
||||||
lshp: '0'
|
|
||||||
lspd: '0.1'
|
|
||||||
lspd_denominator: '4'
|
|
||||||
lspd_numerator: '4'
|
|
||||||
lspd_syncmode: '0'
|
|
||||||
pdel: '0'
|
|
||||||
rel: '0.1'
|
|
||||||
sustain: '0.5'
|
|
||||||
userwavefile: ''
|
|
||||||
x100: '0'
|
|
||||||
elvol:
|
|
||||||
amt: '0'
|
|
||||||
att: '0'
|
|
||||||
ctlenvamt: '0'
|
|
||||||
dec: '0.5'
|
|
||||||
hold: '0.5'
|
|
||||||
lamt: '0'
|
|
||||||
latt: '0'
|
|
||||||
lpdel: '0'
|
|
||||||
lshp: '0'
|
|
||||||
lspd: '0.1'
|
|
||||||
lspd_denominator: '4'
|
|
||||||
lspd_numerator: '4'
|
|
||||||
lspd_syncmode: '0'
|
|
||||||
pdel: '0'
|
|
||||||
rel: '0.1'
|
|
||||||
sustain: '0.5'
|
|
||||||
userwavefile: ''
|
|
||||||
x100: '0'
|
|
||||||
fxchain:
|
|
||||||
enabled: '0'
|
|
||||||
numofeffects: '0'
|
|
||||||
instrumenttrack:
|
|
||||||
basenote: '57'
|
|
||||||
fxch: '0'
|
|
||||||
pan: '0'
|
|
||||||
pitch: '0'
|
|
||||||
pitchrange: '1'
|
|
||||||
usemasterpitch: '1'
|
|
||||||
vol: '81.6'
|
|
||||||
midiport:
|
|
||||||
basevelocity: '63'
|
|
||||||
fixedinputvelocity: '-1'
|
|
||||||
fixedoutputnote: '-1'
|
|
||||||
fixedoutputvelocity: '-1'
|
|
||||||
inputchannel: '0'
|
|
||||||
inputcontroller: '0'
|
|
||||||
outputchannel: '1'
|
|
||||||
outputcontroller: '0'
|
|
||||||
outputprogram: '1'
|
|
||||||
readable: '0'
|
|
||||||
writable: '0'
|
|
||||||
plugin_name: audiofileprocessor
|
|
||||||
track_name: kick02.ogg
|
track_name: kick02.ogg
|
||||||
type: plugin
|
type: plugin
|
||||||
- arpeggiator:
|
- instruments: []
|
||||||
arp: '0'
|
|
||||||
arp-enabled: '0'
|
|
||||||
arpcycle: '0'
|
|
||||||
arpdir: '0'
|
|
||||||
arpgate: '100'
|
|
||||||
arpmiss: '0'
|
|
||||||
arpmode: '0'
|
|
||||||
arprange: '1'
|
|
||||||
arpskip: '0'
|
|
||||||
arptime: '200'
|
|
||||||
arptime_denominator: '4'
|
|
||||||
arptime_numerator: '4'
|
|
||||||
arptime_syncmode: '0'
|
|
||||||
audiofileprocessor:
|
|
||||||
amp: '100'
|
|
||||||
eframe: '1'
|
|
||||||
interp: '1'
|
|
||||||
lframe: '0'
|
|
||||||
looped: '0'
|
|
||||||
reversed: '0'
|
|
||||||
sframe: '0'
|
|
||||||
src: drums/hihat_opened01.ogg
|
|
||||||
stutter: '0'
|
|
||||||
chordcreator:
|
|
||||||
chord: '0'
|
|
||||||
chord-enabled: '0'
|
|
||||||
chordrange: '1'
|
|
||||||
elcut:
|
|
||||||
amt: '0'
|
|
||||||
att: '0'
|
|
||||||
ctlenvamt: '0'
|
|
||||||
dec: '0.5'
|
|
||||||
hold: '0.5'
|
|
||||||
lamt: '0'
|
|
||||||
latt: '0'
|
|
||||||
lpdel: '0'
|
|
||||||
lshp: '0'
|
|
||||||
lspd: '0.1'
|
|
||||||
lspd_denominator: '4'
|
|
||||||
lspd_numerator: '4'
|
|
||||||
lspd_syncmode: '0'
|
|
||||||
pdel: '0'
|
|
||||||
rel: '0.1'
|
|
||||||
sustain: '0.5'
|
|
||||||
userwavefile: ''
|
|
||||||
x100: '0'
|
|
||||||
eldata:
|
|
||||||
fcut: '14000'
|
|
||||||
fres: '0.5'
|
|
||||||
ftype: '0'
|
|
||||||
fwet: '0'
|
|
||||||
elres:
|
|
||||||
amt: '0'
|
|
||||||
att: '0'
|
|
||||||
ctlenvamt: '0'
|
|
||||||
dec: '0.5'
|
|
||||||
hold: '0.5'
|
|
||||||
lamt: '0'
|
|
||||||
latt: '0'
|
|
||||||
lpdel: '0'
|
|
||||||
lshp: '0'
|
|
||||||
lspd: '0.1'
|
|
||||||
lspd_denominator: '4'
|
|
||||||
lspd_numerator: '4'
|
|
||||||
lspd_syncmode: '0'
|
|
||||||
pdel: '0'
|
|
||||||
rel: '0.1'
|
|
||||||
sustain: '0.5'
|
|
||||||
userwavefile: ''
|
|
||||||
x100: '0'
|
|
||||||
elvol:
|
|
||||||
amt: '0'
|
|
||||||
att: '0'
|
|
||||||
ctlenvamt: '0'
|
|
||||||
dec: '0.5'
|
|
||||||
hold: '0.5'
|
|
||||||
lamt: '0'
|
|
||||||
latt: '0'
|
|
||||||
lpdel: '0'
|
|
||||||
lshp: '0'
|
|
||||||
lspd: '0.1'
|
|
||||||
lspd_denominator: '4'
|
|
||||||
lspd_numerator: '4'
|
|
||||||
lspd_syncmode: '0'
|
|
||||||
pdel: '0'
|
|
||||||
rel: '0.1'
|
|
||||||
sustain: '0.5'
|
|
||||||
userwavefile: ''
|
|
||||||
x100: '0'
|
|
||||||
fxchain:
|
|
||||||
enabled: '0'
|
|
||||||
numofeffects: '0'
|
|
||||||
instrumenttrack:
|
|
||||||
basenote: '57'
|
|
||||||
fxch: '0'
|
|
||||||
pan: '0'
|
|
||||||
pitch: '0'
|
|
||||||
pitchrange: '1'
|
|
||||||
usemasterpitch: '1'
|
|
||||||
vol: '56.8'
|
|
||||||
midiport:
|
|
||||||
basevelocity: '63'
|
|
||||||
fixedinputvelocity: '-1'
|
|
||||||
fixedoutputnote: '-1'
|
|
||||||
fixedoutputvelocity: '-1'
|
|
||||||
inputchannel: '0'
|
|
||||||
inputcontroller: '0'
|
|
||||||
outputchannel: '1'
|
|
||||||
outputcontroller: '0'
|
|
||||||
outputprogram: '1'
|
|
||||||
readable: '0'
|
|
||||||
writable: '0'
|
|
||||||
plugin_name: audiofileprocessor
|
|
||||||
track_name: hihat_opened01.ogg
|
track_name: hihat_opened01.ogg
|
||||||
type: plugin
|
type: plugin
|
||||||
|
|
|
||||||
|
|
@ -1,13 +0,0 @@
|
||||||
<link rel="stylesheet" href="{{ 'assets/css/sidebar.css' | relative_url }}">
|
|
||||||
|
|
||||||
<div class="subheader">
|
|
||||||
<div class="submenu">
|
|
||||||
<a href="{{ site.baseurl }}">🏠 Home</a>
|
|
||||||
<a href="{{ site.baseurl }}quantasVezesAparecemInstrumentos">🔁 Repetições</a>
|
|
||||||
<a href="{{ site.baseurl }}projetosPorTrack/">📁 Projetos por tipo de track</a>
|
|
||||||
<a href="{{ site.baseurl }}beatsDisponiveis/">🎧 Beats Disponíveis</a>
|
|
||||||
<a href="{{ site.baseurl }}mmp_pages/">🎼 Projetos</a>
|
|
||||||
<a href="{{ site.baseurl }}">🔎 Buscas</a>
|
|
||||||
<a href="{{ site.baseurl }}about/">ℹ️ Sobre</a>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
|
|
@ -1,13 +0,0 @@
|
||||||
<link rel="stylesheet" href="{{ 'assets/css/sidebar_home.css' | relative_url }}">
|
|
||||||
<div class="container">
|
|
||||||
<nav class="submenu" style="display: flex; flex-direction: column; gap: 1rem;">
|
|
||||||
<a href="{{ site.baseurl }}" style="text-decoration: none; color: #333; font-weight: 500;">🏠 Home</a>
|
|
||||||
<a href="{{ site.baseurl }}quantasVezesAparecemInstrumentos" style="text-decoration: none; color: #333;">🔁 Instrumentos que repetem</a>
|
|
||||||
<a href="{{ site.baseurl }}projetosPorTrack/" style="text-decoration: none; color: #333;">📁 Projetos por tipo de track</a>
|
|
||||||
<a href="{{ site.baseurl }}beatsDisponiveis/" style="text-decoration: none; color: #333;">🎧 Beats Disponíveis</a>
|
|
||||||
<a href="{{ site.baseurl }}mmp_pages/" style="text-decoration: none; color: #333;">🎼 Projetos Disponíveis</a>
|
|
||||||
<a href="{{ site.baseurl }}" style="text-decoration: none; color: #333;">🔎 Buscas</a>
|
|
||||||
<a href="{{ site.baseurl }}about/" style="text-decoration: none; color: #333;">ℹ️ Sobre</a>
|
|
||||||
</nav>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
|
|
@ -0,0 +1,27 @@
|
||||||
|
<!DOCTYPE html>
|
||||||
|
<html lang="en">
|
||||||
|
<head>
|
||||||
|
<meta charset="UTF-8">
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
|
<title>{{ page.title }}</title>
|
||||||
|
<link rel="stylesheet" href="{{ '/assets/css/style.css' | relative_url }}">
|
||||||
|
<!-- Adicione outros links de estilos necessários -->
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
{% include header.html %}
|
||||||
|
|
||||||
|
<main>
|
||||||
|
{{ content }}
|
||||||
|
</main>
|
||||||
|
|
||||||
|
<footer>
|
||||||
|
<!-- Rodapé -->
|
||||||
|
</footer>
|
||||||
|
|
||||||
|
<!-- Scripts no final da página para melhor performance -->
|
||||||
|
<script src="https://code.jquery.com/jquery-3.6.0.min.js"></script>
|
||||||
|
<script src="{{ '/assets/js/script.js' | relative_url }}"></script>
|
||||||
|
<!-- Adicione outros scripts conforme necessário -->
|
||||||
|
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
|
|
@ -1,9 +1,5 @@
|
||||||
---
|
|
||||||
layout: default
|
|
||||||
---
|
|
||||||
|
|
||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html lang="pt-br">
|
<html lang="en">
|
||||||
<head>
|
<head>
|
||||||
<meta charset="UTF-8">
|
<meta charset="UTF-8">
|
||||||
<title>{{ page.title }}</title>
|
<title>{{ page.title }}</title>
|
||||||
|
|
|
||||||
|
|
@ -1,141 +0,0 @@
|
||||||
---
|
|
||||||
layout: default
|
|
||||||
title: "{{ page.file }}"
|
|
||||||
---
|
|
||||||
|
|
||||||
<div class="publication">
|
|
||||||
{% include sidebar.html %}
|
|
||||||
<main class="content">
|
|
||||||
<div class="container">
|
|
||||||
|
|
||||||
<!-- Título -->
|
|
||||||
<h1 class="title is-3 mb-4"><code>{{ page.file }}</h1></code>
|
|
||||||
|
|
||||||
<!-- Metadados (Arquivo fonte + BPM) -->
|
|
||||||
{% if page.file or page.bpm %}
|
|
||||||
<div class="mb-5">
|
|
||||||
<div class="columns is-mobile is-multiline is-vcentered">
|
|
||||||
{% if page.file %}
|
|
||||||
<div class="column is-narrow">
|
|
||||||
<span><strong><code>📁 Arquivo:</strong> {{ page.file }}</span></code>
|
|
||||||
</div>
|
|
||||||
{% endif %}
|
|
||||||
{% if page.bpm %}
|
|
||||||
<div class="column is-narrow">
|
|
||||||
<span><strong><code>🎵 BPM:</strong> {{ page.bpm }}</span></code>
|
|
||||||
</div>
|
|
||||||
{% endif %}
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
{% endif %}
|
|
||||||
|
|
||||||
<!-- Tags -->
|
|
||||||
{% if page.tags %}
|
|
||||||
{% assign tags_vazias = true %}
|
|
||||||
{% for categoria in page.tags %}
|
|
||||||
{% if categoria[1].size > 0 %}
|
|
||||||
{% assign tags_vazias = false %}
|
|
||||||
{% endif %}
|
|
||||||
{% endfor %}
|
|
||||||
|
|
||||||
{% unless tags_vazias %}
|
|
||||||
<section class="tags-section mb-6">
|
|
||||||
<!-- Verificar se o arquivo .wav existe -->
|
|
||||||
{% assign audio_file = '/mmp/wav/' | append: page.file | append: '.wav' %}
|
|
||||||
|
|
||||||
<!-- Exibir player de áudio -->
|
|
||||||
{% if audio_file %}
|
|
||||||
<section class="audio-player-section mb-6">
|
|
||||||
<audio controls>
|
|
||||||
<source src="{{ audio_file | relative_url }}" type="audio/wav">
|
|
||||||
Seu navegador não suporta o elemento <code>audio</code>.
|
|
||||||
</audio>
|
|
||||||
</section>
|
|
||||||
{% endif %}
|
|
||||||
|
|
||||||
<h2 class="title is-5"><code>🏷️ Tags</code></h2>
|
|
||||||
{% for categoria in page.tags %}
|
|
||||||
{% if categoria[1].size > 0 %}
|
|
||||||
<div class="mb-4">
|
|
||||||
<strong><code>{{ categoria[0] }}:</strong></code>
|
|
||||||
<div class="tags mt-2">
|
|
||||||
{% for valor in categoria[1] %}
|
|
||||||
{% if valor != "" %}
|
|
||||||
{% assign tag_slug = valor | replace: ' ', '+' %}
|
|
||||||
|
|
||||||
<!-- Gerar link para filtro por categoria -->
|
|
||||||
{% if categoria[0] == 'bassline' %}
|
|
||||||
<a href="{{ '/bassline/?bassline=' | append: tag_slug | relative_url }}" class="tag is-info is-light">{{ valor }}</a>
|
|
||||||
{% elsif categoria[0] == 'sample' %}
|
|
||||||
<a href="{{ '/sample/?sample=' | append: tag_slug | relative_url }}" class="tag is-info is-light">{{ valor }}</a>
|
|
||||||
{% elsif categoria[0] == 'plugin' %}
|
|
||||||
<a href="{{ '/plugin/?plugin=' | append: tag_slug | relative_url }}" class="tag is-info is-light">{{ valor }}</a>
|
|
||||||
{% elsif categoria[0] == 'automation' %}
|
|
||||||
<a href="{{ '/automation/?automation=' | append: tag_slug | relative_url }}" class="tag is-info is-light">{{ valor }}</a>
|
|
||||||
{% else %}
|
|
||||||
<a href="{{ '/' | append: tag_slug | relative_url }}" class="tag is-info is-light">{{ valor }}</a>
|
|
||||||
{% endif %}
|
|
||||||
{% endif %}
|
|
||||||
{% endfor %}
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
{% endif %}
|
|
||||||
{% endfor %}
|
|
||||||
</section>
|
|
||||||
{% endunless %}
|
|
||||||
{% endif %}
|
|
||||||
|
|
||||||
<!-- Instrumentos -->
|
|
||||||
{% if page.tracks and page.tracks.size > 0 %}
|
|
||||||
<section class="instruments-section">
|
|
||||||
<h2 class="title is-5"><code>🎚️ Instrumentos</h2></code>
|
|
||||||
<div class="content">
|
|
||||||
<ul style="list-style: none; padding-left: 0;">
|
|
||||||
{% for track in page.tracks %}
|
|
||||||
{% assign tem_instr = false %}
|
|
||||||
{% if track.instruments and track.instruments.size > 0 %}
|
|
||||||
{% assign tem_instr = true %}
|
|
||||||
{% endif %}
|
|
||||||
|
|
||||||
{% if track.bassline_name or tem_instr %}
|
|
||||||
<li class="mb-5">
|
|
||||||
{% if track.bassline_name %}
|
|
||||||
<p class="has-text-weight-bold mb-2">🎼 {{ track.bassline_name }}</p>
|
|
||||||
{% endif %}
|
|
||||||
|
|
||||||
{% if tem_instr %}
|
|
||||||
<ul class="pl-4">
|
|
||||||
{% for instrument in track.instruments %}
|
|
||||||
{% if instrument.instrument_name %}
|
|
||||||
<li style="margin-bottom: 0.4rem;">
|
|
||||||
<!-- Gerar link para filtro por instrumento -->
|
|
||||||
{% assign instrument_slug = instrument.instrument_name | replace: ' ', '+' %}
|
|
||||||
|
|
||||||
<a href="{{ '/instruments/?instrument=' | append: instrument_slug | relative_url }}" class="tag is-info is-light">
|
|
||||||
<code>{{ instrument.instrument_name }}</code>
|
|
||||||
</a>
|
|
||||||
|
|
||||||
{% if instrument.audiofileprocessor and instrument.audiofileprocessor.src %}
|
|
||||||
<!-- Exibir player de áudio para o instrumento -->
|
|
||||||
<div class="audio-player-section mt-3">
|
|
||||||
<audio controls>
|
|
||||||
<source src="{{ instrument.audiofileprocessor.src | relative_url }}" type="audio/wav">
|
|
||||||
Seu navegador não suporta o elemento <code>audio</code>.
|
|
||||||
</audio>
|
|
||||||
</div>
|
|
||||||
{% endif %}
|
|
||||||
</li>
|
|
||||||
{% endif %}
|
|
||||||
{% endfor %}
|
|
||||||
</ul>
|
|
||||||
{% endif %}
|
|
||||||
</li>
|
|
||||||
{% endif %}
|
|
||||||
{% endfor %}
|
|
||||||
</ul>
|
|
||||||
</div>
|
|
||||||
</section>
|
|
||||||
{% endif %}
|
|
||||||
</div>
|
|
||||||
</main>
|
|
||||||
</div>
|
|
||||||
|
|
@ -1,29 +1,29 @@
|
||||||
---
|
---
|
||||||
layout: post
|
layout: post
|
||||||
title: "Welcome to Jekyll!"
|
title: "Welcome to Jekyll!"
|
||||||
date: 2024-10-26 13:10:39 -0300
|
date: 2024-07-21 14:45:00 -0300
|
||||||
categories: jekyll update
|
categories: jekyll update
|
||||||
---
|
---
|
||||||
You’ll find this post in your `_posts` directory. Go ahead and edit it and re-build the site to see your changes. You can rebuild the site in many different ways, but the most common way is to run `jekyll serve`, which launches a web server and auto-regenerates your site when a file is updated.
|
You’ll find this post in your `_posts` directory. Go ahead and edit it and re-build the site to see your changes. You can rebuild the site in many different ways, but the most common way is to run `jekyll serve`, which launches a web server and auto-regenerates your site when a file is updated.
|
||||||
|
|
||||||
Jekyll requires blog post files to be named according to the following format:
|
Jekyll requires blog post files to be named according to the following format:
|
||||||
|
|
||||||
`YEAR-MONTH-DAY-title.MARKUP`
|
`YEAR-MONTH-DAY-title.MARKUP`
|
||||||
|
|
||||||
Where `YEAR` is a four-digit number, `MONTH` and `DAY` are both two-digit numbers, and `MARKUP` is the file extension representing the format used in the file. After that, include the necessary front matter. Take a look at the source for this post to get an idea about how it works.
|
Where `YEAR` is a four-digit number, `MONTH` and `DAY` are both two-digit numbers, and `MARKUP` is the file extension representing the format used in the file. After that, include the necessary front matter. Take a look at the source for this post to get an idea about how it works.
|
||||||
|
|
||||||
Jekyll also offers powerful support for code snippets:
|
Jekyll also offers powerful support for code snippets:
|
||||||
|
|
||||||
{% highlight ruby %}
|
{% highlight ruby %}
|
||||||
def print_hi(name)
|
def print_hi(name)
|
||||||
puts "Hi, #{name}"
|
puts "Hi, #{name}"
|
||||||
end
|
end
|
||||||
print_hi('Tom')
|
print_hi('Tom')
|
||||||
#=> prints 'Hi, Tom' to STDOUT.
|
#=> prints 'Hi, Tom' to STDOUT.
|
||||||
{% endhighlight %}
|
{% endhighlight %}
|
||||||
|
|
||||||
Check out the [Jekyll docs][jekyll-docs] for more info on how to get the most out of Jekyll. File all bugs/feature requests at [Jekyll’s GitHub repo][jekyll-gh]. If you have questions, you can ask them on [Jekyll Talk][jekyll-talk].
|
Check out the [Jekyll docs][jekyll-docs] for more info on how to get the most out of Jekyll. File all bugs/feature requests at [Jekyll’s GitHub repo][jekyll-gh]. If you have questions, you can ask them on [Jekyll Talk][jekyll-talk].
|
||||||
|
|
||||||
[jekyll-docs]: https://jekyllrb.com/docs/home
|
[jekyll-docs]: https://jekyllrb.com/docs/home
|
||||||
[jekyll-gh]: https://github.com/jekyll/jekyll
|
[jekyll-gh]: https://github.com/jekyll/jekyll
|
||||||
[jekyll-talk]: https://talk.jekyllrb.com/
|
[jekyll-talk]: https://talk.jekyllrb.com/
|
||||||
|
|
@ -0,0 +1,62 @@
|
||||||
|
<!DOCTYPE html>
|
||||||
|
<html lang="en">
|
||||||
|
<head>
|
||||||
|
<meta charset="UTF-8">
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
|
<title></title>
|
||||||
|
<link rel="stylesheet" href="/~jotachina/mmpSearch/mmpSearch/_site/assets/css/style.css">
|
||||||
|
<!-- Adicione outros links de estilos necessários -->
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<header class="site-header" role="banner">
|
||||||
|
|
||||||
|
<div class="wrapper"><a class="site-title" rel="author" href="/~jotachina/mmpSearch/mmpSearch/_site/">Your awesome title</a><nav class="site-nav">
|
||||||
|
<input type="checkbox" id="nav-trigger" class="nav-trigger" />
|
||||||
|
<label for="nav-trigger">
|
||||||
|
<span class="menu-icon">
|
||||||
|
<svg viewBox="0 0 18 15" width="18px" height="15px">
|
||||||
|
<path d="M18,1.484c0,0.82-0.665,1.484-1.484,1.484H1.484C0.665,2.969,0,2.304,0,1.484l0,0C0,0.665,0.665,0,1.484,0 h15.032C17.335,0,18,0.665,18,1.484L18,1.484z M18,7.516C18,8.335,17.335,9,16.516,9H1.484C0.665,9,0,8.335,0,7.516l0,0 c0-0.82,0.665-1.484,1.484-1.484h15.032C17.335,6.031,18,6.696,18,7.516L18,7.516z M18,13.516C18,14.335,17.335,15,16.516,15H1.484 C0.665,15,0,14.335,0,13.516l0,0c0-0.82,0.665-1.483,1.484-1.483h15.032C17.335,12.031,18,12.695,18,13.516L18,13.516z"/>
|
||||||
|
</svg>
|
||||||
|
</span>
|
||||||
|
</label>
|
||||||
|
|
||||||
|
<div class="trigger"><a class="page-link" href="/~jotachina/mmpSearch/mmpSearch/_site/about/">About</a><a class="page-link" href="/~jotachina/mmpSearch/mmpSearch/_site/mmp_files.html">Arquivos MMP Processados</a><a class="page-link" href="/~jotachina/mmpSearch/mmpSearch/_site/projetosComMesmoInstrumento.html">Instrumentos Similares</a><a class="page-link" href="/~jotachina/mmpSearch/mmpSearch/_site/quantasVezes.html">Quantidade de repetições de instrumentos</a></div>
|
||||||
|
</nav></div>
|
||||||
|
</header>
|
||||||
|
|
||||||
|
|
||||||
|
<main>
|
||||||
|
<style type="text/css" media="screen">
|
||||||
|
.container {
|
||||||
|
margin: 10px auto;
|
||||||
|
max-width: 600px;
|
||||||
|
text-align: center;
|
||||||
|
}
|
||||||
|
h1 {
|
||||||
|
margin: 30px 0;
|
||||||
|
font-size: 4em;
|
||||||
|
line-height: 1;
|
||||||
|
letter-spacing: -1px;
|
||||||
|
}
|
||||||
|
</style>
|
||||||
|
|
||||||
|
<div class="container">
|
||||||
|
<h1>404</h1>
|
||||||
|
|
||||||
|
<p><strong>Page not found :(</strong></p>
|
||||||
|
<p>The requested page could not be found.</p>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
</main>
|
||||||
|
|
||||||
|
<footer>
|
||||||
|
<!-- Rodapé -->
|
||||||
|
</footer>
|
||||||
|
|
||||||
|
<!-- Scripts no final da página para melhor performance -->
|
||||||
|
<script src="https://code.jquery.com/jquery-3.6.0.min.js"></script>
|
||||||
|
<script src="/~jotachina/mmpSearch/mmpSearch/_site/assets/js/script.js"></script>
|
||||||
|
<!-- Adicione outros scripts conforme necessário -->
|
||||||
|
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
|
|
@ -0,0 +1,63 @@
|
||||||
|
<!DOCTYPE html>
|
||||||
|
<html lang="en">
|
||||||
|
<head>
|
||||||
|
<meta charset="UTF-8">
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
|
<title>About</title>
|
||||||
|
<link rel="stylesheet" href="/~jotachina/mmpSearch/mmpSearch/_site/assets/css/style.css">
|
||||||
|
<!-- Adicione outros links de estilos necessários -->
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<header class="site-header" role="banner">
|
||||||
|
|
||||||
|
<div class="wrapper"><a class="site-title" rel="author" href="/~jotachina/mmpSearch/mmpSearch/_site/">Your awesome title</a><nav class="site-nav">
|
||||||
|
<input type="checkbox" id="nav-trigger" class="nav-trigger" />
|
||||||
|
<label for="nav-trigger">
|
||||||
|
<span class="menu-icon">
|
||||||
|
<svg viewBox="0 0 18 15" width="18px" height="15px">
|
||||||
|
<path d="M18,1.484c0,0.82-0.665,1.484-1.484,1.484H1.484C0.665,2.969,0,2.304,0,1.484l0,0C0,0.665,0.665,0,1.484,0 h15.032C17.335,0,18,0.665,18,1.484L18,1.484z M18,7.516C18,8.335,17.335,9,16.516,9H1.484C0.665,9,0,8.335,0,7.516l0,0 c0-0.82,0.665-1.484,1.484-1.484h15.032C17.335,6.031,18,6.696,18,7.516L18,7.516z M18,13.516C18,14.335,17.335,15,16.516,15H1.484 C0.665,15,0,14.335,0,13.516l0,0c0-0.82,0.665-1.483,1.484-1.483h15.032C17.335,12.031,18,12.695,18,13.516L18,13.516z"/>
|
||||||
|
</svg>
|
||||||
|
</span>
|
||||||
|
</label>
|
||||||
|
|
||||||
|
<div class="trigger"><a class="page-link" href="/~jotachina/mmpSearch/mmpSearch/_site/about/">About</a><a class="page-link" href="/~jotachina/mmpSearch/mmpSearch/_site/mmp_files.html">Arquivos MMP Processados</a><a class="page-link" href="/~jotachina/mmpSearch/mmpSearch/_site/projetosComMesmoInstrumento.html">Instrumentos Similares</a><a class="page-link" href="/~jotachina/mmpSearch/mmpSearch/_site/quantasVezes.html">Quantidade de repetições de instrumentos</a></div>
|
||||||
|
</nav></div>
|
||||||
|
</header>
|
||||||
|
|
||||||
|
|
||||||
|
<main>
|
||||||
|
<article class="post">
|
||||||
|
|
||||||
|
<header class="post-header">
|
||||||
|
<h1 class="post-title">About</h1>
|
||||||
|
</header>
|
||||||
|
|
||||||
|
<div class="post-content">
|
||||||
|
<p>This is the base Jekyll theme. You can find out more info about customizing your Jekyll theme, as well as basic Jekyll usage documentation at <a href="https://jekyllrb.com/">jekyllrb.com</a></p>
|
||||||
|
|
||||||
|
<p>You can find the source code for Minima at GitHub:
|
||||||
|
<a href="https://github.com/jekyll">jekyll</a> /
|
||||||
|
<a href="https://github.com/jekyll/minima">minima</a></p>
|
||||||
|
|
||||||
|
<p>You can find the source code for Jekyll at GitHub:
|
||||||
|
<a href="https://github.com/jekyll">jekyll</a> /
|
||||||
|
<a href="https://github.com/jekyll/jekyll">jekyll</a></p>
|
||||||
|
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
</article>
|
||||||
|
|
||||||
|
</main>
|
||||||
|
|
||||||
|
<footer>
|
||||||
|
<!-- Rodapé -->
|
||||||
|
</footer>
|
||||||
|
|
||||||
|
<!-- Scripts no final da página para melhor performance -->
|
||||||
|
<script src="https://code.jquery.com/jquery-3.6.0.min.js"></script>
|
||||||
|
<script src="/~jotachina/mmpSearch/mmpSearch/_site/assets/js/script.js"></script>
|
||||||
|
<!-- Adicione outros scripts conforme necessário -->
|
||||||
|
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
|
|
@ -0,0 +1,649 @@
|
||||||
|
/**
|
||||||
|
* Reset some basic elements
|
||||||
|
*/
|
||||||
|
body, h1, h2, h3, h4, h5, h6,
|
||||||
|
p, blockquote, pre, hr,
|
||||||
|
dl, dd, ol, ul, figure {
|
||||||
|
margin: 0;
|
||||||
|
padding: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Basic styling
|
||||||
|
*/
|
||||||
|
body {
|
||||||
|
font: 400 16px/1.5 -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
|
||||||
|
color: #111;
|
||||||
|
background-color: #fdfdfd;
|
||||||
|
-webkit-text-size-adjust: 100%;
|
||||||
|
-webkit-font-feature-settings: "kern" 1;
|
||||||
|
-moz-font-feature-settings: "kern" 1;
|
||||||
|
-o-font-feature-settings: "kern" 1;
|
||||||
|
font-feature-settings: "kern" 1;
|
||||||
|
font-kerning: normal;
|
||||||
|
display: flex;
|
||||||
|
min-height: 100vh;
|
||||||
|
flex-direction: column;
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Set `margin-bottom` to maintain vertical rhythm
|
||||||
|
*/
|
||||||
|
h1, h2, h3, h4, h5, h6,
|
||||||
|
p, blockquote, pre,
|
||||||
|
ul, ol, dl, figure,
|
||||||
|
.highlight {
|
||||||
|
margin-bottom: 15px;
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* `main` element
|
||||||
|
*/
|
||||||
|
main {
|
||||||
|
display: block; /* Default value of `display` of `main` element is 'inline' in IE 11. */
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Images
|
||||||
|
*/
|
||||||
|
img {
|
||||||
|
max-width: 100%;
|
||||||
|
vertical-align: middle;
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Figures
|
||||||
|
*/
|
||||||
|
figure > img {
|
||||||
|
display: block;
|
||||||
|
}
|
||||||
|
|
||||||
|
figcaption {
|
||||||
|
font-size: 14px;
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Lists
|
||||||
|
*/
|
||||||
|
ul, ol {
|
||||||
|
margin-left: 30px;
|
||||||
|
}
|
||||||
|
|
||||||
|
li > ul,
|
||||||
|
li > ol {
|
||||||
|
margin-bottom: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Headings
|
||||||
|
*/
|
||||||
|
h1, h2, h3, h4, h5, h6 {
|
||||||
|
font-weight: 400;
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Links
|
||||||
|
*/
|
||||||
|
a {
|
||||||
|
color: #2a7ae2;
|
||||||
|
text-decoration: none;
|
||||||
|
}
|
||||||
|
a:visited {
|
||||||
|
color: #1756a9;
|
||||||
|
}
|
||||||
|
a:hover {
|
||||||
|
color: #111;
|
||||||
|
text-decoration: underline;
|
||||||
|
}
|
||||||
|
.social-media-list a:hover {
|
||||||
|
text-decoration: none;
|
||||||
|
}
|
||||||
|
.social-media-list a:hover .username {
|
||||||
|
text-decoration: underline;
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Blockquotes
|
||||||
|
*/
|
||||||
|
blockquote {
|
||||||
|
color: #828282;
|
||||||
|
border-left: 4px solid #e8e8e8;
|
||||||
|
padding-left: 15px;
|
||||||
|
font-size: 18px;
|
||||||
|
letter-spacing: -1px;
|
||||||
|
font-style: italic;
|
||||||
|
}
|
||||||
|
blockquote > :last-child {
|
||||||
|
margin-bottom: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Code formatting
|
||||||
|
*/
|
||||||
|
pre,
|
||||||
|
code {
|
||||||
|
font-size: 15px;
|
||||||
|
border: 1px solid #e8e8e8;
|
||||||
|
border-radius: 3px;
|
||||||
|
background-color: #eef;
|
||||||
|
}
|
||||||
|
|
||||||
|
code {
|
||||||
|
padding: 1px 5px;
|
||||||
|
}
|
||||||
|
|
||||||
|
pre {
|
||||||
|
padding: 8px 12px;
|
||||||
|
overflow-x: auto;
|
||||||
|
}
|
||||||
|
pre > code {
|
||||||
|
border: 0;
|
||||||
|
padding-right: 0;
|
||||||
|
padding-left: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Wrapper
|
||||||
|
*/
|
||||||
|
.wrapper {
|
||||||
|
max-width: -webkit-calc(800px - (30px * 2));
|
||||||
|
max-width: calc(800px - 30px * 2);
|
||||||
|
margin-right: auto;
|
||||||
|
margin-left: auto;
|
||||||
|
padding-right: 30px;
|
||||||
|
padding-left: 30px;
|
||||||
|
}
|
||||||
|
@media screen and (max-width: 800px) {
|
||||||
|
.wrapper {
|
||||||
|
max-width: -webkit-calc(800px - (30px));
|
||||||
|
max-width: calc(800px - (30px));
|
||||||
|
padding-right: 15px;
|
||||||
|
padding-left: 15px;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Clearfix
|
||||||
|
*/
|
||||||
|
.footer-col-wrapper:after, .wrapper:after {
|
||||||
|
content: "";
|
||||||
|
display: table;
|
||||||
|
clear: both;
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Icons
|
||||||
|
*/
|
||||||
|
.svg-icon {
|
||||||
|
width: 16px;
|
||||||
|
height: 16px;
|
||||||
|
display: inline-block;
|
||||||
|
fill: #828282;
|
||||||
|
padding-right: 5px;
|
||||||
|
vertical-align: text-top;
|
||||||
|
}
|
||||||
|
|
||||||
|
.social-media-list li + li {
|
||||||
|
padding-top: 5px;
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Tables
|
||||||
|
*/
|
||||||
|
table {
|
||||||
|
margin-bottom: 30px;
|
||||||
|
width: 100%;
|
||||||
|
text-align: left;
|
||||||
|
color: #3f3f3f;
|
||||||
|
border-collapse: collapse;
|
||||||
|
border: 1px solid #e8e8e8;
|
||||||
|
}
|
||||||
|
table tr:nth-child(even) {
|
||||||
|
background-color: #f7f7f7;
|
||||||
|
}
|
||||||
|
table th, table td {
|
||||||
|
padding: 10px 15px;
|
||||||
|
}
|
||||||
|
table th {
|
||||||
|
background-color: #f0f0f0;
|
||||||
|
border: 1px solid #dedede;
|
||||||
|
border-bottom-color: #c9c9c9;
|
||||||
|
}
|
||||||
|
table td {
|
||||||
|
border: 1px solid #e8e8e8;
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Site header
|
||||||
|
*/
|
||||||
|
.site-header {
|
||||||
|
border-top: 5px solid #424242;
|
||||||
|
border-bottom: 1px solid #e8e8e8;
|
||||||
|
min-height: 55.95px;
|
||||||
|
position: relative;
|
||||||
|
}
|
||||||
|
|
||||||
|
.site-title {
|
||||||
|
font-size: 26px;
|
||||||
|
font-weight: 300;
|
||||||
|
line-height: 54px;
|
||||||
|
letter-spacing: -1px;
|
||||||
|
margin-bottom: 0;
|
||||||
|
float: left;
|
||||||
|
}
|
||||||
|
.site-title, .site-title:visited {
|
||||||
|
color: #424242;
|
||||||
|
}
|
||||||
|
|
||||||
|
.site-nav {
|
||||||
|
float: right;
|
||||||
|
line-height: 54px;
|
||||||
|
}
|
||||||
|
.site-nav .nav-trigger {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
.site-nav .menu-icon {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
.site-nav .page-link {
|
||||||
|
color: #111;
|
||||||
|
line-height: 1.5;
|
||||||
|
}
|
||||||
|
.site-nav .page-link:not(:last-child) {
|
||||||
|
margin-right: 20px;
|
||||||
|
}
|
||||||
|
@media screen and (max-width: 600px) {
|
||||||
|
.site-nav {
|
||||||
|
position: absolute;
|
||||||
|
top: 9px;
|
||||||
|
right: 15px;
|
||||||
|
background-color: #fdfdfd;
|
||||||
|
border: 1px solid #e8e8e8;
|
||||||
|
border-radius: 5px;
|
||||||
|
text-align: right;
|
||||||
|
}
|
||||||
|
.site-nav label[for=nav-trigger] {
|
||||||
|
display: block;
|
||||||
|
float: right;
|
||||||
|
width: 36px;
|
||||||
|
height: 36px;
|
||||||
|
z-index: 2;
|
||||||
|
cursor: pointer;
|
||||||
|
}
|
||||||
|
.site-nav .menu-icon {
|
||||||
|
display: block;
|
||||||
|
float: right;
|
||||||
|
width: 36px;
|
||||||
|
height: 26px;
|
||||||
|
line-height: 0;
|
||||||
|
padding-top: 10px;
|
||||||
|
text-align: center;
|
||||||
|
}
|
||||||
|
.site-nav .menu-icon > svg {
|
||||||
|
fill: #424242;
|
||||||
|
}
|
||||||
|
.site-nav input ~ .trigger {
|
||||||
|
clear: both;
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
.site-nav input:checked ~ .trigger {
|
||||||
|
display: block;
|
||||||
|
padding-bottom: 5px;
|
||||||
|
}
|
||||||
|
.site-nav .page-link {
|
||||||
|
display: block;
|
||||||
|
padding: 5px 10px;
|
||||||
|
margin-left: 20px;
|
||||||
|
}
|
||||||
|
.site-nav .page-link:not(:last-child) {
|
||||||
|
margin-right: 0;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Site footer
|
||||||
|
*/
|
||||||
|
.site-footer {
|
||||||
|
border-top: 1px solid #e8e8e8;
|
||||||
|
padding: 30px 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
.footer-heading {
|
||||||
|
font-size: 18px;
|
||||||
|
margin-bottom: 15px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.contact-list,
|
||||||
|
.social-media-list {
|
||||||
|
list-style: none;
|
||||||
|
margin-left: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
.footer-col-wrapper {
|
||||||
|
font-size: 15px;
|
||||||
|
color: #828282;
|
||||||
|
margin-left: -15px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.footer-col {
|
||||||
|
float: left;
|
||||||
|
margin-bottom: 15px;
|
||||||
|
padding-left: 15px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.footer-col-1 {
|
||||||
|
width: -webkit-calc(35% - (30px / 2));
|
||||||
|
width: calc(35% - 30px / 2);
|
||||||
|
}
|
||||||
|
|
||||||
|
.footer-col-2 {
|
||||||
|
width: -webkit-calc(20% - (30px / 2));
|
||||||
|
width: calc(20% - 30px / 2);
|
||||||
|
}
|
||||||
|
|
||||||
|
.footer-col-3 {
|
||||||
|
width: -webkit-calc(45% - (30px / 2));
|
||||||
|
width: calc(45% - 30px / 2);
|
||||||
|
}
|
||||||
|
|
||||||
|
@media screen and (max-width: 800px) {
|
||||||
|
.footer-col-1,
|
||||||
|
.footer-col-2 {
|
||||||
|
width: -webkit-calc(50% - (30px / 2));
|
||||||
|
width: calc(50% - 30px / 2);
|
||||||
|
}
|
||||||
|
.footer-col-3 {
|
||||||
|
width: -webkit-calc(100% - (30px / 2));
|
||||||
|
width: calc(100% - 30px / 2);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
@media screen and (max-width: 600px) {
|
||||||
|
.footer-col {
|
||||||
|
float: none;
|
||||||
|
width: -webkit-calc(100% - (30px / 2));
|
||||||
|
width: calc(100% - 30px / 2);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
/**
|
||||||
|
* Page content
|
||||||
|
*/
|
||||||
|
.page-content {
|
||||||
|
padding: 30px 0;
|
||||||
|
flex: 1;
|
||||||
|
}
|
||||||
|
|
||||||
|
.page-heading {
|
||||||
|
font-size: 32px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.post-list-heading {
|
||||||
|
font-size: 28px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.post-list {
|
||||||
|
margin-left: 0;
|
||||||
|
list-style: none;
|
||||||
|
}
|
||||||
|
.post-list > li {
|
||||||
|
margin-bottom: 30px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.post-meta {
|
||||||
|
font-size: 14px;
|
||||||
|
color: #828282;
|
||||||
|
}
|
||||||
|
|
||||||
|
.post-link {
|
||||||
|
display: block;
|
||||||
|
font-size: 24px;
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Posts
|
||||||
|
*/
|
||||||
|
.post-header {
|
||||||
|
margin-bottom: 30px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.post-title {
|
||||||
|
font-size: 42px;
|
||||||
|
letter-spacing: -1px;
|
||||||
|
line-height: 1;
|
||||||
|
}
|
||||||
|
@media screen and (max-width: 800px) {
|
||||||
|
.post-title {
|
||||||
|
font-size: 36px;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
.post-content {
|
||||||
|
margin-bottom: 30px;
|
||||||
|
}
|
||||||
|
.post-content h2 {
|
||||||
|
font-size: 32px;
|
||||||
|
}
|
||||||
|
@media screen and (max-width: 800px) {
|
||||||
|
.post-content h2 {
|
||||||
|
font-size: 28px;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
.post-content h3 {
|
||||||
|
font-size: 26px;
|
||||||
|
}
|
||||||
|
@media screen and (max-width: 800px) {
|
||||||
|
.post-content h3 {
|
||||||
|
font-size: 22px;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
.post-content h4 {
|
||||||
|
font-size: 20px;
|
||||||
|
}
|
||||||
|
@media screen and (max-width: 800px) {
|
||||||
|
.post-content h4 {
|
||||||
|
font-size: 18px;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Syntax highlighting styles
|
||||||
|
*/
|
||||||
|
.highlight {
|
||||||
|
background: #fff;
|
||||||
|
}
|
||||||
|
.highlighter-rouge .highlight {
|
||||||
|
background: #eef;
|
||||||
|
}
|
||||||
|
.highlight .c {
|
||||||
|
color: #998;
|
||||||
|
font-style: italic;
|
||||||
|
}
|
||||||
|
.highlight .err {
|
||||||
|
color: #a61717;
|
||||||
|
background-color: #e3d2d2;
|
||||||
|
}
|
||||||
|
.highlight .k {
|
||||||
|
font-weight: bold;
|
||||||
|
}
|
||||||
|
.highlight .o {
|
||||||
|
font-weight: bold;
|
||||||
|
}
|
||||||
|
.highlight .cm {
|
||||||
|
color: #998;
|
||||||
|
font-style: italic;
|
||||||
|
}
|
||||||
|
.highlight .cp {
|
||||||
|
color: #999;
|
||||||
|
font-weight: bold;
|
||||||
|
}
|
||||||
|
.highlight .c1 {
|
||||||
|
color: #998;
|
||||||
|
font-style: italic;
|
||||||
|
}
|
||||||
|
.highlight .cs {
|
||||||
|
color: #999;
|
||||||
|
font-weight: bold;
|
||||||
|
font-style: italic;
|
||||||
|
}
|
||||||
|
.highlight .gd {
|
||||||
|
color: #000;
|
||||||
|
background-color: #fdd;
|
||||||
|
}
|
||||||
|
.highlight .gd .x {
|
||||||
|
color: #000;
|
||||||
|
background-color: #faa;
|
||||||
|
}
|
||||||
|
.highlight .ge {
|
||||||
|
font-style: italic;
|
||||||
|
}
|
||||||
|
.highlight .gr {
|
||||||
|
color: #a00;
|
||||||
|
}
|
||||||
|
.highlight .gh {
|
||||||
|
color: #999;
|
||||||
|
}
|
||||||
|
.highlight .gi {
|
||||||
|
color: #000;
|
||||||
|
background-color: #dfd;
|
||||||
|
}
|
||||||
|
.highlight .gi .x {
|
||||||
|
color: #000;
|
||||||
|
background-color: #afa;
|
||||||
|
}
|
||||||
|
.highlight .go {
|
||||||
|
color: #888;
|
||||||
|
}
|
||||||
|
.highlight .gp {
|
||||||
|
color: #555;
|
||||||
|
}
|
||||||
|
.highlight .gs {
|
||||||
|
font-weight: bold;
|
||||||
|
}
|
||||||
|
.highlight .gu {
|
||||||
|
color: #aaa;
|
||||||
|
}
|
||||||
|
.highlight .gt {
|
||||||
|
color: #a00;
|
||||||
|
}
|
||||||
|
.highlight .kc {
|
||||||
|
font-weight: bold;
|
||||||
|
}
|
||||||
|
.highlight .kd {
|
||||||
|
font-weight: bold;
|
||||||
|
}
|
||||||
|
.highlight .kp {
|
||||||
|
font-weight: bold;
|
||||||
|
}
|
||||||
|
.highlight .kr {
|
||||||
|
font-weight: bold;
|
||||||
|
}
|
||||||
|
.highlight .kt {
|
||||||
|
color: #458;
|
||||||
|
font-weight: bold;
|
||||||
|
}
|
||||||
|
.highlight .m {
|
||||||
|
color: #099;
|
||||||
|
}
|
||||||
|
.highlight .s {
|
||||||
|
color: #d14;
|
||||||
|
}
|
||||||
|
.highlight .na {
|
||||||
|
color: #008080;
|
||||||
|
}
|
||||||
|
.highlight .nb {
|
||||||
|
color: #0086B3;
|
||||||
|
}
|
||||||
|
.highlight .nc {
|
||||||
|
color: #458;
|
||||||
|
font-weight: bold;
|
||||||
|
}
|
||||||
|
.highlight .no {
|
||||||
|
color: #008080;
|
||||||
|
}
|
||||||
|
.highlight .ni {
|
||||||
|
color: #800080;
|
||||||
|
}
|
||||||
|
.highlight .ne {
|
||||||
|
color: #900;
|
||||||
|
font-weight: bold;
|
||||||
|
}
|
||||||
|
.highlight .nf {
|
||||||
|
color: #900;
|
||||||
|
font-weight: bold;
|
||||||
|
}
|
||||||
|
.highlight .nn {
|
||||||
|
color: #555;
|
||||||
|
}
|
||||||
|
.highlight .nt {
|
||||||
|
color: #000080;
|
||||||
|
}
|
||||||
|
.highlight .nv {
|
||||||
|
color: #008080;
|
||||||
|
}
|
||||||
|
.highlight .ow {
|
||||||
|
font-weight: bold;
|
||||||
|
}
|
||||||
|
.highlight .w {
|
||||||
|
color: #bbb;
|
||||||
|
}
|
||||||
|
.highlight .mf {
|
||||||
|
color: #099;
|
||||||
|
}
|
||||||
|
.highlight .mh {
|
||||||
|
color: #099;
|
||||||
|
}
|
||||||
|
.highlight .mi {
|
||||||
|
color: #099;
|
||||||
|
}
|
||||||
|
.highlight .mo {
|
||||||
|
color: #099;
|
||||||
|
}
|
||||||
|
.highlight .sb {
|
||||||
|
color: #d14;
|
||||||
|
}
|
||||||
|
.highlight .sc {
|
||||||
|
color: #d14;
|
||||||
|
}
|
||||||
|
.highlight .sd {
|
||||||
|
color: #d14;
|
||||||
|
}
|
||||||
|
.highlight .s2 {
|
||||||
|
color: #d14;
|
||||||
|
}
|
||||||
|
.highlight .se {
|
||||||
|
color: #d14;
|
||||||
|
}
|
||||||
|
.highlight .sh {
|
||||||
|
color: #d14;
|
||||||
|
}
|
||||||
|
.highlight .si {
|
||||||
|
color: #d14;
|
||||||
|
}
|
||||||
|
.highlight .sx {
|
||||||
|
color: #d14;
|
||||||
|
}
|
||||||
|
.highlight .sr {
|
||||||
|
color: #009926;
|
||||||
|
}
|
||||||
|
.highlight .s1 {
|
||||||
|
color: #d14;
|
||||||
|
}
|
||||||
|
.highlight .ss {
|
||||||
|
color: #990073;
|
||||||
|
}
|
||||||
|
.highlight .bp {
|
||||||
|
color: #999;
|
||||||
|
}
|
||||||
|
.highlight .vc {
|
||||||
|
color: #008080;
|
||||||
|
}
|
||||||
|
.highlight .vg {
|
||||||
|
color: #008080;
|
||||||
|
}
|
||||||
|
.highlight .vi {
|
||||||
|
color: #008080;
|
||||||
|
}
|
||||||
|
.highlight .il {
|
||||||
|
color: #099;
|
||||||
|
}
|
||||||
|
|
||||||
|
/*# sourceMappingURL=main.css.map */
|
||||||
File diff suppressed because one or more lines are too long
|
|
@ -0,0 +1,33 @@
|
||||||
|
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||||
|
|
||||||
|
<symbol id="dribbble" fill-rule="evenodd" clip-rule="evenodd" stroke-linejoin="round" stroke-miterlimit="1.414"><path d="M8 16c-4.41 0-8-3.59-8-8s3.59-8 8-8 8 3.59 8 8-3.59 8-8 8zm6.747-6.905c-.234-.074-2.115-.635-4.257-.292.894 2.456 1.258 4.456 1.328 4.872 1.533-1.037 2.624-2.68 2.93-4.58zM10.67 14.3c-.102-.6-.5-2.688-1.46-5.18l-.044.014C5.312 10.477 3.93 13.15 3.806 13.4c1.158.905 2.614 1.444 4.194 1.444.947 0 1.85-.194 2.67-.543zm-7.747-1.72c.155-.266 2.03-3.37 5.555-4.51.09-.03.18-.056.27-.08-.173-.39-.36-.778-.555-1.16-3.413 1.02-6.723.977-7.023.97l-.003.208c0 1.755.665 3.358 1.756 4.57zM1.31 6.61c.307.005 3.122.017 6.318-.832-1.132-2.012-2.353-3.705-2.533-3.952-1.912.902-3.34 2.664-3.784 4.785zM6.4 1.368c.188.253 1.43 1.943 2.548 4 2.43-.91 3.46-2.293 3.582-2.468C11.323 1.827 9.736 1.176 8 1.176c-.55 0-1.087.066-1.6.19zm6.89 2.322c-.145.194-1.29 1.662-3.816 2.694.16.325.31.656.453.99.05.117.1.235.147.352 2.274-.286 4.533.172 4.758.22-.015-1.613-.59-3.094-1.543-4.257z"/></symbol>
|
||||||
|
|
||||||
|
<symbol id="facebook" fill-rule="evenodd" clip-rule="evenodd" stroke-linejoin="round" stroke-miterlimit="1.414"><path d="M15.117 0H.883C.395 0 0 .395 0 .883v14.234c0 .488.395.883.883.883h7.663V9.804H6.46V7.39h2.086V5.607c0-2.066 1.262-3.19 3.106-3.19.883 0 1.642.064 1.863.094v2.16h-1.28c-1 0-1.195.48-1.195 1.18v1.54h2.39l-.31 2.42h-2.08V16h4.077c.488 0 .883-.395.883-.883V.883C16 .395 15.605 0 15.117 0" fill-rule="nonzero"/></symbol>
|
||||||
|
|
||||||
|
<symbol id="flickr" fill-rule="evenodd" clip-rule="evenodd" stroke-linejoin="round" stroke-miterlimit="1.414"><path d="M0 8c0 2.05 1.662 3.71 3.71 3.71 2.05 0 3.713-1.66 3.713-3.71S5.76 4.29 3.71 4.29C1.663 4.29 0 5.95 0 8zm8.577 0c0 2.05 1.662 3.71 3.712 3.71C14.33 11.71 16 10.05 16 8s-1.662-3.71-3.71-3.71c-2.05 0-3.713 1.66-3.713 3.71z"/></symbol>
|
||||||
|
|
||||||
|
<symbol id="github" fill-rule="evenodd" clip-rule="evenodd" stroke-linejoin="round" stroke-miterlimit="1.414"><path d="M8 0C3.58 0 0 3.582 0 8c0 3.535 2.292 6.533 5.47 7.59.4.075.547-.172.547-.385 0-.19-.007-.693-.01-1.36-2.226.483-2.695-1.073-2.695-1.073-.364-.924-.89-1.17-.89-1.17-.725-.496.056-.486.056-.486.803.056 1.225.824 1.225.824.714 1.223 1.873.87 2.33.665.072-.517.278-.87.507-1.07-1.777-.2-3.644-.888-3.644-3.953 0-.873.31-1.587.823-2.147-.09-.202-.36-1.015.07-2.117 0 0 .67-.215 2.2.82.64-.178 1.32-.266 2-.27.68.004 1.36.092 2 .27 1.52-1.035 2.19-.82 2.19-.82.43 1.102.16 1.915.08 2.117.51.56.82 1.274.82 2.147 0 3.073-1.87 3.75-3.65 3.947.28.24.54.73.54 1.48 0 1.07-.01 1.93-.01 2.19 0 .21.14.46.55.38C13.71 14.53 16 11.53 16 8c0-4.418-3.582-8-8-8"/></symbol>
|
||||||
|
|
||||||
|
<symbol id="googleplus" fill-rule="evenodd" clip-rule="evenodd" stroke-linejoin="round" stroke-miterlimit="1.414"><path d="M5.09 7.273v1.745h2.89c-.116.75-.873 2.197-2.887 2.197-1.737 0-3.155-1.44-3.155-3.215S3.353 4.785 5.09 4.785c.99 0 1.652.422 2.03.786l1.382-1.33c-.887-.83-2.037-1.33-3.41-1.33C2.275 2.91 0 5.19 0 8s2.276 5.09 5.09 5.09c2.94 0 4.888-2.065 4.888-4.974 0-.334-.036-.59-.08-.843H5.09zm10.91 0h-1.455V5.818H13.09v1.455h-1.454v1.454h1.455v1.455h1.46V8.727H16"/></symbol>
|
||||||
|
|
||||||
|
<symbol id="instagram" fill-rule="evenodd" clip-rule="evenodd" stroke-linejoin="round" stroke-miterlimit="1.414"><path d="M8 0C5.827 0 5.555.01 4.702.048 3.85.088 3.27.222 2.76.42c-.526.204-.973.478-1.417.923-.445.444-.72.89-.923 1.417-.198.51-.333 1.09-.372 1.942C.008 5.555 0 5.827 0 8s.01 2.445.048 3.298c.04.852.174 1.433.372 1.942.204.526.478.973.923 1.417.444.445.89.72 1.417.923.51.198 1.09.333 1.942.372.853.04 1.125.048 3.298.048s2.445-.01 3.298-.048c.852-.04 1.433-.174 1.942-.372.526-.204.973-.478 1.417-.923.445-.444.72-.89.923-1.417.198-.51.333-1.09.372-1.942.04-.853.048-1.125.048-3.298s-.01-2.445-.048-3.298c-.04-.852-.174-1.433-.372-1.942-.204-.526-.478-.973-.923-1.417-.444-.445-.89-.72-1.417-.923-.51-.198-1.09-.333-1.942-.372C10.445.008 10.173 0 8 0zm0 1.44c2.136 0 2.39.01 3.233.048.78.036 1.203.166 1.485.276.374.145.64.318.92.598.28.28.453.546.598.92.11.282.24.705.276 1.485.038.844.047 1.097.047 3.233s-.01 2.39-.05 3.233c-.04.78-.17 1.203-.28 1.485-.15.374-.32.64-.6.92-.28.28-.55.453-.92.598-.28.11-.71.24-1.49.276-.85.038-1.1.047-3.24.047s-2.39-.01-3.24-.05c-.78-.04-1.21-.17-1.49-.28-.38-.15-.64-.32-.92-.6-.28-.28-.46-.55-.6-.92-.11-.28-.24-.71-.28-1.49-.03-.84-.04-1.1-.04-3.23s.01-2.39.04-3.24c.04-.78.17-1.21.28-1.49.14-.38.32-.64.6-.92.28-.28.54-.46.92-.6.28-.11.7-.24 1.48-.28.85-.03 1.1-.04 3.24-.04zm0 2.452c-2.27 0-4.108 1.84-4.108 4.108 0 2.27 1.84 4.108 4.108 4.108 2.27 0 4.108-1.84 4.108-4.108 0-2.27-1.84-4.108-4.108-4.108zm0 6.775c-1.473 0-2.667-1.194-2.667-2.667 0-1.473 1.194-2.667 2.667-2.667 1.473 0 2.667 1.194 2.667 2.667 0 1.473-1.194 2.667-2.667 2.667zm5.23-6.937c0 .53-.43.96-.96.96s-.96-.43-.96-.96.43-.96.96-.96.96.43.96.96z"/></symbol>
|
||||||
|
|
||||||
|
<symbol id="linkedin" fill-rule="evenodd" clip-rule="evenodd" stroke-linejoin="round" stroke-miterlimit="1.414"><path d="M13.632 13.635h-2.37V9.922c0-.886-.018-2.025-1.234-2.025-1.235 0-1.424.964-1.424 1.96v3.778h-2.37V6H8.51v1.04h.03c.318-.6 1.092-1.233 2.247-1.233 2.4 0 2.845 1.58 2.845 3.637v4.188zM3.558 4.955c-.762 0-1.376-.617-1.376-1.377 0-.758.614-1.375 1.376-1.375.76 0 1.376.617 1.376 1.375 0 .76-.617 1.377-1.376 1.377zm1.188 8.68H2.37V6h2.376v7.635zM14.816 0H1.18C.528 0 0 .516 0 1.153v13.694C0 15.484.528 16 1.18 16h13.635c.652 0 1.185-.516 1.185-1.153V1.153C16 .516 15.467 0 14.815 0z" fill-rule="nonzero"/></symbol>
|
||||||
|
|
||||||
|
<symbol id="pinterest" fill-rule="evenodd" clip-rule="evenodd" stroke-linejoin="round" stroke-miterlimit="1.414"><path d="M8 0C3.582 0 0 3.582 0 8c0 3.39 2.108 6.285 5.084 7.45-.07-.633-.133-1.604.028-2.295.146-.625.938-3.977.938-3.977s-.24-.48-.24-1.188c0-1.11.646-1.943 1.448-1.943.683 0 1.012.513 1.012 1.127 0 .687-.436 1.713-.662 2.664-.19.797.4 1.445 1.185 1.445 1.42 0 2.514-1.498 2.514-3.662 0-1.91-1.376-3.25-3.342-3.25-2.276 0-3.61 1.71-3.61 3.47 0 .69.263 1.43.593 1.83.066.08.075.15.057.23-.06.25-.196.8-.223.91-.035.15-.115.18-.268.11C3.516 10.46 2.89 9 2.89 7.82c0-2.52 1.834-4.84 5.287-4.84 2.774 0 4.932 1.98 4.932 4.62 0 2.76-1.74 4.98-4.16 4.98-.81 0-1.57-.42-1.84-.92l-.5 1.9c-.18.698-.67 1.57-1 2.1.75.23 1.54.357 2.37.357 4.41 0 8-3.58 8-8s-3.59-8-8-8z" fill-rule="nonzero"/></symbol>
|
||||||
|
|
||||||
|
<symbol id="rss" fill-rule="evenodd" clip-rule="evenodd" stroke-linejoin="round" stroke-miterlimit="1.414"><path d="M12.8 16C12.8 8.978 7.022 3.2 0 3.2V0c8.777 0 16 7.223 16 16h-3.2zM2.194 11.61c1.21 0 2.195.985 2.195 2.196 0 1.21-.99 2.194-2.2 2.194C.98 16 0 15.017 0 13.806c0-1.21.983-2.195 2.194-2.195zM10.606 16h-3.11c0-4.113-3.383-7.497-7.496-7.497v-3.11c5.818 0 10.606 4.79 10.606 10.607z"/></symbol>
|
||||||
|
|
||||||
|
<symbol id="stackoverflow" class="svg-icon" xmlns="http://www.w3.org/2000/svg" fill-rule="evenodd" clip-rule="evenodd" stroke-linejoin="round" stroke-miterlimit="1.414"><path d="M12.658 14.577v-4.27h1.423V16H1.23v-5.693h1.42v4.27h10.006zm-8.583-1.423h7.16V11.73h-7.16v1.424zm.173-3.235l6.987 1.46.3-1.38L4.55 8.54l-.302 1.38zm.906-3.37l6.47 3.02.602-1.3-6.47-3.02-.602 1.29zm1.81-3.19l5.478 4.57.906-1.08L7.87 2.28l-.9 1.078zM10.502 0L9.338.863l4.27 5.735 1.164-.862L10.5 0z"/></symbol>
|
||||||
|
|
||||||
|
<symbol id="twitter" fill-rule="evenodd" clip-rule="evenodd" stroke-linejoin="round" stroke-miterlimit="1.414"><path d="M16 3.038c-.59.26-1.22.437-1.885.517.677-.407 1.198-1.05 1.443-1.816-.634.37-1.337.64-2.085.79-.598-.64-1.45-1.04-2.396-1.04-1.812 0-3.282 1.47-3.282 3.28 0 .26.03.51.085.75-2.728-.13-5.147-1.44-6.766-3.42C.83 2.58.67 3.14.67 3.75c0 1.14.58 2.143 1.46 2.732-.538-.017-1.045-.165-1.487-.41v.04c0 1.59 1.13 2.918 2.633 3.22-.276.074-.566.114-.865.114-.21 0-.41-.02-.61-.058.42 1.304 1.63 2.253 3.07 2.28-1.12.88-2.54 1.404-4.07 1.404-.26 0-.52-.015-.78-.045 1.46.93 3.18 1.474 5.04 1.474 6.04 0 9.34-5 9.34-9.33 0-.14 0-.28-.01-.42.64-.46 1.2-1.04 1.64-1.7z" fill-rule="nonzero"/></symbol>
|
||||||
|
|
||||||
|
<symbol id="youtube" fill-rule="evenodd" clip-rule="evenodd" stroke-linejoin="round" stroke-miterlimit="1.414"><path d="M0 7.345c0-1.294.16-2.59.16-2.59s.156-1.1.636-1.587c.608-.637 1.408-.617 1.764-.684C3.84 2.36 8 2.324 8 2.324s3.362.004 5.6.166c.314.038.996.04 1.604.678.48.486.636 1.588.636 1.588S16 6.05 16 7.346v1.258c0 1.296-.16 2.59-.16 2.59s-.156 1.102-.636 1.588c-.608.638-1.29.64-1.604.678-2.238.162-5.6.166-5.6.166s-4.16-.037-5.44-.16c-.356-.067-1.156-.047-1.764-.684-.48-.487-.636-1.587-.636-1.587S0 9.9 0 8.605v-1.26zm6.348 2.73V5.58l4.323 2.255-4.32 2.24z"/></symbol>
|
||||||
|
|
||||||
|
<symbol id="mastodon" fill-rule="evenodd" clip-rule="evenodd" stroke-linejoin="round" stroke-miterlimit="1.414">
|
||||||
|
<path transform="scale(0.07)" d="M211.80734 139.0875c-3.18125 16.36625-28.4925 34.2775-57.5625 37.74875-15.15875 1.80875-30.08375 3.47125-45.99875 2.74125-26.0275-1.1925-46.565-6.2125-46.565-6.2125 0 2.53375.15625 4.94625.46875 7.2025 3.38375 25.68625 25.47 27.225 46.39125 27.9425 21.11625.7225 39.91875-5.20625 39.91875-5.20625l.8675 19.09s-14.77 7.93125-41.08125 9.39c-14.50875.7975-32.52375-.365-53.50625-5.91875C9.23234 213.82 1.40609 165.31125.20859 116.09125c-.365-14.61375-.14-28.39375-.14-39.91875 0-50.33 32.97625-65.0825 32.97625-65.0825C49.67234 3.45375 78.20359.2425 107.86484 0h.72875c29.66125.2425 58.21125 3.45375 74.8375 11.09 0 0 32.975 14.7525 32.975 65.0825 0 0 .41375 37.13375-4.59875 62.915"/>
|
||||||
|
<path transform="scale(0.07)" fill="#FFF" d="M177.50984 80.077v60.94125h-24.14375v-59.15c0-12.46875-5.24625-18.7975-15.74-18.7975-11.6025 0-17.4175 7.5075-17.4175 22.3525v32.37625H96.20734V85.42325c0-14.845-5.81625-22.3525-17.41875-22.3525-10.49375 0-15.74 6.32875-15.74 18.7975v59.15H38.90484V80.077c0-12.455 3.17125-22.3525 9.54125-29.675 6.56875-7.3225 15.17125-11.07625 25.85-11.07625 12.355 0 21.71125 4.74875 27.8975 14.2475l6.01375 10.08125 6.015-10.08125c6.185-9.49875 15.54125-14.2475 27.8975-14.2475 10.6775 0 19.28 3.75375 25.85 11.07625 6.36875 7.3225 9.54 17.22 9.54 29.675"/>
|
||||||
|
</symbol>
|
||||||
|
|
||||||
|
|
||||||
|
</svg>
|
||||||
|
After Width: | Height: | Size: 9.7 KiB |
|
|
@ -0,0 +1,17 @@
|
||||||
|
<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom" ><generator uri="https://jekyllrb.com/" version="4.3.3">Jekyll</generator><link href="/~jotachina/mmpSearch/mmpSearch/_site/feed.xml" rel="self" type="application/atom+xml" /><link href="/~jotachina/mmpSearch/mmpSearch/_site/" rel="alternate" type="text/html" /><updated>2024-07-24T21:02:23-03:00</updated><id>/~jotachina/mmpSearch/mmpSearch/_site/feed.xml</id><title type="html">Your awesome title</title><subtitle>Write an awesome description for your new site here. You can edit this line in _config.yml. It will appear in your document head meta (for Google search results) and in your feed.xml site description.</subtitle><entry><title type="html">Welcome to Jekyll!</title><link href="/~jotachina/mmpSearch/mmpSearch/_site/jekyll/update/2024/07/21/welcome-to-jekyll.html" rel="alternate" type="text/html" title="Welcome to Jekyll!" /><published>2024-07-21T14:45:00-03:00</published><updated>2024-07-21T14:45:00-03:00</updated><id>/~jotachina/mmpSearch/mmpSearch/_site/jekyll/update/2024/07/21/welcome-to-jekyll</id><content type="html" xml:base="/~jotachina/mmpSearch/mmpSearch/_site/jekyll/update/2024/07/21/welcome-to-jekyll.html"><![CDATA[<p>You’ll find this post in your <code class="language-plaintext highlighter-rouge">_posts</code> directory. Go ahead and edit it and re-build the site to see your changes. You can rebuild the site in many different ways, but the most common way is to run <code class="language-plaintext highlighter-rouge">jekyll serve</code>, which launches a web server and auto-regenerates your site when a file is updated.</p>
|
||||||
|
|
||||||
|
<p>Jekyll requires blog post files to be named according to the following format:</p>
|
||||||
|
|
||||||
|
<p><code class="language-plaintext highlighter-rouge">YEAR-MONTH-DAY-title.MARKUP</code></p>
|
||||||
|
|
||||||
|
<p>Where <code class="language-plaintext highlighter-rouge">YEAR</code> is a four-digit number, <code class="language-plaintext highlighter-rouge">MONTH</code> and <code class="language-plaintext highlighter-rouge">DAY</code> are both two-digit numbers, and <code class="language-plaintext highlighter-rouge">MARKUP</code> is the file extension representing the format used in the file. After that, include the necessary front matter. Take a look at the source for this post to get an idea about how it works.</p>
|
||||||
|
|
||||||
|
<p>Jekyll also offers powerful support for code snippets:</p>
|
||||||
|
|
||||||
|
<figure class="highlight"><pre><code class="language-ruby" data-lang="ruby"><span class="k">def</span> <span class="nf">print_hi</span><span class="p">(</span><span class="nb">name</span><span class="p">)</span>
|
||||||
|
<span class="nb">puts</span> <span class="s2">"Hi, </span><span class="si">#{</span><span class="nb">name</span><span class="si">}</span><span class="s2">"</span>
|
||||||
|
<span class="k">end</span>
|
||||||
|
<span class="n">print_hi</span><span class="p">(</span><span class="s1">'Tom'</span><span class="p">)</span>
|
||||||
|
<span class="c1">#=> prints 'Hi, Tom' to STDOUT.</span></code></pre></figure>
|
||||||
|
|
||||||
|
<p>Check out the <a href="https://jekyllrb.com/docs/home">Jekyll docs</a> for more info on how to get the most out of Jekyll. File all bugs/feature requests at <a href="https://github.com/jekyll/jekyll">Jekyll’s GitHub repo</a>. If you have questions, you can ask them on <a href="https://talk.jekyllrb.com/">Jekyll Talk</a>.</p>]]></content><author><name></name></author><category term="jekyll" /><category term="update" /><summary type="html"><![CDATA[You’ll find this post in your _posts directory. Go ahead and edit it and re-build the site to see your changes. You can rebuild the site in many different ways, but the most common way is to run jekyll serve, which launches a web server and auto-regenerates your site when a file is updated. Jekyll requires blog post files to be named according to the following format: YEAR-MONTH-DAY-title.MARKUP Where YEAR is a four-digit number, MONTH and DAY are both two-digit numbers, and MARKUP is the file extension representing the format used in the file. After that, include the necessary front matter. Take a look at the source for this post to get an idea about how it works. Jekyll also offers powerful support for code snippets: def print_hi(name) puts "Hi, #{name}" end print_hi('Tom') #=> prints 'Hi, Tom' to STDOUT. Check out the Jekyll docs for more info on how to get the most out of Jekyll. File all bugs/feature requests at Jekyll’s GitHub repo. If you have questions, you can ask them on Jekyll Talk.]]></summary></entry></feed>
|
||||||
|
|
@ -0,0 +1,52 @@
|
||||||
|
<!DOCTYPE html>
|
||||||
|
<html lang="en">
|
||||||
|
<head>
|
||||||
|
<meta charset="UTF-8">
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
|
<title></title>
|
||||||
|
<link rel="stylesheet" href="/~jotachina/mmpSearch/mmpSearch/_site/assets/css/style.css">
|
||||||
|
<!-- Adicione outros links de estilos necessários -->
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<header class="site-header" role="banner">
|
||||||
|
|
||||||
|
<div class="wrapper"><a class="site-title" rel="author" href="/~jotachina/mmpSearch/mmpSearch/_site/">Your awesome title</a><nav class="site-nav">
|
||||||
|
<input type="checkbox" id="nav-trigger" class="nav-trigger" />
|
||||||
|
<label for="nav-trigger">
|
||||||
|
<span class="menu-icon">
|
||||||
|
<svg viewBox="0 0 18 15" width="18px" height="15px">
|
||||||
|
<path d="M18,1.484c0,0.82-0.665,1.484-1.484,1.484H1.484C0.665,2.969,0,2.304,0,1.484l0,0C0,0.665,0.665,0,1.484,0 h15.032C17.335,0,18,0.665,18,1.484L18,1.484z M18,7.516C18,8.335,17.335,9,16.516,9H1.484C0.665,9,0,8.335,0,7.516l0,0 c0-0.82,0.665-1.484,1.484-1.484h15.032C17.335,6.031,18,6.696,18,7.516L18,7.516z M18,13.516C18,14.335,17.335,15,16.516,15H1.484 C0.665,15,0,14.335,0,13.516l0,0c0-0.82,0.665-1.483,1.484-1.483h15.032C17.335,12.031,18,12.695,18,13.516L18,13.516z"/>
|
||||||
|
</svg>
|
||||||
|
</span>
|
||||||
|
</label>
|
||||||
|
|
||||||
|
<div class="trigger"><a class="page-link" href="/~jotachina/mmpSearch/mmpSearch/_site/about/">About</a><a class="page-link" href="/~jotachina/mmpSearch/mmpSearch/_site/mmp_files.html">Arquivos MMP Processados</a><a class="page-link" href="/~jotachina/mmpSearch/mmpSearch/_site/projetosComMesmoInstrumento.html">Instrumentos Similares</a><a class="page-link" href="/~jotachina/mmpSearch/mmpSearch/_site/quantasVezes.html">Quantidade de repetições de instrumentos</a></div>
|
||||||
|
</nav></div>
|
||||||
|
</header>
|
||||||
|
|
||||||
|
|
||||||
|
<main>
|
||||||
|
<div class="home">
|
||||||
|
<h2 class="post-list-heading">Posts</h2>
|
||||||
|
<ul class="post-list"><li><span class="post-meta">Jul 21, 2024</span>
|
||||||
|
<h3>
|
||||||
|
<a class="post-link" href="/~jotachina/mmpSearch/mmpSearch/_site/jekyll/update/2024/07/21/welcome-to-jekyll.html">
|
||||||
|
Welcome to Jekyll!
|
||||||
|
</a>
|
||||||
|
</h3></li></ul>
|
||||||
|
|
||||||
|
<p class="rss-subscribe">subscribe <a href="/~jotachina/mmpSearch/mmpSearch/_site/feed.xml">via RSS</a></p></div>
|
||||||
|
|
||||||
|
</main>
|
||||||
|
|
||||||
|
<footer>
|
||||||
|
<!-- Rodapé -->
|
||||||
|
</footer>
|
||||||
|
|
||||||
|
<!-- Scripts no final da página para melhor performance -->
|
||||||
|
<script src="https://code.jquery.com/jquery-3.6.0.min.js"></script>
|
||||||
|
<script src="/~jotachina/mmpSearch/mmpSearch/_site/assets/js/script.js"></script>
|
||||||
|
<!-- Adicione outros scripts conforme necessário -->
|
||||||
|
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
|
|
@ -0,0 +1,73 @@
|
||||||
|
<!DOCTYPE html>
|
||||||
|
<html lang="en">
|
||||||
|
<head>
|
||||||
|
<meta charset="UTF-8">
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
|
<title>Welcome to Jekyll!</title>
|
||||||
|
<link rel="stylesheet" href="/~jotachina/mmpSearch/mmpSearch/_site/assets/css/style.css">
|
||||||
|
<!-- Adicione outros links de estilos necessários -->
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<header class="site-header" role="banner">
|
||||||
|
|
||||||
|
<div class="wrapper"><a class="site-title" rel="author" href="/~jotachina/mmpSearch/mmpSearch/_site/">Your awesome title</a><nav class="site-nav">
|
||||||
|
<input type="checkbox" id="nav-trigger" class="nav-trigger" />
|
||||||
|
<label for="nav-trigger">
|
||||||
|
<span class="menu-icon">
|
||||||
|
<svg viewBox="0 0 18 15" width="18px" height="15px">
|
||||||
|
<path d="M18,1.484c0,0.82-0.665,1.484-1.484,1.484H1.484C0.665,2.969,0,2.304,0,1.484l0,0C0,0.665,0.665,0,1.484,0 h15.032C17.335,0,18,0.665,18,1.484L18,1.484z M18,7.516C18,8.335,17.335,9,16.516,9H1.484C0.665,9,0,8.335,0,7.516l0,0 c0-0.82,0.665-1.484,1.484-1.484h15.032C17.335,6.031,18,6.696,18,7.516L18,7.516z M18,13.516C18,14.335,17.335,15,16.516,15H1.484 C0.665,15,0,14.335,0,13.516l0,0c0-0.82,0.665-1.483,1.484-1.483h15.032C17.335,12.031,18,12.695,18,13.516L18,13.516z"/>
|
||||||
|
</svg>
|
||||||
|
</span>
|
||||||
|
</label>
|
||||||
|
|
||||||
|
<div class="trigger"><a class="page-link" href="/~jotachina/mmpSearch/mmpSearch/_site/about/">About</a><a class="page-link" href="/~jotachina/mmpSearch/mmpSearch/_site/mmp_files.html">Arquivos MMP Processados</a><a class="page-link" href="/~jotachina/mmpSearch/mmpSearch/_site/projetosComMesmoInstrumento.html">Instrumentos Similares</a><a class="page-link" href="/~jotachina/mmpSearch/mmpSearch/_site/quantasVezes.html">Quantidade de repetições de instrumentos</a></div>
|
||||||
|
</nav></div>
|
||||||
|
</header>
|
||||||
|
|
||||||
|
|
||||||
|
<main>
|
||||||
|
<article class="post h-entry" itemscope itemtype="http://schema.org/BlogPosting">
|
||||||
|
|
||||||
|
<header class="post-header">
|
||||||
|
<h1 class="post-title p-name" itemprop="name headline">Welcome to Jekyll!</h1>
|
||||||
|
<p class="post-meta">
|
||||||
|
<time class="dt-published" datetime="2024-07-21T14:45:00-03:00" itemprop="datePublished">Jul 21, 2024
|
||||||
|
</time></p>
|
||||||
|
</header>
|
||||||
|
|
||||||
|
<div class="post-content e-content" itemprop="articleBody">
|
||||||
|
<p>You’ll find this post in your <code class="language-plaintext highlighter-rouge">_posts</code> directory. Go ahead and edit it and re-build the site to see your changes. You can rebuild the site in many different ways, but the most common way is to run <code class="language-plaintext highlighter-rouge">jekyll serve</code>, which launches a web server and auto-regenerates your site when a file is updated.</p>
|
||||||
|
|
||||||
|
<p>Jekyll requires blog post files to be named according to the following format:</p>
|
||||||
|
|
||||||
|
<p><code class="language-plaintext highlighter-rouge">YEAR-MONTH-DAY-title.MARKUP</code></p>
|
||||||
|
|
||||||
|
<p>Where <code class="language-plaintext highlighter-rouge">YEAR</code> is a four-digit number, <code class="language-plaintext highlighter-rouge">MONTH</code> and <code class="language-plaintext highlighter-rouge">DAY</code> are both two-digit numbers, and <code class="language-plaintext highlighter-rouge">MARKUP</code> is the file extension representing the format used in the file. After that, include the necessary front matter. Take a look at the source for this post to get an idea about how it works.</p>
|
||||||
|
|
||||||
|
<p>Jekyll also offers powerful support for code snippets:</p>
|
||||||
|
|
||||||
|
<figure class="highlight"><pre><code class="language-ruby" data-lang="ruby"><span class="k">def</span> <span class="nf">print_hi</span><span class="p">(</span><span class="nb">name</span><span class="p">)</span>
|
||||||
|
<span class="nb">puts</span> <span class="s2">"Hi, </span><span class="si">#{</span><span class="nb">name</span><span class="si">}</span><span class="s2">"</span>
|
||||||
|
<span class="k">end</span>
|
||||||
|
<span class="n">print_hi</span><span class="p">(</span><span class="s1">'Tom'</span><span class="p">)</span>
|
||||||
|
<span class="c1">#=> prints 'Hi, Tom' to STDOUT.</span></code></pre></figure>
|
||||||
|
|
||||||
|
<p>Check out the <a href="https://jekyllrb.com/docs/home">Jekyll docs</a> for more info on how to get the most out of Jekyll. File all bugs/feature requests at <a href="https://github.com/jekyll/jekyll">Jekyll’s GitHub repo</a>. If you have questions, you can ask them on <a href="https://talk.jekyllrb.com/">Jekyll Talk</a>.</p>
|
||||||
|
|
||||||
|
|
||||||
|
</div><a class="u-url" href="/~jotachina/mmpSearch/mmpSearch/_site/jekyll/update/2024/07/21/welcome-to-jekyll.html" hidden></a>
|
||||||
|
</article>
|
||||||
|
|
||||||
|
</main>
|
||||||
|
|
||||||
|
<footer>
|
||||||
|
<!-- Rodapé -->
|
||||||
|
</footer>
|
||||||
|
|
||||||
|
<!-- Scripts no final da página para melhor performance -->
|
||||||
|
<script src="https://code.jquery.com/jquery-3.6.0.min.js"></script>
|
||||||
|
<script src="/~jotachina/mmpSearch/mmpSearch/_site/assets/js/script.js"></script>
|
||||||
|
<!-- Adicione outros scripts conforme necessário -->
|
||||||
|
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
|
|
@ -0,0 +1,109 @@
|
||||||
|
{
|
||||||
|
"file": "mmp/Computacao_Musical_Thiago_Rocha_de_Moraes.mmp",
|
||||||
|
"bpm": "140",
|
||||||
|
"tracks": [
|
||||||
|
{
|
||||||
|
"track_name": "Introducao",
|
||||||
|
"type": "bassline",
|
||||||
|
"instruments": [
|
||||||
|
{
|
||||||
|
"instrument_name": "kick01.ogg"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"instrument_name": "hihat_closed01.ogg"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"instrument_name": "snare01.ogg"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"instrument_name": "house_loop01.ogg"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"instrument_name": "snaph01.ogg"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"instrument_name": "bass!.ogg"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"instrument_name": "space_strings02.ogg"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"instrument_name": "steel_guitar_medium_distorted01.ogg"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"instrument_name": "ride01.ogg"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"track_name": "Base1",
|
||||||
|
"type": "bassline",
|
||||||
|
"instruments": []
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"track_name": "Base2",
|
||||||
|
"type": "bassline",
|
||||||
|
"instruments": []
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"track_name": "Base3",
|
||||||
|
"type": "bassline",
|
||||||
|
"instruments": []
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"track_name": "Base4",
|
||||||
|
"type": "bassline",
|
||||||
|
"instruments": []
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"track_name": "Final",
|
||||||
|
"type": "bassline",
|
||||||
|
"instruments": []
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"track_name": "Prato",
|
||||||
|
"type": "bassline",
|
||||||
|
"instruments": []
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"track_name": "Bass_Voice1",
|
||||||
|
"type": "bassline",
|
||||||
|
"instruments": []
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"track_name": "Bass_Voice2",
|
||||||
|
"type": "bassline",
|
||||||
|
"instruments": []
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"track_name": "Bass_Voice3",
|
||||||
|
"type": "bassline",
|
||||||
|
"instruments": []
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"track_name": "Estala_Dedos1",
|
||||||
|
"type": "bassline",
|
||||||
|
"instruments": []
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"track_name": "Estala_Dedos2",
|
||||||
|
"type": "bassline",
|
||||||
|
"instruments": []
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"track_name": "Xylophon",
|
||||||
|
"type": "plugin",
|
||||||
|
"instruments": []
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"track_name": "SuperSaw Lead",
|
||||||
|
"type": "plugin",
|
||||||
|
"instruments": []
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"track_name": "SEGuitar",
|
||||||
|
"type": "plugin",
|
||||||
|
"instruments": []
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
|
@ -0,0 +1,125 @@
|
||||||
|
{
|
||||||
|
"file": "mmp/FelipeFerraz.mmp",
|
||||||
|
"bpm": "121",
|
||||||
|
"tracks": [
|
||||||
|
{
|
||||||
|
"track_name": "Intro",
|
||||||
|
"type": "bassline",
|
||||||
|
"instruments": [
|
||||||
|
{
|
||||||
|
"instrument_name": "MB 808 (20).wav"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"instrument_name": "Cymatics x S1 - Closed Hihat 8.wav"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"instrument_name": "Cymatics x S1 - Open Hihat 10.wav"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"instrument_name": "Cymatics x S1 - Juno Bass 1 - F.wav"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"instrument_name": "Cymatics x S1 - Juno Bass 2 - F.wav"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"instrument_name": "Cymatics - Gun Cock.wav"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"instrument_name": "Cymatics - Gunshot Beefy.wav"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"instrument_name": "Cymatics - Adrenaline Clap.wav"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"instrument_name": "Cymatics - Blasted 808 - C.wav"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"instrument_name": "Cymatics - Titan Kick 48 - F#.wav"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"instrument_name": "Cymatics - 9God Snare 5 - A.wav"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"instrument_name": "Cymatics - 9God Snare 4 - G#.wav"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"instrument_name": "Cymatics x S1 - Closed Hihat 10.wav"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"instrument_name": "MB Lumi Hit.wav"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"instrument_name": "Cymatics - Titan Arp Loop 2 - 100 BPM E Min.wav"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"instrument_name": "MB Clap (12).wav"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"track_name": "Verse1",
|
||||||
|
"type": "bassline",
|
||||||
|
"instruments": []
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"track_name": "Bass",
|
||||||
|
"type": "bassline",
|
||||||
|
"instruments": []
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"track_name": "e_piano_accord01.ogg",
|
||||||
|
"type": "plugin",
|
||||||
|
"instruments": []
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"track_name": "Gunshots",
|
||||||
|
"type": "bassline",
|
||||||
|
"instruments": []
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"track_name": "Verse2",
|
||||||
|
"type": "bassline",
|
||||||
|
"instruments": []
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"track_name": "SwitchBeatLight",
|
||||||
|
"type": "bassline",
|
||||||
|
"instruments": []
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"track_name": "LightBeat/Verse3",
|
||||||
|
"type": "bassline",
|
||||||
|
"instruments": []
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"track_name": "TransitionTest",
|
||||||
|
"type": "bassline",
|
||||||
|
"instruments": []
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"track_name": "TestBeat",
|
||||||
|
"type": "bassline",
|
||||||
|
"instruments": []
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"track_name": "Closer",
|
||||||
|
"type": "bassline",
|
||||||
|
"instruments": []
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"track_name": "Full Strings",
|
||||||
|
"type": "plugin",
|
||||||
|
"instruments": []
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"track_name": "Outro",
|
||||||
|
"type": "bassline",
|
||||||
|
"instruments": []
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"track_name": "rave_choir01.ogg",
|
||||||
|
"type": "plugin",
|
||||||
|
"instruments": []
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
|
@ -0,0 +1,78 @@
|
||||||
|
{
|
||||||
|
"file": "mmp/Gustavo Castro.mmp",
|
||||||
|
"bpm": "145",
|
||||||
|
"tracks": [
|
||||||
|
{
|
||||||
|
"track_name": "TripleOscillator",
|
||||||
|
"type": "plugin",
|
||||||
|
"instruments": []
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"track_name": "Sample track",
|
||||||
|
"type": "sample",
|
||||||
|
"instruments": []
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"track_name": "Beat/Bassline 0",
|
||||||
|
"type": "bassline",
|
||||||
|
"instruments": [
|
||||||
|
{
|
||||||
|
"instrument_name": "bassdrum01.ogg"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"instrument_name": "snare_acoustic01.ogg"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"instrument_name": "hihat_closed01.ogg"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"instrument_name": "kick01.ogg"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"instrument_name": "snare03.ogg"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"instrument_name": "zap03.ogg"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"instrument_name": "zap02.ogg"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"instrument_name": "electric_ping01.ogg"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"instrument_name": "steel_guitar_slight_distorted01.ogg"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"instrument_name": "ride01.ogg"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"instrument_name": "shaker02.ogg"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"instrument_name": "steel_guitar_heavy_distorted01.ogg"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"track_name": "Refrão",
|
||||||
|
"type": "bassline",
|
||||||
|
"instruments": []
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"track_name": "Batida/Linha de Baixo 2",
|
||||||
|
"type": "bassline",
|
||||||
|
"instruments": []
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"track_name": "Batida/Linha de Baixo 3",
|
||||||
|
"type": "bassline",
|
||||||
|
"instruments": []
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"track_name": "Batida/Linha de Baixo 4",
|
||||||
|
"type": "bassline",
|
||||||
|
"instruments": []
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
|
@ -0,0 +1,147 @@
|
||||||
|
{
|
||||||
|
"file": "mmp/Iara Rodrigues.mmp",
|
||||||
|
"bpm": "110",
|
||||||
|
"tracks": [
|
||||||
|
{
|
||||||
|
"track_name": "TripleOscillator",
|
||||||
|
"type": "plugin",
|
||||||
|
"instruments": []
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"track_name": "Sample track",
|
||||||
|
"type": "sample",
|
||||||
|
"instruments": []
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"track_name": "Beat/Bassline 0",
|
||||||
|
"type": "bassline",
|
||||||
|
"instruments": [
|
||||||
|
{
|
||||||
|
"instrument_name": "Kicker"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"instrument_name": "kick_distorted01.ogg"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"instrument_name": "clap04.ogg"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"instrument_name": "rim01.ogg"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"instrument_name": "shaker02.ogg"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"instrument_name": "bassdrum_acoustic01.ogg"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"instrument_name": "hihat_closed01.ogg"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"instrument_name": "kick_long01.ogg"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"instrument_name": "piano01.ogg"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"instrument_name": "violin_double_stop01.ogg"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"instrument_name": "harpsichord01.ogg"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"instrument_name": "bassslap02.ogg"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"instrument_name": "bassslap01.ogg"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"instrument_name": "cello01.ogg"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"instrument_name": "bassslap01.ogg"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"instrument_name": "bass!.ogg"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"instrument_name": "chroma_sound_effect01.ogg"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"instrument_name": "110011__tuberatanka__cat-meow.wav"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"instrument_name": "wind_chimes01.ogg"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"instrument_name": "auauEmy.wav"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"track_name": "Bassline 1",
|
||||||
|
"type": "bassline",
|
||||||
|
"instruments": []
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"track_name": "piu /Bassline2",
|
||||||
|
"type": "bassline",
|
||||||
|
"instruments": []
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"track_name": "pieino",
|
||||||
|
"type": "bassline",
|
||||||
|
"instruments": []
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"track_name": " pieino 2",
|
||||||
|
"type": "bassline",
|
||||||
|
"instruments": []
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"track_name": " pieino 3",
|
||||||
|
"type": "bassline",
|
||||||
|
"instruments": []
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"track_name": "Violino",
|
||||||
|
"type": "bassline",
|
||||||
|
"instruments": []
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"track_name": "baixo engual eu",
|
||||||
|
"type": "bassline",
|
||||||
|
"instruments": []
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"track_name": "!!bass",
|
||||||
|
"type": "bassline",
|
||||||
|
"instruments": []
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"track_name": "start?",
|
||||||
|
"type": "bassline",
|
||||||
|
"instruments": []
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"track_name": "meow",
|
||||||
|
"type": "bassline",
|
||||||
|
"instruments": []
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"track_name": "meio",
|
||||||
|
"type": "bassline",
|
||||||
|
"instruments": []
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"track_name": "Clone de meio",
|
||||||
|
"type": "bassline",
|
||||||
|
"instruments": []
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"track_name": "emelym",
|
||||||
|
"type": "bassline",
|
||||||
|
"instruments": []
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
|
@ -0,0 +1,66 @@
|
||||||
|
{
|
||||||
|
"file": "mmp/JoãoVitorSimão-2023008380-megaMainSong.mmp",
|
||||||
|
"bpm": "160",
|
||||||
|
"tracks": [
|
||||||
|
{
|
||||||
|
"track_name": "main base",
|
||||||
|
"type": "bassline",
|
||||||
|
"instruments": [
|
||||||
|
{
|
||||||
|
"instrument_name": "bass1"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"instrument_name": "noise1"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"instrument_name": "snare"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"track_name": "End Drums",
|
||||||
|
"type": "plugin",
|
||||||
|
"instruments": []
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"track_name": "Middle Bass",
|
||||||
|
"type": "plugin",
|
||||||
|
"instruments": []
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"track_name": "Melody 1",
|
||||||
|
"type": "plugin",
|
||||||
|
"instruments": []
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"track_name": "Melody 2",
|
||||||
|
"type": "plugin",
|
||||||
|
"instruments": []
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"track_name": "Chords",
|
||||||
|
"type": "plugin",
|
||||||
|
"instruments": []
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"track_name": "Menu base",
|
||||||
|
"type": "plugin",
|
||||||
|
"instruments": []
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"track_name": "Menu Melody",
|
||||||
|
"type": "plugin",
|
||||||
|
"instruments": []
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"track_name": "Menu Start",
|
||||||
|
"type": "plugin",
|
||||||
|
"instruments": []
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"track_name": "Menu Bass",
|
||||||
|
"type": "plugin",
|
||||||
|
"instruments": []
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
|
@ -0,0 +1,71 @@
|
||||||
|
{
|
||||||
|
"file": "mmp/Samanta Freire.mmp",
|
||||||
|
"bpm": "140",
|
||||||
|
"tracks": [
|
||||||
|
{
|
||||||
|
"track_name": "TripleOscillator",
|
||||||
|
"type": "plugin",
|
||||||
|
"instruments": []
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"track_name": "Sample track",
|
||||||
|
"type": "sample",
|
||||||
|
"instruments": []
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"track_name": "Beat/Bassline 0",
|
||||||
|
"type": "bassline",
|
||||||
|
"instruments": [
|
||||||
|
{
|
||||||
|
"instrument_name": "Kicker"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"instrument_name": "bassdrum01.ogg"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"instrument_name": "hihat_closed05.ogg"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"instrument_name": "chorus01.ogg"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"instrument_name": "kick01.ogg"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"instrument_name": "Drone Arp"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"instrument_name": "vapo.wav"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"instrument_name": "OpulenZ"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"track_name": "Beat/Bassline 1",
|
||||||
|
"type": "bassline",
|
||||||
|
"instruments": []
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"track_name": "Beat/Bassline 2",
|
||||||
|
"type": "bassline",
|
||||||
|
"instruments": []
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"track_name": "Beat/Bassline 3",
|
||||||
|
"type": "bassline",
|
||||||
|
"instruments": []
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"track_name": "Beat/Bassline 4",
|
||||||
|
"type": "bassline",
|
||||||
|
"instruments": []
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"track_name": "Beat/Bassline 5",
|
||||||
|
"type": "bassline",
|
||||||
|
"instruments": []
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
|
@ -0,0 +1,67 @@
|
||||||
|
{
|
||||||
|
"file": "mmp/SonsAlignígenas.mmp",
|
||||||
|
"bpm": "140",
|
||||||
|
"tracks": [
|
||||||
|
{
|
||||||
|
"track_name": "TripleOscillator",
|
||||||
|
"type": "plugin",
|
||||||
|
"instruments": []
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"track_name": "Sample track",
|
||||||
|
"type": "sample",
|
||||||
|
"instruments": []
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"track_name": "Batida/Linha de Baixo 0",
|
||||||
|
"type": "bassline",
|
||||||
|
"instruments": [
|
||||||
|
{
|
||||||
|
"instrument_name": "Kicker"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"instrument_name": "OpulenZ"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"instrument_name": "snare01.ogg"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"instrument_name": "clap01.ogg"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"instrument_name": "tom01.ogg"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"instrument_name": "tom02.ogg"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"instrument_name": "zap02.ogg"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"instrument_name": "hihat_opened01.ogg"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"instrument_name": "metronome01.ogg"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"instrument_name": "metronome02.ogg"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"track_name": "Batida/Linha de Baixo 3",
|
||||||
|
"type": "bassline",
|
||||||
|
"instruments": []
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"track_name": "Batida/Linha de Baixo 2",
|
||||||
|
"type": "bassline",
|
||||||
|
"instruments": []
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"track_name": "Batida/Linha de Baixo 1",
|
||||||
|
"type": "bassline",
|
||||||
|
"instruments": []
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
|
@ -0,0 +1,91 @@
|
||||||
|
{
|
||||||
|
"file": "mmp/Um começo.mmp",
|
||||||
|
"bpm": "143",
|
||||||
|
"tracks": [
|
||||||
|
{
|
||||||
|
"track_name": "TripleOscillator",
|
||||||
|
"type": "plugin",
|
||||||
|
"instruments": []
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"track_name": "Sample track",
|
||||||
|
"type": "sample",
|
||||||
|
"instruments": []
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"track_name": "Violino (Verso 2)",
|
||||||
|
"type": "bassline",
|
||||||
|
"instruments": [
|
||||||
|
{
|
||||||
|
"instrument_name": "bassdrum04.ogg"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"instrument_name": "hihat_closed04.ogg"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"instrument_name": "snare_hiphop01.ogg"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"instrument_name": "snare_muffled02.ogg"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"instrument_name": "snare_muffled01.ogg"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"instrument_name": "bassslap01.ogg"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"instrument_name": "violin_pizzicato01.ogg"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"instrument_name": "steel_guitar01.ogg"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"track_name": "Violino (Verso 1 - 1)",
|
||||||
|
"type": "bassline",
|
||||||
|
"instruments": []
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"track_name": "Guitarra (Verso 1)",
|
||||||
|
"type": "bassline",
|
||||||
|
"instruments": []
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"track_name": "Guitarra (Ponte)",
|
||||||
|
"type": "bassline",
|
||||||
|
"instruments": []
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"track_name": "Baixo (Verso 2)",
|
||||||
|
"type": "bassline",
|
||||||
|
"instruments": []
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"track_name": "Baixo (Refrão)",
|
||||||
|
"type": "bassline",
|
||||||
|
"instruments": []
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"track_name": "Bateria (Ponte)",
|
||||||
|
"type": "bassline",
|
||||||
|
"instruments": []
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"track_name": "Bateria (Refrão)",
|
||||||
|
"type": "bassline",
|
||||||
|
"instruments": []
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"track_name": "Bateria (Verso 1)",
|
||||||
|
"type": "bassline",
|
||||||
|
"instruments": []
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"track_name": "Base",
|
||||||
|
"type": "bassline",
|
||||||
|
"instruments": []
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
|
@ -0,0 +1,81 @@
|
||||||
|
{
|
||||||
|
"file": "mmp/VitorAugusto.mmp",
|
||||||
|
"bpm": "140",
|
||||||
|
"tracks": [
|
||||||
|
{
|
||||||
|
"track_name": "TripleOscillator",
|
||||||
|
"type": "plugin",
|
||||||
|
"instruments": []
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"track_name": "Sample track",
|
||||||
|
"type": "sample",
|
||||||
|
"instruments": []
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"track_name": "Piano",
|
||||||
|
"type": "bassline",
|
||||||
|
"instruments": [
|
||||||
|
{
|
||||||
|
"instrument_name": "Kicker"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"instrument_name": "kick_distorted01.ogg"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"instrument_name": "clap01.ogg"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"instrument_name": "snare05.ogg"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"instrument_name": "hihat_closed01.ogg"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"instrument_name": "hihat_opened01.ogg"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"instrument_name": "Analog Piano 1"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"instrument_name": "Synth Violin 2 Fat"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"track_name": "Kick",
|
||||||
|
"type": "bassline",
|
||||||
|
"instruments": []
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"track_name": "Kick_distorted",
|
||||||
|
"type": "bassline",
|
||||||
|
"instruments": []
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"track_name": "Clap",
|
||||||
|
"type": "bassline",
|
||||||
|
"instruments": []
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"track_name": "Snare",
|
||||||
|
"type": "bassline",
|
||||||
|
"instruments": []
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"track_name": "Hihat_closed",
|
||||||
|
"type": "bassline",
|
||||||
|
"instruments": []
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"track_name": "Hihat_opened",
|
||||||
|
"type": "bassline",
|
||||||
|
"instruments": []
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"track_name": "Violino",
|
||||||
|
"type": "bassline",
|
||||||
|
"instruments": []
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
|
@ -0,0 +1,48 @@
|
||||||
|
{
|
||||||
|
"file": "mmp/Wesley_Silva_Guimarães.mmp",
|
||||||
|
"bpm": "140",
|
||||||
|
"tracks": [
|
||||||
|
{
|
||||||
|
"track_name": "TripleOscillator",
|
||||||
|
"type": "plugin",
|
||||||
|
"instruments": []
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"track_name": "Sample track",
|
||||||
|
"type": "sample",
|
||||||
|
"instruments": []
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"track_name": "bassdrum01.ogg",
|
||||||
|
"type": "plugin",
|
||||||
|
"instruments": []
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"track_name": "Beat/Bassline 0",
|
||||||
|
"type": "bassline",
|
||||||
|
"instruments": [
|
||||||
|
{
|
||||||
|
"instrument_name": "Kicker"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"instrument_name": "bassdrum01.ogg"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"instrument_name": "bassdrum02.ogg"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"instrument_name": "bassdrum04.ogg"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"instrument_name": "clap01.ogg"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"instrument_name": "kick02.ogg"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"instrument_name": "hihat_closed01.ogg"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
|
@ -0,0 +1,56 @@
|
||||||
|
{
|
||||||
|
"file": "mmp/beatJulioCesardeSousa.mmp",
|
||||||
|
"bpm": "90",
|
||||||
|
"tracks": [
|
||||||
|
{
|
||||||
|
"track_name": "TripleOscillator",
|
||||||
|
"type": "plugin",
|
||||||
|
"instruments": []
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"track_name": "Sample track",
|
||||||
|
"type": "sample",
|
||||||
|
"instruments": []
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"track_name": "Beat/Bassline 0",
|
||||||
|
"type": "bassline",
|
||||||
|
"instruments": [
|
||||||
|
{
|
||||||
|
"instrument_name": "Kicker"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"instrument_name": "snare_hiphop02.ogg"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"instrument_name": "kick_hiphop01.ogg"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"instrument_name": "hihat_opened02.ogg"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"instrument_name": "hihat_closed01.ogg"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"instrument_name": "bassslap02.ogg"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"instrument_name": "clap03.ogg"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"instrument_name": "clav01.ogg"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"track_name": "Batida/Linha de Baixo 1",
|
||||||
|
"type": "bassline",
|
||||||
|
"instruments": []
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"track_name": "Batida/Linha de Baixo 2",
|
||||||
|
"type": "bassline",
|
||||||
|
"instruments": []
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
|
@ -0,0 +1,38 @@
|
||||||
|
{
|
||||||
|
"file": "mmp/carlos.mmp",
|
||||||
|
"bpm": "90",
|
||||||
|
"tracks": [
|
||||||
|
{
|
||||||
|
"track_name": "Beat/Bassline 0",
|
||||||
|
"type": "bassline",
|
||||||
|
"instruments": [
|
||||||
|
{
|
||||||
|
"instrument_name": "Alien clKick 05b1"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"instrument_name": "Alien Snare Dry 02"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"track_name": "Alien Crash Cymbals 02",
|
||||||
|
"type": "plugin",
|
||||||
|
"instruments": []
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"track_name": "Alien Saw Bass 01a42",
|
||||||
|
"type": "plugin",
|
||||||
|
"instruments": []
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"track_name": "Alien Synth Voice 01a",
|
||||||
|
"type": "plugin",
|
||||||
|
"instruments": []
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"track_name": "Alien Sine Piano 02b Synth",
|
||||||
|
"type": "plugin",
|
||||||
|
"instruments": []
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
|
@ -0,0 +1,83 @@
|
||||||
|
{
|
||||||
|
"file": "mmp/deprecado_wallace.mmp",
|
||||||
|
"bpm": "120",
|
||||||
|
"tracks": [
|
||||||
|
{
|
||||||
|
"track_name": "TripleOscillator",
|
||||||
|
"type": "plugin",
|
||||||
|
"instruments": []
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"track_name": "Sample track",
|
||||||
|
"type": "sample",
|
||||||
|
"instruments": []
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"track_name": "Beat",
|
||||||
|
"type": "bassline",
|
||||||
|
"instruments": [
|
||||||
|
{
|
||||||
|
"instrument_name": "Kicker"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"instrument_name": "kick_hard01.ogg"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"instrument_name": "snare01.ogg"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"instrument_name": "hihat_closed03.ogg"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"instrument_name": "clav01.ogg"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"instrument_name": "crash01.ogg"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"instrument_name": "shaker01.ogg"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"instrument_name": "shaker02.ogg"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"instrument_name": "matrix1000_pluck01.ogg"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"instrument_name": "piano01.ogg"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"instrument_name": "soft_piano.ds"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"instrument_name": "snare_rim01.ogg"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"track_name": "Beat2",
|
||||||
|
"type": "bassline",
|
||||||
|
"instruments": []
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"track_name": "BossaNova",
|
||||||
|
"type": "bassline",
|
||||||
|
"instruments": []
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"track_name": "Bassline",
|
||||||
|
"type": "bassline",
|
||||||
|
"instruments": []
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"track_name": "Piano",
|
||||||
|
"type": "bassline",
|
||||||
|
"instruments": []
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"track_name": "Noise",
|
||||||
|
"type": "plugin",
|
||||||
|
"instruments": []
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
|
@ -0,0 +1,219 @@
|
||||||
|
{
|
||||||
|
"file": "mmp/eliasMendesSong.mmp",
|
||||||
|
"bpm": "140",
|
||||||
|
"tracks": [
|
||||||
|
{
|
||||||
|
"track_name": "TripleOscillator",
|
||||||
|
"type": "plugin",
|
||||||
|
"instruments": []
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"track_name": "Sample track",
|
||||||
|
"type": "sample",
|
||||||
|
"instruments": []
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"track_name": "Beat/Bassline 0",
|
||||||
|
"type": "bassline",
|
||||||
|
"instruments": [
|
||||||
|
{
|
||||||
|
"instrument_name": "Kicker"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"instrument_name": "heaven_strings01.ogg"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"instrument_name": "breath01.ogg"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"instrument_name": "break02.ogg"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"instrument_name": "clap01.ogg"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"instrument_name": "raving_crowd01.ogg"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"instrument_name": "start01.ogg"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"instrument_name": "bass01.ogg"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"instrument_name": "rave_bass01.ogg"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"instrument_name": "synth_acid01.ogg"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"instrument_name": "horror_bass01.ogg"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"instrument_name": "hihat_closed01.ogg"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"instrument_name": "Hi-q.ds"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"instrument_name": "Syntom_1.ds"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"instrument_name": "Snare.ds"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"instrument_name": "a_round_thing.ds"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"instrument_name": "long_q_1.ds"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"instrument_name": "wee_dog.ds"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"instrument_name": "dirty_transform.ds"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"track_name": "Clone de Beat/Bassline 0",
|
||||||
|
"type": "bassline",
|
||||||
|
"instruments": []
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"track_name": "Clone de Clone de Beat/Bassline 0",
|
||||||
|
"type": "bassline",
|
||||||
|
"instruments": []
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"track_name": "Clone de Clone de Clone de Beat/Bassline 0",
|
||||||
|
"type": "bassline",
|
||||||
|
"instruments": []
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"track_name": "Clone de Clone de Clone de Clone de Beat/Bassline 0",
|
||||||
|
"type": "bassline",
|
||||||
|
"instruments": []
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"track_name": "Clone de Clone de Clone de Clone de Clone de Beat/Bassline 0",
|
||||||
|
"type": "bassline",
|
||||||
|
"instruments": []
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"track_name": "Clone de Clone de Clone de Clone de Clone de Clone de Beat/Bassline 0",
|
||||||
|
"type": "bassline",
|
||||||
|
"instruments": []
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"track_name": "Clone de Clone de Clone de Clone de Clone de Clone de Clone de Beat/Bassline 0",
|
||||||
|
"type": "bassline",
|
||||||
|
"instruments": []
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"track_name": "Batida/Linha de Baixo 8",
|
||||||
|
"type": "bassline",
|
||||||
|
"instruments": []
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"track_name": "Clone de Batida/Linha de Baixo 8",
|
||||||
|
"type": "bassline",
|
||||||
|
"instruments": []
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"track_name": "Clone de Batida/Linha de Baixo 8",
|
||||||
|
"type": "bassline",
|
||||||
|
"instruments": []
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"track_name": "Clone de Batida/Linha de Baixo 8",
|
||||||
|
"type": "bassline",
|
||||||
|
"instruments": []
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"track_name": "Clone de Clone de Batida/Linha de Baixo 8",
|
||||||
|
"type": "bassline",
|
||||||
|
"instruments": []
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"track_name": "Clone de Clone de Clone de Batida/Linha de Baixo 8",
|
||||||
|
"type": "bassline",
|
||||||
|
"instruments": []
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"track_name": "Clone de Clone de Clone de Clone de Batida/Linha de Baixo 8",
|
||||||
|
"type": "bassline",
|
||||||
|
"instruments": []
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"track_name": "Clone de Clone de Clone de Clone de Clone de Batida/Linha de Baixo 8",
|
||||||
|
"type": "bassline",
|
||||||
|
"instruments": []
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"track_name": "Clone de Clone de Clone de Clone de Clone de Clone de Batida/Linha de Baixo 8",
|
||||||
|
"type": "bassline",
|
||||||
|
"instruments": []
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"track_name": "Clone de Clone de Clone de Clone de Clone de Clone de Clone de Batida/Linha de Baixo 8",
|
||||||
|
"type": "bassline",
|
||||||
|
"instruments": []
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"track_name": "Clone de Clone de Clone de Clone de Clone de Clone de Clone de Clone de Batida/Linha de Baixo 8",
|
||||||
|
"type": "bassline",
|
||||||
|
"instruments": []
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"track_name": "Clone de Clone de Clone de Clone de Clone de Clone de Clone de Clone de Clone de Batida/Linha de Baixo 8",
|
||||||
|
"type": "bassline",
|
||||||
|
"instruments": []
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"track_name": "Clone de Clone de Clone de Clone de Clone de Clone de Clone de Clone de Clone de Clone de Batida/Linha de Baixo 8",
|
||||||
|
"type": "bassline",
|
||||||
|
"instruments": []
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"track_name": "Clone de Clone de Clone de Clone de Clone de Clone de Clone de Clone de Clone de Clone de Clone de Batida/Linha de Baixo 8",
|
||||||
|
"type": "bassline",
|
||||||
|
"instruments": []
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"track_name": "Clone de Clone de Clone de Clone de Clone de Clone de Clone de Clone de Clone de Clone de Clone de Clone de Batida/Linha de Baixo 8",
|
||||||
|
"type": "bassline",
|
||||||
|
"instruments": []
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"track_name": "Clone de Clone de Clone de Clone de Clone de Clone de Clone de Clone de Clone de Clone de Clone de Clone de Clone de Batida/Linha de Baixo 8",
|
||||||
|
"type": "bassline",
|
||||||
|
"instruments": []
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"track_name": "Clone de Clone de Clone de Clone de Clone de Clone de Clone de Clone de Clone de Clone de Clone de Clone de Clone de Clone de Batida/Linha de Baixo 8",
|
||||||
|
"type": "bassline",
|
||||||
|
"instruments": []
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"track_name": "Clone de Clone de Clone de Clone de Clone de Clone de Clone de Clone de Clone de Clone de Clone de Clone de Clone de Clone de Clone de Batida/Linha de Baixo 8",
|
||||||
|
"type": "bassline",
|
||||||
|
"instruments": []
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"track_name": "Clone de Clone de Clone de Clone de Clone de Clone de Clone de Clone de Clone de Clone de Clone de Clone de Clone de Clone de Clone de Clone de Batida/Linha de Baixo 8",
|
||||||
|
"type": "bassline",
|
||||||
|
"instruments": []
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"track_name": "Clone de Clone de Clone de Clone de Clone de Clone de Clone de Clone de Clone de Clone de Clone de Clone de Clone de Clone de Clone de Clone de Clone de Batida/Linha de Baixo 8",
|
||||||
|
"type": "bassline",
|
||||||
|
"instruments": []
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"track_name": "dirty_transform.ds",
|
||||||
|
"type": "plugin",
|
||||||
|
"instruments": []
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
|
@ -0,0 +1,121 @@
|
||||||
|
{
|
||||||
|
"file": "mmp/gabriel_gomes.mmp",
|
||||||
|
"bpm": "140",
|
||||||
|
"tracks": [
|
||||||
|
{
|
||||||
|
"track_name": "TripleOscillator",
|
||||||
|
"type": "plugin",
|
||||||
|
"instruments": []
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"track_name": "Beat/Bassline 0",
|
||||||
|
"type": "bassline",
|
||||||
|
"instruments": [
|
||||||
|
{
|
||||||
|
"instrument_name": "Kicker"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"instrument_name": "errie_ride.ds"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"instrument_name": "coo.ds"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"instrument_name": "house_loop01.ogg"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"instrument_name": "cheap_fx.ds"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"instrument_name": "cold_shot.ds"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"instrument_name": "depth_fx.ds"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"instrument_name": "hello_q.ds"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"track_name": "Sample track",
|
||||||
|
"type": "sample",
|
||||||
|
"instruments": []
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"track_name": "Beat/Bassline 1",
|
||||||
|
"type": "bassline",
|
||||||
|
"instruments": []
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"track_name": "OpulenZ",
|
||||||
|
"type": "plugin",
|
||||||
|
"instruments": []
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"track_name": "OpulenZ",
|
||||||
|
"type": "plugin",
|
||||||
|
"instruments": []
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"track_name": "Lovely Dream",
|
||||||
|
"type": "plugin",
|
||||||
|
"instruments": []
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"track_name": "HiPad",
|
||||||
|
"type": "plugin",
|
||||||
|
"instruments": []
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"track_name": "breath01.ogg",
|
||||||
|
"type": "plugin",
|
||||||
|
"instruments": []
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"track_name": "hit02.ogg",
|
||||||
|
"type": "plugin",
|
||||||
|
"instruments": []
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"track_name": "hit02.ogg",
|
||||||
|
"type": "plugin",
|
||||||
|
"instruments": []
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"track_name": "start01.ogg",
|
||||||
|
"type": "plugin",
|
||||||
|
"instruments": []
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"track_name": "hit02.ogg",
|
||||||
|
"type": "plugin",
|
||||||
|
"instruments": []
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"track_name": "hit02.ogg",
|
||||||
|
"type": "plugin",
|
||||||
|
"instruments": []
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"track_name": "breath01.ogg",
|
||||||
|
"type": "plugin",
|
||||||
|
"instruments": []
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"track_name": "stop01.ogg",
|
||||||
|
"type": "plugin",
|
||||||
|
"instruments": []
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"track_name": "Sample track",
|
||||||
|
"type": "sample",
|
||||||
|
"instruments": []
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"track_name": "Sample track",
|
||||||
|
"type": "sample",
|
||||||
|
"instruments": []
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
|
@ -0,0 +1,76 @@
|
||||||
|
{
|
||||||
|
"file": "mmp/leandro_souza_atvd1.mmp",
|
||||||
|
"bpm": "145",
|
||||||
|
"tracks": [
|
||||||
|
{
|
||||||
|
"track_name": "Áudio Amostras",
|
||||||
|
"type": "sample",
|
||||||
|
"instruments": []
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"track_name": "Áudio Amostras",
|
||||||
|
"type": "sample",
|
||||||
|
"instruments": []
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"track_name": "Áudio Amostras",
|
||||||
|
"type": "sample",
|
||||||
|
"instruments": []
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"track_name": "clap",
|
||||||
|
"type": "bassline",
|
||||||
|
"instruments": [
|
||||||
|
{
|
||||||
|
"instrument_name": "Kicker"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"instrument_name": "forshaw - clap 1 .wav"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"instrument_name": "forshaw - kick 1.wav"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"instrument_name": "forshaw - snare 6.wav"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"instrument_name": "forshaw - hh 6.wav"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"instrument_name": "forshaw - OHITHAT (6).wav"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"instrument_name": "forshaw - 808 2.wav"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"instrument_name": "forshaw - 808 1.wav"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"track_name": "kick",
|
||||||
|
"type": "bassline",
|
||||||
|
"instruments": []
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"track_name": "snare",
|
||||||
|
"type": "bassline",
|
||||||
|
"instruments": []
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"track_name": "hithat",
|
||||||
|
"type": "bassline",
|
||||||
|
"instruments": []
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"track_name": "open hat",
|
||||||
|
"type": "bassline",
|
||||||
|
"instruments": []
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"track_name": "808",
|
||||||
|
"type": "bassline",
|
||||||
|
"instruments": []
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
|
@ -0,0 +1,72 @@
|
||||||
|
{
|
||||||
|
"file": "mmp/tp1 - Luiz Filipe Almada.mmp",
|
||||||
|
"bpm": "140",
|
||||||
|
"tracks": [
|
||||||
|
{
|
||||||
|
"track_name": "Kick",
|
||||||
|
"type": "bassline",
|
||||||
|
"instruments": [
|
||||||
|
{
|
||||||
|
"instrument_name": "Kicker"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"instrument_name": "kick04.ogg"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"instrument_name": "hihat_closed04.ogg"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"instrument_name": "hihat_closed03.ogg"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"instrument_name": "hihat_closed01.ogg"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"instrument_name": "hihat_opened01.ogg"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"instrument_name": "steel_guitar01.ogg"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"instrument_name": "TripleOscillator"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"instrument_name": "clap01.ogg"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"instrument_name": "piano01.ogg"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"track_name": "Hihat - continuo",
|
||||||
|
"type": "bassline",
|
||||||
|
"instruments": []
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"track_name": "HiHat2",
|
||||||
|
"type": "bassline",
|
||||||
|
"instruments": []
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"track_name": "HiHat - passagem",
|
||||||
|
"type": "bassline",
|
||||||
|
"instruments": []
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"track_name": "Clap",
|
||||||
|
"type": "bassline",
|
||||||
|
"instruments": []
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"track_name": "Melody1",
|
||||||
|
"type": "bassline",
|
||||||
|
"instruments": []
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"track_name": "Bass",
|
||||||
|
"type": "bassline",
|
||||||
|
"instruments": []
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
|
@ -0,0 +1,36 @@
|
||||||
|
{
|
||||||
|
"file": "mmp/tp1_MarcoAntonio.mmp",
|
||||||
|
"bpm": "140",
|
||||||
|
"tracks": [
|
||||||
|
{
|
||||||
|
"track_name": "e_piano_accord01.ogg",
|
||||||
|
"type": "plugin",
|
||||||
|
"instruments": []
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"track_name": "hihat_closed01.ogg",
|
||||||
|
"type": "plugin",
|
||||||
|
"instruments": []
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"track_name": "clap04.ogg",
|
||||||
|
"type": "plugin",
|
||||||
|
"instruments": []
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"track_name": "Snare03.ogg",
|
||||||
|
"type": "plugin",
|
||||||
|
"instruments": []
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"track_name": "kick02.ogg",
|
||||||
|
"type": "plugin",
|
||||||
|
"instruments": []
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"track_name": "hihat_opened01.ogg",
|
||||||
|
"type": "plugin",
|
||||||
|
"instruments": []
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
|
@ -0,0 +1,742 @@
|
||||||
|
<?xml version="1.0"?>
|
||||||
|
<!DOCTYPE lmms-project>
|
||||||
|
<lmms-project type="song" creator="LMMS" creatorversion="1.2.2" version="1.0">
|
||||||
|
<head masterpitch="0" bpm="90" mastervol="100" timesig_numerator="4" timesig_denominator="4"/>
|
||||||
|
<song>
|
||||||
|
<trackcontainer y="7" type="song" minimized="0" x="45" width="1314" maximized="0" visible="1" height="300">
|
||||||
|
<track type="0" muted="0" name="TripleOscillator" solo="0">
|
||||||
|
<instrumenttrack pitch="0" basenote="57" usemasterpitch="1" pitchrange="1" fxch="2" pan="0">
|
||||||
|
<vol scale_type="linear" value="99.3" id="26222"/>
|
||||||
|
<instrument name="tripleoscillator">
|
||||||
|
<tripleoscillator pan1="0" finer1="0" modalgo1="2" wavetype0="0" wavetype2="0" userwavefile1="" phoffset0="0" pan2="0" finel0="0" phoffset2="0" pan0="0" coarse2="-24" phoffset1="0" coarse1="-12" coarse0="0" stphdetun0="0" stphdetun1="0" finer0="0" wavetype1="0" modalgo3="2" vol1="33" finer2="0" vol0="33" userwavefile2="" userwavefile0="" stphdetun2="0" modalgo2="2" finel2="0" vol2="33" finel1="0"/>
|
||||||
|
</instrument>
|
||||||
|
<eldata fwet="0" fcut="14000" fres="0.5" ftype="0">
|
||||||
|
<elvol lpdel="0" lshp="0" x100="0" sustain="0.5" lspd_syncmode="0" dec="0.5" ctlenvamt="0" pdel="0" amt="0" rel="0.1" userwavefile="" lspd_numerator="4" latt="0" lspd="0.1" lamt="0" att="0" hold="0.5" lspd_denominator="4"/>
|
||||||
|
<elcut lpdel="0" lshp="0" x100="0" sustain="0.5" lspd_syncmode="0" dec="0.5" ctlenvamt="0" pdel="0" amt="0" rel="0.1" userwavefile="" lspd_numerator="4" latt="0" lspd="0.1" lamt="0" att="0" hold="0.5" lspd_denominator="4"/>
|
||||||
|
<elres lpdel="0" lshp="0" x100="0" sustain="0.5" lspd_syncmode="0" dec="0.5" ctlenvamt="0" pdel="0" amt="0" rel="0.1" userwavefile="" lspd_numerator="4" latt="0" lspd="0.1" lamt="0" att="0" hold="0.5" lspd_denominator="4"/>
|
||||||
|
</eldata>
|
||||||
|
<chordcreator chordrange="1" chord="0" chord-enabled="0"/>
|
||||||
|
<arpeggiator arptime_syncmode="0" arp-enabled="0" arptime_numerator="4" arpdir="0" arpmiss="0" arptime_denominator="4" arp="0" arpgate="100" arpmode="0" arptime="100" arprange="1" arpcycle="0" arpskip="0"/>
|
||||||
|
<midiport basevelocity="63" writable="0" inputchannel="0" outputprogram="1" outputcontroller="0" fixedoutputnote="-1" outputchannel="1" fixedoutputvelocity="-1" inputcontroller="0" readable="0" fixedinputvelocity="-1"/>
|
||||||
|
<fxchain numofeffects="0" enabled="0"/>
|
||||||
|
</instrumenttrack>
|
||||||
|
<pattern steps="16" pos="0" type="1" muted="0" name="TripleOscillator">
|
||||||
|
<note pos="0" pan="0" len="192" key="48" vol="97"/>
|
||||||
|
<note pos="192" pan="0" len="96" key="42" vol="70"/>
|
||||||
|
<note pos="288" pan="0" len="48" key="45" vol="97"/>
|
||||||
|
<note pos="336" pan="0" len="48" key="46" vol="78"/>
|
||||||
|
<note pos="384" pan="0" len="192" key="48" vol="100"/>
|
||||||
|
<note pos="576" pan="0" len="96" key="42" vol="76"/>
|
||||||
|
<note pos="672" pan="0" len="48" key="45" vol="100"/>
|
||||||
|
</pattern>
|
||||||
|
<pattern steps="16" pos="3840" type="1" muted="0" name="TripleOscillator">
|
||||||
|
<note pos="0" pan="0" len="192" key="48" vol="97"/>
|
||||||
|
<note pos="192" pan="0" len="96" key="42" vol="70"/>
|
||||||
|
<note pos="288" pan="0" len="48" key="45" vol="97"/>
|
||||||
|
<note pos="336" pan="0" len="48" key="46" vol="78"/>
|
||||||
|
<note pos="384" pan="0" len="192" key="48" vol="100"/>
|
||||||
|
<note pos="576" pan="0" len="96" key="42" vol="76"/>
|
||||||
|
<note pos="672" pan="0" len="48" key="45" vol="100"/>
|
||||||
|
<note pos="720" pan="0" len="48" key="46" vol="72"/>
|
||||||
|
</pattern>
|
||||||
|
<pattern steps="16" pos="4608" type="1" muted="0" name="TripleOscillator">
|
||||||
|
<note pos="0" pan="0" len="192" key="48" vol="97"/>
|
||||||
|
<note pos="192" pan="0" len="96" key="42" vol="70"/>
|
||||||
|
<note pos="288" pan="0" len="48" key="45" vol="97"/>
|
||||||
|
<note pos="336" pan="0" len="48" key="46" vol="78"/>
|
||||||
|
<note pos="384" pan="0" len="192" key="48" vol="100"/>
|
||||||
|
<note pos="576" pan="0" len="96" key="42" vol="76"/>
|
||||||
|
<note pos="672" pan="0" len="48" key="45" vol="100"/>
|
||||||
|
<note pos="720" pan="0" len="48" key="46" vol="72"/>
|
||||||
|
</pattern>
|
||||||
|
<pattern steps="16" pos="768" type="1" muted="0" name="TripleOscillator">
|
||||||
|
<note pos="0" pan="0" len="192" key="48" vol="100"/>
|
||||||
|
<note pos="192" pan="0" len="96" key="42" vol="76"/>
|
||||||
|
<note pos="288" pan="0" len="48" key="45" vol="100"/>
|
||||||
|
<note pos="336" pan="0" len="48" key="46" vol="72"/>
|
||||||
|
<note pos="384" pan="0" len="72" key="48" vol="72"/>
|
||||||
|
<note pos="480" pan="0" len="12" key="45" vol="72"/>
|
||||||
|
<note pos="504" pan="0" len="24" key="42" vol="72"/>
|
||||||
|
<note pos="552" pan="0" len="12" key="45" vol="72"/>
|
||||||
|
<note pos="576" pan="0" len="96" key="42" vol="70"/>
|
||||||
|
<note pos="672" pan="0" len="48" key="45" vol="97"/>
|
||||||
|
<note pos="720" pan="0" len="48" key="46" vol="78"/>
|
||||||
|
</pattern>
|
||||||
|
<pattern steps="16" pos="1536" type="1" muted="0" name="TripleOscillator">
|
||||||
|
<note pos="0" pan="0" len="192" key="48" vol="97"/>
|
||||||
|
<note pos="192" pan="0" len="96" key="42" vol="70"/>
|
||||||
|
<note pos="288" pan="0" len="48" key="45" vol="97"/>
|
||||||
|
<note pos="336" pan="0" len="48" key="46" vol="78"/>
|
||||||
|
<note pos="384" pan="0" len="192" key="48" vol="100"/>
|
||||||
|
<note pos="576" pan="0" len="96" key="42" vol="76"/>
|
||||||
|
<note pos="672" pan="0" len="48" key="45" vol="100"/>
|
||||||
|
</pattern>
|
||||||
|
<pattern steps="16" pos="2304" type="1" muted="0" name="TripleOscillator">
|
||||||
|
<note pos="0" pan="0" len="192" key="48" vol="97"/>
|
||||||
|
<note pos="192" pan="0" len="96" key="42" vol="70"/>
|
||||||
|
<note pos="288" pan="0" len="48" key="45" vol="97"/>
|
||||||
|
<note pos="336" pan="0" len="48" key="46" vol="78"/>
|
||||||
|
<note pos="384" pan="0" len="192" key="48" vol="100"/>
|
||||||
|
<note pos="576" pan="0" len="96" key="42" vol="76"/>
|
||||||
|
<note pos="672" pan="0" len="48" key="45" vol="100"/>
|
||||||
|
<note pos="720" pan="0" len="48" key="46" vol="72"/>
|
||||||
|
</pattern>
|
||||||
|
<pattern steps="16" pos="3072" type="1" muted="0" name="TripleOscillator">
|
||||||
|
<note pos="0" pan="0" len="192" key="48" vol="97"/>
|
||||||
|
<note pos="192" pan="0" len="96" key="42" vol="70"/>
|
||||||
|
<note pos="288" pan="0" len="48" key="45" vol="97"/>
|
||||||
|
<note pos="336" pan="0" len="48" key="46" vol="78"/>
|
||||||
|
<note pos="384" pan="0" len="192" key="48" vol="100"/>
|
||||||
|
<note pos="576" pan="0" len="96" key="42" vol="76"/>
|
||||||
|
<note pos="672" pan="0" len="48" key="45" vol="100"/>
|
||||||
|
</pattern>
|
||||||
|
<pattern steps="16" pos="5376" type="1" muted="0" name="TripleOscillator">
|
||||||
|
<note pos="0" pan="0" len="192" key="48" vol="97"/>
|
||||||
|
<note pos="192" pan="0" len="96" key="42" vol="70"/>
|
||||||
|
<note pos="288" pan="0" len="48" key="45" vol="97"/>
|
||||||
|
<note pos="336" pan="0" len="48" key="46" vol="78"/>
|
||||||
|
<note pos="384" pan="0" len="192" key="48" vol="100"/>
|
||||||
|
<note pos="576" pan="0" len="96" key="42" vol="76"/>
|
||||||
|
<note pos="672" pan="0" len="48" key="45" vol="100"/>
|
||||||
|
<note pos="720" pan="0" len="48" key="46" vol="72"/>
|
||||||
|
</pattern>
|
||||||
|
<pattern steps="16" pos="6144" type="1" muted="0" name="TripleOscillator">
|
||||||
|
<note pos="0" pan="0" len="192" key="48" vol="97"/>
|
||||||
|
<note pos="192" pan="0" len="96" key="42" vol="70"/>
|
||||||
|
<note pos="288" pan="0" len="48" key="45" vol="97"/>
|
||||||
|
<note pos="336" pan="0" len="48" key="46" vol="78"/>
|
||||||
|
<note pos="384" pan="0" len="192" key="48" vol="100"/>
|
||||||
|
<note pos="576" pan="0" len="96" key="42" vol="76"/>
|
||||||
|
<note pos="672" pan="0" len="48" key="45" vol="100"/>
|
||||||
|
<note pos="720" pan="0" len="48" key="46" vol="72"/>
|
||||||
|
</pattern>
|
||||||
|
<pattern steps="16" pos="6912" type="1" muted="0" name="TripleOscillator">
|
||||||
|
<note pos="0" pan="0" len="192" key="48" vol="97"/>
|
||||||
|
<note pos="192" pan="0" len="96" key="42" vol="70"/>
|
||||||
|
<note pos="288" pan="0" len="48" key="45" vol="97"/>
|
||||||
|
<note pos="336" pan="0" len="48" key="46" vol="78"/>
|
||||||
|
<note pos="384" pan="0" len="192" key="48" vol="100"/>
|
||||||
|
<note pos="576" pan="0" len="96" key="42" vol="76"/>
|
||||||
|
<note pos="672" pan="0" len="48" key="45" vol="100"/>
|
||||||
|
<note pos="720" pan="0" len="48" key="46" vol="72"/>
|
||||||
|
</pattern>
|
||||||
|
<pattern steps="16" pos="7680" type="1" muted="0" name="TripleOscillator">
|
||||||
|
<note pos="0" pan="0" len="192" key="48" vol="97"/>
|
||||||
|
<note pos="192" pan="0" len="96" key="42" vol="70"/>
|
||||||
|
<note pos="288" pan="0" len="48" key="45" vol="97"/>
|
||||||
|
<note pos="336" pan="0" len="48" key="46" vol="78"/>
|
||||||
|
<note pos="384" pan="0" len="192" key="48" vol="100"/>
|
||||||
|
<note pos="576" pan="0" len="96" key="42" vol="76"/>
|
||||||
|
<note pos="672" pan="0" len="48" key="45" vol="100"/>
|
||||||
|
<note pos="720" pan="0" len="48" key="46" vol="72"/>
|
||||||
|
</pattern>
|
||||||
|
</track>
|
||||||
|
<track type="2" muted="0" name="Sample track" solo="0">
|
||||||
|
<sampletrack pan="0" vol="100">
|
||||||
|
<fxchain numofeffects="0" enabled="0"/>
|
||||||
|
</sampletrack>
|
||||||
|
</track>
|
||||||
|
<track type="1" muted="0" name="Beat/Bassline 0" solo="0">
|
||||||
|
<bbtrack>
|
||||||
|
<trackcontainer y="134" type="bbtrackcontainer" minimized="0" x="5" width="1104" maximized="0" visible="0" height="400">
|
||||||
|
<track type="0" muted="0" name="Kicker" solo="0">
|
||||||
|
<instrumenttrack pitch="0" basenote="57" usemasterpitch="1" pitchrange="1" fxch="0" pan="0" vol="100">
|
||||||
|
<instrument name="kicker">
|
||||||
|
<kicker startfreq="150" endnote="0" decay_syncmode="0" endfreq="40" distend="0.8" noise="0" startnote="1" decay_numerator="4" decay_denominator="4" dist="0.8" decay="440" gain="1" env="0.163" slope="0.06" version="1" click="0.4"/>
|
||||||
|
</instrument>
|
||||||
|
<eldata fwet="0" fcut="14000" fres="0.5" ftype="0">
|
||||||
|
<elvol lpdel="0" lshp="0" x100="0" sustain="0.5" lspd_syncmode="0" dec="0.5" ctlenvamt="0" pdel="0" amt="0" rel="0.1" userwavefile="" lspd_numerator="4" latt="0" lspd="0.1" lamt="0" att="0" hold="0.5" lspd_denominator="4"/>
|
||||||
|
<elcut lpdel="0" lshp="0" x100="0" sustain="0.5" lspd_syncmode="0" dec="0.5" ctlenvamt="0" pdel="0" amt="0" rel="0.1" userwavefile="" lspd_numerator="4" latt="0" lspd="0.1" lamt="0" att="0" hold="0.5" lspd_denominator="4"/>
|
||||||
|
<elres lpdel="0" lshp="0" x100="0" sustain="0.5" lspd_syncmode="0" dec="0.5" ctlenvamt="0" pdel="0" amt="0" rel="0.1" userwavefile="" lspd_numerator="4" latt="0" lspd="0.1" lamt="0" att="0" hold="0.5" lspd_denominator="4"/>
|
||||||
|
</eldata>
|
||||||
|
<chordcreator chordrange="1" chord="0" chord-enabled="0"/>
|
||||||
|
<arpeggiator arptime_syncmode="0" arp-enabled="0" arptime_numerator="4" arpdir="0" arpmiss="0" arptime_denominator="4" arp="0" arpgate="100" arpmode="0" arptime="100" arprange="1" arpcycle="0" arpskip="0"/>
|
||||||
|
<midiport basevelocity="63" writable="0" inputchannel="0" outputprogram="1" outputcontroller="0" fixedoutputnote="-1" outputchannel="1" fixedoutputvelocity="-1" inputcontroller="0" readable="0" fixedinputvelocity="-1"/>
|
||||||
|
<fxchain numofeffects="0" enabled="0"/>
|
||||||
|
</instrumenttrack>
|
||||||
|
<pattern steps="64" pos="0" type="0" muted="0" name="Kicker"/>
|
||||||
|
<pattern steps="64" pos="192" type="0" muted="0" name="Kicker"/>
|
||||||
|
<pattern steps="64" pos="384" type="0" muted="0" name="Kicker"/>
|
||||||
|
</track>
|
||||||
|
<track type="0" muted="0" name="snare_hiphop02.ogg" solo="0">
|
||||||
|
<instrumenttrack pitch="0" basenote="57" usemasterpitch="1" pitchrange="1" fxch="4" pan="0" vol="100">
|
||||||
|
<instrument name="audiofileprocessor">
|
||||||
|
<audiofileprocessor amp="100" stutter="0" interp="1" src="drums/snare_hiphop02.ogg" eframe="1" sframe="0" looped="0" reversed="0" lframe="0"/>
|
||||||
|
</instrument>
|
||||||
|
<eldata fwet="0" fcut="14000" fres="0.5" ftype="0">
|
||||||
|
<elvol lpdel="0" lshp="0" x100="0" sustain="0.5" lspd_syncmode="0" dec="0.5" ctlenvamt="0" pdel="0" amt="0" rel="0.1" userwavefile="" lspd_numerator="4" latt="0" lspd="0.1" lamt="0" att="0" hold="0.5" lspd_denominator="4"/>
|
||||||
|
<elcut lpdel="0" lshp="0" x100="0" sustain="0.5" lspd_syncmode="0" dec="0.5" ctlenvamt="0" pdel="0" amt="0" rel="0.1" userwavefile="" lspd_numerator="4" latt="0" lspd="0.1" lamt="0" att="0" hold="0.5" lspd_denominator="4"/>
|
||||||
|
<elres lpdel="0" lshp="0" x100="0" sustain="0.5" lspd_syncmode="0" dec="0.5" ctlenvamt="0" pdel="0" amt="0" rel="0.1" userwavefile="" lspd_numerator="4" latt="0" lspd="0.1" lamt="0" att="0" hold="0.5" lspd_denominator="4"/>
|
||||||
|
</eldata>
|
||||||
|
<chordcreator chordrange="1" chord="0" chord-enabled="0"/>
|
||||||
|
<arpeggiator arptime_syncmode="0" arp-enabled="0" arptime_numerator="4" arpdir="0" arpmiss="0" arptime_denominator="4" arp="0" arpgate="100" arpmode="0" arptime="200" arprange="1" arpcycle="0" arpskip="0"/>
|
||||||
|
<midiport basevelocity="63" writable="0" inputchannel="0" outputprogram="1" outputcontroller="0" fixedoutputnote="-1" outputchannel="1" fixedoutputvelocity="-1" inputcontroller="0" readable="0" fixedinputvelocity="-1"/>
|
||||||
|
<fxchain numofeffects="0" enabled="0"/>
|
||||||
|
</instrumenttrack>
|
||||||
|
<pattern steps="64" pos="0" type="0" muted="0" name="snare_hiphop02.ogg">
|
||||||
|
<note pos="48" pan="0" len="-192" key="57" vol="100"/>
|
||||||
|
<note pos="144" pan="0" len="-192" key="57" vol="100"/>
|
||||||
|
<note pos="240" pan="0" len="-192" key="57" vol="100"/>
|
||||||
|
<note pos="336" pan="0" len="-192" key="57" vol="100"/>
|
||||||
|
<note pos="348" pan="0" len="-192" key="59" vol="89"/>
|
||||||
|
<note pos="432" pan="0" len="-192" key="57" vol="100"/>
|
||||||
|
<note pos="528" pan="0" len="-192" key="57" vol="100"/>
|
||||||
|
<note pos="624" pan="0" len="-192" key="57" vol="100"/>
|
||||||
|
<note pos="648" pan="0" len="-192" key="55" vol="70"/>
|
||||||
|
<note pos="660" pan="0" len="-192" key="59" vol="104"/>
|
||||||
|
<note pos="720" pan="0" len="-192" key="57" vol="100"/>
|
||||||
|
<note pos="744" pan="0" len="-192" key="59" vol="70"/>
|
||||||
|
<note pos="756" pan="0" len="-192" key="55" vol="70"/>
|
||||||
|
</pattern>
|
||||||
|
<pattern steps="64" pos="192" type="0" muted="0" name="snare_hiphop02.ogg">
|
||||||
|
<note pos="48" pan="0" len="-192" key="57" vol="100"/>
|
||||||
|
<note pos="144" pan="0" len="-192" key="57" vol="100"/>
|
||||||
|
<note pos="240" pan="0" len="-192" key="57" vol="100"/>
|
||||||
|
<note pos="336" pan="0" len="-192" key="57" vol="100"/>
|
||||||
|
<note pos="372" pan="0" len="-192" key="57" vol="100"/>
|
||||||
|
<note pos="432" pan="0" len="-192" key="57" vol="100"/>
|
||||||
|
<note pos="528" pan="0" len="-192" key="57" vol="100"/>
|
||||||
|
<note pos="624" pan="0" len="-192" key="57" vol="100"/>
|
||||||
|
<note pos="720" pan="0" len="-192" key="57" vol="100"/>
|
||||||
|
<note pos="744" pan="0" len="-192" key="57" vol="100"/>
|
||||||
|
</pattern>
|
||||||
|
<pattern steps="64" pos="384" type="0" muted="0" name="snare_hiphop02.ogg">
|
||||||
|
<note pos="276" pan="0" len="-192" key="57" vol="72"/>
|
||||||
|
<note pos="444" pan="0" len="-192" key="57" vol="74"/>
|
||||||
|
<note pos="648" pan="0" len="-192" key="57" vol="87"/>
|
||||||
|
<note pos="720" pan="0" len="-192" key="57" vol="70"/>
|
||||||
|
</pattern>
|
||||||
|
</track>
|
||||||
|
<track type="0" muted="0" name="kick_hiphop01.ogg" solo="0">
|
||||||
|
<instrumenttrack pitch="0" basenote="57" usemasterpitch="1" pitchrange="1" fxch="0" pan="0" vol="100">
|
||||||
|
<instrument name="audiofileprocessor">
|
||||||
|
<audiofileprocessor amp="100" stutter="0" interp="1" src="drums/kick_hiphop01.ogg" eframe="1" sframe="0" looped="0" reversed="0" lframe="0"/>
|
||||||
|
</instrument>
|
||||||
|
<eldata fwet="0" fcut="14000" fres="0.5" ftype="0">
|
||||||
|
<elvol lpdel="0" lshp="0" x100="0" sustain="0.5" lspd_syncmode="0" dec="0.5" ctlenvamt="0" pdel="0" amt="0" rel="0.1" userwavefile="" lspd_numerator="4" latt="0" lspd="0.1" lamt="0" att="0" hold="0.5" lspd_denominator="4"/>
|
||||||
|
<elcut lpdel="0" lshp="0" x100="0" sustain="0.5" lspd_syncmode="0" dec="0.5" ctlenvamt="0" pdel="0" amt="0" rel="0.1" userwavefile="" lspd_numerator="4" latt="0" lspd="0.1" lamt="0" att="0" hold="0.5" lspd_denominator="4"/>
|
||||||
|
<elres lpdel="0" lshp="0" x100="0" sustain="0.5" lspd_syncmode="0" dec="0.5" ctlenvamt="0" pdel="0" amt="0" rel="0.1" userwavefile="" lspd_numerator="4" latt="0" lspd="0.1" lamt="0" att="0" hold="0.5" lspd_denominator="4"/>
|
||||||
|
</eldata>
|
||||||
|
<chordcreator chordrange="1" chord="0" chord-enabled="0"/>
|
||||||
|
<arpeggiator arptime_syncmode="0" arp-enabled="0" arptime_numerator="4" arpdir="0" arpmiss="0" arptime_denominator="4" arp="0" arpgate="100" arpmode="0" arptime="200" arprange="1" arpcycle="0" arpskip="0"/>
|
||||||
|
<midiport basevelocity="63" writable="0" inputchannel="0" outputprogram="1" outputcontroller="0" fixedoutputnote="-1" outputchannel="1" fixedoutputvelocity="-1" inputcontroller="0" readable="0" fixedinputvelocity="-1"/>
|
||||||
|
<fxchain numofeffects="0" enabled="0"/>
|
||||||
|
</instrumenttrack>
|
||||||
|
<pattern steps="64" pos="0" type="0" muted="0" name="kick_hiphop01.ogg">
|
||||||
|
<note pos="0" pan="0" len="-192" key="57" vol="100"/>
|
||||||
|
<note pos="84" pan="0" len="-192" key="57" vol="100"/>
|
||||||
|
<note pos="156" pan="0" len="-192" key="57" vol="100"/>
|
||||||
|
<note pos="192" pan="0" len="-192" key="57" vol="78"/>
|
||||||
|
<note pos="264" pan="0" len="-192" key="57" vol="100"/>
|
||||||
|
<note pos="300" pan="0" len="-192" key="57" vol="100"/>
|
||||||
|
<note pos="360" pan="0" len="-192" key="55" vol="78"/>
|
||||||
|
<note pos="384" pan="0" len="-192" key="57" vol="100"/>
|
||||||
|
<note pos="468" pan="0" len="-192" key="57" vol="100"/>
|
||||||
|
<note pos="516" pan="0" len="-192" key="57" vol="100"/>
|
||||||
|
<note pos="540" pan="0" len="-192" key="55" vol="78"/>
|
||||||
|
<note pos="552" pan="0" len="-192" key="57" vol="100"/>
|
||||||
|
<note pos="612" pan="0" len="-192" key="57" vol="100"/>
|
||||||
|
<note pos="672" pan="0" len="-192" key="57" vol="100"/>
|
||||||
|
<note pos="696" pan="0" len="-192" key="59" vol="78"/>
|
||||||
|
<note pos="744" pan="0" len="-192" key="55" vol="78"/>
|
||||||
|
</pattern>
|
||||||
|
<pattern steps="64" pos="192" type="0" muted="0" name="kick_hiphop01.ogg">
|
||||||
|
<note pos="0" pan="0" len="-192" key="57" vol="100"/>
|
||||||
|
<note pos="72" pan="0" len="-192" key="57" vol="100"/>
|
||||||
|
<note pos="168" pan="0" len="-192" key="57" vol="100"/>
|
||||||
|
<note pos="228" pan="0" len="-192" key="57" vol="100"/>
|
||||||
|
<note pos="300" pan="0" len="-192" key="57" vol="100"/>
|
||||||
|
<note pos="408" pan="0" len="-192" key="57" vol="100"/>
|
||||||
|
<note pos="480" pan="0" len="-192" key="57" vol="100"/>
|
||||||
|
<note pos="564" pan="0" len="-192" key="57" vol="100"/>
|
||||||
|
<note pos="648" pan="0" len="-192" key="57" vol="100"/>
|
||||||
|
<note pos="672" pan="0" len="-192" key="57" vol="100"/>
|
||||||
|
<note pos="744" pan="0" len="-192" key="57" vol="100"/>
|
||||||
|
</pattern>
|
||||||
|
<pattern steps="64" pos="384" type="0" muted="0" name="kick_hiphop01.ogg">
|
||||||
|
<note pos="0" pan="0" len="-192" key="57" vol="100"/>
|
||||||
|
<note pos="84" pan="0" len="-192" key="57" vol="100"/>
|
||||||
|
<note pos="168" pan="0" len="-192" key="57" vol="100"/>
|
||||||
|
<note pos="228" pan="0" len="-192" key="57" vol="100"/>
|
||||||
|
<note pos="264" pan="0" len="-192" key="57" vol="100"/>
|
||||||
|
<note pos="384" pan="0" len="-192" key="57" vol="100"/>
|
||||||
|
<note pos="468" pan="0" len="-192" key="57" vol="100"/>
|
||||||
|
<note pos="552" pan="0" len="-192" key="57" vol="100"/>
|
||||||
|
<note pos="612" pan="0" len="-192" key="57" vol="100"/>
|
||||||
|
<note pos="648" pan="0" len="-192" key="57" vol="100"/>
|
||||||
|
<note pos="732" pan="0" len="-192" key="57" vol="100"/>
|
||||||
|
</pattern>
|
||||||
|
</track>
|
||||||
|
<track type="0" muted="0" name="hihat_opened02.ogg" solo="0">
|
||||||
|
<instrumenttrack pitch="0" basenote="57" usemasterpitch="1" pitchrange="1" fxch="0" pan="0" vol="100">
|
||||||
|
<instrument name="audiofileprocessor">
|
||||||
|
<audiofileprocessor amp="100" stutter="0" interp="1" src="drums/hihat_opened02.ogg" eframe="1" sframe="0" looped="0" reversed="0" lframe="0"/>
|
||||||
|
</instrument>
|
||||||
|
<eldata fwet="0" fcut="14000" fres="0.5" ftype="0">
|
||||||
|
<elvol lpdel="0" lshp="0" x100="0" sustain="0.5" lspd_syncmode="0" dec="0.5" ctlenvamt="0" pdel="0" amt="0" rel="0.1" userwavefile="" lspd_numerator="4" latt="0" lspd="0.1" lamt="0" att="0" hold="0.5" lspd_denominator="4"/>
|
||||||
|
<elcut lpdel="0" lshp="0" x100="0" sustain="0.5" lspd_syncmode="0" dec="0.5" ctlenvamt="0" pdel="0" amt="0" rel="0.1" userwavefile="" lspd_numerator="4" latt="0" lspd="0.1" lamt="0" att="0" hold="0.5" lspd_denominator="4"/>
|
||||||
|
<elres lpdel="0" lshp="0" x100="0" sustain="0.5" lspd_syncmode="0" dec="0.5" ctlenvamt="0" pdel="0" amt="0" rel="0.1" userwavefile="" lspd_numerator="4" latt="0" lspd="0.1" lamt="0" att="0" hold="0.5" lspd_denominator="4"/>
|
||||||
|
</eldata>
|
||||||
|
<chordcreator chordrange="1" chord="0" chord-enabled="0"/>
|
||||||
|
<arpeggiator arptime_syncmode="0" arp-enabled="0" arptime_numerator="4" arpdir="0" arpmiss="0" arptime_denominator="4" arp="0" arpgate="100" arpmode="0" arptime="200" arprange="1" arpcycle="0" arpskip="0"/>
|
||||||
|
<midiport basevelocity="63" writable="0" inputchannel="0" outputprogram="1" outputcontroller="0" fixedoutputnote="-1" outputchannel="1" fixedoutputvelocity="-1" inputcontroller="0" readable="0" fixedinputvelocity="-1"/>
|
||||||
|
<fxchain numofeffects="0" enabled="0"/>
|
||||||
|
</instrumenttrack>
|
||||||
|
<pattern steps="64" pos="0" type="0" muted="0" name="hihat_opened02.ogg">
|
||||||
|
<note pos="336" pan="0" len="-192" key="57" vol="100"/>
|
||||||
|
<note pos="756" pan="0" len="-192" key="57" vol="100"/>
|
||||||
|
</pattern>
|
||||||
|
<pattern steps="64" pos="192" type="0" muted="0" name="hihat_opened02.ogg">
|
||||||
|
<note pos="240" pan="0" len="-192" key="57" vol="100"/>
|
||||||
|
<note pos="528" pan="0" len="-192" key="57" vol="100"/>
|
||||||
|
</pattern>
|
||||||
|
<pattern steps="64" pos="384" type="0" muted="0" name="hihat_opened02.ogg"/>
|
||||||
|
</track>
|
||||||
|
<track type="0" muted="0" name="hihat_closed01.ogg" solo="0">
|
||||||
|
<instrumenttrack pitch="0" basenote="57" usemasterpitch="1" pitchrange="1" fxch="3" pan="0" vol="100">
|
||||||
|
<instrument name="audiofileprocessor">
|
||||||
|
<audiofileprocessor amp="100" stutter="0" interp="1" src="drums/hihat_closed01.ogg" eframe="1" sframe="0" looped="0" reversed="0" lframe="0"/>
|
||||||
|
</instrument>
|
||||||
|
<eldata fwet="0" fcut="14000" fres="0.5" ftype="0">
|
||||||
|
<elvol lpdel="0" lshp="0" x100="0" sustain="0.5" lspd_syncmode="0" dec="0.5" ctlenvamt="0" pdel="0" amt="0" rel="0.1" userwavefile="" lspd_numerator="4" latt="0" lspd="0.1" lamt="0" att="0" hold="0.5" lspd_denominator="4"/>
|
||||||
|
<elcut lpdel="0" lshp="0" x100="0" sustain="0.5" lspd_syncmode="0" dec="0.5" ctlenvamt="0" pdel="0" amt="0" rel="0.1" userwavefile="" lspd_numerator="4" latt="0" lspd="0.1" lamt="0" att="0" hold="0.5" lspd_denominator="4"/>
|
||||||
|
<elres lpdel="0" lshp="0" x100="0" sustain="0.5" lspd_syncmode="0" dec="0.5" ctlenvamt="0" pdel="0" amt="0" rel="0.1" userwavefile="" lspd_numerator="4" latt="0" lspd="0.1" lamt="0" att="0" hold="0.5" lspd_denominator="4"/>
|
||||||
|
</eldata>
|
||||||
|
<chordcreator chordrange="1" chord="0" chord-enabled="0"/>
|
||||||
|
<arpeggiator arptime_syncmode="0" arp-enabled="0" arptime_numerator="4" arpdir="0" arpmiss="0" arptime_denominator="4" arp="0" arpgate="100" arpmode="0" arptime="200" arprange="1" arpcycle="0" arpskip="0"/>
|
||||||
|
<midiport basevelocity="63" writable="0" inputchannel="0" outputprogram="1" outputcontroller="0" fixedoutputnote="-1" outputchannel="1" fixedoutputvelocity="-1" inputcontroller="0" readable="0" fixedinputvelocity="-1"/>
|
||||||
|
<fxchain numofeffects="0" enabled="0"/>
|
||||||
|
</instrumenttrack>
|
||||||
|
<pattern steps="64" pos="0" type="0" muted="0" name="hihat_closed01.ogg">
|
||||||
|
<note pos="0" pan="0" len="-192" key="57" vol="100"/>
|
||||||
|
<note pos="24" pan="0" len="-192" key="57" vol="76"/>
|
||||||
|
<note pos="48" pan="0" len="-192" key="57" vol="100"/>
|
||||||
|
<note pos="72" pan="0" len="-192" key="57" vol="78"/>
|
||||||
|
<note pos="96" pan="0" len="-192" key="57" vol="100"/>
|
||||||
|
<note pos="120" pan="0" len="-192" key="57" vol="76"/>
|
||||||
|
<note pos="132" pan="0" len="-192" key="55" vol="106"/>
|
||||||
|
<note pos="144" pan="0" len="-192" key="57" vol="87"/>
|
||||||
|
<note pos="168" pan="0" len="-192" key="57" vol="74"/>
|
||||||
|
<note pos="180" pan="0" len="-192" key="59" vol="100"/>
|
||||||
|
<note pos="192" pan="0" len="-192" key="57" vol="93"/>
|
||||||
|
<note pos="216" pan="0" len="-192" key="57" vol="70"/>
|
||||||
|
<note pos="240" pan="0" len="-192" key="57" vol="100"/>
|
||||||
|
<note pos="264" pan="0" len="-192" key="57" vol="74"/>
|
||||||
|
<note pos="288" pan="0" len="-192" key="57" vol="100"/>
|
||||||
|
<note pos="312" pan="0" len="-192" key="57" vol="65"/>
|
||||||
|
<note pos="324" pan="0" len="-192" key="59" vol="100"/>
|
||||||
|
<note pos="336" pan="0" len="-192" key="57" vol="100"/>
|
||||||
|
<note pos="360" pan="0" len="-192" key="57" vol="87"/>
|
||||||
|
<note pos="372" pan="0" len="-192" key="57" vol="100"/>
|
||||||
|
<note pos="384" pan="0" len="-192" key="57" vol="82"/>
|
||||||
|
<note pos="408" pan="0" len="-192" key="57" vol="76"/>
|
||||||
|
<note pos="432" pan="0" len="-192" key="57" vol="100"/>
|
||||||
|
<note pos="456" pan="0" len="-192" key="57" vol="76"/>
|
||||||
|
<note pos="468" pan="0" len="-192" key="59" vol="93"/>
|
||||||
|
<note pos="480" pan="0" len="-192" key="57" vol="100"/>
|
||||||
|
<note pos="504" pan="0" len="-192" key="57" vol="68"/>
|
||||||
|
<note pos="516" pan="0" len="-192" key="59" vol="93"/>
|
||||||
|
<note pos="528" pan="0" len="-192" key="57" vol="100"/>
|
||||||
|
<note pos="552" pan="0" len="-192" key="57" vol="74"/>
|
||||||
|
<note pos="576" pan="0" len="-192" key="57" vol="100"/>
|
||||||
|
<note pos="588" pan="0" len="-192" key="55" vol="93"/>
|
||||||
|
<note pos="600" pan="0" len="-192" key="57" vol="82"/>
|
||||||
|
<note pos="624" pan="0" len="-192" key="57" vol="100"/>
|
||||||
|
<note pos="648" pan="0" len="-192" key="57" vol="85"/>
|
||||||
|
<note pos="672" pan="0" len="-192" key="57" vol="100"/>
|
||||||
|
<note pos="696" pan="0" len="-192" key="57" vol="85"/>
|
||||||
|
<note pos="708" pan="0" len="-192" key="59" vol="100"/>
|
||||||
|
<note pos="720" pan="0" len="-192" key="57" vol="100"/>
|
||||||
|
<note pos="744" pan="0" len="-192" key="57" vol="80"/>
|
||||||
|
<note pos="756" pan="0" len="-192" key="59" vol="100"/>
|
||||||
|
</pattern>
|
||||||
|
<pattern steps="64" pos="192" type="0" muted="0" name="hihat_closed01.ogg">
|
||||||
|
<note pos="0" pan="0" len="-192" key="57" vol="100"/>
|
||||||
|
<note pos="48" pan="0" len="-192" key="57" vol="100"/>
|
||||||
|
<note pos="96" pan="0" len="-192" key="57" vol="100"/>
|
||||||
|
<note pos="120" pan="0" len="-192" key="60" vol="63"/>
|
||||||
|
<note pos="132" pan="0" len="-192" key="58" vol="63"/>
|
||||||
|
<note pos="144" pan="0" len="-192" key="57" vol="100"/>
|
||||||
|
<note pos="192" pan="0" len="-192" key="57" vol="100"/>
|
||||||
|
<note pos="240" pan="0" len="-192" key="57" vol="100"/>
|
||||||
|
<note pos="288" pan="0" len="-192" key="57" vol="100"/>
|
||||||
|
<note pos="312" pan="0" len="-192" key="54" vol="63"/>
|
||||||
|
<note pos="336" pan="0" len="-192" key="57" vol="100"/>
|
||||||
|
<note pos="348" pan="0" len="-192" key="58" vol="63"/>
|
||||||
|
<note pos="372" pan="0" len="-192" key="60" vol="63"/>
|
||||||
|
<note pos="384" pan="0" len="-192" key="57" vol="100"/>
|
||||||
|
<note pos="432" pan="0" len="-192" key="57" vol="100"/>
|
||||||
|
<note pos="480" pan="0" len="-192" key="57" vol="100"/>
|
||||||
|
<note pos="492" pan="0" len="-192" key="58" vol="63"/>
|
||||||
|
<note pos="516" pan="0" len="-192" key="54" vol="63"/>
|
||||||
|
<note pos="528" pan="0" len="-192" key="57" vol="100"/>
|
||||||
|
<note pos="576" pan="0" len="-192" key="57" vol="100"/>
|
||||||
|
<note pos="600" pan="0" len="-192" key="61" vol="63"/>
|
||||||
|
<note pos="612" pan="0" len="-192" key="54" vol="63"/>
|
||||||
|
<note pos="624" pan="0" len="-192" key="57" vol="100"/>
|
||||||
|
<note pos="672" pan="0" len="-192" key="57" vol="100"/>
|
||||||
|
<note pos="708" pan="0" len="-192" key="61" vol="63"/>
|
||||||
|
<note pos="720" pan="0" len="-192" key="57" vol="100"/>
|
||||||
|
<note pos="732" pan="0" len="-192" key="63" vol="63"/>
|
||||||
|
<note pos="756" pan="0" len="-192" key="60" vol="97"/>
|
||||||
|
</pattern>
|
||||||
|
<pattern steps="64" pos="384" type="0" muted="0" name="hihat_closed01.ogg">
|
||||||
|
<note pos="24" pan="0" len="-192" key="57" vol="100"/>
|
||||||
|
<note pos="60" pan="0" len="-192" key="57" vol="91"/>
|
||||||
|
<note pos="96" pan="0" len="-192" key="57" vol="100"/>
|
||||||
|
<note pos="132" pan="0" len="-192" key="57" vol="80"/>
|
||||||
|
<note pos="192" pan="0" len="-192" key="57" vol="100"/>
|
||||||
|
<note pos="216" pan="0" len="-192" key="57" vol="74"/>
|
||||||
|
<note pos="252" pan="0" len="-192" key="57" vol="80"/>
|
||||||
|
<note pos="288" pan="0" len="-192" key="57" vol="85"/>
|
||||||
|
<note pos="324" pan="0" len="-192" key="57" vol="100"/>
|
||||||
|
<note pos="384" pan="0" len="-192" key="57" vol="74"/>
|
||||||
|
<note pos="408" pan="0" len="-192" key="57" vol="100"/>
|
||||||
|
<note pos="444" pan="0" len="-192" key="57" vol="74"/>
|
||||||
|
<note pos="480" pan="0" len="-192" key="57" vol="100"/>
|
||||||
|
<note pos="516" pan="0" len="-192" key="57" vol="72"/>
|
||||||
|
<note pos="576" pan="0" len="-192" key="57" vol="100"/>
|
||||||
|
<note pos="600" pan="0" len="-192" key="57" vol="68"/>
|
||||||
|
<note pos="636" pan="0" len="-192" key="57" vol="100"/>
|
||||||
|
<note pos="672" pan="0" len="-192" key="57" vol="87"/>
|
||||||
|
<note pos="708" pan="0" len="-192" key="57" vol="100"/>
|
||||||
|
</pattern>
|
||||||
|
</track>
|
||||||
|
<track type="0" muted="0" name="bassslap02.ogg" solo="0">
|
||||||
|
<instrumenttrack pitch="0" basenote="57" usemasterpitch="1" pitchrange="1" fxch="1" pan="0" vol="100">
|
||||||
|
<instrument name="audiofileprocessor">
|
||||||
|
<audiofileprocessor amp="100" stutter="0" interp="1" src="instruments/bassslap02.ogg" eframe="1" sframe="0" looped="0" reversed="0" lframe="0"/>
|
||||||
|
</instrument>
|
||||||
|
<eldata fwet="0" fcut="14000" fres="0.5" ftype="0">
|
||||||
|
<elvol lpdel="0" lshp="0" x100="0" sustain="0.5" lspd_syncmode="0" dec="0.5" ctlenvamt="0" pdel="0" amt="0" rel="0.1" userwavefile="" lspd_numerator="4" latt="0" lspd="0.1" lamt="0" att="0" hold="0.5" lspd_denominator="4"/>
|
||||||
|
<elcut lpdel="0" lshp="0" x100="0" sustain="0.5" lspd_syncmode="0" dec="0.5" ctlenvamt="0" pdel="0" amt="0" rel="0.1" userwavefile="" lspd_numerator="4" latt="0" lspd="0.1" lamt="0" att="0" hold="0.5" lspd_denominator="4"/>
|
||||||
|
<elres lpdel="0" lshp="0" x100="0" sustain="0.5" lspd_syncmode="0" dec="0.5" ctlenvamt="0" pdel="0" amt="0" rel="0.1" userwavefile="" lspd_numerator="4" latt="0" lspd="0.1" lamt="0" att="0" hold="0.5" lspd_denominator="4"/>
|
||||||
|
</eldata>
|
||||||
|
<chordcreator chordrange="1" chord="0" chord-enabled="0"/>
|
||||||
|
<arpeggiator arptime_syncmode="0" arp-enabled="0" arptime_numerator="4" arpdir="0" arpmiss="0" arptime_denominator="4" arp="0" arpgate="100" arpmode="0" arptime="200" arprange="1" arpcycle="0" arpskip="0"/>
|
||||||
|
<midiport basevelocity="63" writable="0" inputchannel="0" outputprogram="1" outputcontroller="0" fixedoutputnote="-1" outputchannel="1" fixedoutputvelocity="-1" inputcontroller="0" readable="0" fixedinputvelocity="-1"/>
|
||||||
|
<fxchain numofeffects="0" enabled="0"/>
|
||||||
|
</instrumenttrack>
|
||||||
|
<pattern steps="64" pos="0" type="0" muted="0" name="bassslap02.ogg">
|
||||||
|
<note pos="0" pan="-10" len="-192" key="61" vol="78"/>
|
||||||
|
<note pos="48" pan="0" len="-192" key="58" vol="100"/>
|
||||||
|
<note pos="96" pan="0" len="-192" key="57" vol="78"/>
|
||||||
|
<note pos="192" pan="0" len="-192" key="62" vol="100"/>
|
||||||
|
<note pos="240" pan="0" len="-192" key="64" vol="85"/>
|
||||||
|
<note pos="264" pan="0" len="-192" key="67" vol="100"/>
|
||||||
|
<note pos="312" pan="0" len="-192" key="61" vol="85"/>
|
||||||
|
<note pos="336" pan="0" len="-192" key="62" vol="100"/>
|
||||||
|
<note pos="360" pan="0" len="-192" key="65" vol="82"/>
|
||||||
|
<note pos="504" pan="0" len="-192" key="61" vol="85"/>
|
||||||
|
<note pos="528" pan="0" len="-192" key="62" vol="100"/>
|
||||||
|
<note pos="552" pan="0" len="-192" key="58" vol="82"/>
|
||||||
|
<note pos="744" pan="0" len="-192" key="61" vol="85"/>
|
||||||
|
</pattern>
|
||||||
|
<pattern steps="64" pos="192" type="0" muted="0" name="bassslap02.ogg">
|
||||||
|
<note pos="0" pan="-10" len="-192" key="61" vol="78"/>
|
||||||
|
<note pos="48" pan="0" len="-192" key="58" vol="100"/>
|
||||||
|
<note pos="96" pan="0" len="-192" key="57" vol="78"/>
|
||||||
|
<note pos="192" pan="0" len="-192" key="62" vol="100"/>
|
||||||
|
<note pos="240" pan="0" len="-192" key="64" vol="85"/>
|
||||||
|
<note pos="264" pan="0" len="-192" key="67" vol="100"/>
|
||||||
|
<note pos="312" pan="0" len="-192" key="61" vol="85"/>
|
||||||
|
<note pos="336" pan="0" len="-192" key="62" vol="100"/>
|
||||||
|
<note pos="360" pan="0" len="-192" key="65" vol="82"/>
|
||||||
|
<note pos="504" pan="0" len="-192" key="61" vol="85"/>
|
||||||
|
<note pos="528" pan="0" len="-192" key="62" vol="100"/>
|
||||||
|
<note pos="552" pan="0" len="-192" key="58" vol="82"/>
|
||||||
|
<note pos="744" pan="0" len="-192" key="61" vol="85"/>
|
||||||
|
</pattern>
|
||||||
|
<pattern steps="64" pos="384" type="0" muted="0" name="bassslap02.ogg"/>
|
||||||
|
</track>
|
||||||
|
<track type="0" muted="0" name="clap03.ogg" solo="0">
|
||||||
|
<instrumenttrack pitch="0" basenote="57" usemasterpitch="1" pitchrange="1" fxch="0" pan="0" vol="100">
|
||||||
|
<instrument name="audiofileprocessor">
|
||||||
|
<audiofileprocessor amp="100" stutter="0" interp="1" src="drums/clap03.ogg" eframe="1" sframe="0" looped="0" reversed="0" lframe="0"/>
|
||||||
|
</instrument>
|
||||||
|
<eldata fwet="0" fcut="14000" fres="0.5" ftype="0">
|
||||||
|
<elvol lpdel="0" lshp="0" x100="0" sustain="0.5" lspd_syncmode="0" dec="0.5" ctlenvamt="0" pdel="0" amt="0" rel="0.1" userwavefile="" lspd_numerator="4" latt="0" lspd="0.1" lamt="0" att="0" hold="0.5" lspd_denominator="4"/>
|
||||||
|
<elcut lpdel="0" lshp="0" x100="0" sustain="0.5" lspd_syncmode="0" dec="0.5" ctlenvamt="0" pdel="0" amt="0" rel="0.1" userwavefile="" lspd_numerator="4" latt="0" lspd="0.1" lamt="0" att="0" hold="0.5" lspd_denominator="4"/>
|
||||||
|
<elres lpdel="0" lshp="0" x100="0" sustain="0.5" lspd_syncmode="0" dec="0.5" ctlenvamt="0" pdel="0" amt="0" rel="0.1" userwavefile="" lspd_numerator="4" latt="0" lspd="0.1" lamt="0" att="0" hold="0.5" lspd_denominator="4"/>
|
||||||
|
</eldata>
|
||||||
|
<chordcreator chordrange="1" chord="0" chord-enabled="0"/>
|
||||||
|
<arpeggiator arptime_syncmode="0" arp-enabled="0" arptime_numerator="4" arpdir="0" arpmiss="0" arptime_denominator="4" arp="0" arpgate="100" arpmode="0" arptime="200" arprange="1" arpcycle="0" arpskip="0"/>
|
||||||
|
<midiport basevelocity="63" writable="0" inputchannel="0" outputprogram="1" outputcontroller="0" fixedoutputnote="-1" outputchannel="1" fixedoutputvelocity="-1" inputcontroller="0" readable="0" fixedinputvelocity="-1"/>
|
||||||
|
<fxchain numofeffects="0" enabled="0"/>
|
||||||
|
</instrumenttrack>
|
||||||
|
<pattern steps="64" pos="0" type="0" muted="0" name="clap03.ogg"/>
|
||||||
|
<pattern steps="64" pos="192" type="0" muted="0" name="clap03.ogg"/>
|
||||||
|
<pattern steps="64" pos="384" type="0" muted="0" name="clap03.ogg">
|
||||||
|
<note pos="48" pan="0" len="-192" key="57" vol="100"/>
|
||||||
|
<note pos="144" pan="0" len="-192" key="57" vol="100"/>
|
||||||
|
<note pos="240" pan="0" len="-192" key="57" vol="100"/>
|
||||||
|
<note pos="276" pan="0" len="-192" key="57" vol="76"/>
|
||||||
|
<note pos="312" pan="0" len="-192" key="57" vol="100"/>
|
||||||
|
<note pos="336" pan="0" len="-192" key="57" vol="72"/>
|
||||||
|
<note pos="432" pan="0" len="-192" key="57" vol="100"/>
|
||||||
|
<note pos="528" pan="0" len="-192" key="57" vol="100"/>
|
||||||
|
<note pos="624" pan="0" len="-192" key="57" vol="100"/>
|
||||||
|
<note pos="684" pan="0" len="-192" key="57" vol="87"/>
|
||||||
|
<note pos="720" pan="0" len="-192" key="57" vol="100"/>
|
||||||
|
<note pos="756" pan="0" len="-192" key="57" vol="70"/>
|
||||||
|
</pattern>
|
||||||
|
</track>
|
||||||
|
<track type="0" muted="0" name="clav01.ogg" solo="0">
|
||||||
|
<instrumenttrack pitch="0" basenote="57" usemasterpitch="1" pitchrange="1" fxch="0" pan="0" vol="100">
|
||||||
|
<instrument name="audiofileprocessor">
|
||||||
|
<audiofileprocessor amp="100" stutter="0" interp="1" src="drums/clav01.ogg" eframe="1" sframe="0" looped="0" reversed="0" lframe="0"/>
|
||||||
|
</instrument>
|
||||||
|
<eldata fwet="0" fcut="14000" fres="0.5" ftype="0">
|
||||||
|
<elvol lpdel="0" lshp="0" x100="0" sustain="0.5" lspd_syncmode="0" dec="0.5" ctlenvamt="0" pdel="0" amt="0" rel="0.1" userwavefile="" lspd_numerator="4" latt="0" lspd="0.1" lamt="0" att="0" hold="0.5" lspd_denominator="4"/>
|
||||||
|
<elcut lpdel="0" lshp="0" x100="0" sustain="0.5" lspd_syncmode="0" dec="0.5" ctlenvamt="0" pdel="0" amt="0" rel="0.1" userwavefile="" lspd_numerator="4" latt="0" lspd="0.1" lamt="0" att="0" hold="0.5" lspd_denominator="4"/>
|
||||||
|
<elres lpdel="0" lshp="0" x100="0" sustain="0.5" lspd_syncmode="0" dec="0.5" ctlenvamt="0" pdel="0" amt="0" rel="0.1" userwavefile="" lspd_numerator="4" latt="0" lspd="0.1" lamt="0" att="0" hold="0.5" lspd_denominator="4"/>
|
||||||
|
</eldata>
|
||||||
|
<chordcreator chordrange="1" chord="0" chord-enabled="0"/>
|
||||||
|
<arpeggiator arptime_syncmode="0" arp-enabled="0" arptime_numerator="4" arpdir="0" arpmiss="0" arptime_denominator="4" arp="0" arpgate="100" arpmode="0" arptime="200" arprange="1" arpcycle="0" arpskip="0"/>
|
||||||
|
<midiport basevelocity="63" writable="0" inputchannel="0" outputprogram="1" outputcontroller="0" fixedoutputnote="-1" outputchannel="1" fixedoutputvelocity="-1" inputcontroller="0" readable="0" fixedinputvelocity="-1"/>
|
||||||
|
<fxchain numofeffects="0" enabled="0"/>
|
||||||
|
</instrumenttrack>
|
||||||
|
<pattern steps="64" pos="0" type="0" muted="0" name="clav01.ogg"/>
|
||||||
|
<pattern steps="64" pos="192" type="0" muted="0" name="clav01.ogg"/>
|
||||||
|
<pattern steps="64" pos="384" type="0" muted="0" name="clav01.ogg">
|
||||||
|
<note pos="72" pan="0" len="-192" key="57" vol="100"/>
|
||||||
|
<note pos="168" pan="0" len="-192" key="57" vol="100"/>
|
||||||
|
<note pos="264" pan="0" len="-192" key="57" vol="82"/>
|
||||||
|
<note pos="288" pan="0" len="-192" key="57" vol="82"/>
|
||||||
|
<note pos="360" pan="0" len="-192" key="57" vol="100"/>
|
||||||
|
<note pos="456" pan="0" len="-192" key="57" vol="100"/>
|
||||||
|
<note pos="552" pan="0" len="-192" key="57" vol="100"/>
|
||||||
|
<note pos="648" pan="0" len="-192" key="57" vol="100"/>
|
||||||
|
<note pos="744" pan="0" len="-192" key="57" vol="82"/>
|
||||||
|
</pattern>
|
||||||
|
</track>
|
||||||
|
</trackcontainer>
|
||||||
|
</bbtrack>
|
||||||
|
<bbtco pos="5376" muted="0" color="4286611584" usestyle="1" name="" len="2304"/>
|
||||||
|
</track>
|
||||||
|
<track type="1" muted="0" name="Batida/Linha de Baixo 1" solo="0">
|
||||||
|
<bbtrack/>
|
||||||
|
<bbtco pos="768" muted="0" color="4286611584" usestyle="1" name="" len="3072"/>
|
||||||
|
</track>
|
||||||
|
<track type="1" muted="0" name="Batida/Linha de Baixo 2" solo="0">
|
||||||
|
<bbtrack/>
|
||||||
|
<bbtco pos="3840" muted="0" color="4286611584" usestyle="1" name="" len="1536"/>
|
||||||
|
</track>
|
||||||
|
</trackcontainer>
|
||||||
|
<track type="6" muted="0" name="Automation track" solo="0">
|
||||||
|
<automationtrack/>
|
||||||
|
<automationpattern tens="1" pos="0" prog="0" name="Numerator" len="192" mute="0"/>
|
||||||
|
<automationpattern tens="1" pos="0" prog="0" name="Denominator" len="192" mute="0"/>
|
||||||
|
<automationpattern tens="1" pos="0" prog="0" name="Tempo" len="192" mute="0"/>
|
||||||
|
<automationpattern tens="1" pos="0" prog="0" name="Master volume" len="192" mute="0"/>
|
||||||
|
<automationpattern tens="1" pos="0" prog="0" name="Master pitch" len="192" mute="0"/>
|
||||||
|
<automationpattern tens="1" pos="0" prog="1" name="TripleOscillator>Volume" len="9216" mute="0">
|
||||||
|
<time pos="0" value="0"/>
|
||||||
|
<time pos="120" value="40.9"/>
|
||||||
|
<time pos="192" value="78.8"/>
|
||||||
|
<time pos="384" value="99.3"/>
|
||||||
|
<time pos="7704" value="99.3"/>
|
||||||
|
<time pos="7896" value="81"/>
|
||||||
|
<time pos="8592" value="38.7"/>
|
||||||
|
<time pos="8976" value="24.8"/>
|
||||||
|
<time pos="9072" value="0"/>
|
||||||
|
<object id="26222"/>
|
||||||
|
</automationpattern>
|
||||||
|
</track>
|
||||||
|
<fxmixer y="184" minimized="0" x="-21" width="543" maximized="0" visible="1" height="333">
|
||||||
|
<fxchannel muted="0" num="0" volume="1" name="Master" soloed="0">
|
||||||
|
<fxchain numofeffects="0" enabled="0"/>
|
||||||
|
</fxchannel>
|
||||||
|
<fxchannel muted="1" num="1" volume="0.419" name="bassslap02.ogg" soloed="0">
|
||||||
|
<fxchain numofeffects="2" enabled="1">
|
||||||
|
<effect autoquit_numerator="4" gate="0" on="1" name="eq" autoquit="1" wet="1" autoquit_syncmode="0" autoquit_denominator="4">
|
||||||
|
<Eq Lowshelfgain="1.8" LP48="0" HP="0" LP24="0" Peak3active="0" Peak1active="1" HP12="1" Peak3gain="0" HPres="0.707" Peak2gain="2.52" HighShelfres="1.4" Highshelfactive="0" Peak4bw="0.3" Peak2active="1" AnalyseIn="1" Outputgain="0" Lowshelfactive="1" LPactive="1" LP12="1" Peak2bw="0.3" LPres="0.707" HP48="0" LowShelfres="1.4" AnalyseOut="1" HighShelfgain="0" Peak4active="0" HPactive="1" HP24="0" LP="0" Peak4gain="0" Peak3bw="0.3" Peak1bw="0.3">
|
||||||
|
<Inputgain scale_type="log" value="0" id="17482"/>
|
||||||
|
<Peak1gain scale_type="log" value="0.9" id="10443"/>
|
||||||
|
<HPfreq scale_type="log" value="31.9665" id="22049"/>
|
||||||
|
<LowShelffreq scale_type="log" value="76.3994" id="11473"/>
|
||||||
|
<Peak1freq scale_type="log" value="137.778" id="32568"/>
|
||||||
|
<Peak2freq scale_type="log" value="221.109" id="7636"/>
|
||||||
|
<Peak3freq scale_type="log" value="2000" id="29943"/>
|
||||||
|
<Peak4freq scale_type="log" value="4000" id="14676"/>
|
||||||
|
<Highshelffreq scale_type="log" value="12000" id="9950"/>
|
||||||
|
<LPfreq scale_type="log" value="653.54" id="9871"/>
|
||||||
|
</Eq>
|
||||||
|
<key/>
|
||||||
|
</effect>
|
||||||
|
<effect autoquit_numerator="4" gate="0" on="1" name="ladspaeffect" autoquit="1" wet="1" autoquit_syncmode="0" autoquit_denominator="4">
|
||||||
|
<ladspacontrols link="1" ports="12">
|
||||||
|
<port01 link="1" data="6.36"/>
|
||||||
|
<port02 link="1" data="1"/>
|
||||||
|
<port03 link="1" data_syncmode="0" data_denominator="4" data_numerator="4" data="12.4875"/>
|
||||||
|
<port04 link="1" data_syncmode="0" data_denominator="4" data_numerator="4" data="433.316"/>
|
||||||
|
<port05 link="1" data="20.9625"/>
|
||||||
|
<port06 link="1" data="3.25"/>
|
||||||
|
<port11 data="6.36"/>
|
||||||
|
<port12 data="1"/>
|
||||||
|
<port13 data_syncmode="0" data_denominator="4" data_numerator="4" data="12.4875"/>
|
||||||
|
<port14 data_syncmode="0" data_denominator="4" data_numerator="4" data="433.316"/>
|
||||||
|
<port15 data="20.9625"/>
|
||||||
|
<port16 data="3.25"/>
|
||||||
|
</ladspacontrols>
|
||||||
|
<key>
|
||||||
|
<attribute value="caps" name="file"/>
|
||||||
|
<attribute value="Compress" name="plugin"/>
|
||||||
|
</key>
|
||||||
|
</effect>
|
||||||
|
</fxchain>
|
||||||
|
<send channel="0" amount="1"/>
|
||||||
|
</fxchannel>
|
||||||
|
<fxchannel muted="0" num="2" volume="0.674" name="TripleOscillator" soloed="0">
|
||||||
|
<fxchain numofeffects="1" enabled="1">
|
||||||
|
<effect autoquit_numerator="4" gate="0" on="1" name="eq" autoquit="1" wet="1" autoquit_syncmode="0" autoquit_denominator="4">
|
||||||
|
<Eq Lowshelfgain="0" LP48="0" HP="0" LP24="0" Peak3active="0" Peak1active="0" HP12="1" Peak3gain="0" HPres="0.707" Peak2gain="0" HighShelfres="1.4" Highshelfactive="0" Peak4bw="0.3" Peak2active="0" AnalyseIn="1" Outputgain="0" Lowshelfactive="0" LPactive="1" LP12="1" Peak2bw="0.3" LPres="0.707" HP48="0" LowShelfres="1.4" AnalyseOut="1" HighShelfgain="0" Peak4active="0" HPactive="1" HP24="0" LP="0" Peak4gain="0" Peak3bw="0.3" Peak1bw="0.3">
|
||||||
|
<Inputgain scale_type="log" value="0" id="22542"/>
|
||||||
|
<Peak1gain scale_type="log" value="0" id="22109"/>
|
||||||
|
<HPfreq scale_type="log" value="47.9767" id="21284"/>
|
||||||
|
<LowShelffreq scale_type="log" value="80" id="15834"/>
|
||||||
|
<Peak1freq scale_type="log" value="120" id="11613"/>
|
||||||
|
<Peak2freq scale_type="log" value="250" id="17232"/>
|
||||||
|
<Peak3freq scale_type="log" value="2000" id="14769"/>
|
||||||
|
<Peak4freq scale_type="log" value="4000" id="15579"/>
|
||||||
|
<Highshelffreq scale_type="log" value="12000" id="5034"/>
|
||||||
|
<LPfreq scale_type="log" value="191.399" id="29888"/>
|
||||||
|
</Eq>
|
||||||
|
<key/>
|
||||||
|
</effect>
|
||||||
|
</fxchain>
|
||||||
|
<send channel="0" amount="1"/>
|
||||||
|
</fxchannel>
|
||||||
|
<fxchannel muted="0" num="3" volume="0.86" name="hihat_closed01.ogg" soloed="0">
|
||||||
|
<fxchain numofeffects="1" enabled="1">
|
||||||
|
<effect autoquit_numerator="4" gate="0" on="1" name="eq" autoquit="1" wet="1" autoquit_syncmode="0" autoquit_denominator="4">
|
||||||
|
<Eq Lowshelfgain="0" LP48="0" HP="0" LP24="0" Peak3active="0" Peak1active="0" HP12="1" Peak3gain="0" HPres="0.707" Peak2gain="0" HighShelfres="1.4" Highshelfactive="0" Peak4bw="0.3" Peak2active="0" AnalyseIn="1" Outputgain="0" Lowshelfactive="0" LPactive="1" LP12="1" Peak2bw="0.3" LPres="0.707" HP48="0" LowShelfres="1.4" AnalyseOut="1" HighShelfgain="0" Peak4active="0" HPactive="1" HP24="0" LP="0" Peak4gain="0" Peak3bw="0.3" Peak1bw="0.3">
|
||||||
|
<Inputgain scale_type="log" value="0" id="1383"/>
|
||||||
|
<Peak1gain scale_type="log" value="0" id="15618"/>
|
||||||
|
<HPfreq scale_type="log" value="250.051" id="14404"/>
|
||||||
|
<LowShelffreq scale_type="log" value="80" id="21483"/>
|
||||||
|
<Peak1freq scale_type="log" value="120" id="13951"/>
|
||||||
|
<Peak2freq scale_type="log" value="250" id="13015"/>
|
||||||
|
<Peak3freq scale_type="log" value="2000" id="17285"/>
|
||||||
|
<Peak4freq scale_type="log" value="4000" id="27275"/>
|
||||||
|
<Highshelffreq scale_type="log" value="12000" id="27572"/>
|
||||||
|
<LPfreq scale_type="log" value="6949.27" id="16696"/>
|
||||||
|
</Eq>
|
||||||
|
<key/>
|
||||||
|
</effect>
|
||||||
|
</fxchain>
|
||||||
|
<send channel="0" amount="1"/>
|
||||||
|
</fxchannel>
|
||||||
|
<fxchannel muted="0" num="4" volume="0.581" name="snare_hiphop02.ogg" soloed="0">
|
||||||
|
<fxchain numofeffects="2" enabled="1">
|
||||||
|
<effect autoquit_numerator="4" gate="0" on="1" name="eq" autoquit="1" wet="1" autoquit_syncmode="0" autoquit_denominator="4">
|
||||||
|
<Eq Lowshelfgain="-1.8" LP48="0" HP="0" LP24="0" Peak3active="0" Peak1active="0" HP12="1" Peak3gain="0" HPres="0.707" Peak2gain="0" HighShelfres="1.4" Highshelfactive="0" Peak4bw="0.3" Peak2active="0" AnalyseIn="1" Outputgain="0" Lowshelfactive="1" LPactive="1" LP12="1" Peak2bw="0.3" LPres="0.707" HP48="0" LowShelfres="1.4" AnalyseOut="1" HighShelfgain="0" Peak4active="0" HPactive="1" HP24="0" LP="0" Peak4gain="0" Peak3bw="0.3" Peak1bw="0.3">
|
||||||
|
<Inputgain scale_type="log" value="0" id="4206"/>
|
||||||
|
<Peak1gain scale_type="log" value="0" id="12762"/>
|
||||||
|
<HPfreq scale_type="log" value="79.073" id="530"/>
|
||||||
|
<LowShelffreq scale_type="log" value="186.104" id="18965"/>
|
||||||
|
<Peak1freq scale_type="log" value="120" id="5220"/>
|
||||||
|
<Peak2freq scale_type="log" value="250" id="9887"/>
|
||||||
|
<Peak3freq scale_type="log" value="2000" id="21480"/>
|
||||||
|
<Peak4freq scale_type="log" value="4000" id="14799"/>
|
||||||
|
<Highshelffreq scale_type="log" value="12000" id="12745"/>
|
||||||
|
<LPfreq scale_type="log" value="7056.76" id="13311"/>
|
||||||
|
</Eq>
|
||||||
|
<key/>
|
||||||
|
</effect>
|
||||||
|
<effect autoquit_numerator="4" gate="0" on="1" name="ladspaeffect" autoquit="1" wet="1" autoquit_syncmode="0" autoquit_denominator="4">
|
||||||
|
<ladspacontrols ports="49">
|
||||||
|
<port04 data="0"/>
|
||||||
|
<port05 data="0.8"/>
|
||||||
|
<port06 data="1.84"/>
|
||||||
|
<port015>
|
||||||
|
<data scale_type="log" value="66.874" id="16228"/>
|
||||||
|
</port015>
|
||||||
|
<port016>
|
||||||
|
<data scale_type="log" value="447.214" id="5772"/>
|
||||||
|
</port016>
|
||||||
|
<port017>
|
||||||
|
<data scale_type="log" value="2990.7" id="16348"/>
|
||||||
|
</port017>
|
||||||
|
<port018 data="-0.25"/>
|
||||||
|
<port019 data="-0.25"/>
|
||||||
|
<port020 data="-0.25"/>
|
||||||
|
<port021 data="1.1875"/>
|
||||||
|
<port022 data="1.1875"/>
|
||||||
|
<port023 data="1.1875"/>
|
||||||
|
<port024 data="1"/>
|
||||||
|
<port025 data="0.250732"/>
|
||||||
|
<port026 data="1"/>
|
||||||
|
<port027>
|
||||||
|
<data scale_type="log" value="94.5742" id="27675"/>
|
||||||
|
</port027>
|
||||||
|
<port028>
|
||||||
|
<data scale_type="log" value="94.5742" id="2089"/>
|
||||||
|
</port028>
|
||||||
|
<port029 data="1"/>
|
||||||
|
<port030 data="2.75"/>
|
||||||
|
<port031 data="0"/>
|
||||||
|
<port034 data="1"/>
|
||||||
|
<port035 data="0"/>
|
||||||
|
<port036 data="0.250732"/>
|
||||||
|
<port037 data="1"/>
|
||||||
|
<port038>
|
||||||
|
<data scale_type="log" value="100" id="28989"/>
|
||||||
|
</port038>
|
||||||
|
<port039>
|
||||||
|
<data scale_type="log" value="94.5742" id="28844"/>
|
||||||
|
</port039>
|
||||||
|
<port040 data="1"/>
|
||||||
|
<port041 data="2.75"/>
|
||||||
|
<port042 data="0"/>
|
||||||
|
<port045 data="1"/>
|
||||||
|
<port046 data="0"/>
|
||||||
|
<port047 data="0.000976563"/>
|
||||||
|
<port048 data="1"/>
|
||||||
|
<port049>
|
||||||
|
<data scale_type="log" value="94.5742" id="12338"/>
|
||||||
|
</port049>
|
||||||
|
<port050>
|
||||||
|
<data scale_type="log" value="100" id="22877"/>
|
||||||
|
</port050>
|
||||||
|
<port051 data="1"/>
|
||||||
|
<port052 data="2.75"/>
|
||||||
|
<port053 data="0"/>
|
||||||
|
<port056 data="1"/>
|
||||||
|
<port057 data="0"/>
|
||||||
|
<port058 data="0.000976563"/>
|
||||||
|
<port059 data="1"/>
|
||||||
|
<port060>
|
||||||
|
<data scale_type="log" value="94.5742" id="17651"/>
|
||||||
|
</port060>
|
||||||
|
<port061>
|
||||||
|
<data scale_type="log" value="94.5742" id="26493"/>
|
||||||
|
</port061>
|
||||||
|
<port062 data="1"/>
|
||||||
|
<port063 data="2.75"/>
|
||||||
|
<port064 data="0"/>
|
||||||
|
<port067 data="1"/>
|
||||||
|
<port068 data="0"/>
|
||||||
|
</ladspacontrols>
|
||||||
|
<key>
|
||||||
|
<attribute value="calf" name="file"/>
|
||||||
|
<attribute value="Multibandcompressor" name="plugin"/>
|
||||||
|
</key>
|
||||||
|
</effect>
|
||||||
|
</fxchain>
|
||||||
|
<send channel="0" amount="1"/>
|
||||||
|
</fxchannel>
|
||||||
|
</fxmixer>
|
||||||
|
<ControllerRackView y="310" minimized="0" x="526" width="350" maximized="0" visible="1" height="200"/>
|
||||||
|
<pianoroll y="8" minimized="0" x="-29" width="860" maximized="0" visible="0" height="480"/>
|
||||||
|
<automationeditor y="1" minimized="0" x="13" width="860" maximized="0" visible="0" height="400"/>
|
||||||
|
<projectnotes y="10" minimized="0" x="546" width="686" maximized="0" visible="0" height="400"><![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:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;">
|
||||||
|
<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /></p></body></html>]]></projectnotes>
|
||||||
|
<timeline lp1pos="8448" lp0pos="0" lpstate="1"/>
|
||||||
|
<controllers/>
|
||||||
|
</song>
|
||||||
|
</lmms-project>
|
||||||
|
|
||||||
File diff suppressed because it is too large
Load Diff
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue