Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/bertreb/pimatic-wavtrigger
- Owner: bertreb
- License: mit
- Created: 2020-03-28T19:35:28.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-04-14T17:49:59.000Z (over 4 years ago)
- Last Synced: 2024-11-30T09:12:08.590Z (about 1 month ago)
- Language: CoffeeScript
- Size: 17.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: HISTORY.md
- License: LICENSE
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] ]
```