A
user-defined pedal that loads, generates, or runs your own audio effect
Polyend Endless is an open effect platform designed around interchangeable effects and faceplates. |
|
Key
takeaway Endless is not a conventional
multi-effects unit with a bank of patches to select on the pedal. It runs one
user-defined effect at a time; loading a different effect requires
transferring another patch over USB-C. |
Polyend Endless replaces the idea of buying a fixed-function
stompbox with a platform that can become the effect you need. You can download
free library effects, describe a sound in the Playground beta, or write your
own C++ DSP with the open SDK.
1. What is Polyend Endless?
At its core, Endless is a programmable stompbox. The same
hardware can host reverbs, delays, drives, amp simulations, loopers, pitch
effects, granular processors, and glitch tools. It is best understood as a
focused single-effect host, not a screen-based performance processor for
browsing many presets during a show.
Front view with three assignable knobs, two footswitches, and a multicolor status LED. |
2. Main specifications and connections
|
Item |
Confirmed
specification |
|
Audio |
Stereo I/O, 48 kHz / 24-bit |
|
Processor |
720 MHz Arm Cortex-M7 |
|
I/O modes |
Stereo, mono, and mono-in to
stereo-out |
|
Controls |
Three parameter knobs, two
footswitches, multicolor LED |
|
Expression |
TRS expression-pedal input |
|
Data |
USB-C drag-and-drop patch loading and
firmware updates |
|
Power |
9–12V DC, center-negative or
center-positive |
|
Construction |
Machined aluminum chassis and magnetic
faceplate |
The stereo audio path and analog input/output preamps make
the unit suitable for guitars, synthesizers, and desktop instruments. The
expression input does not have one universal assignment: its function depends
on how the loaded effect maps it.
Side-mounted Input and Expression jacks; the output connections sit on the opposite side. |
DC power and USB-C. USB-C is used for effect transfer and firmware updates. |
3. Basic setup and first sound
1. Connect a suitable
9–12V DC supply. Confirm the available current and voltage before using a
pedalboard power output.
2. Connect the guitar or
synth to the input, then connect the output to an amplifier, audio interface,
or the next pedal. Use the designated mono jack for a mono rig.
3. Press the right On
footswitch to engage or bypass the effect. The left switch performs the tap or
hold action assigned by the loaded patch.
4. Turn the three knobs
to adjust the patch’s main parameters. Names and ranges change from one effect
to another, so check the faceplate or patch notes.
5. Hold the On switch
while adjusting the three knobs to reach global controls such as analog preamp
level, master output, and wet/dry mix.
4. Three ways to load or create an effect
A. Download a free Plates or community effect
Download the effect file, connect Endless to a computer over
USB-C, and drag the patch into the mounted storage. Eject it safely, then
follow the supplied loading or restart instruction. Library effects are free to
download and use, with no subscription fee.
B. Generate an effect in Playground beta
Registered owners can describe a response in natural
language, such as a worn-tape delay or a multiband drive that reacts to picking
dynamics. Playground compiles the result into a loadable file. You can test it,
provide feedback, and generate refinements. Tokens apply to new Playground
generations, but not to free library downloads or your own C++ builds.
C. Develop with the C++ SDK
Developers can start from Polyend’s GitHub SDK and examples,
map the audio callback and hardware controls, build the project, and copy the
result over USB-C. This route offers the deepest control without
generation-token costs, but it requires real-time audio and gain-staging
knowledge.
A Delay faceplate labels the three controls as Time, Feedback, and Tone. |
Another patch can assign completely different parameters such as Speed, Pattern, and Scale. |
5. Controls that matter in daily use
·
Right footswitch: normally controls effect On/Bypass.
·
Left footswitch: tap and hold can be assigned independently
by the patch creator—for tempo, freeze, loop recording, or a mode change.
·
Multicolor LED: communicates patch states, including
short/long latch behavior.
·
Three knobs: control the patch’s main parameters. With no
screen, the faceplate labels and patch notes become important.
·
Expression input: continuously controls whichever parameter
the patch assigns; it is not limited to simple volume control.
6. Advantages and limitations
|
Advantages |
Check
before buying |
|
One hardware pedal can keep gaining
new effects |
Only one effect runs at a time;
patches are not browsed from the pedal |
|
Free library, text generation, and
C++ development paths |
Playground generations use tokens and
rely on a beta online service |
|
Flexible I/O for mono guitar or
stereo synth setups |
No screen; labels and LED colors
carry most status information |
|
Magnetic faceplates can match control
labels and artwork |
A conventional multi-FX or loop
switcher is easier for rapid effect changes live |
7. Who is it for?
Endless is especially compelling for players who enjoy
experimental delay, granular, and glitch textures; electronic musicians with
stereo instruments; and DSP developers who want a compact hardware target. A
player who needs drive, chorus, delay, and reverb recalled in sequence during
one set may be better served by a conventional multi-effects processor.
8. Price and buying decision
The launch announcement listed the price at US$299 / €299
and included a blank magnetic faceplate plus US$20 in starter Playground
tokens. Retail price, tax, and bundle contents can vary by country and date, so
verify the current listing before purchase.
|
Bottom line The value of Endless is not a
factory effect count. It is the openness to turn one pedal into a succession
of different, personal tools. That makes it unusually appealing to sound
designers, but less convenient for anyone expecting instant onboard preset
switching. |
FAQ
Q. Can it run several effects at once?
No. Polyend states that Endless runs one effect at a time. A
developer may design several processing stages inside one patch, or the pedal
can be combined with other hardware.
Q. Can I use it without coding?
Yes. Download free effects or use Playground to create a
patch from a natural-language description.
Q. Is Playground a subscription?
Polyend describes a token charge for new generations, not a
subscription. Free community effects and C++ development do not use generation
tokens.
Q. Does USB-C provide MIDI control?
Current official material describes USB-C for patch transfer
and firmware updates. MIDI functionality should not be assumed.
Sources
·
Polyend official Endless product page and technical
specifications (accessed September 6, 2026)
·
Polyend Endless Quick Start Guide 1.0 downloads page
·
Polyend Backstage, “Introducing the Polyend Endless,”
January 22, 2026
· Polyend Plates and open SDK information