Trial
Free
- 30 days
- 44 kHz
- Built-in presets
- Up to 10 nodes per schema
macOS · realtime · document-based
Place blocks on a canvas. Wire them in any order. Run it live on your guitar in.
The MVP ships with seven blocks. Nothing else.
Audio from the selected input device.
Threshold-based noise gate.
Clean gain stage.
Nonlinear waveshaping with drive & tone.
Speaker cabinet coloration.
Low / Mid / High parametric bands.
Audio to the selected output device.
Start with the trial build today. Premium unlocks the full realtime graph when purchases are enabled.
Free
Coming soon
The docs section is generated from Markdown in the repository. Browse guides, node references, and glossary in both languages.
Most guitar software locks you into a linear pedalboard. djent.studio is a directed graph: any node can feed any other node. Split, recombine, bypass, re-route — the topology is the instrument.
Documents are plain data: nodes, positions, connections, params, audio settings. Save a patch, open it later, share it.
{
"nodes": [
{ "id": "…", "type": "input", "position": [40, 160] },
{ "id": "…", "type": "gate", "position": [220, 160], "params": { "threshold": -48 } },
{ "id": "…", "type": "amp", "position": [440, 160], "params": { "drive": 0.82, "tone": 0.6 } },
{ "id": "…", "type": "cab", "position": [620, 160] },
{ "id": "…", "type": "output", "position": [820, 160] }
],
"connections": [
{ "from": "…", "to": "…" }
],
"audio": { "sampleRate": 48000, "bufferSize": 128 }
}
Xcode 15+, macOS 13+.
git clone https://github.com/<you>/djent.studio
cd djent.studio/macos
brew install xcodegen
xcodegen generate
open DjentStudio.xcodeproj
Grant microphone access on first run. Select your audio input and output in the settings panel.