{{ page.file }}
-
{% if page.file or page.bpm %}
🎚️ Instrumentos
- -
- {% for track in page.tracks %}
- {% assign tem_instr = false %}
- {% if track.instruments and track.instruments.size > 0 %}
- {% assign tem_instr = true %}
- {% endif %}
-
- {% if track.bassline_name or tem_instr %}
-
-
- {% if track.bassline_name %}
-
🎼 {{ track.bassline_name }}
- {% endif %} - - {% if tem_instr %} --
- {% for instrument in track.instruments %}
- {% if instrument.instrument_name %}
-
-
-
- {% assign instrument_slug = instrument.instrument_name | replace: ' ', '+' %}
-
-
{{ instrument.instrument_name }}- - - {% if instrument.audiofileprocessor and instrument.audiofileprocessor.src %} - -- -- {% endif %} -
- {% endif %}
- {% endfor %}
-
+ -
-
- {% assign instrument_slug = instrument.instrument_name | replace: ' ', '+' %}
-
-
-
+ {% if track.bassline_name %}
+
🎼 {{ track.bassline_name }}
+ {% endif %} + + {% if tem_instr %} +-
+ {% for instrument in track.instruments %}
+ {% if instrument.instrument_name %}
+
-
+ {% assign instrument_slug = instrument.instrument_name | replace: ' ', '+' %}
+
+
{{ instrument.instrument_name }}+ + + {% if instrument.audiofileprocessor and instrument.audiofileprocessor.src %} + {% assign audio_filename_with_path = 'src/samples/' | append: instrument.audiofileprocessor.src %} ++ ++ {% endif %} +
+ {% endif %}
+ {% endfor %}
+
+ {% endif %}
+ {% endfor %}
+ -
+ {% assign instrument_slug = instrument.instrument_name | replace: ' ', '+' %}
+
+
🎚️ Instrumentos
+ -
+ {% for track in page.tracks %}
+ {% assign tem_instr = false %}
+ {% if track.instruments and track.instruments.size > 0 %}
+ {% assign tem_instr = true %}
+ {% endif %}
+
+ {% if track.bassline_name or tem_instr %}
+
🛠️ Abra na Criação Colaborativa
+ + {% comment %} + CONSTRUÇÃO DA URL: + 1. Usa o arquivo fonte (`page.file`) como parâmetro `project`. + 2. Assume que a plataforma de criação está em `/creations/`. + 3. Abre em uma nova aba (`target="_blank"`). + {% endcomment %} + {% assign creation_url = '/creations/?project=' | append: page.file | relative_url %} + + + + Abrir no MMPCreator + + +
+ O link abrirá o projeto em uma nova aba para edição.
+
+ Arquivo: {{ page.file }}
+

+