A simple C++ console application that lets you build custom drum patterns and play them back using WAV samples.
- Create your own rhythm patterns with kick (k), clap (c), and hat (h).
- Save patterns in memory while the app runs.
- Play back your custom sequence.
- Clear-screen interface for a retro console feel.
- Windows (tested with Visual Studio 2022).
- C++17 or newer.
- WAV samples (kick, clap, hat) placed in the same directory as the executable.
- Compile and run the project in Visual Studio.
- Use the menu to:
- Set Pattern → define your beat sequence.
- Display Pattern → view your sequence.
- Play Music → listen to your beat with WAV samples.
- Exit → quit the program.
Clone this repo:
git clone https://github.com/ViewlessPanda/BeatMaker3000.git