This is Y+ (yplus) a music render/runtime written in Python
learning tradional digital audio workstations, like Fl studio can be complex, Y+ is designed for both minimalism and flexiablity.
Curently there are no binnaires, so you have to install it from sourse:
Prerequisites:
Install steps
to install, we firstly need to download the code from this repo locally:
git clone https://github.com/qrunk/yplus.git
cd yplus
Now we need to add it as a path, so you can easily just run yplus in a command line to easily execute commands.
Linux
echo 'export PATH="/home/vale/Documents/Y+/.venv/bin:$PATH"' >> ~/.bashrc
# then reload
source ~/.bashrc
Windows (cmd)
setx PATH "%PATH%;C:\path\to\Yplus"
# note: open a new CMD window to see the change