Skip to content

Commit

Permalink
Added a note about browser export
Browse files Browse the repository at this point in the history
  • Loading branch information
colinsullivan committed Nov 19, 2019
1 parent 8290310 commit 8e89a40
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ Other classes:
* `SCRedux`: Used as a namespace for storing constants like actionTypes.
* `SCReduxTempoClockController`: A wrapper for TempoClock which will take a tempo from the Redux store.

## JavaScript API
## Node.js API
### `reducer`
A reducer is provided to store the ready states of the SCReduxStore, sclang, and scsynth:

Expand Down Expand Up @@ -91,6 +91,9 @@ s.options.outDevice = "JackRouter";
#### `READY_STATES`
An enum with the possible values for the ready states of `scStoreReadyState`, `scLangReadyState`, `scSynthReadyState`.

## Browser API
The browser API exposes the subset of the functionality of supercollider-redux that may be relevant to a browser UI, the actions, reducers, and constants. As a browser cannot spawn a SuperCollider process, the controller class is not exposed.


## Example Projects
* [Transdimensional Audio Workstation](https://colin-sullivan.net/main/2016/transdimensional-audio-workstation/)
Expand Down

0 comments on commit 8e89a40

Please sign in to comment.