Skip to content

Commit

Permalink
Merge pull request #105 from mogrifier/issue104
Browse files Browse the repository at this point in the history
fix to issue104 for getting out of while loop
  • Loading branch information
mogrifier authored Nov 25, 2021
2 parents eb72e3b + f69682e commit d8431f8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/main/tools.js
Original file line number Diff line number Diff line change
Expand Up @@ -240,6 +240,8 @@ var allTools = {
wavesamples = code.removeWaveHeader(wavesamples)
if (wavesamples.length > SINGLESOUND) {
logString[index++] = `skipping file ${name_stub} because it is larger than ${SINGLESOUND} bytes.`
//move to next file
fileIndex++
continue
}
//change 0 value samples to 1
Expand Down

0 comments on commit d8431f8

Please sign in to comment.