Skip to content

Commit

Permalink
Increment version and update CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
ideoforms committed Aug 11, 2024
1 parent c93804d commit 7a69c98
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [v0.1.4](https://github.com/ideoforms/isobar/tree/v0.1.4) (2024-08-11)

- Added support for LFOs for continuous parameter modulation, and `PLFO` pattern class
- Added `Track.nudge()` to nudge a track back/forward in time
- Added `FluidSynthOutputDevice` to interact with FluidSynth sound fonts
- Added initial support for monome devices
- Added `scale_exp_lin`

## [v0.1.3](https://github.com/ideoforms/isobar/tree/v0.1.3) (2024-07-01)

- Added support for Ableton Link clock sync (thanks to [Raphaël Forment](https://github.com/Bubobubobubobubo) for providing LinkPython-extern)
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

setup(
name='isobar',
version='0.1.3',
version='0.1.4',
description='A Python library to express and manipulate musical patterns',
long_description = open("README.md", "r").read(),
long_description_content_type = "text/markdown",
Expand Down

0 comments on commit 7a69c98

Please sign in to comment.