Skip to content

Commit

Permalink
Update readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
RyoK3N authored Oct 18, 2024
1 parent 2147a2b commit 78646a3
Showing 1 changed file with 15 additions and 47 deletions.
62 changes: 15 additions & 47 deletions drum3x/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,20 +28,21 @@ Install the required Python packages using pip:
pip install psutil pygame matplotlib
```

Prepare Sound Files
Create a beats Folder: Place it in the same directory as your scripts.

Add Drum Sound Files: Ensure you have 9 WAV files in the beats folder with the following filenames:

Bass_Drum_Comb.wav
Bass_Drum_Driven12.wav
OH_Open_Hat_04.wav
Bass_Drum_Driven.wav
CH_Closed_Hat23.wav
SD_Snare_Drum_014.wav
Bass_Drum_Driven1.wav
LT_Low_Tom_06.wav
SD_Snare_Drum_092.wav
## Prepare Sound Files
__Create a beats Folder:__ Place it in the same directory as your scripts.

__Add Drum Sound Files:__ Ensure you have 9 WAV files in the beats folder with the following filenames:

--beats\
----Bass_Drum_Comb.wav
----Bass_Drum_Driven12.wav
----OH_Open_Hat_04.wav
----Bass_Drum_Driven.wav
----CH_Closed_Hat23.wav
----SD_Snare_Drum_014.wav
----Bass_Drum_Driven1.wav
----LT_Low_Tom_06.wav
----SD_Snare_Drum_092.wav
Note: The sound files should be in uncompressed 16-bit PCM WAV format. You can convert your audio files using ffmpeg:

```bash
Expand Down Expand Up @@ -109,36 +110,3 @@ Matplotlib: For making it easy to embed dynamic graphs in the application.
Psutil: For accessing system performance metrics.
Community: Thanks to everyone who has inspired and supported this project.
Unleash your inner rhythm and take the first step into an exciting musical journey with Drum3x!

```markdown

---

### **Notes on the Updates**

- **Name Changes:**
- Changed the application name to **"Drum3x"** in all scripts and the `README.md`.
- Updated file names to `drum3x.c` and `drum3x.py`.

- **README Enhancements:**
- Made the README sound more fun and engaging.
- Hinted at Drum3x being part of a larger project.
- Used emojis to make the sections more visually appealing.
- Encouraged contributions and hinted at future developments.

- **CPU Utilization Graph Improvements:**
- Styled the graph with a darker background (`#0f0f0f`) to match gaming aesthetics.
- Used bright green (`#00ff00`) for the graph line, resembling gaming HUDs.
- Added bold fonts and a title to enhance the gaming feel.
- Included grid lines to mimic a gaming performance monitor.
- Adjusted line widths and colors for better visibility.
- Added comments suggesting the addition of gaming-themed backgrounds or overlays (implementation depends on available resources).

- **UI Enhancements:**
- Adjusted button styles to have a more pronounced border and colors matching the gaming theme.
- Ensured that the overall application has a consistent gaming-inspired look.

---

Let me know if you have any questions or need further modifications!
```

0 comments on commit 78646a3

Please sign in to comment.