Reaktor/Projects/BeatMashery

From Wikibooks, open books for an open world
Jump to navigation Jump to search
Reaktor Main Page | Tutorials | Modules | Synthesis

Beat Mashery[edit | edit source]

This page is for gathering the information from this thread on the Reaktor Forums and for documenting the planning and implementation of beat mashing / editing tools.

Ideas and Inspiration[edit | edit source]

The GURU drum machine has some nice editing features, such as click / drag to create a row of hits with up / down dragging changing the timing of the hits (8ths , 16ths etc..) then if the SHIFT key is held down, up / down dragging can create velocity fades.

Instruments[edit | edit source]

Dave Pape suggested working on 3 components that each handle a major part of the process

  1. Break Slicer
  2. Chop-player (Sequencer)
  3. Sample-player

Break Slicer[edit | edit source]

Automatic slicer using threshold with user control for slice points.

Creates map across keyboard for use in the sample player

  • Single Hits
  • Processed single hits : Need to define a set of processes, tag which hits are interesting
  • Break Sections

For the processed hits section maybe look at how to generate them as .wav / .aiff files as well.

Sequencer[edit | edit source]

Something like an event table containing blocks of MIDI data: rolls, filter sweeps etc

  • Automatic layout of all hits from the sample map
  • Each row can have a different quantize setting which is easy to adjust while editing
  • Keyboard modifiers for preset and custom row patterns

Row Patterns[edit | edit source]

Have a set of predefined patterns and custom patterns. Hold down key (or select from list) to activate pattern, mouse click inserts selected pattern at cursor position.

Maybe have option for 'wrap pattern' so that patterns that go off the right edge wrap back to the start.

Controller Data[edit | edit source]

Preset lanes for controllers like cutoff, pitch shift. Ideally allow adding custom lanes to control anything, see the EVENT BUS from the user lib.

Sample Player[edit | edit source]

Sample-based instrument containing a sample map made from the output of the Break Slicer. Plays MIDI from the sequencer.