+
+
+
+ +
+
+

Explorar Projetos

+

Use os filtros laterais para combinar critérios.

+
+
+
-
-
-
- {% 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 %} - -
- - {% if page.tags %} -
- {% for category in page.tags %} - {% assign cat_name = category[0] %} - {% assign cat_items = category[1] %} - - {% assign ignore_cat = false %} - {% if cat_name == 'TAG' or cat_name == 'tag' %}{% assign ignore_cat = true %}{% endif %} - - {% assign has_items = false %} - {% for item in cat_items %}{% if item != "" %}{% assign has_items = true %}{% endif %}{% endfor %} - - {% if ignore_cat == false and has_items %} -
- - -
- - {% if cat_name == 'plugin' %}🔌 - {% elsif cat_name == 'sample' %}đŸŽ€ - {% elsif cat_name == 'bassline' %}đŸŽč - {% elsif cat_name == 'automation' %}đŸŽšïž - {% else %}đŸ·ïž - {% endif %} - - - {{ cat_name }} - -
- - - - -
- -
-
+
+ +
+
+ +
+ +
+ {% for item in unique_bpm %} + {% if item != "" %} +
+ +
{% endif %} {% endfor %}
- {% endif %} -
- +
+
-
- - Ver - +
+ Instrumentos +
+ {% for item in unique_instruments %} + {% if item != "" %} + + {% endif %} + {% endfor %} +
+
+
- {% assign creation_url = '/mmpSearch/creation.html?project=' | append: page.file %} - {% assign embed_url = creation_url | append: '&embed=true' %} +
+ Plugins +
+ {% for item in unique_plugins %} + {% if item != "" %} + + {% endif %} + {% endfor %} +
+
+
- - Editar - -
+
+ Samples +
+ {% for item in unique_samples %} + {% if item != "" %} + + {% endif %} + {% endfor %} +
+
-
- {% endif %} - {% endfor %} +
+ +
+ + +
+ {% for projeto in site.data.all %} + {% include project-card.html project=projeto %} + {% endfor %} +
+ + +
+ +
- -

-
-
+