Project Michael Dings Impressum Login

Dings_Sip_Toggle

I am a [Dings-App](300040000.md, that shows a Pair of two Dings_Sip_Objects which can be toggled.

The Abbreviation “Sip” stands for Sound-Image-Pair.

Example

The following Json-File …

$ cat 400000041.sip_toggle
{
        "Opacity": 0.9,
        "Pair_1": {
                "Title": "Tone 1 (U)",
                "Image": "400000039.png",
                "Sound": "400000039.mp3"
        },
        "Pair_2": {
                "Title": "Tone 2 (Ü)",
                "Image": "400000040.png",
                "Sound": "400000040.mp3"
        }
}

… can be included in a Markdown-File with …

![Sip_Toggle Example](400000041.sip_toggle)

… and then creates this rendered Output:

Sip_Toggle Example