Soundboard
Security Notice
Changelog
v2
Bug fix.
Description
# iOS Soundboard Shortcut
**Version 2.0**
Support new variable system.
The iOS Soundboard Shortcut lets you easily play, manage, and organize your custom sound collection directly from the Shortcuts app.
## Features
- 🎵 **Play Sounds**: Instantly play any sound you’ve added.
- 📂 **Sound Management**: Delete or manage saved sounds with ease.
- ➕ **Add New Sounds**:
- From **Clipboard**
- From **Files app**
- From **Photo Gallery**
## How It Works
1. Add or import your sound files.
2. Access them from the shortcut’s soundboard.
3. Play or manage them whenever you like.
Simple, fast, and fully customizable.
Screenshots
Information
Comments
1 comment
I notified your use of regex to split the text list into an array, that gave me an idea for an easier way to pull that off. Shortcuty has just been updated with a new action that can automatically convert those list responses to an array that can be used in shortcuts. Thanks for the idea!
It would be great if the ‘Manage Variables’ option allowed choosing the output format like JSON for working with dictionaries, or directly as a list of values without needing an extra block
I’ll see what I can do, I didn’t want to break compatibility with any current shortcut which is why I went the new block route, but I’ll figure something out
A new Shortcut update has been released that brings multiple new useful actions for interacting with and managing variables/containers, instead of trying to do everything with a single action. Should make it easier to build shortcuts like these in the future
Please sign in to post comments.