diff --git a/mmpSearch/Gemfile.lock b/mmpSearch/Gemfile.lock index 2f338a1..c2bdd10 100644 --- a/mmpSearch/Gemfile.lock +++ b/mmpSearch/Gemfile.lock @@ -58,7 +58,7 @@ GEM pathutil (0.16.2) forwardable-extended (~> 2.6) public_suffix (5.0.5) - rake (13.0.6) + rake (13.2.1) rb-fsevent (0.11.2) rb-inotify (0.11.1) ffi (~> 1.0) diff --git a/mmpSearch/_site/404.html b/mmpSearch/_site/404.html new file mode 100644 index 0000000..3aafec4 --- /dev/null +++ b/mmpSearch/_site/404.html @@ -0,0 +1,62 @@ + + + + + + + + + + + + + +
+ + +
+

404

+ +

Page not found :(

+

The requested page could not be found.

+
+ +
+ + + + + + + + + + diff --git a/mmpSearch/_site/about/index.html b/mmpSearch/_site/about/index.html new file mode 100644 index 0000000..e30dda8 --- /dev/null +++ b/mmpSearch/_site/about/index.html @@ -0,0 +1,63 @@ + + + + + + About + + + + + + + +
+
+ +
+

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

+ +

You can find the source code for Minima at GitHub: +jekyll / +minima

+ +

You can find the source code for Jekyll at GitHub: +jekyll / +jekyll

+ + +
+ +
+ +
+ + + + + + + + + + diff --git a/mmpSearch/_site/assets/main.css b/mmpSearch/_site/assets/main.css new file mode 100644 index 0000000..5ae9716 --- /dev/null +++ b/mmpSearch/_site/assets/main.css @@ -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 */ \ No newline at end of file diff --git a/mmpSearch/_site/assets/main.css.map b/mmpSearch/_site/assets/main.css.map new file mode 100644 index 0000000..39d41e7 --- /dev/null +++ b/mmpSearch/_site/assets/main.css.map @@ -0,0 +1 @@ +{"version":3,"sourceRoot":"","sources":["../../../../../../../../../../C:/Ruby32-x64/lib/ruby/gems/3.2.0/gems/minima-2.5.1/_sass/minima/_base.scss","../../../../../../../../../../C:/Ruby32-x64/lib/ruby/gems/3.2.0/gems/minima-2.5.1/_sass/minima.scss","../../../../../../../../../../C:/Ruby32-x64/lib/ruby/gems/3.2.0/gems/minima-2.5.1/_sass/minima/_layout.scss","../../../../../../../../../../C:/Ruby32-x64/lib/ruby/gems/3.2.0/gems/minima-2.5.1/_sass/minima/_syntax-highlighting.scss"],"names":[],"mappings":"AAAA;AAAA;AAAA;AAGA;AAAA;AAAA;EAGE;EACA;;;AAKF;AAAA;AAAA;AAGA;EACE;EACA,OCLiB;EDMjB,kBCLiB;EDMjB;EACA;EACG;EACE;EACG;EACR;EACA;EACA;EACA;;;AAKF;AAAA;AAAA;AAGA;AAAA;AAAA;AAAA;EAIE;;;AAKF;AAAA;AAAA;AAGA;EACE;;;AAKF;AAAA;AAAA;AAGA;EACE;EACA;;;AAKF;AAAA;AAAA;AAGA;EACE;;;AAGF;EACE,WChEiB;;;ADqEnB;AAAA;AAAA;AAGA;EACE,aCtEiB;;;AD0EjB;AAAA;EAEE;;;AAMJ;AAAA;AAAA;AAGA;EACE,aC1FiB;;;AD+FnB;AAAA;AAAA;AAGA;EACE,OC3FiB;ED4FjB;;AAEA;EACE;;AAGF;EACE,OCrGe;EDsGf;;AAGF;EACE;;AAEA;EACE;;;AAMN;AAAA;AAAA;AAGA;EACE,OCnHiB;EDoHjB;EACA;EC3FA;ED6FA;EACA;;AAEA;EACE;;;AAMJ;AAAA;AAAA;AAGA;AAAA;EC1GE;ED6GA;EACA;EACA;;;AAGF;EACE;;;AAGF;EACE;EACA;;AAEA;EACE;EACA;EACA;;;AAMJ;AAAA;AAAA;AAGA;EACE;EACA;EACA;EACA;EACA,eC3KiB;ED4KjB,cC5KiB;;AA0BjB;ED4IF;IAUI;IACA;IACA;IACA;;;;AAMJ;AAAA;AAAA;AAGA;EACE;EACA;EACA;;;AAKF;AAAA;AAAA;AAIA;EACI;EACA;EACA;EACA;EACA;EACA;;;AAIF;EACE;;;AAMJ;AAAA;AAAA;AAGA;EACE,eC7NiB;ED8NjB;EACA,YCrNiB;EDsNjB;EACA;EACA;;AAEE;EACE;;AAGJ;EACE;;AAEF;EACE;EACA;EACA;;AAEF;EACE;;;AE3PJ;AAAA;AAAA;AAGA;EACE;EACA;EACA;EAGA;;;AAGF;ED8BE;EC5BA;EACA;EACA;EACA;EACA;;AAEA;EAEE,ODJe;;;ACQnB;EACE;EACA;;AAEA;EACI;;AAGJ;EACE;;AAGF;EACE,OD3Be;EC4Bf,aDhCe;;ACmCf;EACE;;ADRJ;ECVF;IAuBI;IACA;IACA;IACA,kBDvCe;ICwCf;IACA;IACA;;EAEA;IACE;IACA;IACA;IACA;IACA;IACA;;EAGF;IACE;IACA;IACA;IACA;IACA;IACA;IACA;;EAEA;IACE,MD1DW;;EC8Df;IACE;IACA;;EAGF;IACE;IACA;;EAGF;IACE;IACA;IAKA;;EAHA;IACE;;;;AASR;AAAA;AAAA;AAGA;EACE;EACA;;;AAGF;EDtEE;ECwEA;;;AAGF;AAAA;EAEE;EACA;;;AAGF;EDjFE;ECmFA,OD7GiB;EC8GjB;;;AAIF;EACE;EACA;EACA;;;AAGF;EACE;EACA;;;AAGF;EACE;EACA;;;AAGF;EACE;EACA;;;ADhHA;ECoHA;AAAA;IAEE;IACA;;EAGF;IACE;IACA;;;AD5HF;ECiIA;IACE;IACA;IACA;;;AAMJ;AAAA;AAAA;AAGA;EACE;EACA;;;AAGF;ED5IE;;;ACgJF;EDhJE;;;ACoJF;EACE;EACA;;AAEA;EACE,eDzLe;;;AC6LnB;EACE,WDjMiB;ECkMjB,ODzLiB;;;AC4LnB;EACE;EDnKA;;;ACyKF;AAAA;AAAA;AAGA;EACE,eD7MiB;;;ACgNnB;EDhLE;ECkLA;EACA;;ADzLA;ECsLF;IDhLE;;;;AC0LF;EACE,eD3NiB;;AC6NjB;ED7LA;;AANA;ECmMA;ID7LA;;;ACqMA;EDrMA;;AANA;EC2MA;IDrMA;;;AC6MA;ED7MA;;AANA;ECmNA;ID7MA;;;;AE1CF;AAAA;AAAA;AAGA;EACE;;AAGA;EACE;;AAGF;EAAS;EAAa;;AACtB;EAAS;EAAgB;;AACzB;EAAS;;AACT;EAAS;;AACT;EAAS;EAAa;;AACtB;EAAS;EAAa;;AACtB;EAAS;EAAa;;AACtB;EAAS;EAAa;EAAmB;;AACzC;EAAS;EAAa;;AACtB;EAAS;EAAa;;AACtB;EAAS;;AACT;EAAS;;AACT;EAAS;;AACT;EAAS;EAAa;;AACtB;EAAS;EAAa;;AACtB;EAAS;;AACT;EAAS;;AACT;EAAS;;AACT;EAAS;;AACT;EAAS;;AACT;EAAS;;AACT;EAAS;;AACT;EAAS;;AACT;EAAS;;AACT;EAAS;EAAa;;AACtB;EAAS;;AACT;EAAS;;AACT;EAAS;;AACT;EAAS;;AACT;EAAS;EAAa;;AACtB;EAAS;;AACT;EAAS;;AACT;EAAS;EAAa;;AACtB;EAAS;EAAa;;AACtB;EAAS;;AACT;EAAS;;AACT;EAAS;;AACT;EAAS;;AACT;EAAS;;AACT;EAAS;;AACT;EAAS;;AACT;EAAS;;AACT;EAAS;;AACT;EAAS;;AACT;EAAS;;AACT;EAAS;;AACT;EAAS;;AACT;EAAS;;AACT;EAAS;;AACT;EAAS;;AACT;EAAS;;AACT;EAAS;;AACT;EAAS;;AACT;EAAS;;AACT;EAAS;;AACT;EAAS;;AACT;EAAS;;AACT;EAAS;;AACT;EAAS","sourcesContent":["/**\n * Reset some basic elements\n */\nbody, h1, h2, h3, h4, h5, h6,\np, blockquote, pre, hr,\ndl, dd, ol, ul, figure {\n margin: 0;\n padding: 0;\n}\n\n\n\n/**\n * Basic styling\n */\nbody {\n font: $base-font-weight #{$base-font-size}/#{$base-line-height} $base-font-family;\n color: $text-color;\n background-color: $background-color;\n -webkit-text-size-adjust: 100%;\n -webkit-font-feature-settings: \"kern\" 1;\n -moz-font-feature-settings: \"kern\" 1;\n -o-font-feature-settings: \"kern\" 1;\n font-feature-settings: \"kern\" 1;\n font-kerning: normal;\n display: flex;\n min-height: 100vh;\n flex-direction: column;\n}\n\n\n\n/**\n * Set `margin-bottom` to maintain vertical rhythm\n */\nh1, h2, h3, h4, h5, h6,\np, blockquote, pre,\nul, ol, dl, figure,\n%vertical-rhythm {\n margin-bottom: $spacing-unit / 2;\n}\n\n\n\n/**\n * `main` element\n */\nmain {\n display: block; /* Default value of `display` of `main` element is 'inline' in IE 11. */\n}\n\n\n\n/**\n * Images\n */\nimg {\n max-width: 100%;\n vertical-align: middle;\n}\n\n\n\n/**\n * Figures\n */\nfigure > img {\n display: block;\n}\n\nfigcaption {\n font-size: $small-font-size;\n}\n\n\n\n/**\n * Lists\n */\nul, ol {\n margin-left: $spacing-unit;\n}\n\nli {\n > ul,\n > ol {\n margin-bottom: 0;\n }\n}\n\n\n\n/**\n * Headings\n */\nh1, h2, h3, h4, h5, h6 {\n font-weight: $base-font-weight;\n}\n\n\n\n/**\n * Links\n */\na {\n color: $brand-color;\n text-decoration: none;\n\n &:visited {\n color: darken($brand-color, 15%);\n }\n\n &:hover {\n color: $text-color;\n text-decoration: underline;\n }\n\n .social-media-list &:hover {\n text-decoration: none;\n\n .username {\n text-decoration: underline;\n }\n }\n}\n\n\n/**\n * Blockquotes\n */\nblockquote {\n color: $grey-color;\n border-left: 4px solid $grey-color-light;\n padding-left: $spacing-unit / 2;\n @include relative-font-size(1.125);\n letter-spacing: -1px;\n font-style: italic;\n\n > :last-child {\n margin-bottom: 0;\n }\n}\n\n\n\n/**\n * Code formatting\n */\npre,\ncode {\n @include relative-font-size(0.9375);\n border: 1px solid $grey-color-light;\n border-radius: 3px;\n background-color: #eef;\n}\n\ncode {\n padding: 1px 5px;\n}\n\npre {\n padding: 8px 12px;\n overflow-x: auto;\n\n > code {\n border: 0;\n padding-right: 0;\n padding-left: 0;\n }\n}\n\n\n\n/**\n * Wrapper\n */\n.wrapper {\n max-width: -webkit-calc(#{$content-width} - (#{$spacing-unit} * 2));\n max-width: calc(#{$content-width} - (#{$spacing-unit} * 2));\n margin-right: auto;\n margin-left: auto;\n padding-right: $spacing-unit;\n padding-left: $spacing-unit;\n @extend %clearfix;\n\n @include media-query($on-laptop) {\n max-width: -webkit-calc(#{$content-width} - (#{$spacing-unit}));\n max-width: calc(#{$content-width} - (#{$spacing-unit}));\n padding-right: $spacing-unit / 2;\n padding-left: $spacing-unit / 2;\n }\n}\n\n\n\n/**\n * Clearfix\n */\n%clearfix:after {\n content: \"\";\n display: table;\n clear: both;\n}\n\n\n\n/**\n * Icons\n */\n\n.svg-icon {\n width: 16px;\n height: 16px;\n display: inline-block;\n fill: #{$grey-color};\n padding-right: 5px;\n vertical-align: text-top;\n}\n\n.social-media-list {\n li + li {\n padding-top: 5px;\n }\n}\n\n\n\n/**\n * Tables\n */\ntable {\n margin-bottom: $spacing-unit;\n width: 100%;\n text-align: $table-text-align;\n color: lighten($text-color, 18%);\n border-collapse: collapse;\n border: 1px solid $grey-color-light;\n tr {\n &:nth-child(even) {\n background-color: lighten($grey-color-light, 6%);\n }\n }\n th, td {\n padding: ($spacing-unit / 3) ($spacing-unit / 2);\n }\n th {\n background-color: lighten($grey-color-light, 3%);\n border: 1px solid darken($grey-color-light, 4%);\n border-bottom-color: darken($grey-color-light, 12%);\n }\n td {\n border: 1px solid $grey-color-light;\n }\n}\n","@charset \"utf-8\";\n\n// Define defaults for each variable.\n\n$base-font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\" !default;\n$base-font-size: 16px !default;\n$base-font-weight: 400 !default;\n$small-font-size: $base-font-size * 0.875 !default;\n$base-line-height: 1.5 !default;\n\n$spacing-unit: 30px !default;\n\n$text-color: #111 !default;\n$background-color: #fdfdfd !default;\n$brand-color: #2a7ae2 !default;\n\n$grey-color: #828282 !default;\n$grey-color-light: lighten($grey-color, 40%) !default;\n$grey-color-dark: darken($grey-color, 25%) !default;\n\n$table-text-align: left !default;\n\n// Width of the content area\n$content-width: 800px !default;\n\n$on-palm: 600px !default;\n$on-laptop: 800px !default;\n\n// Use media queries like this:\n// @include media-query($on-palm) {\n// .wrapper {\n// padding-right: $spacing-unit / 2;\n// padding-left: $spacing-unit / 2;\n// }\n// }\n@mixin media-query($device) {\n @media screen and (max-width: $device) {\n @content;\n }\n}\n\n@mixin relative-font-size($ratio) {\n font-size: $base-font-size * $ratio;\n}\n\n// Import partials.\n@import\n \"minima/base\",\n \"minima/layout\",\n \"minima/syntax-highlighting\"\n;\n","/**\n * Site header\n */\n.site-header {\n border-top: 5px solid $grey-color-dark;\n border-bottom: 1px solid $grey-color-light;\n min-height: $spacing-unit * 1.865;\n\n // Positioning context for the mobile navigation icon\n position: relative;\n}\n\n.site-title {\n @include relative-font-size(1.625);\n font-weight: 300;\n line-height: $base-line-height * $base-font-size * 2.25;\n letter-spacing: -1px;\n margin-bottom: 0;\n float: left;\n\n &,\n &:visited {\n color: $grey-color-dark;\n }\n}\n\n.site-nav {\n float: right;\n line-height: $base-line-height * $base-font-size * 2.25;\n\n .nav-trigger {\n display: none;\n }\n\n .menu-icon {\n display: none;\n }\n\n .page-link {\n color: $text-color;\n line-height: $base-line-height;\n\n // Gaps between nav items, but not on the last one\n &:not(:last-child) {\n margin-right: 20px;\n }\n }\n\n @include media-query($on-palm) {\n position: absolute;\n top: 9px;\n right: $spacing-unit / 2;\n background-color: $background-color;\n border: 1px solid $grey-color-light;\n border-radius: 5px;\n text-align: right;\n\n label[for=\"nav-trigger\"] {\n display: block;\n float: right;\n width: 36px;\n height: 36px;\n z-index: 2;\n cursor: pointer;\n }\n\n .menu-icon {\n display: block;\n float: right;\n width: 36px;\n height: 26px;\n line-height: 0;\n padding-top: 10px;\n text-align: center;\n\n > svg {\n fill: $grey-color-dark;\n }\n }\n\n input ~ .trigger {\n clear: both;\n display: none;\n }\n\n input:checked ~ .trigger {\n display: block;\n padding-bottom: 5px;\n }\n\n .page-link {\n display: block;\n padding: 5px 10px;\n\n &:not(:last-child) {\n margin-right: 0;\n }\n margin-left: 20px;\n }\n }\n}\n\n\n\n/**\n * Site footer\n */\n.site-footer {\n border-top: 1px solid $grey-color-light;\n padding: $spacing-unit 0;\n}\n\n.footer-heading {\n @include relative-font-size(1.125);\n margin-bottom: $spacing-unit / 2;\n}\n\n.contact-list,\n.social-media-list {\n list-style: none;\n margin-left: 0;\n}\n\n.footer-col-wrapper {\n @include relative-font-size(0.9375);\n color: $grey-color;\n margin-left: -$spacing-unit / 2;\n @extend %clearfix;\n}\n\n.footer-col {\n float: left;\n margin-bottom: $spacing-unit / 2;\n padding-left: $spacing-unit / 2;\n}\n\n.footer-col-1 {\n width: -webkit-calc(35% - (#{$spacing-unit} / 2));\n width: calc(35% - (#{$spacing-unit} / 2));\n}\n\n.footer-col-2 {\n width: -webkit-calc(20% - (#{$spacing-unit} / 2));\n width: calc(20% - (#{$spacing-unit} / 2));\n}\n\n.footer-col-3 {\n width: -webkit-calc(45% - (#{$spacing-unit} / 2));\n width: calc(45% - (#{$spacing-unit} / 2));\n}\n\n@include media-query($on-laptop) {\n .footer-col-1,\n .footer-col-2 {\n width: -webkit-calc(50% - (#{$spacing-unit} / 2));\n width: calc(50% - (#{$spacing-unit} / 2));\n }\n\n .footer-col-3 {\n width: -webkit-calc(100% - (#{$spacing-unit} / 2));\n width: calc(100% - (#{$spacing-unit} / 2));\n }\n}\n\n@include media-query($on-palm) {\n .footer-col {\n float: none;\n width: -webkit-calc(100% - (#{$spacing-unit} / 2));\n width: calc(100% - (#{$spacing-unit} / 2));\n }\n}\n\n\n\n/**\n * Page content\n */\n.page-content {\n padding: $spacing-unit 0;\n flex: 1;\n}\n\n.page-heading {\n @include relative-font-size(2);\n}\n\n.post-list-heading {\n @include relative-font-size(1.75);\n}\n\n.post-list {\n margin-left: 0;\n list-style: none;\n\n > li {\n margin-bottom: $spacing-unit;\n }\n}\n\n.post-meta {\n font-size: $small-font-size;\n color: $grey-color;\n}\n\n.post-link {\n display: block;\n @include relative-font-size(1.5);\n}\n\n\n\n/**\n * Posts\n */\n.post-header {\n margin-bottom: $spacing-unit;\n}\n\n.post-title {\n @include relative-font-size(2.625);\n letter-spacing: -1px;\n line-height: 1;\n\n @include media-query($on-laptop) {\n @include relative-font-size(2.25);\n }\n}\n\n.post-content {\n margin-bottom: $spacing-unit;\n\n h2 {\n @include relative-font-size(2);\n\n @include media-query($on-laptop) {\n @include relative-font-size(1.75);\n }\n }\n\n h3 {\n @include relative-font-size(1.625);\n\n @include media-query($on-laptop) {\n @include relative-font-size(1.375);\n }\n }\n\n h4 {\n @include relative-font-size(1.25);\n\n @include media-query($on-laptop) {\n @include relative-font-size(1.125);\n }\n }\n}\n","/**\n * Syntax highlighting styles\n */\n.highlight {\n background: #fff;\n @extend %vertical-rhythm;\n\n .highlighter-rouge & {\n background: #eef;\n }\n\n .c { color: #998; font-style: italic } // Comment\n .err { color: #a61717; background-color: #e3d2d2 } // Error\n .k { font-weight: bold } // Keyword\n .o { font-weight: bold } // Operator\n .cm { color: #998; font-style: italic } // Comment.Multiline\n .cp { color: #999; font-weight: bold } // Comment.Preproc\n .c1 { color: #998; font-style: italic } // Comment.Single\n .cs { color: #999; font-weight: bold; font-style: italic } // Comment.Special\n .gd { color: #000; background-color: #fdd } // Generic.Deleted\n .gd .x { color: #000; background-color: #faa } // Generic.Deleted.Specific\n .ge { font-style: italic } // Generic.Emph\n .gr { color: #a00 } // Generic.Error\n .gh { color: #999 } // Generic.Heading\n .gi { color: #000; background-color: #dfd } // Generic.Inserted\n .gi .x { color: #000; background-color: #afa } // Generic.Inserted.Specific\n .go { color: #888 } // Generic.Output\n .gp { color: #555 } // Generic.Prompt\n .gs { font-weight: bold } // Generic.Strong\n .gu { color: #aaa } // Generic.Subheading\n .gt { color: #a00 } // Generic.Traceback\n .kc { font-weight: bold } // Keyword.Constant\n .kd { font-weight: bold } // Keyword.Declaration\n .kp { font-weight: bold } // Keyword.Pseudo\n .kr { font-weight: bold } // Keyword.Reserved\n .kt { color: #458; font-weight: bold } // Keyword.Type\n .m { color: #099 } // Literal.Number\n .s { color: #d14 } // Literal.String\n .na { color: #008080 } // Name.Attribute\n .nb { color: #0086B3 } // Name.Builtin\n .nc { color: #458; font-weight: bold } // Name.Class\n .no { color: #008080 } // Name.Constant\n .ni { color: #800080 } // Name.Entity\n .ne { color: #900; font-weight: bold } // Name.Exception\n .nf { color: #900; font-weight: bold } // Name.Function\n .nn { color: #555 } // Name.Namespace\n .nt { color: #000080 } // Name.Tag\n .nv { color: #008080 } // Name.Variable\n .ow { font-weight: bold } // Operator.Word\n .w { color: #bbb } // Text.Whitespace\n .mf { color: #099 } // Literal.Number.Float\n .mh { color: #099 } // Literal.Number.Hex\n .mi { color: #099 } // Literal.Number.Integer\n .mo { color: #099 } // Literal.Number.Oct\n .sb { color: #d14 } // Literal.String.Backtick\n .sc { color: #d14 } // Literal.String.Char\n .sd { color: #d14 } // Literal.String.Doc\n .s2 { color: #d14 } // Literal.String.Double\n .se { color: #d14 } // Literal.String.Escape\n .sh { color: #d14 } // Literal.String.Heredoc\n .si { color: #d14 } // Literal.String.Interpol\n .sx { color: #d14 } // Literal.String.Other\n .sr { color: #009926 } // Literal.String.Regex\n .s1 { color: #d14 } // Literal.String.Single\n .ss { color: #990073 } // Literal.String.Symbol\n .bp { color: #999 } // Name.Builtin.Pseudo\n .vc { color: #008080 } // Name.Variable.Class\n .vg { color: #008080 } // Name.Variable.Global\n .vi { color: #008080 } // Name.Variable.Instance\n .il { color: #099 } // Literal.Number.Integer.Long\n}\n"],"file":"main.css"} \ No newline at end of file diff --git a/mmpSearch/_site/assets/minima-social-icons.svg b/mmpSearch/_site/assets/minima-social-icons.svg new file mode 100644 index 0000000..fa7399f --- /dev/null +++ b/mmpSearch/_site/assets/minima-social-icons.svg @@ -0,0 +1,33 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/mmpSearch/_site/feed.xml b/mmpSearch/_site/feed.xml new file mode 100644 index 0000000..6d66097 --- /dev/null +++ b/mmpSearch/_site/feed.xml @@ -0,0 +1,17 @@ +Jekyll2024-07-23T21:35:00-03:00http://localhost:4000/feed.xmlYour awesome titleWrite 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.Welcome to Jekyll!2024-07-21T14:45:00-03:002024-07-21T14:45:00-03:00http://localhost:4000/jekyll/update/2024/07/21/welcome-to-jekyllYou’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.

]]>
\ No newline at end of file diff --git a/mmpSearch/_site/generate_mmp_data.py b/mmpSearch/_site/generate_mmp_data.py new file mode 100644 index 0000000..5ee0510 --- /dev/null +++ b/mmpSearch/_site/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/mmpSearch/_site/index.html b/mmpSearch/_site/index.html new file mode 100644 index 0000000..c412299 --- /dev/null +++ b/mmpSearch/_site/index.html @@ -0,0 +1,52 @@ + + + + + + + + + + + + + +
+
+

