From a2ea0dd94d803ee8e5eb79c6494f0d4c76cbcc90 Mon Sep 17 00:00:00 2001 From: Fulup Ar Foll Date: Fri, 18 May 2018 17:08:24 +0200 Subject: Added create/close mixer API --- conf.d/project/etc/4a-softmixer-test.json | 44 +------- conf.d/project/htdocs/index.html | 175 +++++++++++++++++++++++++----- 2 files changed, 150 insertions(+), 69 deletions(-) (limited to 'conf.d') diff --git a/conf.d/project/etc/4a-softmixer-test.json b/conf.d/project/etc/4a-softmixer-test.json index f363a55..d646e3b 100644 --- a/conf.d/project/etc/4a-softmixer-test.json +++ b/conf.d/project/etc/4a-softmixer-test.json @@ -28,48 +28,8 @@ ], "controls": [ { - "uid": "new", - "action": "plugin://softmixer#_mixer_new_", - "args": { - "devices": { - "playback": 0, - "capture": 1 - }, - "subdevs": [ - { - "subdev": 0, - "numid": 51 - }, - { - "subdev": 1, - "numid": 57 - }, - { - "subdev": 2, - "numid": 63 - }, - { - "subdev": 3, - "numid": 69 - }, - { - "subdev": 4, - "numid": 75 - }, - { - "subdev": 5, - "numid": 81 - }, - { - "subdev": 6, - "numid": 87 - }, - { - "subdev": 7, - "numid": 93 - } - ] - } + "uid": "create", + "action": "plugin://softmixer#mixer_new" } ] } diff --git a/conf.d/project/htdocs/index.html b/conf.d/project/htdocs/index.html index 67a4a26..3b2b4ad 100644 --- a/conf.d/project/htdocs/index.html +++ b/conf.d/project/htdocs/index.html @@ -1,36 +1,157 @@ - - Simple COntroller Test - - - - - - - -

Simple Mixer Test

- - + + Simple COntroller Test + + + + + + + + + +

Simple Mixer Test

+ +

V3 API CALL

    -
  1. -
    -
  2. -
  3. -
    -
  4. -
  5. -
    -
  6. -
  7. +
  8. +
    +
  9. +
  10. +
    +
  11. +
  12. +
    +
  13. +
  14. +
    +
  15. +
-- cgit 1.2.3-korg