Skip to content

qrunk/YPlus

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Y+ - A simple yet advanced, music render library.

This is Y+ (yplus) a music render/runtime written in Python


But why though?

learning tradional digital audio workstations, like Fl studio can be complex, Y+ is designed for both minimalism and flexiablity.

How to install

Curently there are no binnaires, so you have to install it from sourse:

Prerequisites:

Python 3+
numpy
simpleaudio

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

(C) qrunk 2025 - present under the Apache-2.0 license.

About

The Y+ music creation/daw framework!

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages