{% include sidebar.html %}
Todas as Basslines Disponíveis
{% assign all_bassline_string = "" %} {% for p in site.data.all %} {% if p.tags.bassline %} {% for item in p.tags.bassline %} {% if item != "" %} {% unless all_bassline_string contains item %} {% assign all_bassline_string = all_bassline_string | append: item | append: "|||" %} {% endunless %} {% endif %} {% endfor %} {% endif %} {% endfor %} {% assign unique_bassline = all_bassline_string | split: "|||" | sort %} {% for item in unique_bassline %} {% if item != "" %} {{ item }} {% endif %} {% endfor %}

Clique para filtrar.

Filtro: (todos)

{% for projeto in site.data.all %} {% if projeto.tags.TAG contains "bassline" %}
{% assign file_url = projeto.file | downcase | replace: ' ', '-' | replace: 'ç', 'c' | replace: 'ã', 'a' | replace: 'á', 'a' | replace: 'â', 'a' | replace: 'é', 'e' | replace: 'ê', 'e' | replace: 'í', 'i' | replace: 'ó', 'o' | replace: 'ô', 'o' | replace: 'õ', 'o' | replace: 'ú', 'u' %} {% assign page_url = '../mmp_pages/' | append: file_url | append: '.html' %}

{{ projeto.file }}

{% if projeto.bpm %}
🎵 {{ projeto.bpm }} BPM
{% else %}
{% endif %}
{% if projeto.tags.bassline and projeto.tags.bassline.size > 0 %}
{% for item in projeto.tags.bassline %} {% if item != "" %} {{ item | truncate: 15 }} {% endif %} {% endfor %}
{% endif %}
{% endif %} {% endfor %}