An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          








Logo

Control your lights.


MIDI to DMX mapper and program runner.




build status
npm version
license
license
coverage





# 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)