// the site
WyseDSP is a commercial audio plugin suite built in C++ and JUCE — guitar amps, bass amp, synthesiser, and drum machine. The plugins aren't shipping yet, but the site is. Getting a proper home up early means there's somewhere to point people, somewhere to build anticipation, and somewhere that reflects the quality of what's being built.
The site was built the same way as cyber-wyse: pure HTML, CSS, and vanilla JavaScript — no WordPress theme, no page builder, no framework. Five plugins, five individual pages, a plugins listing, an about page, and an index. All self-contained, all deployable by dropping files into a folder.
// the plugins
The WyseDSP suite covers four categories of audio processing — guitar amp simulation, bass amp simulation, subtractive synthesis, and drum machine. Every plugin is written in C++ using the JUCE framework, with presets hand-crafted across every category and full MIDI Learn on all parameters.
Full high-gain guitar amplifier. Four pre-amp pedal blocks (Gate, Octave, Phaser, Flanger, Gold/Green Drive, Compressor, Blue/Yellow Drive), three-channel amp (Clean, Crunch, Lead), IR cabinet loader, and a full post-amp chorus/delay/reverb chain.
The free version of GREC. Focused pre-amp (Gate, Compressor, Phaser, Green Drive, Blue Drive), same amp engine, same cabinet options, delay and reverb. The permanent free entry point to the WyseDSP sound.
Subtractive synthesiser. Dual oscillators, multi-mode filter (LP/HP/BP/Notch), filter and amp ADSR envelopes, LFO, performance controls, and 189 presets across 12 categories — including a dedicated Synth Revival category covering sounds from the 80s and 90s.
LinnDrum-inspired drum machine. 17 proprietary 24-bit samples, 17-channel mixer, per-pad tuning, 16-step sequencer with swing, wave designer, analog filter, and master dynamics section.
SVT-style bass amplifier. Compressor, Octaver, Envelope Filter, and Overdrive in the pre-amp. Full SVT EQ section, 8×10/4×10/1×15 cabinet selection, DI output with HPF/LPF, and post-amp chorus/delay/reverb.
// the build
The WyseDSP site uses the same design DNA as cyber-wyse — dark background, monospace type, noise overlay, teal accent — but with WyseDSP's own purple layered in. The index hero uses the perspective plugin composite image faded into the background, making the product visible without competing with the headline text.
All plugin screenshots are embedded as base64, so the entire site is eight self-contained HTML files. No CDN, no asset pipeline, no build step — just files in a folder on Bluehost. It went live by renaming index.php to index.php.bak and uploading the HTML alongside the existing WordPress files.
Windows and macOS releases are coming soon. Linux and iOS/AUv3 will follow. GREC Mini will be free on release.