2024-12-02 08:20:15 +01:00
2024-12-02 08:20:15 +01:00
2024-12-02 08:21:59 +01:00
2024-12-02 08:26:05 +01:00

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

  1. Grab packages using vcpkg.

  2. Use VS2022 to Compile.


Contributing 🤝

We welcome contributions to enhance ApfelDAW! Here's how you can help:

  1. Fork the repository.
  2. Create a new branch:
    git checkout -b feature-name
    
  3. Commit your changes:
    git commit -m "Description of changes"
    
  4. Push the branch:
    git push origin feature-name
    
  5. Open a pull request.

Contact 💬

For feedback, questions, or suggestions, reach out to me:


Enjoy creating music with ApfelDAW! 🎹

S
Description
a bad but simple DAW in C++ ig
Readme
42 KiB
Languages
C++ 100%