Create README.md

This commit is contained in:
ApfelTeeSaft
2024-12-02 08:25:26 +01:00
parent 9c5ef49636
commit 247d49214a
+62
View File
@@ -0,0 +1,62 @@
Here's a GitHub Markdown for your repository:
```markdown
# 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:
```bash
git checkout -b feature-name
```
3. Commit your changes:
```bash
git commit -m "Description of changes"
```
4. Push the branch:
```bash
git push origin feature-name
```
5. Open a pull request.
---
## Contact 💬
For feedback, questions, or suggestions, reach out to me:
- **GitHub:** [apfelteesaft](https://github.com/apfelteesaft)
---
Enjoy creating music with **ApfelDAW**! 🎹✨