Browse Source

Added clock modulator tag

tags/v0.6.0
Andrew Belt 6 years ago
parent
commit
450b255be9
2 changed files with 2 additions and 0 deletions
  1. +1
    -0
      include/tags.hpp
  2. +1
    -0
      src/tags.cpp

+ 1
- 0
include/tags.hpp View File

@@ -14,6 +14,7 @@ enum ModelTag {
BLANK_TAG,
CHORUS_TAG,
CLOCK_TAG,
CLOCK_MODULATOR_TAG, // Clock dividers, multipliers, etc.
COMPRESSOR_TAG,
CONTROLLER_TAG, // Use only if the artist "performs" with this module. Knobs are not sufficient. Examples: on-screen keyboard, XY pad.
DELAY_TAG,


+ 1
- 0
src/tags.cpp View File

@@ -13,6 +13,7 @@ void tagsInit() {
gTagNames[BLANK_TAG] = "Blank";
gTagNames[CHORUS_TAG] = "Chorus";
gTagNames[CLOCK_TAG] = "Clock";
gTagNames[CLOCK_MODULATOR_TAG] = "Clock Modulator";
gTagNames[COMPRESSOR_TAG] = "Compressor";
gTagNames[CONTROLLER_TAG] = "Controller";
gTagNames[DELAY_TAG] = "Delay";


Loading…
Cancel
Save