Skip to content

Commit

Permalink
README and CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
crucialfelix committed Apr 18, 2016
1 parent 95eb234 commit 76aa32f
Show file tree
Hide file tree
Showing 2 changed files with 49 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ Features
- Node-id/Bus/Buffer allocators
- Server state and synth/group tracking

- Dryadic: declarative DSL for managing component trees. Documentation coming in 0.11.0

Example
-------
Expand Down
48 changes: 48 additions & 0 deletions docs/CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,54 @@
CHANGELOG
=========


0.10.0
++++++

Documentation of Dryadic will come later. This is still in alpha.

- add dryadic library
- export top level functions: dryadic() play() and h()
These automatically include the supercollider layer (Synth Group etc)
- add Dryad classes and scsynth command middleware layer
- Synth
- Group
- SCServer
- SCLang
- SCSynthDef compiles, watches files, writes .json file with synthDesc as well as the .scsyndef
- SCSynthDef watch - watch a source file and recompile def on changes
- SCSynthDef saveToDir - save compiled synth def
- AudioBus
- SynthStream
- SynthControl
- SynthEventList

- add map function: linear, exp, dB, fader
- add reverse mapping functions: linear, exp, dB, fader


- change: default synthNew to add to TAIL not HEAD
- rename SCSynth -> SCServer

- support for OSC bundles and timetags
- upgrade to orc-min 1.1.1
- send-bundle example
- add send-bundle example to examples/boot-server.js

- osc groupNew: default add action add to tail

- fix(sclang-io): match beta releases in version parsing

- testing: factor out server._spawnProcess and mock that rather than the whole child_process module

- deprecate older dryadic helper functions

- update dependencies

- Relax node engine requirement to 0.10.0 because atom apm is refusing to install
even though it uses node 4, because apm itself is stuck on 0.10.0


0.9.0
-----

Expand Down

0 comments on commit 76aa32f

Please sign in to comment.