{{ page.file }}
{% if page.file or page.bpm %}
{% if page.file %}
{% endif %}
{% if page.bpm %}
{% endif %}
📁 Arquivo:
{{ page.file }}
🎵 BPM:
{{ 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 %}
{% endfor %}
{% endif %}
{% endfor %}
-
{% assign instrument_slug = instrument.instrument_name | replace: ' ', '+' %}