Skip to content

Commit

Permalink
Bumping version and adding Piano Roll to the readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Rcomian committed Dec 7, 2018
1 parent ae9d21f commit f15c1c7
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ SLUG = rcm

# Must follow the format in the Versioning section of
# https://vcvrack.com/manual/PluginDevelopmentTutorial.html
VERSION = 0.6.5
VERSION = 0.6.6

# FLAGS will be passed to both the C and C++ compiler
#FLAGS += -Idep/openmpt-libopenmpt-0.3.10/soundlib -Idep/openmpt-libopenmpt-0.3.10/common
Expand Down
15 changes: 15 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,21 @@

# RCM plugins

## Piano Roll

*early version - forward compatibility not 100% guaranteed*

A monophonic quantized sequencer. With `1v/oct`, `gate`, `retrigger` & `velocity` outputs. 64 patterns with up to 16 measures per pattern, up to 16 beats per measure and up to 16 divisions per beat. `EOP` will trigger when the last note in the pattern has been triggered. Patterns always loop (currently).

Controls:

* Left click a cell to activate that note.
* Right click an active note to cause it to retrigger.
* Hold down shift then drag a note up & down to alter the velocity, when dragging, press ctrl for more fine-grained control.
* Use the panel on the right to alter the current pattern and its make-up.
* Send a pulse to clock-in to advance each step (no internal clock).
* Send a pulse to reset to prepare to play the current pattern from the start (plays 1st note on receiving first clock).

## Reverb

Based on the GVerb GPL'd reverb code.
Expand Down

0 comments on commit f15c1c7

Please sign in to comment.