-
Notifications
You must be signed in to change notification settings - Fork 12
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
LV2 support #149
base: master
Are you sure you want to change the base?
LV2 support #149
Commits on Nov 12, 2020
-
DEVICES: lv2device: initial LV2 support
Signed-off-by: Stefan Westerfeld <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for b11f29d - Browse repository at this point
Copy the full SHA b11f29dView commit details -
DEVICES: lv2device: support setting URI via env variable for testing
Signed-off-by: Stefan Westerfeld <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for f29c3c1 - Browse repository at this point
Copy the full SHA f29c3c1View commit details -
DEVICES: lv2device: map for plugin input control ports to device params
Signed-off-by: Stefan Westerfeld <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 8acb580 - Browse repository at this point
Copy the full SHA 8acb580View commit details
Commits on Nov 13, 2020
-
DEVICES: lv2device: activate instance before using it
Signed-off-by: Stefan Westerfeld <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 0dc407b - Browse repository at this point
Copy the full SHA 0dc407bView commit details
Commits on Nov 14, 2020
-
DEVICES: lv2device: add initial supports for presets
Signed-off-by: Stefan Westerfeld <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 4c108e8 - Browse repository at this point
Copy the full SHA 4c108e8View commit details
Commits on Nov 15, 2020
-
DEVICES: lv2device: refactor plugin instance preset initialization
Signed-off-by: Stefan Westerfeld <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 7c3b5ed - Browse repository at this point
Copy the full SHA 7c3b5edView commit details -
DEVICES: lv2device: add internal API to unmap urid -> string
Signed-off-by: Stefan Westerfeld <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for ef520c2 - Browse repository at this point
Copy the full SHA ef520c2View commit details
Commits on Nov 18, 2020
-
DEVICES: lv2device: initial implementation for worker extension
Signed-off-by: Stefan Westerfeld <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for f47c626 - Browse repository at this point
Copy the full SHA f47c626View commit details -
DEVICES: lv2device: use semaphore to synchronize worker thread
This avoids sleeping in Worker. Signed-off-by: Stefan Westerfeld <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 1d41ba0 - Browse repository at this point
Copy the full SHA 1d41ba0View commit details -
DEVICES: lv2device: join worker thread if plugin instance is deleted
Add test code to test deleting plugin instance. Signed-off-by: Stefan Westerfeld <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 502f1c0 - Browse repository at this point
Copy the full SHA 502f1c0View commit details -
DEVICES: lv2device: fix crash if no presets are available
Signed-off-by: Stefan Westerfeld <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for f431e91 - Browse repository at this point
Copy the full SHA f431e91View commit details -
DEVICES: lv2device: deactivate instance during destructor
Signed-off-by: Stefan Westerfeld <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 589af72 - Browse repository at this point
Copy the full SHA 589af72View commit details -
DEVICES: lv2device: support plugins with audio input
Signed-off-by: Stefan Westerfeld <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 08d7438 - Browse repository at this point
Copy the full SHA 08d7438View commit details
Commits on Nov 19, 2020
-
DEVICES: lv2device: free instance when done, handle failed instantiate
Signed-off-by: Stefan Westerfeld <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for b993665 - Browse repository at this point
Copy the full SHA b993665View commit details
Commits on Nov 20, 2020
-
DEVICES: lv2device: improve audio input/output channel->bus mapping
Signed-off-by: Stefan Westerfeld <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 784b185 - Browse repository at this point
Copy the full SHA 784b185View commit details -
DEVICES: lv2device: call worker interface end_run() at end of run()
Signed-off-by: Stefan Westerfeld <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 9b99552 - Browse repository at this point
Copy the full SHA 9b99552View commit details -
DEVICES: lv2device: add TODO items
Signed-off-by: Stefan Westerfeld <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for af9880a - Browse repository at this point
Copy the full SHA af9880aView commit details