Skip to content

Commit

Permalink
Merge pull request #13 from moddevices/made-in-duox
Browse files Browse the repository at this point in the history
Add ControlVoltagePlugin category
  • Loading branch information
falkTX authored Jul 12, 2019
2 parents c088c30 + 4121607 commit 7ead873
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lilvlib/lilvlib.py
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,7 @@ def get_category(nodes):
'SpectralPlugin': ['Spectral'],
'UtilityPlugin': ['Utility'],
'MIDIPlugin': ['Utility', 'MIDI'],
'ControlVoltagePlugin': ['ControlVoltage'],
}

def fill_in_lv2_category(node):
Expand Down

0 comments on commit 7ead873

Please sign in to comment.