Patch manager/librarian for the Empress Effects ZOIA pedal-format modular effects unit.
To learn more about ZOIA and its community, join our Discord chat server, Subreddit, and/or Facebook group.
If you would like to leave a tip, we are accepting donations here . Thank you for your support!
This project depends heavily on the PatchStorage API, developed by Blokas: https://patchstorage.com/docs/
This software is distributed under GNU General Public License 3.0. Please familiarize yourself with the Terms & Conditions of copyleft licenses like GPL (and others) here: https://www.gnu.org/licenses/gpl-3.0.en.html. ZOIA and its patch binary format are a trademark of Empress Effects, Inc. and are used with permission.
Neither the developers nor Empress Effects, Inc. are liable for any issues caused or raised by the use or modification of this application. By installing the application you agree to these terms.
Application can be installed in one of two ways:
-
(For general users) - Use the pre-bundled build, available on Windows, Mac, and Linux (Ubuntu) here: https://github.com/meanmedianmoge/zoia_lib/releases.
-
(For developers/contributors) - Build from source; requires Python 3.7+.
# Download source code from Github (either directly from the site or cloning the repo)
git clone https://github.com/meanmedianmoge/zoia_lib.git
# Make sure you're in the right directory
cd Downloads/zoia_lib
# Install Python 3.7+, make sure you have pip
pip help
# Install the dependencies that allow the app to run
pip install -r requirements.txt
# Load the application
python -m zoia_lib.backend.startup
- Overview video and tutorial: https://www.youtube.com/watch?v=JLOUrWtG1Pk
- Supplemental 1.1 video: https://www.youtube.com/watch?v=nP9oRLtXMUE
- You'll find the following in
/documentation
:
- Current version of the manual (pdf)
- Overall changelog - lists new features, bug fixes, and known issues for each release
- Initial app frameworks and discussions among the dev team
- Binary format
- Browse PatchStorage uploads and local patches within the UI
- Search for specific patches, authors, tags, and more
- Sort the results by author, title, date modified, likes, views, or downloads
- Download patches from PatchStorage
- Import patches from local storage or SD card
- Version control and local/PS patch merging
- Preview patches with the patch visualizer
- View and edit patch notes
- Customized category and tag labels for all patches
- Manage your SD card folders quickly
- Drag & drop patches into folders, configured automatically into a ZOIA-readable format
- Help toolbar for app documentation and ZOIA resources
- Dark and light themes
We welcome all contributions! If you want to see something added, either fork or clone the repo to get started. Some useful tools include:
- QtDesigner - https://build-system.fman.io/qt-designer-download
- PyCharm Community Edition - https://www.jetbrains.com/pycharm/download
- Python 3.9.X - https://www.python.org/downloads/release/python-394/
- Mike Moger - app owner, primary dev after Beta 3 release, initial Python implementation
- John Breton - primary dev, designer, and documentation creator up to Beta 3 release
- djigneo/apparent1 - C# binary decoding and testing
- Sranderley - binary encoding, editing, and UI
- Matthew Allen - initial UI frames and app planning
- Special thanks to Steve Bragg and the entire Empress Effects team for supporting this work
- Additional thanks to our beta testers and those who submitted user stories