computerscare-vcv-modules

computerscare modules for VCV Rack
Log | Files | Refs

commit 225d1716c1666321a0fc0867fa1bf67b3c271f07
parent bab3a28a4dc6212e08282d8e7cb9f8651924d6b2
Author: Adam M <[email protected]>
Date:   Sat,  9 Feb 2019 14:13:00 -0600

Oh Peas! Description

Diffstat:
Msrc/ComputerscareOhPeas.cpp | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/ComputerscareOhPeas.cpp b/src/ComputerscareOhPeas.cpp @@ -433,4 +433,4 @@ Menu *ComputerscareOhPeasWidget::createContextMenu() { // author name for categorization per plugin, module slug (should never // change), human-readable module name, and any number of tags // (found in `include/tags.hpp`) separated by commas. -Model *modelComputerscareOhPeas = Model::create<ComputerscareOhPeas, ComputerscareOhPeasWidget>("computerscare", "computerscare-ohpeas", "Oh Peas!", UTILITY_TAG); +Model *modelComputerscareOhPeas = Model::create<ComputerscareOhPeas, ComputerscareOhPeasWidget>("computerscare", "computerscare-ohpeas", "Oh Peas! Quad Quantenuverter", QUANTIZER_TAG, ATTENUATOR_TAG, QUAD_TAG, UTILITY_TAG);