{{ page.file }}
@@ -51,8 +52,10 @@ title: "{{ page.file }}"
{% endif %}
-
- 🏷️ Tags
+
+ 🏷️ Tags
+
{% for categoria in page.tags %}
{% if categoria[1].size > 0 %}
🎚️ 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 %}
-
🎼 {{ track.bassline_name }}
- {% 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 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 %} -
-
+ {% assign instrument_slug = instrument.instrument_name | replace: ' ', '+' %}
+
+
-
- {% assign instrument_slug = instrument.instrument_name | replace: ' ', '+' %}
-
-
é o título clicável que o usuário vê.
+ {% endcomment %}
+
+
+ 🎚️ 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 %}
-
-
+ Seu navegador não suporta o elemento audio.
+
+
+ {% else %}
+ {% comment %} CONDIÇÃO DE MENSAGEM: O sample não foi enviado! {% endcomment %}
+
+ O sample **não foi enviado** 😢
+
+ {% endif %}
+
+ {% endif %}
+ {% endfor %}
+
+ {% endif %}
+
+ {% endif %}
+ {% endfor %}
+
+
+
+
+
+ 🎚️ 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 %}
-
audio.
+
+ + O sample **não foi enviado** 😢 +
+ {% endif %} + + {% endif %} + {% endfor %} + + {% endif %} + + {% endif %} + {% endfor %} + +🛠️ 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"`). + CONSTRUÇÃO DA URL CORRIGIDA PARA AMBIENTES DE TESTE: + - O filtro `relative_url` foi removido para evitar a duplicação do caminho. + - O prefixo de teste `/~jotachina/mmpSearch/` foi adicionado manualmente. {% endcomment %} - {% assign creation_url = '/creations/?project=' | append: page.file | relative_url %} - + {% assign creation_url = '/~jotachina/mmpSearch/creation.html?project=' | append: page.file %} + - - Abrir no MMPCreator - + >Abrir no MMPCreator
O link abrirá o projeto em uma nova aba para edição.
@@ -167,16 +190,13 @@ title: "{{ page.file }}"
Arquivo: {{ page.file }}