-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
0 parents
commit 373f706
Showing
1 changed file
with
28 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
# Drum3x | ||
|
||
Welcome to **Drum3x**, the ultimate drum pad experience! Drum3x transforms your keyboard into a dynamic drum machine with a sleek, gaming-inspired interface. Whether you're a budding musician or just looking to have some fun, Drum3x offers an engaging platform to unleash your rhythm skills. | ||
|
||
## Features | ||
|
||
- 🎹 **9 Dynamic Drum Pads**: A 3x3 grid of responsive pads, each linked to unique drum sounds. | ||
- 💻 **Keyboard Integration**: Play beats effortlessly using intuitive keyboard shortcuts. | ||
- 🎶 **Record & Playback**: Capture your creative sequences and replay them with precise timing. | ||
- 🎮 **Gaming-Inspired UI**: Immerse yourself in a dark-themed interface with neon highlights and a real-time CPU utilization graph styled like a gaming HUD. | ||
- 📈 **System Performance Monitor**: Keep an eye on your system's performance with a live-updating, gaming-styled CPU usage graph. | ||
|
||
Drum3x is more than just a drum pad—it's a glimpse into a larger project aimed at redefining interactive music experiences. Stay tuned for exciting updates! | ||
|
||
## Installation | ||
|
||
### Prerequisites | ||
|
||
- **Python 3.x** | ||
- **C Compiler** (e.g., GCC) | ||
- **Pip** (Python package manager) | ||
|
||
### Python Packages | ||
|
||
Install the required Python packages using pip: | ||
|
||
```bash | ||
pip install psutil pygame matplotlib |