Skip to content

Patch manager for Empress Effects ZOIA pedal

License

Notifications You must be signed in to change notification settings

marcuslupinus/zoia_lib

 
 

Repository files navigation

zoia-lib

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 Donate. 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.

How to Install

Application can be installed in one of two ways:

# 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

Documentation

Features

  • 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

Contributing

We welcome all contributions! If you want to see something added, either fork or clone the repo to get started. Some useful tools include:

Authors

  • 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

About

Patch manager for Empress Effects ZOIA pedal

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 98.1%
  • CSS 1.9%