Skip to content

Feature request: stop_sounds for digilines noteblock #83

@digitalajb64

Description

@digitalajb64

I think that the ability to send the message "stop_sounds" to a Digilines Noteblock and to have it stop all current sounds would be useful for various reasons,
including if one wanted to make a power-based sound system where turning on power would play a startup and turning off power would kill the running sound and play a shutoff.

As an optional afterthought, these formats would also be useful:

{
    action = "stop_sounds",
    sound = "[whatever sound you want to stop]",
}
{
    action = "stop_sounds",
    sound = { "[sound1]", "[sound2]", ... },
}

-- And for consistency,
{
    action = "get_sounds"
}

— digitalajb64

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions