Skip to content

Commit

Permalink
Initial release, now that we have some feedback!
Browse files Browse the repository at this point in the history
  • Loading branch information
brunchboy committed Sep 12, 2020
1 parent 949a95f commit 5742d70
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 11 deletions.
10 changes: 8 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@ This change log follows the conventions of

## [Unreleased][unreleased]

Initial development ideas.
Nothing so far.

[unreleased]: https://github.com/Deep-Symmetry/open-beat-control/compare/4b8707c725ee7395c6844a8eb56c91900387408a...HEAD
## [0.1.0] - 2020-09-12

First set of features to receive feedback that people are successfully
using.

[unreleased]: https://github.com/Deep-Symmetry/open-beat-control/compare/v0.1.0...HEAD
[0.1.0]: https://github.com/Deep-Symmetry/open-beat-control/compare/4b8707c725ee7395c6844a8eb56c91900387408a...v0.1.0
11 changes: 3 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,9 @@ Provides a subset of
features over [Open Sound
Control](https://en.wikipedia.org/wiki/Open_Sound_Control).

> :construction: Although there hasn't yet been a formal release of
> this project, it is ready for widespread use, and I am gathering
> feedback (and hopefully a few example Puredata programs to share) in
> preparation for the first release. Please dive in and help!
>
> :squirrel: This is already the recommended replacement for the
> former standalone `beat-carabiner` daemon. That project is now
> embedded in this one as a library.
> :star2: This is the recommended replacement for the former
> standalone `beat-carabiner` daemon. That project is now embedded in
> this one as a library.
## Background

Expand Down
2 changes: 1 addition & 1 deletion project.clj
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
(defproject open-beat-control :lein-v
:description "Provides a subset of beat-link features over Open Sound Control."
:url "http://example.com/FIXME"
:url "https://github.com/Deep-Symmetry/open-beat-control"
:license {:name "Eclipse Public License"
:url "http://www.eclipse.org/legal/epl-v20.html"}
:dependencies [[org.clojure/clojure "1.10.1"]
Expand Down

0 comments on commit 5742d70

Please sign in to comment.