Move delete sample icon, fix sporadic bug

This commit is contained in:
Kevin Thomas
2022-08-29 14:53:25 -07:00
parent aae33a6121
commit 2d71af03d0
2 changed files with 19 additions and 11 deletions

View File

@@ -521,6 +521,8 @@ export default {
this.checkedSamples.forEach(i => {
const load = this.allSamples.find(e => e.id === i)
load.volume = -10
load.sporadicMin = 30
load.sporadicMax = 300
this.loadedSamples.push(load)
})