https://github.com/md4/ptah
💡 Control your lights - MIDI to DMX mapper and program runner.
https://github.com/md4/ptah
dmx lighting live midi
Last synced: about 2 months ago
JSON representation
💡 Control your lights - MIDI to DMX mapper and program runner.
- Host: GitHub
- URL: https://github.com/md4/ptah
- Owner: MD4
- License: mit
- Created: 2023-11-08T17:28:53.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2026-04-27T01:51:49.000Z (about 2 months ago)
- Last Synced: 2026-04-27T03:34:58.306Z (about 2 months ago)
- Topics: dmx, lighting, live, midi
- Language: TypeScript
- Homepage:
- Size: 2.04 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Security: SECURITY.md
Awesome Lists containing this project
README
Control your lights.
MIDI to DMX mapper and program runner.
# How to:
Here what you should know about using PTAH.
## Use PTAH
### Step #1 - Install Node.js
Make sure you have Node.JS >= 20 installed.
If not, check [here](https://nodejs.org/en/download).
### Step #2 - Install PTAH
To install PTAH please run:
```bash
npm install -g @ptah-app/app@latest
```
### Step #3 - Start PTAH
Once installed start PTAH by running the following command:
```bash
ptah
```
### Uninstalling PTAH
To uninstall PTAH, please run:
```bash
npm remove -g @ptah-app/app@latest
```
## Contribute to PTAH
See [CONTRIBUTING/Develop](./CONTRIBUTING.md#Develop)