All import guides

How to import wavetables into Avenger

Vengeance SoundSoftware synthVerified

Avenger from Vengeance Sound imports wavetables like this: drops packed WAVs onto a Resampler OSC; you set the frame length (128–4,096).

This guide gives the exact layout Avenger expects, the step-by-step load, the Hyperwave export settings that match, and plain fixes for the import failures the documentation warns about.

Everything here is verified against Vengeance Sound's own documentation or source code — sources at the end of the page, checked 2026-08-16.

What Avenger expects

Avenger has no automatic packed-WAV detection. You drop the file on a Resampler/Wavetable oscillator's wavetable view, then tell Avenger how to slice it: Root is the frame length in samples, Increment is the spacing between frame starts. With frames laid end-to-end, that means Root 2,048 and Increment ×1.

Two documented WAV routes: a one-cycle WAV converts to an OSC shape, and a multi-frame WAV dropped on a Resampler/Wavetable OSC's wavetable view is sliced into a wavetable using user-set Root (128–4,096 samples per waveform) and Increment spacing — 2–256 waveforms per table, then exportable. No automatic packed-WAV or frame-metadata detection is documented.

Step by step

  1. Export from Hyperwave as a packed mono WAV with frames of 128–4,096 samples (2,048 default).
  2. Select a Resampler OSC in Avenger and drag the WAV onto the wavetable view.
  3. Set Root to the frame length in samples (2,048) and Increments to x1 so frames follow end-to-end.
  4. Optionally press Export to bake the result into a wavetable.

If something goes wrong

My frames slice at the wrong length in Avenger.
Avenger does not auto-detect frame size — set Root to the frame length in samples (2,048) and Increments to ×1 so frames follow end-to-end.
Can I use 8,192-sample frames or more than 256 frames in Avenger?
No — frame sizes above 4,096 samples and more than 256 frames are outside the manual's documented wavetable range. Stay within 128–4,096 samples per frame and 2–256 waveforms.

Export settings for Avenger

Avenger has no dedicated export preset in Hyperwave — the default preset ("Default — 2048 × 256") writes 2,048 samples per frame, 256 frames, mono 32-bit float, and matches the layout documented above.

Default — 2048 × 256
2,048 samples per frame × 256 frames · 32-bit float · 48 kHz

Sources