caminhos de áudio nos instrumentos em projetos
Deploy / Deploy (push) Successful in 23s Details

This commit is contained in:
JotaChina 2025-05-22 18:46:55 -03:00
parent fce3188050
commit e4f1b7df6f
2 changed files with 1 additions and 5 deletions

View File

@ -110,7 +110,6 @@ title: "{{ page.file }}"
<li style="margin-bottom: 0.4rem;">
<!-- Gerar link para filtro por instrumento -->
{% assign instrument_slug = instrument.instrument_name | replace: ' ', '+' %}
<a href="{{ '/instruments/?instrument=' | append: instrument_slug | relative_url }}" class="tag is-info is-light">
<code>{{ instrument.instrument_name }}</code>
</a>
@ -119,10 +118,8 @@ title: "{{ page.file }}"
<!-- Exibir player de áudio para o instrumento -->
<div class="audio-player-section mt-3">
<audio controls>
<source src="{{ mmp/instruments/{{ instrument.instrument_name.audiofileprocessor.src }} }}" type="audio/wav">
<source src="{{ '/mmp/instruments/' | append: instrument.audiofileprocessor.src | relative_url }}" type="audio/wav">
Seu navegador não suporta o elemento <code>audio</code>.
x
{{ instrument.instrument_name.audiofileprocessor.src }}
</audio>
</div>
{% endif %}

View File

@ -1 +0,0 @@
../../zynaddsubfx/banks