caminhos de áudio nos instrumentos em projetos
Deploy / Deploy (push) Successful in 23s
Details
Deploy / Deploy (push) Successful in 23s
Details
This commit is contained in:
parent
fce3188050
commit
e4f1b7df6f
|
@ -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 %}
|
||||
|
|
|
@ -1 +0,0 @@
|
|||
../../zynaddsubfx/banks
|
Loading…
Reference in New Issue