Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
PedalPi
/
PluginsManager
Public
Notifications
You must be signed in to change notification settings
Fork
5
Star
14
Code
Issues
19
Pull requests
3
Actions
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Security and quality
Insights
WIP: Enhancement/remove lilvlib
- #110
#110
Open
SrMouraSilva
wants to merge 25 commits into
PedalPi:master
PedalPi/PluginsManager:master
from
SpotlightKid:enhancement/remove-lilvlib
SpotlightKid/PluginsManager:enhancement/remove-lilvlib
Copy head branch name to clipboard
Conversation
Commits
25
(25)
Checks
Files changed
Open
WIP: Enhancement/remove lilvlib
#110
SrMouraSilva
wants to merge 25 commits into
PedalPi:master
PedalPi/PluginsManager:master
from
SpotlightKid:enhancement/remove-lilvlib
SpotlightKid/PluginsManager:enhancement/remove-lilvlib
Copy head branch name to clipboard
Commits
Commits on Nov 5, 2019
Replace lilvlib with own equivalent implementation based on current lilv
Show description for ca70e59
SpotlightKid
committed
ca70e59
View commit details
Copy full SHA for ca70e59
Browse repository at this point
Make dependency on pyaudio optional
Show description for bccd5b7
SpotlightKid
committed
bccd5b7
View commit details
Copy full SHA for bccd5b7
Browse repository at this point
Update classifiers in setup.py for current Python versions
Show description for 3cf8a8d
SpotlightKid
committed
3cf8a8d
View commit details
Copy full SHA for 3cf8a8d
Browse repository at this point
Commits on Nov 7, 2019
Variable renaming
Show description for b300669
SpotlightKid
committed
b300669
View commit details
Copy full SHA for b300669
Browse repository at this point
Commits on Nov 8, 2019
Add 'pyaudio' to tests_require
Show description for b4caa61
SpotlightKid
committed
b4caa61
View commit details
Copy full SHA for b4caa61
Browse repository at this point
General improvements of `lv2_effect_builder`
Show description for 73b0ae1
SpotlightKid
committed
73b0ae1
View commit details
Copy full SHA for 73b0ae1
Browse repository at this point
Commits on Nov 9, 2019
Keep order of init arguments the same as base class
Show description for 3fe7c08
SpotlightKid
committed
3fe7c08
View commit details
Copy full SHA for 3fe7c08
Browse repository at this point
Delegate LV2Effect item access to LV2Plugin instance
Show description for 1d245fb
SpotlightKid
committed
1d245fb
View commit details
Copy full SHA for 1d245fb
Browse repository at this point
Optimize LV2Plugin property access
Show description for 8fbc54e
SpotlightKid
committed
8fbc54e
View commit details
Copy full SHA for 8fbc54e
Browse repository at this point
Fix swapped logic in use of mod-host bypass command
Show description for 4aaf1bf
SpotlightKid
committed
4aaf1bf
View commit details
Copy full SHA for 4aaf1bf
Browse repository at this point
Less verbose logging
Show description for 64e9af3
SpotlightKid
committed
64e9af3
View commit details
Copy full SHA for 64e9af3
Browse repository at this point
Comment out printing of messages send to mod-host
Show description for dfda603
SpotlightKid
committed
dfda603
View commit details
Copy full SHA for dfda603
Browse repository at this point
Commits on Nov 13, 2019
Export JackError exception
Show description for 1d3f5d8
SpotlightKid
committed
1d3f5d8
View commit details
Copy full SHA for 1d3f5d8
Browse repository at this point
Docstring grammar fixes
Show description for c6498c7
SpotlightKid
committed
c6498c7
View commit details
Copy full SHA for c6498c7
Browse repository at this point
Set socket timeout before attempting connection
Show description for 2b995ee
SpotlightKid
committed
2b995ee
View commit details
Copy full SHA for 2b995ee
Browse repository at this point
Exception error message grammer and formatting fix
Show description for 1d0c8ca
SpotlightKid
committed
1d0c8ca
View commit details
Copy full SHA for 1d0c8ca
Browse repository at this point
Fix exception error message quoting
Show description for b9989f3
SpotlightKid
committed
b9989f3
View commit details
Copy full SHA for b9989f3
Browse repository at this point
Don't try to close connection if it isn't open
Show description for ff4ada2
SpotlightKid
committed
ff4ada2
View commit details
Copy full SHA for ff4ada2
Browse repository at this point
Add implementation fo preset_load/save commands
Show description for b8214de
SpotlightKid
committed
b8214de
View commit details
Copy full SHA for b8214de
Browse repository at this point
Improve string representaton and repr() of Param class
Show description for 9323a22
SpotlightKid
committed
9323a22
View commit details
Copy full SHA for 9323a22
Browse repository at this point
Improve string representaton of LV2Effect class
Show description for 4f91295
SpotlightKid
committed
4f91295
View commit details
Copy full SHA for 4f91295
Browse repository at this point
Merge branch 'enhancement/remove-lilvlib' of github.com:SpotlightKid/PluginsManager into enhancement/remove-lilvlib
SpotlightKid
committed
46c5446
View commit details
Copy full SHA for 46c5446
Browse repository at this point
Add read/writeable properties to plugin info
Show description for 4701ca0
SpotlightKid
committed
4701ca0
View commit details
Copy full SHA for 4701ca0
Browse repository at this point
Commits on Nov 15, 2019
Provisionary support for setting LV2 plugin properties
Show description for c7166dc
SpotlightKid
committed
c7166dc
View commit details
Copy full SHA for c7166dc
Browse repository at this point
Minor docstring fixes
Show description for e783294
SpotlightKid
committed
e783294
View commit details
Copy full SHA for e783294
Browse repository at this point
You can’t perform that action at this time.