Studio One Project Tools v2 is a beta-stable utility for safe cleanup, consolidation, recovery and crash diagnostics of Studio One / Fender Studio Pro projects.
The tool helps create a clean autonomous copy of a Studio One project without overwriting the original .song file.
It can collect referenced audio, recover missing files, identify unused and duplicate side files, create safe cleaned project copies, and analyze crash dumps without WinDbg or cdb.
- Clean autonomous project copy.
- Fast missing audio search across connected drives through Everything /
es.exe. - Relinked
.songcopy creation. - Safe no-bypassed-FX project copy.
- Plugin scanning by tracks and FX slots.
- Detection of unused files and duplicate side files.
- Batch consolidate for multiple projects.
- Built-in Crash Analyzer without WinDbg/cdb.
- Minidump parser, stack memory scan, score/rank evidence.
- Clear Everything test result.
- Create a clean autonomous project copy.
- Copy referenced audio into a new project folder.
- Recover missing audio into a new relinked
.songcopy. - Keep the original project untouched.
- Copy unused and duplicate side files into separate folders.
- Prepare projects for transfer, backup, archiving or delivery.
- Uses Everything /
es.exefor fast search across connected drives. es.exeis detected automatically when bundled next to the app.- Test button checks the standard compatible Everything interface.
- Test is neutral and does not depend on WAV/SONG files existing in the user index.
- Parse plugins by track and FX slot.
- Detect bypassed FX.
- Create a separate no-bypassed-FX
.songcopy. - Keep original
.songsafe.
- Referenced files.
- Missing files.
- Duplicate candidates.
- Unused side files.
- Project-side files that are not referenced by the
.song.
- Scan a folder with multiple
.songprojects. - Ignore autosaves/backups.
- Consolidate multiple projects one by one.
- Show progress and reports.
Built-in crash analysis without WinDbg/cdb:
- Reads Studio One / Fender Studio Pro minidumps.
- Detects exception code and fault surface module.
- Scans stack memory for module evidence.
- Matches project FX only through stack evidence.
- Uses
score=for project FX matches. - Uses
rank=for generic non-system modules. - Highlights strongest score/rank evidence.
The tool is designed around safe copies:
- original
.songis not overwritten; - cleanup creates separate
.songcopies; - recovery creates relinked copies;
- consolidation creates a new autonomous folder;
- reports are written separately.
Development:
python 3.11+
pip install -r requirements.txtRuntime:
- Windows
- Studio One / Fender Studio Pro projects
- Everything installed and running for missing-file search
- optional
es.exeplaced next to the app or selected in Settings
python main.pyOn Windows:
BUILD_WINDOWS_EXE.batOutput:
dist\StudioOneProjectTools\StudioOneProjectTools.exe
For beta-stable, the onedir build is preferred because es.exe can stay next to the main EXE and be detected reliably.
docs/MANUAL_RU_EN.pdfdocs/MANUAL_RU_EN.docxdocs/PROMO_RU_EN.txt
es.exe is a third-party Everything command-line tool. This source repository does not include it by default. If you want to distribute a bundled release, verify and follow the third-party license terms.
Beta Stable RC1.