From a909794f654cc3da7c02507310bed05240b6cc8d Mon Sep 17 00:00:00 2001
From: JotaChina <72946706+JotaChina@users.noreply.github.com>
Date: Thu, 25 Jul 2024 16:46:48 -0300
Subject: [PATCH] Add files via upload
---
404.html | 25 +++
Gemfile | 5 +
Gemfile.lock | 81 ++++++++++
_config.yml | 57 +++++++
about.markdown | 18 +++
generate_mmp_data.py | 14 ++
index.markdown | 6 +
...oãoVitorSimão-2023008380-megaMainSong.json | 66 ++++++++
metadata/Samanta Freire.json | 71 +++++++++
metadata/SonsAlignígenas.json | 67 ++++++++
metadata/Um começo.json | 91 +++++++++++
metadata/VitorAugusto.json | 81 ++++++++++
metadata/Wesley_Silva_Guimarães.json | 48 ++++++
metadata/leandro_souza_atvd1.json | 76 +++++++++
metadata/tp1 - Luiz Filipe Almada.json | 72 +++++++++
metadata/tp1_MarcoAntonio.json | 36 +++++
...utacao_Musical_Thiago_Rocha_de_Moraes.mmpz | Bin 0 -> 5645 bytes
mmp/FelipeFerraz.mmpz | Bin 0 -> 8587 bytes
mmp/Gustavo Castro.mmpz | Bin 0 -> 3755 bytes
mmp/Iara Rodrigues.mmpz | Bin 0 -> 5827 bytes
...oãoVitorSimão-2023008380-megaMainSong.mmpz | Bin 0 -> 7239 bytes
mmp/Samanta Freire.mmpz | Bin 0 -> 3534 bytes
mmp/SonsAlignígenas.mmpz | Bin 0 -> 3377 bytes
mmp/Um começo.mmpz | Bin 0 -> 4703 bytes
mmp/VitorAugusto.mmpz | Bin 0 -> 12777 bytes
mmp/Wesley_Silva_Guimarães.mmpz | Bin 0 -> 3148 bytes
mmp/beatJulioCesardeSousa.mmpz | Bin 0 -> 5024 bytes
mmp/carlos.mmpz | Bin 0 -> 12857 bytes
mmp/deprecado_wallace.mmpz | Bin 0 -> 5117 bytes
mmp/eliasMendesSong.mmpz | Bin 0 -> 6613 bytes
mmp/gabriel_gomes.mmpz | Bin 0 -> 5675 bytes
mmp/leandro_souza_atvd1.mmpz | Bin 0 -> 3364 bytes
mmp/tp1 - Luiz Filipe Almada.mmpz | Bin 0 -> 4209 bytes
mmp/tp1_MarcoAntonio.mmpz | Bin 0 -> 3258 bytes
mmp_files.md | 30 ++++
projetosComMesmoInstrumento.md | 17 ++
quantasVezes.md | 30 ++++
scripts/indexa.py | 149 ++++++++++++++++++
scripts/statistics.py | 50 ++++++
wavFiles.md | 21 +++
40 files changed, 1111 insertions(+)
create mode 100644 404.html
create mode 100644 Gemfile
create mode 100644 Gemfile.lock
create mode 100644 _config.yml
create mode 100644 about.markdown
create mode 100644 generate_mmp_data.py
create mode 100644 index.markdown
create mode 100644 metadata/JoãoVitorSimão-2023008380-megaMainSong.json
create mode 100644 metadata/Samanta Freire.json
create mode 100644 metadata/SonsAlignígenas.json
create mode 100644 metadata/Um começo.json
create mode 100644 metadata/VitorAugusto.json
create mode 100644 metadata/Wesley_Silva_Guimarães.json
create mode 100644 metadata/leandro_souza_atvd1.json
create mode 100644 metadata/tp1 - Luiz Filipe Almada.json
create mode 100644 metadata/tp1_MarcoAntonio.json
create mode 100644 mmp/Computacao_Musical_Thiago_Rocha_de_Moraes.mmpz
create mode 100644 mmp/FelipeFerraz.mmpz
create mode 100644 mmp/Gustavo Castro.mmpz
create mode 100644 mmp/Iara Rodrigues.mmpz
create mode 100644 mmp/JoãoVitorSimão-2023008380-megaMainSong.mmpz
create mode 100644 mmp/Samanta Freire.mmpz
create mode 100644 mmp/SonsAlignígenas.mmpz
create mode 100644 mmp/Um começo.mmpz
create mode 100644 mmp/VitorAugusto.mmpz
create mode 100644 mmp/Wesley_Silva_Guimarães.mmpz
create mode 100644 mmp/beatJulioCesardeSousa.mmpz
create mode 100644 mmp/carlos.mmpz
create mode 100644 mmp/deprecado_wallace.mmpz
create mode 100644 mmp/eliasMendesSong.mmpz
create mode 100644 mmp/gabriel_gomes.mmpz
create mode 100644 mmp/leandro_souza_atvd1.mmpz
create mode 100644 mmp/tp1 - Luiz Filipe Almada.mmpz
create mode 100644 mmp/tp1_MarcoAntonio.mmpz
create mode 100644 mmp_files.md
create mode 100644 projetosComMesmoInstrumento.md
create mode 100644 quantasVezes.md
create mode 100644 scripts/indexa.py
create mode 100644 scripts/statistics.py
create mode 100644 wavFiles.md
diff --git a/404.html b/404.html
new file mode 100644
index 0000000..086a5c9
--- /dev/null
+++ b/404.html
@@ -0,0 +1,25 @@
+---
+permalink: /404.html
+layout: default
+---
+
+
+
+
+
404
+
+
Page not found :(
+
The requested page could not be found.
+
diff --git a/Gemfile b/Gemfile
new file mode 100644
index 0000000..f417fc4
--- /dev/null
+++ b/Gemfile
@@ -0,0 +1,5 @@
+source "https://rubygems.org"
+
+# Dependências principais do Jekyll
+gem "jekyll", "~> 4.3.3"
+gem "minima", "~> 2.5"
diff --git a/Gemfile.lock b/Gemfile.lock
new file mode 100644
index 0000000..3519b5e
--- /dev/null
+++ b/Gemfile.lock
@@ -0,0 +1,81 @@
+GEM
+ remote: https://rubygems.org/
+ specs:
+ addressable (2.8.6)
+ public_suffix (>= 2.0.2, < 6.0)
+ colorator (1.1.0)
+ concurrent-ruby (1.2.3)
+ em-websocket (0.5.3)
+ eventmachine (>= 0.12.9)
+ http_parser.rb (~> 0)
+ eventmachine (1.2.7)
+ ffi (1.16.3)
+ forwardable-extended (2.6.0)
+ google-protobuf (3.24.4-x86_64-linux)
+ http_parser.rb (0.8.0)
+ i18n (1.14.4)
+ concurrent-ruby (~> 1.0)
+ jekyll (4.3.3)
+ 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-feed (0.17.0)
+ jekyll (>= 3.7, < 5.0)
+ jekyll-sass-converter (3.0.0)
+ sass-embedded (~> 1.54)
+ jekyll-seo-tag (2.8.0)
+ jekyll (>= 3.8, < 5.0)
+ 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)
+ minima (2.5.1)
+ jekyll (>= 3.5, < 5.0)
+ jekyll-feed (~> 0.9)
+ jekyll-seo-tag (~> 2.1)
+ pathutil (0.16.2)
+ forwardable-extended (~> 2.6)
+ public_suffix (5.0.4)
+ rake (13.1.0)
+ rb-fsevent (0.11.2)
+ rb-inotify (0.10.1)
+ ffi (~> 1.0)
+ rexml (3.2.6)
+ rouge (4.1.3)
+ safe_yaml (1.0.5)
+ sass-embedded (1.69.3)
+ google-protobuf (~> 3.23)
+ rake (>= 13.0.0)
+ terminal-table (3.0.2)
+ unicode-display_width (>= 1.1.1, < 3)
+ unicode-display_width (2.5.0)
+ webrick (1.8.1)
+
+PLATFORMS
+ x86_64-linux
+
+DEPENDENCIES
+ jekyll (~> 4.3.3)
+ minima (~> 2.5)
+
+BUNDLED WITH
+ 2.4.20
diff --git a/_config.yml b/_config.yml
new file mode 100644
index 0000000..4757d5e
--- /dev/null
+++ b/_config.yml
@@ -0,0 +1,57 @@
+# Welcome to Jekyll!
+#
+# This config file is meant for settings that affect your whole blog, values
+# which you are expected to set up once and rarely edit after that. If you find
+# yourself editing this file very often, consider using Jekyll's data files
+# feature for the data you need to update frequently.
+#
+# For technical reasons, this file is *NOT* reloaded automatically when you use
+# 'bundle exec jekyll serve'. If you change this file, please restart the server process.
+#
+# If you need help with YAML syntax, here are some quick references for you:
+# https://learn-the-web.algonquindesign.ca/topics/markdown-yaml-cheat-sheet/#yaml
+# https://learnxinyminutes.com/docs/yaml/
+#
+# Site settings
+# These are used to personalize your new site. If you look in the HTML files,
+# you will see them accessed via {{ site.title }}, {{ site.email }}, and so on.
+# You can create any custom variable you would like, and they will be accessible
+# in the templates via {{ site.myvariable }}.
+
+title: Your awesome title
+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: "" # the subpath of your site, e.g. /blog
+url: "" # the base hostname & protocol for your site, e.g. http://example.com
+twitter_username: jekyllrb
+github_username: jekyll
+
+# Build settings
+theme: minima
+plugins:
+ - jekyll-feed
+baseurl: /~jotachina/mmpSearch/mmpSearch/_site
+
+
+# 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/
diff --git a/about.markdown b/about.markdown
new file mode 100644
index 0000000..8b4e0b2
--- /dev/null
+++ b/about.markdown
@@ -0,0 +1,18 @@
+---
+layout: page
+title: About
+permalink: /about/
+---
+
+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 [jekyllrb.com](https://jekyllrb.com/)
+
+You can find the source code for Minima at GitHub:
+[jekyll][jekyll-organization] /
+[minima](https://github.com/jekyll/minima)
+
+You can find the source code for Jekyll at GitHub:
+[jekyll][jekyll-organization] /
+[jekyll](https://github.com/jekyll/jekyll)
+
+
+[jekyll-organization]: https://github.com/jekyll
diff --git a/generate_mmp_data.py b/generate_mmp_data.py
new file mode 100644
index 0000000..5ee0510
--- /dev/null
+++ b/generate_mmp_data.py
@@ -0,0 +1,14 @@
+import subprocess
+
+def run_script(script_path):
+ subprocess.run(['python', script_path])
+
+def main():
+ script_path = 'scripts/indexa.py'
+ run_script(script_path)
+
+ script_path = 'scripts/statistics.py'
+ run_script(script_path)
+
+if __name__ == '__main__':
+ main()
diff --git a/index.markdown b/index.markdown
new file mode 100644
index 0000000..0671507
--- /dev/null
+++ b/index.markdown
@@ -0,0 +1,6 @@
+---
+# Feel free to add content and custom Front Matter to this file.
+# To modify the layout, see https://jekyllrb.com/docs/themes/#overriding-theme-defaults
+
+layout: home
+---
diff --git a/metadata/JoãoVitorSimão-2023008380-megaMainSong.json b/metadata/JoãoVitorSimão-2023008380-megaMainSong.json
new file mode 100644
index 0000000..41ea8d5
--- /dev/null
+++ b/metadata/JoãoVitorSimão-2023008380-megaMainSong.json
@@ -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": []
+ }
+ ]
+}
\ No newline at end of file
diff --git a/metadata/Samanta Freire.json b/metadata/Samanta Freire.json
new file mode 100644
index 0000000..ef2d8b9
--- /dev/null
+++ b/metadata/Samanta Freire.json
@@ -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": []
+ }
+ ]
+}
\ No newline at end of file
diff --git a/metadata/SonsAlignígenas.json b/metadata/SonsAlignígenas.json
new file mode 100644
index 0000000..cf15fb6
--- /dev/null
+++ b/metadata/SonsAlignígenas.json
@@ -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": []
+ }
+ ]
+}
\ No newline at end of file
diff --git a/metadata/Um começo.json b/metadata/Um começo.json
new file mode 100644
index 0000000..ba26b54
--- /dev/null
+++ b/metadata/Um começo.json
@@ -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": []
+ }
+ ]
+}
\ No newline at end of file
diff --git a/metadata/VitorAugusto.json b/metadata/VitorAugusto.json
new file mode 100644
index 0000000..5917bfc
--- /dev/null
+++ b/metadata/VitorAugusto.json
@@ -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": []
+ }
+ ]
+}
\ No newline at end of file
diff --git a/metadata/Wesley_Silva_Guimarães.json b/metadata/Wesley_Silva_Guimarães.json
new file mode 100644
index 0000000..25b12da
--- /dev/null
+++ b/metadata/Wesley_Silva_Guimarães.json
@@ -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"
+ }
+ ]
+ }
+ ]
+}
\ No newline at end of file
diff --git a/metadata/leandro_souza_atvd1.json b/metadata/leandro_souza_atvd1.json
new file mode 100644
index 0000000..bb7257a
--- /dev/null
+++ b/metadata/leandro_souza_atvd1.json
@@ -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": []
+ }
+ ]
+}
\ No newline at end of file
diff --git a/metadata/tp1 - Luiz Filipe Almada.json b/metadata/tp1 - Luiz Filipe Almada.json
new file mode 100644
index 0000000..f417dd8
--- /dev/null
+++ b/metadata/tp1 - Luiz Filipe Almada.json
@@ -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": []
+ }
+ ]
+}
\ No newline at end of file
diff --git a/metadata/tp1_MarcoAntonio.json b/metadata/tp1_MarcoAntonio.json
new file mode 100644
index 0000000..fa7d679
--- /dev/null
+++ b/metadata/tp1_MarcoAntonio.json
@@ -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": []
+ }
+ ]
+}
\ No newline at end of file
diff --git a/mmp/Computacao_Musical_Thiago_Rocha_de_Moraes.mmpz b/mmp/Computacao_Musical_Thiago_Rocha_de_Moraes.mmpz
new file mode 100644
index 0000000000000000000000000000000000000000..6e9ed09d7d528aed5da4dd2784504f4984a0b9bc
GIT binary patch
literal 5645
zcmV+o7V_x;0aMa=ob6q2lj6A1e}A9C$D6zfVA;mN9J8s*&L+94+hpr@pL>!@rM5g^
zz*%GaY_l_y)brgRNj6vp(==mgU>04~)-kr!`q%1Tx76L9{NZsG8ejc13*zXuLwaWC
z4{yGke1G@1x1av;;hhn#R#`Vm