diff --git a/pages/projetos.md b/pages/projetos.md index d8718c21..7354b9c7 100755 --- a/pages/projetos.md +++ b/pages/projetos.md @@ -32,14 +32,13 @@ permalink: /projetos/ {% assign unique_bassline = list_bassline | split: "|||" | uniq | sort %} {% assign unique_automation = list_automation | split: "|||" | uniq | sort %} -{% assign min_bpm_val = 0 %} -{% assign max_bpm_val = 300 %} +{% assign min_limit = 0 %} +{% assign max_limit = 300 %} {% if unique_bpm_array.size > 0 %} - {% assign min_bpm_val = unique_bpm_array | first %} - {% assign max_bpm_val = unique_bpm_array | last %} + {% assign min_limit = unique_bpm_array | first | minus: 0 %} + {% assign max_limit = unique_bpm_array | last | plus: 0 %} {% endif %} -

@@ -52,55 +51,28 @@ permalink: /projetos/

📁 Projetos Disponíveis

- Use os filtros laterais ou a barra de IA abaixo para explorar. + Utilize os filtros laterais para refinar sua busca.

+
- -
-
- -
-
-
- - Filtros IA, Gêneros & Ordenação -
- -
- -
@@ -150,31 +101,77 @@ permalink: /projetos/
- -
- + +
+ -
-
-
- -
- -
-
- - -
-
- - -
+ + +

+ Gêneros (IA) +
+ +
+ +
+
+ +
+ Tom / Key +
+ +
+
+ {% assign keys_list = "C,Cm,C#,C#m,Db,Dm,D,D#m,Eb,E,Em,F,Fm,F#,F#m,Gb,G,Gm,G#,Ab,A,Am,Bb,B,Bm" | split: "," %} + {% for key in keys_list %} + + {% endfor %} +
+
+
+ +
+ Faixa de BPM +
+ +
+
+
+
+ + +
+
+
+
+
+
+
+
+ +
Instrumentos +
+ +
{% for item in unique_instruments %}{% if item != "" %}
- {% assign unique_insts_page = p_insts_array | uniq | sort %} {% if unique_insts_page.size > 0 %}
@@ -307,20 +317,6 @@ permalink: /projetos/
{% 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 %}
@@ -366,7 +362,7 @@ permalink: /projetos/ {% include preview-modal.html %}