Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Json] Improve json effect informations #66

Closed
2 tasks done
SrMouraSilva opened this issue Oct 1, 2017 · 0 comments
Closed
2 tasks done

[Json] Improve json effect informations #66

SrMouraSilva opened this issue Oct 1, 2017 · 0 comments

Comments

@SrMouraSilva
Copy link
Member

SrMouraSilva commented Oct 1, 2017

  • Remove min and max informations from a audio plugin
  • Add plugin version data

Remove min and max informations from a audio plugin

The current implementation add minimum and maximum informations from a audio plugin!

Rationale: This information demands a greater effort for other developers to build compatible json pedalboards.

{
    "technology": "lv2",
    "plugin": "http://calf.sourceforge.net/plugins/Flanger",
    "active": true,
    "params":[{
        "value": 0.10000000149011612,
        "minimum":0.10000000149011612,
        "maximum":10,
        "index": 4,
        "symbol": "min_delay"
    },
    {
        "value": 1,
        "minimum": 0.10000000149011612,
        "maximum": 10,
        "index": 5,
        "symbol": "mod_depth"
    }

Add plugin version data

@SrMouraSilva SrMouraSilva added this to the v0.6.0 - Midi support milestone Oct 1, 2017
@SrMouraSilva SrMouraSilva changed the title [Json] Improve json pedalboard informations [Json] Improve json effect informations Oct 18, 2017
SrMouraSilva added a commit that referenced this issue Oct 19, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant