Skip to content
Thiago Fernando Rech edited this page Jun 30, 2025 · 7 revisions

ToneForge Wiki

Welcome to the ToneForge documentation! This wiki contains comprehensive information about the digital pedalboard app for Android.

πŸ“š Documentation Index

Getting Started

Effects & Features

Technical Information

🎸 What is ToneForge?

ToneForge is a digital multi-effects pedalboard for Android, featuring real-time audio processing with native C++ code. Transform your Android device into a professional pedalboard with low latency, multiple effects, and advanced features like automation and MIDI control.

πŸš€ Quick Start

  1. Clone and build:

    git clone <repository-url>
    cd ToneForge
    ./gradlew assembleDebug
  2. Install on Android device (API 27+)

  3. Grant permissions and start creating!

πŸ“– Main Features

  • Real-time audio processing with low latency
  • Multiple effects: Gain, distortion, delay, reverb, chorus, flanger, phaser, EQ, compressor
  • Preset system with favorites and export/import
  • Customizable effect order via drag-and-drop
  • Real-time tuner with pitch detection
  • Automation system for dynamic performances
  • MIDI Learn for external controller support
  • Background processing with screen off
  • Modern dark interface with tooltips

πŸ”— External Links


ToneForge - Turn your Android into a professional pedalboard! 🎸

ToneForge Wiki

πŸš€ Getting Started

πŸŽ›οΈ Effects & Features

🧠 Advanced Features πŸ†•

🎡 Learning & Practice

πŸ”§ Technical


Quick Links:

Clone this wiki locally