Skip to content

Commit

Permalink
update documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Sven Arweiler committed Apr 11, 2020
1 parent 9ba64c4 commit 5a09854
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,16 +44,20 @@ Crow configuration for Zellen:
* Input 2: CV offset
* Output 1: CV
* Output 2: Trigger
* Output 3: Alternative CV
* Output 3: CV 2
* Output 4: Clock

CV offset (input 2) can be set to pre or post quantization in the parameters menu.

Alternative CV is, just like the main sequence, a CV derived from the current play position on the board. The CV can be calculated with these methods (configurable in the parameters menu):
CV 2 is, just like the main sequence, a CV derived from the current play position on the board. The CV can be calculated with these methods (configurable in the parameters menu):
* x/y (default)
* x%y
* x+y (same as the main sequence)

## Just Friends support (via ii)

Zellen supports playing notes on [Mannequins Just Friends](https://www.whimsicalraps.com/products/just-friends) via Crow and a ii connection. The note value can be determined with the same methods as the CV 2 value for Crow (configurable in the parameters menu).

## MIDI
Set the MIDI channel (default: 1), MIDI velocity (default: 100), and MIDI clock in the parameters screen.

Expand Down
2 changes: 1 addition & 1 deletion zellen.lua
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
-- zellen v1.3.3
-- zellen v1.4.1
--
-- sequencer based on
-- conway's game of life
Expand Down

0 comments on commit 5a09854

Please sign in to comment.