Procházet zdrojové kódy

chore: edit changeset text

Sv443 před 1 rokem
rodič
revize
e3b73acc06
1 změnil soubory, kde provedl 1 přidání a 0 odebrání
  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