Your Pythonic synthesizer now has a smart preferences system that remembers your settings!
When you run Pythonic for the first time:
- A config folder is created automatically
- A
Pythonic Presetsfolder is created in your Documents - All settings are saved to a
preferences.jsonfile - That's it! Everything is automatic.
In the top-left of the window, you'll see:
Preset: [ Select a preset... ] 📁 🔄
- Click the combo-box to open the dropdown
- Select a preset from the list
- It loads instantly!
- Click the 📁 (folder) button
- Choose a new folder
- The list refreshes automatically
- Click the 🔄 (refresh) button
- Useful if you added files to the folder manually
When you click "Save Preset":
- The file browser opens in your preset folder
- Save your preset there
- It automatically appears in the combo-box
| OS | Location |
|---|---|
| Windows | C:\Users\YourName\AppData\Roaming\Pythonic\preferences.json |
| macOS | ~/Library/Application Support/Pythonic/preferences.json |
| Linux | ~/.config/Pythonic/preferences.json |
All platforms: ~/Documents/Pythonic Presets/
✅ Preset folder location
✅ Last loaded preset
✅ Recent files (up to 10)
✅ Master volume
✅ Window size (coming soon)
.json- Standard Pythonic format.mtpreset- Native Pythonic format
💡 Organize Presets: Create subfolders in your presets folder and navigate to them
💡 Backup: Copy your Pythonic Presets folder to backup your presets
💡 Share: Send preset files to others - they'll load in their preset folder
💡 Recent Files: The system tracks your 10 most recent presets
Combo-box is empty?
- Click 🔄 to refresh
- Check that files are in the preset folder
- Use "Load Preset" button to browse manually
Changed folder but list didn't update?
- Click the 🔄 refresh button
- Or close and reopen the app
Preferences not saving?
- Check that the config folder is writable
- On Linux:
~/.config/Pythonic/should exist - Create it manually if needed:
mkdir -p ~/.config/Pythonic
Where are my old presets?
- They're still in their original location
- Use "Load Preset" button to find them
- Move them to your Pythonic Presets folder
- Refresh with 🔄
You can edit preferences.json manually for advanced setup:
{
"preset_folder": "/custom/path/to/presets",
"master_volume_db": -6.0,
"max_recent_files": 20
}Just restart Pythonic after editing!
See PREFERENCES_README.md for complete documentation.
Enjoy your Pythonic presets! 🎵