axeldelafosse / stemgen

🎛 Stemgen is a Stem file generator. Convert any track into a Stem and have fun with Traktor.
https://stemgen.dev
MIT License
207 stars 39 forks source link

Refactor codebase to improve readability and Pythonic style #24

Closed sweep-ai[bot] closed 1 year ago

sweep-ai[bot] commented 1 year ago

Description

This pull request aims to address the issue #23 by refactoring the codebase to improve readability and make it more Pythonic. The code in ableton.py, stem.py, and stemgen.py has been reviewed and modified to adhere to a unified style guide that follows Python's PEP 8 style guide while also considering any unique conventions used in the existing codebase.

Summary of Changes

Please review the changes and provide any feedback or suggestions for further improvement. Thank you!

Fixes #23.

To checkout this PR branch, run the following command in your terminal:

git checkout sweep/refactor-codebase_1