Fix indentation of createSamples()

This commit is contained in:
Job Bautista 2022-05-07 16:30:59 +08:00
parent 584c602a4a
commit 0b3c68a777
1 changed files with 1 additions and 1 deletions

View File

@ -118,7 +118,7 @@ sub createSamples {
'trim 0 ', POSIX::floor($currentNote[0]*1000)/1000, '"', "\n";
} else {
print '"|sox -M ';
for my $currentSample (iterate(0,$maxSamplesChannels-1)) {
for my $currentSample (iterate(0,$maxSamplesChannels-1)) {
if(exists($pitches[$currentSample])) {
print $samplesDir, '/', uc $pitches[$currentSample], '.* ';
} else {