Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/barraider/streamdeck-soundpad
Soundpad integration for the Elgato Stream Deck
https://github.com/barraider/streamdeck-soundpad
Last synced: about 1 month ago
JSON representation
Soundpad integration for the Elgato Stream Deck
- Host: GitHub
- URL: https://github.com/barraider/streamdeck-soundpad
- Owner: BarRaider
- Created: 2019-05-16T08:39:14.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-05-17T05:20:15.000Z (over 3 years ago)
- Last Synced: 2023-03-02T12:55:50.607Z (almost 2 years ago)
- Language: C#
- Size: 233 KB
- Stars: 18
- Watchers: 2
- Forks: 1
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Soundpad Integration for Elgato Stream Deck
Play sounds directly from Soundpad, without needing to configure hotkeys.
**Author's website and contact information:** [https://barraider.com](https://barraider.com)
# New in v1.7
- Added support for categories 🔥
- `Play Random Sound` can now be limited to a specific category
- `Play Sound` can now be limited to a specific category
- Bypassed previous limit of ~1300 sounds and should now support anything you put in SoundPad# New in v1.6
- New `PTP (Push-To-Play)` mode in Play Action stops sound when button is released
- New `Play/Pause` Action allows to pause and resume sounds## Features
- Support playing sounds based on the index in Soundpad UI
- RecordPTT action - Utilizes Soundpad's internal recording function and allows recording sounds into Soundpad
- "Load Playlist" action, allows loading an existing *.spl file
- `Remove Sound` action allows you to remove a sound at a specific index from a playlist. Along with the `Record PTT` you can now use this as a sampler### Download
* [Download plugin](https://github.com/BarRaider/streamdeck-soundpad/releases/)
## I found a bug, who do I contact?
For support please contact the developer. Contact information is available at https://barraider.com## I have a feature request, who do I contact?
Please contact the developer. Contact information is available at https://barraider.com## Dependencies
* Uses StreamDeck-Tools by BarRaider: [![NuGet](https://img.shields.io/nuget/v/streamdeck-tools.svg?style=flat)](https://www.nuget.org/packages/streamdeck-tools)
* Uses [soundpad-connector](https://github.com/medokin/soundpad-connector) by medokin
* Uses [Easy-PI](https://github.com/BarRaider/streamdeck-easypi) by BarRaider - Provides seamless integration with the Stream Deck PI (Property Inspector)