Skip to content

Commit

Permalink
version
Browse files Browse the repository at this point in the history
  • Loading branch information
brianhouse committed May 19, 2020
1 parent f31f02c commit bf621e4
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,18 @@
CHANGELOG
=========

## v0.14.0
- plethora of new (as yet undocumented) features via pull request


## v0.13.0
- channel now a changeable parameter
- control values cached per-channel-per-thread
- start now called automatically when not livecoding
- new signal syntax
- cross timing emphasis
- cleaned up documentation
- bugfixes

## v0.12.0
- fixed note-level control change so it fires a priori
Expand All @@ -30,4 +36,4 @@ CHANGELOG
- made a changelog
- eliminated returns for in-place pattern methods (to suppress terminal output)
- added repeat functionality to Thread and core
- documentation
- documentation
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="braid",
version="0.13.0",
version="0.14.0",
description="A musical notation system and sequencer for monophonic MIDI synths.",
author="Brian House",
author_email="[email protected]",
Expand Down

0 comments on commit bf621e4

Please sign in to comment.