https://github.com/cbuschka/striketool
striketool - access the Alesis strike drum module from Linux
https://github.com/cbuschka/striketool
alesis strike
Last synced: 1 day ago
JSON representation
striketool - access the Alesis strike drum module from Linux
- Host: GitHub
- URL: https://github.com/cbuschka/striketool
- Owner: cbuschka
- License: gpl-2.0
- Created: 2022-11-30T19:39:42.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2025-04-20T13:17:03.000Z (6 months ago)
- Last Synced: 2025-10-14T00:33:49.646Z (1 day ago)
- Topics: alesis, strike
- Language: Shell
- Homepage:
- Size: 3.11 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: license.txt
Awesome Lists containing this project
README
# striketool - cli for alesis strike drum module
### Disclaimer: This tool is NO OFFICIAL Alesis tool, it is not verified by the manufacturer and COULD CAUSE DAMAGE to your device! Using this tool COULD VOID THE WARRANTY of your device! Do NOT use this tool for copyright infringements. USE AT YOUR OWN RISK!
### The striketool was created to make the Alesis strike drum module accessible on Linux for troubleshooting purposes.
## Prerequisites
* Linux
* amidi from package alsa-utils installed
* Alesis strike drum module attached via usb## Usage
```
striketool [ --port= ] list|openrw|openro|close
e.g. ./striketool --port=hw:2,0,0 openrw
list - list midi capable alesis devices
openrw - enable internal access in 'content update' mode
openro - enable internal access in read only mode
close - reset strike module in standard mode```
## License
[GPL-2.0](./license.txt)