{% extends "base.html" %} {% block title %}Settings — Pi Multi-FX Pedal{% endblock %} {% block content %}

Connection

Hostname
pedal.local
Web Server
http://pedal.local:8080
Connected Clients
0

Audio

Master Volume
{{ (master_volume * 100)|int }}%
Tuner

4-Cable Method (4CM)

4CM Mode
Breakpoint
{{ routing_breakpoint }}
Routing
{% if routing_mode == '4cm' %} Input 1 (Guitar) → Pre blocks [0..{{ routing_breakpoint }}) → Send  |  Input 2 (Return) → Post blocks [{{ routing_breakpoint }}..] → Output {% else %} Mono: Guitar → Full chain → Output {% endif %}

About

Pi Multi-FX Pedal v0.1.0

Raspberry Pi 4B — Python 3.11 — JACK Audio

Gitea Repository

{% endblock %}