MothSynth Logo

(Windows) Companion GUI App : Beta 1.1.0 GUI based sample upload application for Windows.
ChangeLog 1.1.0 (Beta):
- Tracker (Notesheet) view, hold F1 to switch between live/tracker
- Midi Clock (start/stop/continue/tempo) support for MIDI enabled models
- Save / Load song, hold F4 to save, hold F3 to load
- Removed SFX bank, added 1 more long instrument (memory for save/load)

(MacOS) Companion CLI App : Alpha 0.1.0 CLI Sample uploader for MacOS, ctrl+click and open in terminal to run. AppStore version of the GUI companion app coming soon. Stay tuned!

Python3 CLI Sample Uploader Simple to run Python3 script for uploading samples to your MothSynth. Run pip3 -r requirements.txt from root directory and launch with python3 convert.py

MothSynth companion app allows you to upload custom samples to your MothSynth and change BPM presets without the need for Arduino IDE, sound editors, or any other tools. Launch the app, click on "Pick" under sample waveforms and process your own WAV or MP3. Drum/sfx samples should be 1/3s long, and instruments can be up to 1s long. You can also use the companion app to upload your RAW files processed in Audacity (export settings: 44khz, Mono, 16 bit signed PCM) by replacing RAW files in the Samples folder, launching app and clicking Upload.

CLI Tools have the same functionality except for sample editing, you'll need to use a free tool like Audacity to export samples with the following settings: 44khz, Mono, 16 bit signed PCM
Companion App