diff --git a/assets/js/creations/file.js b/assets/js/creations/file.js index 34401525..c993bbff 100755 --- a/assets/js/creations/file.js +++ b/assets/js/creations/file.js @@ -328,7 +328,7 @@ function parseInstrumentNode( type: trackType, samplePath: finalSamplePath, patterns: patterns, - activePatternIndex: 0, // Sempre começa mostrando o primeiro pattern disponível + //activePatternIndex: 0, // Sempre começa mostrando o primeiro pattern disponível volume: !isNaN(volFromFile) ? volFromFile / 100 : DEFAULT_VOLUME, pan: !isNaN(panFromFile) ? panFromFile / 100 : DEFAULT_PAN, instrumentName: instrumentName,