Update spatial-properties.ejs
This commit is contained in:
parent
b7c61d0847
commit
9ce6dc8fd3
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@
|
|||
<div class="col">
|
||||
<label>
|
||||
Gain
|
||||
<input type="number" min="0" v-model="app.cfg.audio.spatial_properties.gain" step="0.1"/>
|
||||
<input type="number" min="0" @change="setRoom()" v-model="app.cfg.audio.spatial_properties.gain" step="0.1"/>
|
||||
</label>
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue