--- layout: default title: MMPSearch - Projetos permalink: /projetos/ ---

{% include sidebar.html %}

📁 Projetos Disponíveis

Explore, ouça e reutilize projetos da comunidade LMMS.

{% assign project_pages = site.pages | where_exp: "page", "page.path contains 'projetos/'" | sort: "title" %} {% for page in project_pages %} {% if page.url != '/projetos/' %}

{{ page.title | default: page.name | replace: '.html', '' }}

{% if page.bpm %}
🎵 {{ page.bpm }} BPM
{% else %}
{% endif %}
{% assign inst_tags = page.tags.instruments | default: page.tags.instrument %} {% if inst_tags and inst_tags.size > 0 %}
🎸 INSTRUMENTS
{% endif %} {% if page.tags.plugin and page.tags.plugin.size > 0 %}
🔌 PLUGINS
{% for tag in page.tags.plugin %} {% if tag != "" %} {{ tag | truncate: 18 }} {% endif %} {% endfor %}
{% endif %} {% if page.tags.bassline and page.tags.bassline.size > 0 %}
🎹 BASSLINE
{% for tag in page.tags.bassline %} {% if tag != "" %} {{ tag | truncate: 18 }} {% endif %} {% endfor %}
{% endif %} {% if page.tags.automation and page.tags.automation.size > 0 %}
🎚️ AUTOMATION
{% for tag in page.tags.automation %} {% if tag != "" %} {{ tag | truncate: 18 }} {% endif %} {% endfor %}
{% endif %} {% if page.tags.sample and page.tags.sample.size > 0 %}
🎤 SAMPLES
{% for tag in page.tags.sample %} {% if tag != "" %} {{ tag | truncate: 18 }} {% endif %} {% endfor %}
{% endif %}
Ver {% assign creation_url = '/mmpSearch/creation.html?project=' | append: page.file %} {% assign embed_url = creation_url | append: '&embed=true' %} Editar
{% endif %} {% endfor %}