Skip to content
PilotManual

Presets & Steps

Last updated: 2026-06-26

The VL3/x stores up to 500 presets in flash memory. Each preset is a complete snapshot of every vocal and guitar effect parameter, plus footswitch assignments, expression pedal configuration, and mixer levels. Pilot gives you a visual interface for browsing, editing, saving, and exporting those presets, with a lot more clarity than the device's own two-line display.

Back Up First: Before editing presets in Pilot, navigate to Util > Transfer and save a full device backup to your computer. If anything goes wrong, you can restore from that file.

Preset Model

The VL3/x has 500 numbered slots, labeled 1 through 500. The first 254 slots are factory presets: sounds that shipped with the device and that can be restored to their original state even after you overwrite them. Slots above that are user slots. There are also five special template slots (490-494) that Pilot uses internally as blank-preset sources when initializing new slots.

Every slot holds one preset. A preset contains:

When you connect Pilot to your device, it reads all 500 slots. That scan takes a few seconds. Once complete, the full library is in memory and every preset is accessible without further device reads until you make changes.

Steps

Steps are preset-within-preset configurations stored inside a single preset slot. The VL3/x supports up to 10 steps per preset. Step 1 is the master step: it always exists and represents the preset itself, and steps 2 through 10 are step-within-preset variants layered on top of it. Think of them as scenes you can step through live with a footswitch on the device. Each step can hold a different state for the current preset's effects, letting you build a multi-section sound without using multiple preset slots.

The step rail is Pilot's dedicated step surface. It lives in the left sidebar of the editor and is always visible, showing all steps for the currently loaded preset as a vertical stack of numbered tiles, with dashed empty slots below indicating how many more you can add (up to 10). The step you are currently editing is highlighted with a DSP-purple fill and a small dot in its corner. From the rail you can:

Note: Pilot and the VL3/x stay on the same step. When you switch steps in Pilot the device follows, and when you change steps on the device Pilot's step rail follows (over MIDI CC#115). When a preset loads, both return to Step 1 so Pilot and the device start aligned. Step edits auto-save to the device: switching, adding, deleting, moving, or copying a step each write the whole preset, confirmed by a "saved to device" message. There is no separate step-save to press. Reordering is the one that pauses first: it saves about 1.5 seconds after your last Up or Down, so a burst of clicks becomes a single write rather than one write per click. Loading another preset commits a pending reorder before it switches, so a move is never lost by navigating away. The Save to Device button stays available while you edit steps, and after any save the rail returns to Step 1.
Pilot editor showing the step rail in the left sidebar: a preset holding all 10 steps with Step 1 active. The five action buttons render in fixed order as Add, Up, Down, Delete, Copy. Add is dimmed because the preset already holds 10 steps, and Up, Down and Delete are dimmed because Step 1 is the master step. Copy, Delete All and Steps Help are available.
The step rail in the editor sidebar, here on a preset that already holds all 10 steps. Step tiles stack vertically, with dashed empty slots below whenever the preset holds fewer than 10. The five action buttons always render in the same order and dim when they do not apply to the selected step, so nothing shifts position as you move through the chain. Steps Help opens contextual help.
Note: The VL3/x supports up to 10 steps per preset. Pilot enforces this maximum.

Browsing Presets

The preset bar runs across the top of the editor, just below the top bar. It gives you two ways to navigate your 500 slots: a text search field and a slot number input.

The search field filters the preset list by name as you type. The results appear in a dropdown, and clicking any result loads that preset into the editor (it also reads the current state of that slot from the device). The slot number input lets you jump directly to a slot by number.

Pilot preset bar showing search field with filter results, slot navigation, and Save/Load/Export buttons
The preset bar. Search filters by preset name; slot navigation moves through the numbered list.

The previous and next slot buttons step through slots in order. This is useful for auditioning presets in sequence. Each time you navigate to a new slot, Pilot loads that preset's parameter values and the editor updates to match.

Editing Presets

Editing in Pilot is live. Every control change sends a SysEx message to the device immediately, so you hear the result in real time. The top bar tracks your changes with a counter that increments for every parameter you modify. This is the dirty indicator: when it shows a nonzero count, you have unsaved edits.

The counter tells you two things: that you have made changes, and roughly how many. A count of 1 or 2 after tweaking a single knob is normal. A count in the twenties means you have been deep in an editing session and should probably save before moving on.

The Revert button in the top bar discards all unsaved changes and re-reads the preset from the device. Use this if you want to start over from the last saved state, or if you want to confirm the device state matches what Pilot is showing.

Saving Presets

The Save button in the preset bar writes the current parameter values from Pilot back to the device, into the currently selected slot. The device's flash memory is updated. After a successful save, the change counter resets to zero.

Warning: Saving overwrites the preset on your device. This is permanent until you overwrite it again or restore from a backup. Always confirm you are saving to the correct slot before hitting Save. If you are working on a preset you want to keep, save a backup first via Util > Transfer.

Saving only affects the currently active slot. Other slots are not touched. If you have made edits to multiple slots during a session by navigating between them, each slot needs to be saved individually. Pilot does not batch-save across slots automatically.

Exporting Presets

The Export button in the preset bar lets you save the current preset to a file on your computer. Two formats are available:

JSON Export

JSON export saves a structured text file containing all parameter values for the current preset, written as a JSON object with parameter names, values, and metadata. This format is human-readable and diff-able: you can open it in a text editor to compare presets, check what changed between versions, or archive your work with meaningful version history.

JSON files can be imported back into Pilot later. They are the best format for personal archives, sharing on forums, and building preset packs.

SysEx Export

SysEx export saves a raw binary dump of the preset in TC-Helicon's SysEx format. This is the format the device itself speaks. Any SysEx librarian app can load and send a .syx file, which makes this format useful for sending presets between devices, uploading via third-party tools, or keeping an exact hardware-compatible copy of a preset.

SysEx files are not human-readable but they are universally compatible with SysEx tools. If you want to send a preset to someone who does not use Pilot, a .syx file is the right format.