version 4.0.0-beta.4 #42
Locked
hvianna
announced in
Announcements
Replies: 1 comment 2 replies
-
|
The demo pen has been updated to show the new dual channel combined spectrum by default: |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

Uh oh!
There was an error while loading. Please reload this page.
-
What's new:
🚨 v4 BREAKING CHANGES:
Removed deprecated properties:
- useenergygetEnergy()instead- useisLedDisplayisLedBarsinstead- usepeakEnergygetEnergy('peak')instead- useshowLedsledBarsinsteadgetBars()elements now contain an extrafreqproperty (potentially breaking in TypeScript projects), which represents the bar's center frequency.The range of each bar has also changed from version 3.6.0, with frequencies that were previously at the lower edge (
freqLo) now placed at the center.Added:
in 4.0.0-beta.4:
channelLayoutproperty - adds option for dual channel combined spectrum, with both channel graphs overlaid;gradientLeftandgradientRightproperties - allow to select different gradients for each channel;stereoproperty has been DEPRECATED - usechannelLayoutinstead.in 4.0.0-beta.3:
frequencyScaleproperty - adds linear and perceptual (Bark/Mel) frequency scales (thanks @TF3RDL);isBandsModeread-only property.in 4.0.0-beta.1:
linearBoostproperty - amplify low energy values when using linear amplitude;weightingFilterproperty - select from five different weighting filters for improved spectrum visualization.in 4.0.0-beta.0:
ansiBandsproperty - use ANSI/IEC preferred frequencies for the octave bands (thanks @jonathan-annett);linearAmplitudeproperty - use linear values instead of dB for spectrum amplitudes (thanks @TF3RDL);noteLabelsproperty - display musical note labels instead of frequency values on the X axis.Fixed:
reflexRatio> 0.Changed and improved:
splitGradientnow works for horizontal gradients inradialvisualization;(default) or the ANSI standard bands (
ansiBands == true), to properly match the octave bands center frequencies;maxFreqis now capped to half the AudioContext's sample rate (Nyquist frequency);This discussion was created from the release version 4.0.0-beta.4.
Beta Was this translation helpful? Give feedback.
All reactions