Ver código fonte

chore: edit changeset text

Sv443 1 ano atrás
pai
commit
e3b73acc06
1 arquivos alterados com 1 adições e 0 exclusões
  1. 1 0
      .changeset/curvy-needles-obey.md

+ 1 - 0
.changeset/curvy-needles-obey.md

@@ -7,6 +7,7 @@ Instead of just one post-amplifier GainNode and a DynamicsCompressorNode, there
   
 **Migration info:**
 - The methods `setGain()` and `getGain()` have been exchanged for `setPreampGain()`, `getPreampGain()`, `setPostampGain()` and `getPostampGain()`
+- The parameter `initialMultiplier` has been exchanged for `initialPreampGain` and `initialPostampGain` to support the new system and reduce confusion (they are not multipliers strictly speaking)
 - A boolean property `enabled` has been added to check if the amplification is enabled or not
 - The property `gainNode` has been exchanged for `preampNode` and `postampNode`
 - The property `source` has been renamed to `sourceNode` to fit the naming of the other properties