Skip to content

Commit

Permalink
Clojars release 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
brunchboy committed Feb 3, 2016
1 parent 86960c9 commit 543fc78
Show file tree
Hide file tree
Showing 58 changed files with 178 additions and 173 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ This change log follows the conventions of

## [Unreleased][unreleased]

Nothing yet!

## [0.2.0] - 2016-02-02

### Added

- Running effects are now listed on the Show Control page of the Web
Expand Down Expand Up @@ -401,7 +405,8 @@ This change log follows the conventions of
- Initial Public Release


[unreleased]: https://github.com/brunchboy/afterglow/compare/v0.1.6...HEAD
[unreleased]: https://github.com/brunchboy/afterglow/compare/v0.2.0...HEAD
[0.2.0]: https://github.com/brunchboy/afterglow/compare/v0.1.6...v0.2.0
[0.1.6]: https://github.com/brunchboy/afterglow/compare/v0.1.5...v0.1.6
[0.1.5]: https://github.com/brunchboy/afterglow/compare/v0.1.4...v0.1.5
[0.1.4]: https://github.com/brunchboy/afterglow/compare/v0.1.3...v0.1.4
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ This page provides an introduction in how to install and use
Afterglow. The main
[documentation](doc/README.adoc#afterglow-documentation) goes much
deeper, and there is also
[API documentation](http://rawgit.com/brunchboy/afterglow/master/api-doc/index.html).
[API documentation](http://cdn.rawgit.com/brunchboy/afterglow/v0.2.0/api-doc/index.html).
For more interactive help, the
[Afterglow room on Gitter](https://gitter.im/brunchboy/afterglow) is
the place to start, and if you want to see (or contribute to) more
Expand Down Expand Up @@ -340,7 +340,7 @@ tweak something quickly, you can use that:
> when you are running from a jar rather than launching from a REPL,
> you will often want to access a real REPL. You can accomplish that
> with command-line arguments or by using the web console to invoke
> [core/start-nrepl](http://rawgit.com/brunchboy/afterglow/master/api-doc/afterglow.core.html#var-start-nrepl)
> [core/start-nrepl](http://cdn.rawgit.com/brunchboy/afterglow/v0.2.0/api-doc/afterglow.core.html#var-start-nrepl)
> and then connecting your favorite REPL environment to the network
> REPL port you created.
Expand Down Expand Up @@ -426,7 +426,7 @@ set up a Universe with ID 1.
> will likely want to do something similar in setting up your own
> shows, since a single show is the most common scenario. See the
> `afterglow.show-context`
> [API documentation](http://rawgit.com/brunchboy/afterglow/master/api-doc/afterglow.show-context.html)
> [API documentation](http://cdn.rawgit.com/brunchboy/afterglow/v0.2.0/api-doc/afterglow.show-context.html)
> for more details. The `show-context` namespace also defines the
> dynamic variable `*show*` which you can use to refer to the current
> default show when you need to mention it explicitly, as you will see
Expand Down Expand Up @@ -469,7 +469,7 @@ to the show’s dimmer grand master. Setting this to a value less than
100 scales the dimmer values sent to the lights down by that amount.
So the above command dims the lights to 80% of their possible
brightness, no matter what else the cues are trying to do. See the
[dimmer effects API documentation](http://rawgit.com/brunchboy/afterglow/master/api-doc/afterglow.effects.dimmer.html)
[dimmer effects API documentation](http://cdn.rawgit.com/brunchboy/afterglow/v0.2.0/api-doc/afterglow.effects.dimmer.html)
for more details. Here is an example of what I call right away when
testing effects in my office with the little Korg nanoKONTROL 2
plugged in:
Expand Down
4 changes: 2 additions & 2 deletions api-doc/afterglow.beyond.html

Large diffs are not rendered by default.

14 changes: 7 additions & 7 deletions api-doc/afterglow.channels.html

Large diffs are not rendered by default.

12 changes: 6 additions & 6 deletions api-doc/afterglow.controllers.ableton-push.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions api-doc/afterglow.controllers.color.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions api-doc/afterglow.controllers.html

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions api-doc/afterglow.controllers.launchpad-pro.html

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions api-doc/afterglow.controllers.tempo.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion api-doc/afterglow.core.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions api-doc/afterglow.coremidi4j.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion api-doc/afterglow.dj-link.html

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions api-doc/afterglow.effects.channel.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions api-doc/afterglow.effects.color.html

Large diffs are not rendered by default.

16 changes: 8 additions & 8 deletions api-doc/afterglow.effects.cues.html

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions api-doc/afterglow.effects.dimmer.html

Large diffs are not rendered by default.

18 changes: 9 additions & 9 deletions api-doc/afterglow.effects.fun.html

Large diffs are not rendered by default.

14 changes: 7 additions & 7 deletions api-doc/afterglow.effects.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions api-doc/afterglow.effects.movement.html

Large diffs are not rendered by default.

12 changes: 6 additions & 6 deletions api-doc/afterglow.effects.oscillators.html

Large diffs are not rendered by default.

20 changes: 10 additions & 10 deletions api-doc/afterglow.effects.params.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion api-doc/afterglow.effects.show-variable.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions api-doc/afterglow.examples.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion api-doc/afterglow.fixtures.american-dj.html

Large diffs are not rendered by default.

10 changes: 5 additions & 5 deletions api-doc/afterglow.fixtures.blizzard.html

Large diffs are not rendered by default.

16 changes: 8 additions & 8 deletions api-doc/afterglow.fixtures.chauvet.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion api-doc/afterglow.fixtures.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion api-doc/afterglow.fixtures.qxf.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion api-doc/afterglow.init.html

Large diffs are not rendered by default.

24 changes: 12 additions & 12 deletions api-doc/afterglow.midi.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion api-doc/afterglow.rhythm.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions api-doc/afterglow.show-context.html

Large diffs are not rendered by default.

40 changes: 20 additions & 20 deletions api-doc/afterglow.show.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion api-doc/afterglow.shows.sallie.html

Large diffs are not rendered by default.

10 changes: 5 additions & 5 deletions api-doc/afterglow.transform.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion api-doc/afterglow.util.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion api-doc/afterglow.version.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion api-doc/afterglow.web.handler.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion api-doc/afterglow.web.layout.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion api-doc/afterglow.web.middleware.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion api-doc/afterglow.web.routes.home.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion api-doc/afterglow.web.routes.show-control.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion api-doc/afterglow.web.routes.visualizer.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion api-doc/afterglow.web.routes.web-repl.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion api-doc/afterglow.web.session.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion api-doc/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion doc/README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
James Elliott <james@deepsymmetry.org>
:icons: font
:experimental:
:api-doc: http://rawgit.com/brunchboy/afterglow/master/api-doc/
:api-doc: http://cdn.rawgit.com/brunchboy/afterglow/v0.2.0/api-doc/

// Set up support for relative links on GitHub; add more conditions
// if you need to support other environments and extensions.
Expand Down
2 changes: 1 addition & 1 deletion doc/color.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
James Elliott <james@deepsymmetry.org>
:icons: font
:experimental:
:api-doc: http://rawgit.com/brunchboy/afterglow/master/api-doc/
:api-doc: http://cdn.rawgit.com/brunchboy/afterglow/v0.2.0/api-doc/

// Set up support for relative links on GitHub; add more conditions
// if you need to support other environments and extensions.
Expand Down
2 changes: 1 addition & 1 deletion doc/cues.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ James Elliott <[email protected]>
:toc:
:experimental:
:toc-placement: preamble
:api-doc: http://rawgit.com/brunchboy/afterglow/master/api-doc/
:api-doc: http://cdn.rawgit.com/brunchboy/afterglow/v0.2.0/api-doc/

// Set up support for relative links on GitHub; add more conditions
// if you need to support other environments and extensions.
Expand Down
2 changes: 1 addition & 1 deletion doc/effects.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ James Elliott <[email protected]>
:icons: font
:toc:
:toc-placement: preamble
:api-doc: http://rawgit.com/brunchboy/afterglow/master/api-doc/
:api-doc: http://cdn.rawgit.com/brunchboy/afterglow/v0.2.0/api-doc/

// Set up support for relative links on GitHub; add more conditions
// if you need to support other environments and extensions.
Expand Down
6 changes: 3 additions & 3 deletions doc/fixture_definitions.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ James Elliott <[email protected]>
:icons: font
:toc:
:toc-placement: preamble
:api-doc: http://rawgit.com/brunchboy/afterglow/master/api-doc/
:branch-base: https://github.com/brunchboy/afterglow/blob/master/
:api-doc: http://cdn.rawgit.com/brunchboy/afterglow/v0.2.0/api-doc/
:branch-base: https://github.com/brunchboy/afterglow/blob/v0.2.0/

// Set up support for relative links on GitHub; add more conditions
// if you need to support other environments and extensions.
Expand Down Expand Up @@ -1125,7 +1125,7 @@ would result in the following Afterglow fixture definition file:
Please flesh out this documentation if you are submitting this for
inclusion into Afterglow. See, for example, the Blizzard fixture
definitions:
http://rawgit.com/brunchboy/afterglow/master/api-doc/afterglow.fixtures.blizzard.html"
http://cdn.rawgit.com/brunchboy/afterglow/v0.2.0/api-doc/afterglow.fixtures.blizzard.html"
[]
{:channels [(chan/color 1 :uv) ; TODO: add :hue key if you want to color mix this
(chan/fine-channel :strobing 2
Expand Down
2 changes: 1 addition & 1 deletion doc/mapping_sync.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ James Elliott <[email protected]>
:experimental:
:toc:
:toc-placement: preamble
:api-doc: http://rawgit.com/brunchboy/afterglow/master/api-doc/
:api-doc: http://cdn.rawgit.com/brunchboy/afterglow/v0.2.0/api-doc/

// Set up support for relative links on GitHub; add more conditions
// if you need to support other environments and extensions.
Expand Down
2 changes: 1 addition & 1 deletion doc/metronomes.adoc
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
= Metronomes
James Elliott <james@deepsymmetry.org>
:icons: font
:api-doc: http://rawgit.com/brunchboy/afterglow/master/api-doc/
:api-doc: http://cdn.rawgit.com/brunchboy/afterglow/v0.2.0/api-doc/

// Set up support for relative links on GitHub; add more conditions
// if you need to support other environments and extensions.
Expand Down
2 changes: 1 addition & 1 deletion doc/oscillators.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ James Elliott <[email protected]>
:icons: font
:toc:
:toc-placement: preamble
:api-doc: http://rawgit.com/brunchboy/afterglow/master/api-doc/
:api-doc: http://cdn.rawgit.com/brunchboy/afterglow/v0.2.0/api-doc/

// Set up support for relative links on GitHub; add more conditions
// if you need to support other environments and extensions.
Expand Down
2 changes: 1 addition & 1 deletion doc/parameters.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ James Elliott <[email protected]>
:icons: font
:toc:
:toc-placement: preamble
:api-doc: http://rawgit.com/brunchboy/afterglow/master/api-doc/
:api-doc: http://cdn.rawgit.com/brunchboy/afterglow/v0.2.0/api-doc/

// Set up support for relative links on GitHub; add more conditions
// if you need to support other environments and extensions.
Expand Down
2 changes: 1 addition & 1 deletion doc/rendering_loop.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ James Elliott <[email protected]>
:icons: font
:toc:
:toc-placement: preamble
:api-doc: http://rawgit.com/brunchboy/afterglow/master/api-doc/
:api-doc: http://cdn.rawgit.com/brunchboy/afterglow/v0.2.0/api-doc/

// Set up support for relative links on GitHub; add more conditions
// if you need to support other environments and extensions.
Expand Down
2 changes: 1 addition & 1 deletion doc/show_space.adoc
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
= Show Space
James Elliott <james@deepsymmetry.org>
:icons: font
:api-doc: http://rawgit.com/brunchboy/afterglow/master/api-doc/
:api-doc: http://cdn.rawgit.com/brunchboy/afterglow/v0.2.0/api-doc/

// Set up support for relative links on GitHub; add more conditions
// if you need to support other environments and extensions.
Expand Down
4 changes: 2 additions & 2 deletions project.clj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(defproject afterglow "0.2.0-SNAPSHOT"
(defproject afterglow "0.2.0"
:description "A live-coding environment for light shows, built on the Open Lighting Architecture, using bits of Overtone."
:url "https://github.com/brunchboy/afterglow"
:license {:name "Eclipse Public License"
Expand Down Expand Up @@ -70,6 +70,6 @@
[lein-environ "1.0.1"]]

:codox {:output-path "api-doc"
:source-uri "https://github.com/brunchboy/afterglow/blob/master/{filepath}#L{line}"
:source-uri "https://github.com/brunchboy/afterglow/blob/v0.2.0/{filepath}#L{line}"
:metadata {:doc/format :markdown}}
:min-lein-version "2.0.0")

0 comments on commit 543fc78

Please sign in to comment.