Skip to content

Commit

Permalink
Update CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
ideoforms committed Jan 12, 2024
1 parent bef53b3 commit 5823380
Showing 1 changed file with 14 additions and 9 deletions.
23 changes: 14 additions & 9 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,27 +1,32 @@
# Changelog

## [v0.0.6](https://github.com/ideoforms/python-supercollider/releases/tag/v0.0.6) (2024-01-12)

- Updated to use native `python-osc` for OSC communications, eliminating dependency on `liblo`
- Added type hints (requires Python 3.9+)

## [v0.0.5](https://github.com/ideoforms/python-supercollider/releases/tag/v0.0.5) (2020-06-26)

- Implement `Buffer.get`, to query samples from a Buffer
- Implemented `Buffer.get`, to query samples from a Buffer

## [v0.0.4](https://github.com/ideoforms/python-supercollider/releases/tag/v0.0.4) (2019-10-15)

- Fixed Linux dependencies (thanks to Dan Stowell)

## [v0.0.3](https://github.com/ideoforms/python-supercollider/releases/tag/v0.0.3) (2019-10-09)

- Add `AudioBus`/`ControlBus`
- Add further examples: `buffer-read`, `buffer-set`, `buffer-write`, `bus-example`
- Added `AudioBus`/`ControlBus`
- Added further examples: `buffer-read`, `buffer-set`, `buffer-write`, `bus-example`

## [v0.0.2](https://github.com/ideoforms/python-supercollider/releases/tag/v0.0.2) (2019-10-07)

- Add `Buffer`
- Add `Group`
- Add support for synchronous operations
- Added `Buffer`
- Added `Group`
- Added support for synchronous operations

## [v0.0.1](https://github.com/ideoforms/python-supercollider/releases/tag/v0.0.1) (2019-10-05)

Minimum viable release.
- Add `Server`
- Add `Synth`, with support for get/set/free
Minimum viable release.
- Added `Server`
- Added `Synth`, with support for get/set/free

0 comments on commit 5823380

Please sign in to comment.