diff --git a/pages/projetos.md b/pages/projetos.md index 3f533e89..d8718c21 100755 --- a/pages/projetos.md +++ b/pages/projetos.md @@ -12,25 +12,14 @@ permalink: /projetos/ {% assign list_automation = "" %} {% for p in site.data.all %} - {% if p.bpm %} - {% assign list_bpm = list_bpm | append: p.bpm | append: "|||" %} - {% endif %} - + {% if p.bpm %}{% assign list_bpm = list_bpm | append: p.bpm | append: "|||" %}{% endif %} {% for item in p.tags.plugin %}{% if item != "" %}{% assign list_plugins = list_plugins | append: item | append: "|||" %}{% endif %}{% endfor %} {% if p.tags.bassline %}{% for item in p.tags.bassline %}{% if item != "" %}{% assign list_bassline = list_bassline | append: item | append: "|||" %}{% endif %}{% endfor %}{% endif %} {% if p.tags.automation %}{% for item in p.tags.automation %}{% if item != "" %}{% assign list_automation = list_automation | append: item | append: "|||" %}{% endif %}{% endfor %}{% endif %} {% for track in p.tracks %} - {% if track.instruments %} - {% for inst in track.instruments %} - {% if inst.instrument_name and inst.instrument_name != "" %} - {% assign list_instruments = list_instruments | append: inst.instrument_name | append: "|||" %} - {% endif %} - {% endfor %} - {% elsif track.instrument_name and track.instrument_name != "" %} - {% assign list_instruments = list_instruments | append: track.instrument_name | append: "|||" %} - {% endif %} - + {% if track.instruments %}{% for inst in track.instruments %}{% if inst.instrument_name %}{% assign list_instruments = list_instruments | append: inst.instrument_name | append: "|||" %}{% endif %}{% endfor %} + {% elsif track.instrument_name %}{% assign list_instruments = list_instruments | append: track.instrument_name | append: "|||" %}{% endif %} {% if track.sample %}{% for smp in track.sample %}{% assign list_samples = list_samples | append: smp.sample_name | append: "|||" %}{% endfor %} {% elsif track.sample_name %}{% assign list_samples = list_samples | append: track.sample_name | append: "|||" %}{% endif %} {% endfor %} @@ -59,33 +48,112 @@ permalink: /projetos/ {% include sidebar.html %} -
- Busca avançada: Use o slicer de BPM ou filtros de tag para encontrar o projeto ideal. + Use os filtros laterais ou a barra de IA abaixo para explorar.
Projetos entre esses valores.
Nenhum projeto encontrado com essa combinação.
+Nenhum projeto encontrado.