Posts

+ + +

subscribe via RSS

+ +
+ + + + + + + + + + diff --git a/mmpSearch/_site/jekyll/update/2024/07/21/welcome-to-jekyll.html b/mmpSearch/_site/jekyll/update/2024/07/21/welcome-to-jekyll.html new file mode 100644 index 0000000..921b457 --- /dev/null +++ b/mmpSearch/_site/jekyll/update/2024/07/21/welcome-to-jekyll.html @@ -0,0 +1,73 @@ + + + + + + Welcome to Jekyll! + + + + + + + +
+
+ +
+

Welcome to Jekyll!

+ +
+ +
+

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.

+ + +
+
+ +
+ + + + + + + + + + diff --git a/mmpSearch/_site/metadata/Computacao_Musical_Thiago_Rocha_de_Moraes.json b/mmpSearch/_site/metadata/Computacao_Musical_Thiago_Rocha_de_Moraes.json new file mode 100644 index 0000000..eda3263 --- /dev/null +++ b/mmpSearch/_site/metadata/Computacao_Musical_Thiago_Rocha_de_Moraes.json @@ -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": [] + } + ] +} \ No newline at end of file diff --git a/mmpSearch/_site/metadata/FelipeFerraz.json b/mmpSearch/_site/metadata/FelipeFerraz.json new file mode 100644 index 0000000..462b6bf --- /dev/null +++ b/mmpSearch/_site/metadata/FelipeFerraz.json @@ -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": [] + } + ] +} \ No newline at end of file diff --git a/mmpSearch/_site/metadata/Gustavo Castro.json b/mmpSearch/_site/metadata/Gustavo Castro.json new file mode 100644 index 0000000..d384c44 --- /dev/null +++ b/mmpSearch/_site/metadata/Gustavo Castro.json @@ -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": [] + } + ] +} \ No newline at end of file diff --git a/mmpSearch/_site/metadata/Iara Rodrigues.json b/mmpSearch/_site/metadata/Iara Rodrigues.json new file mode 100644 index 0000000..04076fb --- /dev/null +++ b/mmpSearch/_site/metadata/Iara Rodrigues.json @@ -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": [] + } + ] +} \ No newline at end of file diff --git a/mmpSearch/_site/metadata/JoãoVitorSimão-2023008380-megaMainSong.json b/mmpSearch/_site/metadata/JoãoVitorSimão-2023008380-megaMainSong.json new file mode 100644 index 0000000..c899c80 --- /dev/null +++ b/mmpSearch/_site/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/mmpSearch/_site/metadata/Samanta Freire.json b/mmpSearch/_site/metadata/Samanta Freire.json new file mode 100644 index 0000000..ec52823 --- /dev/null +++ b/mmpSearch/_site/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/mmpSearch/_site/metadata/SonsAlignígenas.json b/mmpSearch/_site/metadata/SonsAlignígenas.json new file mode 100644 index 0000000..c32bdef --- /dev/null +++ b/mmpSearch/_site/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/mmpSearch/_site/metadata/Um começo.json b/mmpSearch/_site/metadata/Um começo.json new file mode 100644 index 0000000..6c65db7 --- /dev/null +++ b/mmpSearch/_site/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/mmpSearch/_site/metadata/VitorAugusto.json b/mmpSearch/_site/metadata/VitorAugusto.json new file mode 100644 index 0000000..22b7bfb --- /dev/null +++ b/mmpSearch/_site/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/mmpSearch/_site/metadata/Wesley_Silva_Guimarães.json b/mmpSearch/_site/metadata/Wesley_Silva_Guimarães.json new file mode 100644 index 0000000..6ab357d --- /dev/null +++ b/mmpSearch/_site/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/mmpSearch/_site/metadata/beatJulioCesardeSousa.json b/mmpSearch/_site/metadata/beatJulioCesardeSousa.json new file mode 100644 index 0000000..4f4ceb3 --- /dev/null +++ b/mmpSearch/_site/metadata/beatJulioCesardeSousa.json @@ -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": [] + } + ] +} \ No newline at end of file diff --git a/mmpSearch/_site/metadata/carlos.json b/mmpSearch/_site/metadata/carlos.json new file mode 100644 index 0000000..99e05c1 --- /dev/null +++ b/mmpSearch/_site/metadata/carlos.json @@ -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": [] + } + ] +} \ No newline at end of file diff --git a/mmpSearch/_site/metadata/deprecado_wallace.json b/mmpSearch/_site/metadata/deprecado_wallace.json new file mode 100644 index 0000000..c733826 --- /dev/null +++ b/mmpSearch/_site/metadata/deprecado_wallace.json @@ -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": [] + } + ] +} \ No newline at end of file diff --git a/mmpSearch/_site/metadata/eliasMendesSong.json b/mmpSearch/_site/metadata/eliasMendesSong.json new file mode 100644 index 0000000..5d341c7 --- /dev/null +++ b/mmpSearch/_site/metadata/eliasMendesSong.json @@ -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": [] + } + ] +} \ No newline at end of file diff --git a/mmpSearch/_site/metadata/gabriel_gomes.json b/mmpSearch/_site/metadata/gabriel_gomes.json new file mode 100644 index 0000000..eb37b7e --- /dev/null +++ b/mmpSearch/_site/metadata/gabriel_gomes.json @@ -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": [] + } + ] +} \ No newline at end of file diff --git a/mmpSearch/_site/metadata/leandro_souza_atvd1.json b/mmpSearch/_site/metadata/leandro_souza_atvd1.json new file mode 100644 index 0000000..409ae0a --- /dev/null +++ b/mmpSearch/_site/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/mmpSearch/_site/metadata/tp1 - Luiz Filipe Almada.json b/mmpSearch/_site/metadata/tp1 - Luiz Filipe Almada.json new file mode 100644 index 0000000..84197f8 --- /dev/null +++ b/mmpSearch/_site/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/mmpSearch/_site/metadata/tp1_MarcoAntonio.json b/mmpSearch/_site/metadata/tp1_MarcoAntonio.json new file mode 100644 index 0000000..2c821c7 --- /dev/null +++ b/mmpSearch/_site/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/mmpSearch/_site/mmp/Computacao_Musical_Thiago_Rocha_de_Moraes.mmp b/mmpSearch/_site/mmp/Computacao_Musical_Thiago_Rocha_de_Moraes.mmp new file mode 100644 index 0000000..065cb4d --- /dev/null +++ b/mmpSearch/_site/mmp/Computacao_Musical_Thiago_Rocha_de_Moraes.mmp @@ -0,0 +1,1172 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +


]]>
+ + +
+
+ diff --git a/mmpSearch/_site/mmp/FelipeFerraz.mmp b/mmpSearch/_site/mmp/FelipeFerraz.mmp new file mode 100644 index 0000000..b9dc7de --- /dev/null +++ b/mmpSearch/_site/mmp/FelipeFerraz.mmp @@ -0,0 +1,1509 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 12tET + Equal Temperament 12 notes per octave + + + + + + + + + + + + + + + + + + + + + + + + Full Strings + Will Godfrey +GPL V 2 or later + Developed from Paul's Strings Pad5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

