Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mganss authored Jul 4, 2019
1 parent 2f1398e commit be9b149
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ Download under [releases](https://github.com/mganss/DrumGen/releases) or at [max
* Select "House", "Breaks", or "All" style patterns (see below)
* 909-like flam (configurable amount)
* Presets
* Out clip (see below)

## Total accent

Expand All @@ -38,6 +39,11 @@ You can select between "House", "Breaks", or "All" style patterns. If you choose

If you click <kbd>Clip</kbd> a new clip with the current pattern is generated in the first empty clip slot of the current track. You might notice subtle timing differences when comparing recorded MIDI vs. created MIDI clips. This is a limitation of Max for Live.

## Out clip

Create an empty clip, select it, then click <kbd>Out</kbd> to permanently set this clip as DrumGen's output clip.
Whenever the pattern changes, this clip will be updated.

## Continue

If the <kbd>Continue</kbd> toggle is activated, DrumGen will read MIDI notes from the first non-empty clip slot of the current track and continue the pattern. Notes are internally quantized to 16th notes (duration is irrelevant). Velocities that are equal to or higher than the selected high velocity are considered high, all others low. If more than one hit occurs in a 16th note interval, the step is considered a flam. If a clip is longer than two bars, only the last 32 steps are considered.
Expand Down

0 comments on commit be9b149

Please sign in to comment.