https://github.com/bmiddha/bash-drumpad
It is a dumpad.... in bash...
https://github.com/bmiddha/bash-drumpad
bash bash-script drumpad drums music
Last synced: about 2 months ago
JSON representation
It is a dumpad.... in bash...
- Host: GitHub
- URL: https://github.com/bmiddha/bash-drumpad
- Owner: bmiddha
- License: gpl-3.0
- Created: 2018-11-13T04:51:56.000Z (over 6 years ago)
- Default Branch: main
- Last Pushed: 2022-02-13T00:00:13.000Z (about 3 years ago)
- Last Synced: 2025-01-23T20:55:05.954Z (3 months ago)
- Topics: bash, bash-script, drumpad, drums, music
- Language: Shell
- Size: 1.24 MB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# bash-drumpad
Cause sometimes you just wanna `bash` your keyboard.
## What is it?
Exactly what it says.
It is a drumpad for bash.## Why you ask??
Cause was very bored one night.
## Dependencies
aplay
amixer (for volume only)## Usage
`./bashpad`
## Keybinds
|Key | Sample |
|------|---------------|
|asqw |snare |
|p['; |kick |
|io |hi hat closed |
|kl |hi hat open |
|bn |tom1 |
|m, |tom2 |
|./ |tom3 |
|yu |tamborine |
|hj |clap |
|zx |snare rim |
|redf |crash |
|cv |ride |
|\ |rubber chiken |
|+= |volume up |
|- |volume down |
|ESC |exit |### Inspiration
Inspired by [@dixler](https://github.com/dixler)'s piano keyboard.