Five12 | prev | up | next |
Numerology 2 Documentation |
OverviewThis is a general purpose sequencer for generating CV signals. It can be used to generate values that are appropriate for specifying pitch intervals, velocity values, or general purpose modulation signals. It shares several features common to all other sequencing modules in Numerology, such as the MonoNote, but it specializes in generating CV sequences as opposed to MIDI sequences. It is the job of other modules, such as the Note Output modules to determine what to do to that signal, such as using it to generate pitches. If you're not sure what a CV signal is, be sure to read the Signals chapter. Prototypes: Interval, Velocity & ModulationIn Numerology's Module Library, there are three prototypes for the CV Sequencer, each somewhat customized to perform a specific task.
These prototypes make it easier to build a stack with several sequencing modules in it. For instance, to build a common setup for 'discrete' sequencing, add an IntervalSeq, a GateSeq, a VelocitySeq, a NoteGen and an AudioUnit Synth to a stack. The settings for these prototype modules are already configured for such use, and Numerology will even auto-route the modules so that they communicate properly. For more details on discrete sequencing, see the Numerology Techniques video on it. Integrated Parameter ModulationThe ModulationSeq prototype has a significant feature that the other two prototype modules do not: an integrated Param Mod function. Settings for this feature reside in the advanced settings panel. This is Numerology's primary mode of automation, and is a very powerful way to add animation to a composition. Setup is very simple:
When you choose a target parameter, the output range for the module will be adjusted to match the legal value range for the target parameter. You may want to then further adjust the output range to get specific results. Sequenced ParametersAll of the sequenced parameters in the CV Sequencer are accessed via rows of controls (either sliders or buttons) that live in the center-section of the front panel of the module. Step Labels, Start Step & End StepThe step labels are in a row along the top of the sequenced parameters section. They are not parameters in themselves, but two important non-sequenced parameters are embedded here: the start step (which has a green marker), and the end step (which has a red marker). Together, these two settings (drag them with the mouse to change them) set the range of steps that are 'active' in the sequence. For instance, the easiest way to set the length of the sequence to 8 steps is to drag the end step to step 8. These parameters are completely flexible: the start can come after the end step, or they can even be the same (for a one-step sequence). Skip StepsThis row of buttons allows you to remove a step completely from the sequence. This is a surprisingly useful feature for creating variations on a sequence -- particularly during a live performance. For instance, if you have a 4 step sequence: C, D, E, F, and you skip the 2nd step, you will then have a 3 step sequence: C, E, F. This feature was first implemented by the Moog 960 sequencer. Changing pitch values on the 960 was a rather time-consuming process that could not be done during a performance. Instead, users of the 960 could create variations in their sequence by 'playing' the skip switches on the sequencer. This was done to great effect by Tangerine Dream, such as on the classic album "Rubycon". Skip Action MenuTo the left of the skip buttons is a small action menu with several items that operate on the skip steps. These are very handy for manipulating the state of the skip buttons.
This is where you set the CV values in your sequence. The range of available values is set by the range parameter described below. Select StepsThis row of buttons appears between the pitch row and the timing row. It allows you to select arbitrary sets of sequencer steps for further modification. In particular, anytime a slider for a selected step is moved, all other selected steps will moved by the same relative amount. Select Action MenuAs with the skip steps, there is an action menu to the left of the select row that has some handy operations you can perform on the select buttons:
To the left of the sequencer, there are several controls grouped into two sections. From top to bottom, they are the transport controls, and the sequencer's rate and direction controls. ResetPerforms an immediate reset of the sequencer. Useful for generating out-of sync rhythmic effects. Play/StopThis is a two-state button that allows you to start and stop the sequence. By default, this control is tied to the master transport. You can change this behavior by changing the RunMode of the sequencer. RateIn Numerology 1.4, this parameter was called "Clock Division". It controls the default length of the sequencer's steps, and thus, how quickly it plays. By default, this control is calibrated in tradition musical rhythmic values, but the Rate Mode parameter allows you to change this. Rate ModeThis allows you to change how you specify the rate (or tempo) of the sequence. There are three modes:
Sets the direction of the sequence to forwards, backwards, a combination of the two, or random. The 'Alt1' setting causes the sequence to move alternately forwards and backwards without repeating the start and end steps. The 'Alt2' setting is similar, except that the start and end step are repeated. Hard SyncIf this parameter is set to anything other than 'None', it will force a sequencer reset at regular musical intervals calibrated in beats. This is a good way to force the sequence to a repeatable pattern regardless of its other settings. For instance, if the clock division is in 16th notes, you can set the hard sync to every 4 beats, then change start step, end step and skip step settings while still maintaining a pattern that repeats every 4 beats. The Right SideSkip & Select Clear ButtonsTo the immediate right of the skip and select button rows, there is a small button with an 'x' on it. These buttons will clear (deactivate) all of the step values for that parameter type. Randomize MenuThis allows you to roughly control how many parameters are modified by the randomize operation. Randomize ButtonThis 'action' button triggers randomization of parameters based on the setting of the randomize menu. Shift Left/RightThis 'action' will shift all steps values in the sequence one step to the left or right (with rollover of the boundary values). This is a very useful way to vary a pattern: by shifting it relative to other patterns. Zero AllThis will set all of the values in the sequence to either 0 or 1, depending on the range of the sequence. InvertThis will invert all of the value in the CV sequence. RangeThis sets the active range of the sequence, i.e. the highest and lowest values it can generate. When the sequencer is to be used to generate pitch intervals, one of the octave-based settings is usually best ([-12, +12], [-24, +24], or [-48, +48]). For using the sequencer to generate a modulation signal, the standard range is [-1.0, +1.0], but sometimes [0.0, +1.0] is more appropriate. You can also specify a custom range in this menu. The minimum and maximum values for the custom range are set in the advanced settings panel for the module. Advanced Parameters |
|
Max Size This sets the overall length of the sequencer, which can be up to 128 steps long. Auto-Reset (Steps)This parameter is very similar to hard sync, but instead of resetting the sequence after a set number of beats, this one resets it after a set number of steps. SlewThis applies a mild low-pass filter on the output of the module, causing it's values to be smoothed out. Custom Range (Min, Max)If you chose "custom" in the Range menu, this is where you set the minimum and maximum values of that range. Sequence Step LabelsThis allows you to determine how each step in the sequence is labeled. There are three options:
Mutes the sending of ParamMod events from this module. This parameter is only available in the ModulationSeq prototype. Param Mod : Target ModuleSets the target module you wish to modify. This parameter is only available in the ModulationSeq prototype. Param Mod : Target ParamSets the target parameter of the module to modify. This parameter is only available in the ModulationSeq prototype. Param Mod : IndexSome parameters are indexed, which means that for one parameter name, there may be multiple values that can be modified. Set the index of the value you want to modify here. This parameter is only available in the ModulationSeq prototype. Param Mod : ValueThis read-only parameter shows what value is being set on the target parameter. This parameter is only available in the ModulationSeq prototype. Param Mod : RateThis sets the maximum rate of param-mod changes. Lower rates use less CPU overhead, but may be too coarse for the effect you are looking for. This parameter is only available in the ModulationSeq prototype. Module Run Mode Settings : Customized Playback
These four parameters (Play Mode, Beat Quantize, Loop & Auto Reset) provide a wide range of possible options for triggering playback of the sequencer from an external CV source, such as another sequencer. To view this dialog, click on the 'E' button just below the mini-transport for the module. Run ModeThis controls how playback of the sequencer starts and stops. The normal mode is for the sequencer to be tied to the master transport of the project, starting and stopping automatically. But you can also set the sequencer to be fully independent, or remotely triggered via a CV trigger.
When this is on, which is the default, any playback triggers are quantized in time to the following beat. In general, this is the behavior you want for "live MIDI" triggers, as it makes it much easier to time the triggering of a sequence. For CV triggers coming from other modules within Numerology, you will probably want this turned off. LoopThis determines whether the sequencer will keep playing when it gets to the last step of the sequence (by auto-resetting to the first step of the sequence). When this is off, the sequence is considered to be a "One-Shot" : it plays once, and that is it. Auto ResetThis determines if a sequence resets (returns to it's start step), when it is stopped. It is almost always on, but when turned off, can result in some interesting playback behavior. Ports |
|
Clock In This is where clock signals are input to the module. All sequencers must have a clock signal in order to run. By default, each sequencer's clock in port is connected to the "Clock" port on the Stack Input module, which in turn is connected to the master clock for the project. Trigger InThis input is used in conjunction with one of the "CV Trig" Run Modes, and allows you to control playback of the sequence from any CV source, usually another sequencer. Pitch / Velocity / CV OutThis is the main output port for CV values generated by the sequencer. It will have a different name based on which prototype of the CV Sequencer you add to your stack. Trigger OutA 1-sample trigger is generated on this CV output each time the sequencer begins a new step. Step Num OutThis CV output always carries the step number of the sequencer, which is it's current location. |
| © 2008-2009 Five12 Inc. All Rights Reserved. | prev | up | next |