Felipe Ferraz Almeida Neves - UFSJ


Beat teste para aula de computação musical. Feito utilizando biblioteca e samples gratis do cymatics.com e instrumentos ja presentes no lmms.
Tentativa de ser um trap mas faltou ficar mais conexo e fluido.

]]>
+ + +
+
+ diff --git a/mmpSearch/_site/mmp/Gustavo Castro.mmp b/mmpSearch/_site/mmp/Gustavo Castro.mmp new file mode 100644 index 0000000..1a5fec9 --- /dev/null +++ b/mmpSearch/_site/mmp/Gustavo Castro.mmp @@ -0,0 +1,546 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +


]]>
+ + +
+
+ diff --git a/mmpSearch/_site/mmp/Iara Rodrigues.mmp b/mmpSearch/_site/mmp/Iara Rodrigues.mmp new file mode 100644 index 0000000..ad0e4f9 --- /dev/null +++ b/mmpSearch/_site/mmp/Iara Rodrigues.mmp @@ -0,0 +1,982 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

Música para o primeiro projeto de Computação Musical:
Essa música foi feita por mim com base na última aula de rap que tivemos (afinal eu sou muito rapper) e com base no meu amor pelos pets, tendo miados de gato (pegados no freesound) e latidos da minha gatinha Emy.

]]>
+ + +
+
+ diff --git a/mmpSearch/_site/mmp/JoãoVitorSimão-2023008380-megaMainSong.mmp b/mmpSearch/_site/mmp/JoãoVitorSimão-2023008380-megaMainSong.mmp new file mode 100644 index 0000000..ea5d982 --- /dev/null +++ b/mmpSearch/_site/mmp/JoãoVitorSimão-2023008380-megaMainSong.mmp @@ -0,0 +1,1535 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

