mirror of
https://github.com/ApfelTeeSaft/ApfelDAW.git
synced 2026-08-26 19:23:28 +00:00
main
ApfelDAW 🍏🎶
ApfelDAW is a simple and basic Digital Audio Workstation (DAW) written in C++ with a clean and intuitive GUI. It provides essential tools for audio editing and mixing, perfect for beginners and those who want a lightweight DAW experience.
Features 🚀
- Track Management: Create and manage multiple audio tracks.
- Audio Playback: Play, pause, and stop audio files.
- Basic Effects: Apply basic audio effects like EQ and reverb. [SOON]
- Waveform Visualization: Real-time display of audio waveforms. [SOON]
- Lightweight: Designed to be simple and efficient.
Getting Started 🛠️
Prerequisites
- VS2022
- VCPKG
Building the Project
-
Grab packages using vcpkg.
-
Use VS2022 to Compile.
Contributing 🤝
We welcome contributions to enhance ApfelDAW! Here's how you can help:
- Fork the repository.
- Create a new branch:
git checkout -b feature-name - Commit your changes:
git commit -m "Description of changes" - Push the branch:
git push origin feature-name - Open a pull request.
Contact 💬
For feedback, questions, or suggestions, reach out to me:
- GitHub: apfelteesaft
Enjoy creating music with ApfelDAW! 🎹✨
Languages
C++
100%