Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/bertreb/pimatic-wavtrigger

Pimatic plugin for controlling a Robert Sonics WavTrigger
https://github.com/bertreb/pimatic-wavtrigger

Last synced: about 1 month ago
JSON representation

Pimatic plugin for controlling a Robert Sonics WavTrigger

Awesome Lists containing this project

README

        

# pimatic-wavtrigger
Pimatic plugin for controlling a Robert Sonics WavTrigger.

The WavTrigger plays high quality stereo audio tracks. The sd-card can contain 1000 wav audiotrack.
The WAV Trigger is polyphonic; it can play and blend up to 14 tracks at a time.

After installing the plugin, you create a WavTigger device with the following config:

```
port: "the usb port number the WavTrigger is connected on"
volume: "the default volume (-90 till 0)"
buttons: [
button:
id: "The track button id"
text: "The track button name"
wavNumber: "The wavTrigger file number (0-999)"
confirm: "Ask the user to confirm the button press"
]
```
You can create a button to trigger a track, but it's not needed because the WavTrigger can be controlled via rules only.

Tracks can be started and stopped via rules. The syntax is:
```
wav [stop | play [tracknummber | $tracknumber-variable] ]
```