João Vitor Simão - 2023008380

+


+

Musguinha de vidiogaime

+


+

Curta faixa requisitada para a disciplina de Introducão à Computação Musical, ministrada pelo Dr. Flávio Luiz Schiavoni.

+


+

Sempre gostei muito de videogames das eras 8 bits e 16 bits, então queria apresentar algum som nesse sentido.

+

Uma das minhas séries favoritas foi a série R*ckm*n, do F*mic*n, então deveria ser alguma coisa que pudesse estar em um dos jogos da série.

+

Honestamente, eu não pretendia levar essa atividade a sério, mas eu tenho o sério problema de ficar meio obcecado com coisas aleatórias, então fiz e refiz essa música várias vezes, até que... na verdade o tempo acabou, mas eu não estou satisfeito. O resultado final contém incontáveis erros e não sei se me convenceu, mas espero que as pessoas que ouvirem pelo menos consigam se divertir um pouco com o som e quem sabe se interessem por uns joguinhos retrô.

+

Inclusive, uma série com músicas muito boas que me veio à mente agora (além da série R*ckm*n) foi C*stl*v*nia.

+

Nesse momento, eu tô me perguntando se essa censura foi engraçada mesmo ou se estou alucinando. Será que devia ter escrito RackMein e Questouvêinha? Sei lá.

