Skip to content

Commit

Permalink
Update CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
ideoforms committed Aug 5, 2024
1 parent 20bcf04 commit fc2db59
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# CHANGELOG

## [v0.4.9](https://github.com/ideoforms/signalflow/tree/v0.4.9) (2024-08-05)

- Added `FFTBuffer` and `FFTBufferPlayer` node, and other new FFT processor nodes: `FFTCrossFade`, `FFTLFO`, `FFTScaleMagnitudes`
- Added `TriggerMult` node to distribute a trigger to multiple outputs
- Migrated build system to use `pyproject.toml`
- Improved memory management and handling of `SIGNALFLOW_NODE_INITIAL_OUTPUT_CHANNELS`
- `SpatialPanner`: Added beamforming support
- Added support for >24-channel output devices on macOS (via custom libsoundio build)
- Added troubleshooting docs

## [v0.4.7](https://github.com/ideoforms/signalflow/tree/v0.4.7) (2024-02-23)

- Optimized performance of `SineOscillator`, `Sum` and `ChannelMixer` on macOS with vDSP SIMD optimisations
Expand Down

0 comments on commit fc2db59

Please sign in to comment.