{% include sidebar.html %}
Todos os BPMs Disponíveis
{% assign all_bpms_string = "" %} {% for p in site.data.all %} {% if p.bpm %} {% if p.bpm != "" and p.bpm != nil %} {% assign bpm_str = p.bpm | append: "" %} {% unless all_bpms_string contains bpm_str %} {% assign all_bpms_string = all_bpms_string | append: bpm_str | append: "|||" %} {% endunless %} {% endif %} {% endif %} {% endfor %} {% assign unique_bpms = all_bpms_string | split: "|||" | sort %} {% for item in unique_bpms %} {% if item != "" %} {{ item }} {% endif %} {% endfor %}

Clique para filtrar por velocidade.

Filtro: (todos)

{% for projeto in site.data.all %} {% if projeto.bpm %}
{% 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 = '../projetos/' | append: file_url | append: '.html' %}

{{ projeto.file }}

{{ projeto.bpm }} BPM

{% if projeto.tracks.size %} {{ projeto.tracks.size }} tracks {% endif %}

{% endif %} {% endfor %}