+


+

Por fim, como de praxe, meus agradecimentos a um certo baiacu, uma certa baiana, um certo psicopata e uma certa princesa.

+


+

BATATA.

+


+

Fessor, mim disseru que tu inventou o ENEM, vredadi?

]]>
+ + +
+
+ diff --git a/mmpSearch/_site/mmp/Samanta Freire.mmp b/mmpSearch/_site/mmp/Samanta Freire.mmp new file mode 100644 index 0000000..b4094d1 --- /dev/null +++ b/mmpSearch/_site/mmp/Samanta Freire.mmp @@ -0,0 +1,437 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

Universidade Federal de São João del-Rei

+

Departamento de Ciência da Computação

+

Introdução a Computação Musical

+

1º Semestre de 2024

+

Prof. Flávio Schiavoni

+

Trabalho Prático 1

+

Samanta Ribeiro Freire

+

192050022

]]>
+ + +
+
+ diff --git a/mmpSearch/_site/mmp/SonsAlignígenas.mmp b/mmpSearch/_site/mmp/SonsAlignígenas.mmp new file mode 100644 index 0000000..ae6bf42 --- /dev/null +++ b/mmpSearch/_site/mmp/SonsAlignígenas.mmp @@ -0,0 +1,464 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +


]]>
+ + +
+
+ diff --git a/mmpSearch/_site/mmp/Um começo.mmp b/mmpSearch/_site/mmp/Um começo.mmp new file mode 100644 index 0000000..57c6932 --- /dev/null +++ b/mmpSearch/_site/mmp/Um começo.mmp @@ -0,0 +1,617 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +


]]>
+ + +
+
+ diff --git a/mmpSearch/_site/mmp/VitorAugusto.mmp b/mmpSearch/_site/mmp/VitorAugusto.mmp new file mode 100644 index 0000000..9b39257 --- /dev/null +++ b/mmpSearch/_site/mmp/VitorAugusto.mmp @@ -0,0 +1,2845 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 12tET + Equal Temperament 12 notes per octave + + + + + + + + + + + + + + + + + + + + + + + + Analog Piano 1 + + + + + + + + + + Analog Piano 1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 12tET + Equal Temperament 12 notes per octave + + + + + + + + + + + + + + + + + + + + + + + + Synth Violin 2 Fat + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +


]]>
+ + + + +
+
+ diff --git a/mmpSearch/_site/mmp/Wesley_Silva_Guimarães.mmp b/mmpSearch/_site/mmp/Wesley_Silva_Guimarães.mmp new file mode 100644 index 0000000..e0ca555 --- /dev/null +++ b/mmpSearch/_site/mmp/Wesley_Silva_Guimarães.mmp @@ -0,0 +1,515 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

Feito por wesley Silva Guimarães para disciplina de computação musical

]]>
+ + +
+
+ diff --git a/mmpSearch/_site/mmp/beatJulioCesardeSousa.mmp b/mmpSearch/_site/mmp/beatJulioCesardeSousa.mmp new file mode 100644 index 0000000..dbd9231 --- /dev/null +++ b/mmpSearch/_site/mmp/beatJulioCesardeSousa.mmp @@ -0,0 +1,742 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +