A web-based controller for the Valeton GP-5 multi-effects pedal with dual-mode support: Bluetooth (advanced) and USB MIDI (basic). Control your GP-5 directly from your browser - no additional software required!
๐ธ Web Example https://helvecioneto.github.io/gp5-wc/
- Bluetooth Mode (Advanced): Full control via Web Bluetooth + SysEx
- USB MIDI Mode (Basic): Simple control via Web MIDI + Control Change
- ๐๏ธ Preset Management: Navigate through presets 00-99
- ๐๏ธ Module Control: Toggle all 10 effect modules (NR, PRE, DST, NโS, AMP, CAB, EQ, MOD, DLY, RVB)
- ๐ต Parameter Control: Adjust patch volume in real-time
- ๐ ๏ธ Customizable: Edit MIDI CC mappings via JSON
- ๐ Patch Names: Load and display custom patch names
- ๐จ Effect Selection: Change individual effects within blocks
- ๐๏ธ Advanced Parameters: Full access to all effect parameters
- ๐ Bidirectional Sync: Automatic state synchronization
- A modern web browser:
- For Bluetooth: Chrome, Edge, Opera (with flag enabled)
- For USB MIDI: Chrome, Edge, Opera
- Valeton GP-5 multi-effects pedal
- USB cable (for USB mode) or Bluetooth connection (for BT mode)
- Access the controller: https://helvecioneto.github.io/gp5-wc/
- Select Bluetooth mode
- Click "Connect" button
- Pair with your GP-5
- Start controlling! ๐
# Clone the repository
git clone https://github.com/helvecioneto/gp5-wc.git
# Navigate to the project folder
cd gp5-wc
# Start a local HTTP server (required for file loading)
python3 -m http.server 8000
# Open in browser
# http://localhost:8000/gp5-controller.htmlImportant: Don't open files directly with file:// - use a local server!
- Open
gp5-controller.html - Look for the dropdown in the top-right corner
- Select Bluetooth or USB
- Click Connect
Open the browser Console (F12) to see detailed logs:
[init]- Configuration loading[connectMidi]- MIDI connection[listMidiPorts]- Detected MIDI ports[sendBlockStatus]- Module commands[changePatch]- Patch changes
gp5-controller.html- Main interface (dual-mode support)index.html- Legacy USB-only versionble_sysex.json- Bluetooth/SysEx configurationcc_commands.json- MIDI CC mappingREADME.md- This file python -m http.server 8000
Then open http://localhost:8000/test.html
- Click the "Connect GP-5" button
- The button will turn green when connected successfully
- If no device is found, it will turn red
- Use Previous/Next buttons to navigate presets
- Or enter a specific preset number (00-99) and click "Go โ"
- The current preset display shows which preset is active
- Click any module button to toggle it ON/OFF
- Green = Module is active
- Gray = Module is inactive
- Changes sync bidirectionally with your pedal
- Use the Patch Volume slider to adjust volume (0-100)
- Changes are sent to the GP-5 in real-time
- Click "Edit CC Map" to customize MIDI CC mappings
- Edit the JSON structure and click "Apply"
- Or "Reset to Default" to restore factory mappings
Based on the official GP-5 MIDI implementation:
| CC# | Parameter | Range | Description |
|---|---|---|---|
| 0 | Preset | 0-99 | Select preset 00-99 |
| 7 | Patch Volume | 0-100 | Adjust patch volume |
| 22 | Bank โ | 0-127 | Bank down (ten digit) |
| 23 | Bank + | 0-127 | Bank up (ten digit) |
| 24 | Patch โ | 0-127 | Previous patch |
| 25 | Patch + | 0-127 | Next patch |
| 29 | Song โ | 0-127 | Previous song patch |
| 30 | Song + | 0-127 | Next song patch |
| 48 | NR | 0-63/64-127 | Noise Reduction Off/On |
| 49 | PRE | 0-63/64-127 | Preamp Off/On |
| 50 | DST | 0-63/64-127 | Distortion Off/On |
| 51 | NโS | 0-63/64-127 | NoisegateโSend Off/On |
| 52 | AMP | 0-63/64-127 | Amp Off/On |
| 53 | CAB | 0-63/64-127 | Cabinet Off/On |
| 54 | EQ | 0-63/64-127 | EQ Off/On |
| 55 | MOD | 0-63/64-127 | Modulation Off/On |
| 56 | DLY | 0-63/64-127 | Delay Off/On |
| 57 | RVB | 0-63/64-127 | Reverb Off/On |
| 58 | Tuner | 0-63/64-127 | Tuner Off/On |
| 69 | CTL | 0-127 | Control |
Contributions are welcome! This is a community project, and everyone is encouraged to:
- ๐ Report bugs
- ๐ก Suggest new features
- ๐ง Submit pull requests
- ๐ Improve documentation
- ๐ Translate to other languages
- Fork the repository
- Create your feature branch (
git checkout -b feature/AmazingFeature) - Commit your changes (
git commit -m 'Add some AmazingFeature') - Push to the branch (
git push origin feature/AmazingFeature) - Open a Pull Request
This project is licensed under the MIT License - see the LICENSE file for details.
You are free to:
- โ Use this project commercially or personally
- โ Modify and distribute
- โ Use privately
- โ Sublicense
Important: This is an independent community project and is not affiliated with, endorsed by, or sponsored by Valeton.
- All trademarks, product names, and company names mentioned are the property of their respective owners.
- Valeton and GP-5 are trademarks of Valeton Technology Co., Ltd.
- This project is created by the community for educational and convenience purposes.
- All intellectual property rights related to the Valeton GP-5 hardware and firmware belong to Valeton Technology Co., Ltd.
- Thanks to Valeton for creating the GP-5 multi-effects pedal
- Thanks to the Web MIDI API community
- Thanks to all contributors who help improve this project
- ๐ Issues: GitHub Issues
- ๐ฌ Discussions: GitHub Discussions
- ๐ง Contact: Helvecio Neto
If you find this project useful, please consider:
- โญ Starring the repository
- ๐ด Forking and contributing
- ๐ข Sharing with other GP-5 users
- โ Buy me a coffee (optional)
Made with โค๏ธ by the community | Helvecio Neto ยฉ 2025
