Subpatterns
Subpatterns are one of hUGETracker’s most powerful features. They are like mini-tracker grids attached to instruments, which allow you to use effects on very precise ticks. They fulfill the same role as instrument macros in FamiTracker.
What are subpatterns useful for?
- Percussion! (Subpatterns replace noise macros)
- Cooler arpeggios than effect
0
! - Nicer vibratos than effect
4
! - “Pluck” sounds! (Start one octave up, then go back to base)
- Serves as an extra FX channel in a pinch!
- Changing timbre really quickly! (Use effect
9
) - And much more!
Rows are composed of three columns, similiar but not identical to the tracker grid’s:
- an offset,
- an optional jump to a specific row,
- and an effect.
The offset is a positive number of semitones that is applied to the base note.
Subpatterns automatically loop back to the beginning, or can be made to jump backwards earlier via the jump column. If you want to halt a subpattern in place and have it not loop at all, specify a jump command that jumps to itself.
Interaction with the “regular” tracker grid
Subpatterns take precedence over the “regular” tracker grid. That is, if there’s a row on the tracker grid like so:
C-5 05 101
And the first row of instrument 05
’s subpattern is:
+02 ... ...
Then the +02
offset in the subpattern will override the 1xx
portamento up effect.
Effects
Effects in subpatterns work just like in the regular tracker grid (reference), except for two things:
- each effect only lasts for a single tick (just like the rows);
- not all effects can be used in subpatterns:
Effect | Name | Usable? | Notes |
---|---|---|---|
0xy | Arpeggio | Yes | Technically you can use this, but 1) you would have to use it on many rows consecutively, and 2) you can just use the offset column instead. |
1xx | Portamento up | Yes | The “units” are finer than semitones, so this can be used to increase granularity |
2xx | Portamento down | Yes | Same as above. |
3xx | Tone portamento | No | There is no “target note” in the first place. |
4xy | Vibrato | Yes | This can give finer control than the offset column, but you will have to use this effect on many consecutive rows, and the portamento effects may work better in the first place. |
5xx | Set master volume | Yes | |
6xy | Call routine | Yes | |
7xx | Note delay | No | There is no note in the first place. |
8xx | Set panning | Yes | |
9xx | Change timbre | Yes | |
Axy | Volume slide | Yes | C may be more appropriate, since this will only be active for a single tick. |
Bxx | Position jump | No | Use the jump column instead. |
Cxy | Set volume | Yes | |
Dxx | Pattern break | No | Use the jump column instead. |
Exx | Note cut | No | Use C00 instead. |
Fxx | Set tempo | Yes | …but why would you do this? |