--- layout: default title: Beats Disponíveis permalink: /beats/ --- {% include sidebar.html %} 🎧 Beats Disponíveis Ouça e baixe beats criados pela comunidade. {% assign files = site.static_files %} {% for file in files %} {% if file.path contains '/wav/' %} {% assign file_name_clean = file.name | remove: '.wav' %} {% assign project_url = "" %} {% for projeto in site.data.all %} {% if projeto.file == file_name_clean %} {% assign project_url = "/projetos/" | append: 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' | append: ".html" %} {% endif %} {% endfor %} {% if project_url != "" %} {{ file_name_clean }} {% else %} {{ file_name_clean }} {% endif %} Seu navegador não suporta áudio. {% endif %} {% endfor %}
Ouça e baixe beats criados pela comunidade.