Skip to content

Latest commit

 

History

History
33 lines (17 loc) · 974 Bytes

File metadata and controls

33 lines (17 loc) · 974 Bytes

🔌 webdeck-soundq

This is a simple plugin that allows you to play any sound on key press for webdeck

Usage

To use this plugin, paste the url of this repo into you plugins and you're ready to go!

From there you can configure the notes you want to play on each key press.

Contributing

If you would like to contribute to this plugin by adding new features or improve existing ones, follow the steps below:

Install dependencies

To get started, install the dependencies

npm install

Once all the dependencies are installed you can start the application.

npm run start

Now navigate to <App> component and make changes.

Deploying plugin

This repo comes with a Github Action (CI/CD). As soon as you push to master, the application will build and be deployed to github-pages. Once complete you can test the plugin by adding the link to webdeck.


Happy hacking!