├── .gitignore ├── CHANGELOG.md ├── LICENSE-DIST.txt ├── LICENSE.txt ├── MANUAL.md ├── Makefile ├── README.md ├── img ├── CountModulaLogo.png └── facebook.png ├── plugin.json ├── presets └── LightStrip │ ├── Blue.vcvm │ ├── Green.vcvm │ ├── Red.vcvm │ ├── White.vcvm │ └── Yellow.vcvm ├── res ├── Absinthe │ ├── AnalogueShiftRegister.svg │ ├── Arpeggiator.svg │ ├── Attenuator.svg │ ├── Attenuverter.svg │ ├── BarGraph.svg │ ├── BasicSequencer8.svg │ ├── BinaryComparator.svg │ ├── BinarySequencer.svg │ ├── Blank12HP.svg │ ├── Blank16HP.svg │ ├── Blank20HP.svg │ ├── Blank24HP.svg │ ├── Blank2HP.svg │ ├── Blank4HP.svg │ ├── Blank8HP.svg │ ├── BooleanAND.svg │ ├── BooleanOR.svg │ ├── BooleanVCNOT.svg │ ├── BooleanXOR.svg │ ├── Breakout.svg │ ├── BurstGenerator.svg │ ├── BurstGenerator64.svg │ ├── BusRoute.svg │ ├── BusRoute2.svg │ ├── CVSpreader.svg │ ├── Carousel.svg │ ├── Chances.svg │ ├── ClockDivider.svg │ ├── ClockedRandomGateExpanderCV.svg │ ├── ClockedRandomGateExpanderLog.svg │ ├── ClockedRandomGates.svg │ ├── Comparator.svg │ ├── DFF.svg │ ├── Euclid.svg │ ├── EuclidExpanderCV.svg │ ├── EventArranger.svg │ ├── EventTimer.svg │ ├── EventTimer2.svg │ ├── Fade.svg │ ├── FadeExpander.svg │ ├── G2T.svg │ ├── GateDelay.svg │ ├── GateDelayMT.svg │ ├── GateModifier.svg │ ├── GateSequencer16.svg │ ├── GateSequencer16b.svg │ ├── GateSequencer8.svg │ ├── GatedComparator.svg │ ├── HyperManiacalLFO.svg │ ├── HyperManiacalLFOExpander.svg │ ├── LightStrip.svg │ ├── Mangler.svg │ ├── Manifold.svg │ ├── ManualCV.svg │ ├── ManualCV2.svg │ ├── ManualGate.svg │ ├── MasterReset.svg │ ├── MatrixCombiner.svg │ ├── MatrixMixer.svg │ ├── Megalomaniac.svg │ ├── MinimusMaximus.svg │ ├── Mixer.svg │ ├── MorphShaper.svg │ ├── Mult.svg │ ├── MultiStepSequencer.svg │ ├── Multiplexer.svg │ ├── Mute-iple.svg │ ├── Mute.svg │ ├── NibbleTriggerSequencer.svg │ ├── OctetTriggerSequencer.svg │ ├── OctetTriggerSequencerCVExpander.svg │ ├── OctetTriggerSequencerGateExpander.svg │ ├── OffsetGenerator.svg │ ├── Oscilloscope.svg │ ├── Palette.svg │ ├── PaletteDisabled.svg │ ├── PolyChances.svg │ ├── PolyG2T.svg │ ├── PolyGateModifier.svg │ ├── PolyLogic.svg │ ├── PolyMinMax.svg │ ├── PolyMute.svg │ ├── PolyVCPolarizer.svg │ ├── PolyVCSwitch.svg │ ├── PolyrhythmicGenerator.svg │ ├── PolyrhythmicGeneratorMkII.svg │ ├── RackEarLeft.svg │ ├── RackEarLeftBats.svg │ ├── RackEarLeftNoLogo.svg │ ├── RackEarLeftSkeleton.svg │ ├── RackEarRight.svg │ ├── RackEarRightBats.svg │ ├── RackEarRightNoLogo.svg │ ├── RackEarRightSkeleton.svg │ ├── RandomAccessSwitch18.svg │ ├── RandomAccessSwitch81.svg │ ├── Rectifier.svg │ ├── SRFF.svg │ ├── SRFlipFlop.svg │ ├── SampleAndHold.svg │ ├── SampleAndHold2.svg │ ├── SequenceEncoder.svg │ ├── Sequencer16.svg │ ├── Sequencer64.svg │ ├── Sequencer8.svg │ ├── SequencerChannel16.svg │ ├── SequencerChannel8.svg │ ├── SequencerExpanderCV8.svg │ ├── SequencerExpanderLog8.svg │ ├── SequencerExpanderOut8.svg │ ├── SequencerExpanderRM8.svg │ ├── SequencerExpanderTSG.svg │ ├── SequencerExpanderTrig8.svg │ ├── SequencerGates16.svg │ ├── SequencerGates8.svg │ ├── SequencerTriggers16.svg │ ├── SequencerTriggers8.svg │ ├── ShepardGenerator.svg │ ├── ShiftRegister16.svg │ ├── ShiftRegister32.svg │ ├── SlopeDetector.svg │ ├── Stack.svg │ ├── StartupDelay.svg │ ├── StepSequencer8.svg │ ├── SubHarmonicGenerator.svg │ ├── Switch16To1.svg │ ├── Switch1To16.svg │ ├── Switch1To8.svg │ ├── Switch2.svg │ ├── Switch3.svg │ ├── Switch4.svg │ ├── Switch8To1.svg │ ├── TFF.svg │ ├── TFlipFlop.svg │ ├── TriggerSequencer16.svg │ ├── TriggerSequencer8.svg │ ├── VCFrequencyDivider.svg │ ├── VCFrequencyDividerMkII.svg │ ├── VCPolarizer.svg │ ├── VCPulseDivider.svg │ ├── VoltageControlledSwitch.svg │ ├── VoltageInverter.svg │ └── VoltageScaler.svg ├── AnalogueShiftRegister.svg ├── Arpeggiator.svg ├── Attenuator.svg ├── Attenuverter.svg ├── BarGraph.svg ├── BasicSequencer8.svg ├── BinaryComparator.svg ├── BinarySequencer.svg ├── Blank12HP.svg ├── Blank16HP.svg ├── Blank20HP.svg ├── Blank24HP.svg ├── Blank2HP.svg ├── Blank4HP.svg ├── Blank8HP.svg ├── BlueMoon │ ├── AnalogueShiftRegister.svg │ ├── Arpeggiator.svg │ ├── Attenuator.svg │ ├── Attenuverter.svg │ ├── BarGraph.svg │ ├── BasicSequencer8.svg │ ├── BinaryComparator.svg │ ├── BinarySequencer.svg │ ├── Blank12HP.svg │ ├── Blank16HP.svg │ ├── Blank20HP.svg │ ├── Blank24HP.svg │ ├── Blank2HP.svg │ ├── Blank4HP.svg │ ├── Blank8HP.svg │ ├── BooleanAND.svg │ ├── BooleanOR.svg │ ├── BooleanVCNOT.svg │ ├── BooleanXOR.svg │ ├── Breakout.svg │ ├── BurstGenerator.svg │ ├── BurstGenerator64.svg │ ├── BusRoute.svg │ ├── BusRoute2.svg │ ├── CVSpreader.svg │ ├── Carousel.svg │ ├── Chances.svg │ ├── ClockDivider.svg │ ├── ClockedRandomGateExpanderCV.svg │ ├── ClockedRandomGateExpanderLog.svg │ ├── ClockedRandomGates.svg │ ├── Comparator.svg │ ├── DFF.svg │ ├── Euclid.svg │ ├── EuclidExpanderCV.svg │ ├── EventArranger.svg │ ├── EventTimer.svg │ ├── EventTimer2.svg │ ├── Fade.svg │ ├── FadeExpander.svg │ ├── G2T.svg │ ├── GateDelay.svg │ ├── GateDelayMT.svg │ ├── GateModifier.svg │ ├── GateSequencer16.svg │ ├── GateSequencer16b.svg │ ├── GateSequencer8.svg │ ├── GatedComparator.svg │ ├── HyperManiacalLFO.svg │ ├── HyperManiacalLFOExpander.svg │ ├── LightStrip.svg │ ├── Mangler.svg │ ├── Manifold.svg │ ├── ManualCV.svg │ ├── ManualCV2.svg │ ├── ManualGate.svg │ ├── MasterReset.svg │ ├── MatrixCombiner.svg │ ├── MatrixMixer.svg │ ├── Megalomaniac.svg │ ├── MinimusMaximus.svg │ ├── Mixer.svg │ ├── MorphShaper.svg │ ├── Mult.svg │ ├── MultiStepSequencer.svg │ ├── Multiplexer.svg │ ├── Mute-iple.svg │ ├── Mute.svg │ ├── NibbleTriggerSequencer.svg │ ├── OctetTriggerSequencer.svg │ ├── OctetTriggerSequencerCVExpander.svg │ ├── OctetTriggerSequencerGateExpander.svg │ ├── OffsetGenerator.svg │ ├── Oscilloscope.svg │ ├── Palette.svg │ ├── PaletteDisabled.svg │ ├── PolyChances.svg │ ├── PolyG2T.svg │ ├── PolyGateModifier.svg │ ├── PolyLogic.svg │ ├── PolyMinMax.svg │ ├── PolyMute.svg │ ├── PolyVCPolarizer.svg │ ├── PolyVCSwitch.svg │ ├── PolyrhythmicGenerator.svg │ ├── PolyrhythmicGeneratorMkII.svg │ ├── RackEarLeft.svg │ ├── RackEarLeftBats.svg │ ├── RackEarLeftNoLogo.svg │ ├── RackEarLeftSkeleton.svg │ ├── RackEarRight.svg │ ├── RackEarRightBats.svg │ ├── RackEarRightNoLogo.svg │ ├── RackEarRightSkeleton.svg │ ├── RandomAccessSwitch18.svg │ ├── RandomAccessSwitch81.svg │ ├── Rectifier.svg │ ├── SRFF.svg │ ├── SRFlipFlop.svg │ ├── SampleAndHold.svg │ ├── SampleAndHold2.svg │ ├── SequenceEncoder.svg │ ├── Sequencer16.svg │ ├── Sequencer64.svg │ ├── Sequencer8.svg │ ├── SequencerChannel16.svg │ ├── SequencerChannel8.svg │ ├── SequencerExpanderCV8.svg │ ├── SequencerExpanderLog8.svg │ ├── SequencerExpanderOut8.svg │ ├── SequencerExpanderRM8.svg │ ├── SequencerExpanderTSG.svg │ ├── SequencerExpanderTrig8.svg │ ├── SequencerGates16.svg │ ├── SequencerGates8.svg │ ├── SequencerTriggers16.svg │ ├── SequencerTriggers8.svg │ ├── ShepardGenerator.svg │ ├── ShiftRegister16.svg │ ├── ShiftRegister32.svg │ ├── SlopeDetector.svg │ ├── Stack.svg │ ├── StartupDelay.svg │ ├── StepSequencer8.svg │ ├── SubHarmonicGenerator.svg │ ├── Switch16To1.svg │ ├── Switch1To16.svg │ ├── Switch1To8.svg │ ├── Switch2.svg │ ├── Switch3.svg │ ├── Switch4.svg │ ├── Switch8To1.svg │ ├── TFF.svg │ ├── TFlipFlop.svg │ ├── TriggerSequencer16.svg │ ├── TriggerSequencer8.svg │ ├── VCFrequencyDivider.svg │ ├── VCFrequencyDividerMkII.svg │ ├── VCPolarizer.svg │ ├── VCPulseDivider.svg │ ├── VoltageControlledSwitch.svg │ ├── VoltageInverter.svg │ └── VoltageScaler.svg ├── BooleanAND.svg ├── BooleanOR.svg ├── BooleanVCNOT.svg ├── BooleanXOR.svg ├── Breakout.svg ├── BurstGenerator.svg ├── BurstGenerator64.svg ├── BusRoute.svg ├── BusRoute2.svg ├── CVSpreader.svg ├── Carousel.svg ├── Chances.svg ├── ClockDivider.svg ├── ClockedRandomGateExpanderCV.svg ├── ClockedRandomGateExpanderLog.svg ├── ClockedRandomGates.svg ├── Comparator.svg ├── Components │ ├── Jack.svg │ ├── JackNoNut.svg │ ├── Knob-bg.svg │ ├── Knob-fg.svg │ ├── KnobBlue.svg │ ├── KnobGreen.svg │ ├── KnobGrey.svg │ ├── KnobMega-bg.svg │ ├── KnobMega-fg.svg │ ├── KnobMegaBlue.svg │ ├── KnobMegaGreen.svg │ ├── KnobMegaGrey.svg │ ├── KnobMegaOrange.svg │ ├── KnobMegaRed.svg │ ├── KnobMegaViolet.svg │ ├── KnobMegaWhite.svg │ ├── KnobMegaYellow.svg │ ├── KnobOrange.svg │ ├── KnobRed.svg │ ├── KnobSmall-bg.svg │ ├── KnobSmall-fg.svg │ ├── KnobSmallBlue.svg │ ├── KnobSmallGreen.svg │ ├── KnobSmallGrey.svg │ ├── KnobSmallOrange.svg │ ├── KnobSmallRed.svg │ ├── KnobSmallViolet.svg │ ├── KnobSmallWhite.svg │ ├── KnobSmallYellow.svg │ ├── KnobViolet.svg │ ├── KnobWhite.svg │ ├── KnobYellow.svg │ ├── PushButtonBig_0.svg │ ├── PushButtonBig_1.svg │ ├── PushButtonMega_0.svg │ ├── PushButtonMega_1.svg │ ├── PushButtonMini_0.svg │ ├── PushButtonMini_1.svg │ ├── PushButton_0.svg │ ├── PushButton_1.svg │ ├── SW_ToggleS_0.svg │ ├── SW_ToggleS_1.svg │ ├── SW_ToggleS_2.svg │ ├── SW_Toggle_0.svg │ ├── SW_Toggle_1.svg │ ├── SW_Toggle_2.svg │ └── ScrewHex.svg ├── DFF.svg ├── Euclid.svg ├── EuclidExpanderCV.svg ├── EventArranger.svg ├── EventTimer.svg ├── EventTimer2.svg ├── Fade.svg ├── FadeExpander.svg ├── G2T.svg ├── GateDelay.svg ├── GateDelayMT.svg ├── GateModifier.svg ├── GateSequencer16.svg ├── GateSequencer16b.svg ├── GateSequencer8.svg ├── GatedComparator.svg ├── HyperManiacalLFO.svg ├── HyperManiacalLFOExpander.svg ├── LightStrip.svg ├── Mangler.svg ├── Manifold.svg ├── ManualCV.svg ├── ManualCV2.svg ├── ManualGate.svg ├── MasterReset.svg ├── MatrixCombiner.svg ├── MatrixMixer.svg ├── Megalomaniac.svg ├── MinimusMaximus.svg ├── Mixer.svg ├── Moonlight │ ├── AnalogueShiftRegister.svg │ ├── Arpeggiator.svg │ ├── Attenuator.svg │ ├── Attenuverter.svg │ ├── BarGraph.svg │ ├── BasicSequencer8.svg │ ├── BinaryComparator.svg │ ├── BinarySequencer.svg │ ├── Blank12HP.svg │ ├── Blank16HP.svg │ ├── Blank20HP.svg │ ├── Blank24HP.svg │ ├── Blank2HP.svg │ ├── Blank4HP.svg │ ├── Blank8HP.svg │ ├── BooleanAND.svg │ ├── BooleanOR.svg │ ├── BooleanVCNOT.svg │ ├── BooleanXOR.svg │ ├── Breakout.svg │ ├── BurstGenerator.svg │ ├── BurstGenerator64.svg │ ├── BusRoute.svg │ ├── BusRoute2.svg │ ├── CVSpreader.svg │ ├── Carousel.svg │ ├── Chances.svg │ ├── ClockDivider.svg │ ├── ClockedRandomGateExpanderCV.svg │ ├── ClockedRandomGateExpanderLog.svg │ ├── ClockedRandomGates.svg │ ├── Comparator.svg │ ├── DFF.svg │ ├── Euclid.svg │ ├── EuclidExpanderCV.svg │ ├── EventArranger.svg │ ├── EventTimer.svg │ ├── EventTimer2.svg │ ├── Fade.svg │ ├── FadeExpander.svg │ ├── G2T.svg │ ├── GateDelay.svg │ ├── GateDelayMT.svg │ ├── GateModifier.svg │ ├── GateSequencer16.svg │ ├── GateSequencer16b.svg │ ├── GateSequencer8.svg │ ├── GatedComparator.svg │ ├── HyperManiacalLFO.svg │ ├── HyperManiacalLFOExpander.svg │ ├── LightStrip.svg │ ├── Mangler.svg │ ├── Manifold.svg │ ├── ManualCV.svg │ ├── ManualCV2.svg │ ├── ManualGate.svg │ ├── MasterReset.svg │ ├── MatrixCombiner.svg │ ├── MatrixMixer.svg │ ├── Megalomaniac.svg │ ├── MinimusMaximus.svg │ ├── Mixer.svg │ ├── MorphShaper.svg │ ├── Mult.svg │ ├── MultiStepSequencer.svg │ ├── Multiplexer.svg │ ├── Mute-iple.svg │ ├── Mute.svg │ ├── NibbleTriggerSequencer.svg │ ├── OctetTriggerSequencer.svg │ ├── OctetTriggerSequencerCVExpander.svg │ ├── OctetTriggerSequencerGateExpander.svg │ ├── OffsetGenerator.svg │ ├── Oscilloscope.svg │ ├── Palette.svg │ ├── PaletteDisabled.svg │ ├── PolyChances.svg │ ├── PolyG2T.svg │ ├── PolyGateModifier.svg │ ├── PolyLogic.svg │ ├── PolyMinMax.svg │ ├── PolyMute.svg │ ├── PolyVCPolarizer.svg │ ├── PolyVCSwitch.svg │ ├── PolyrhythmicGenerator.svg │ ├── PolyrhythmicGeneratorMkII.svg │ ├── RackEarLeft.svg │ ├── RackEarLeftBats.svg │ ├── RackEarLeftNoLogo.svg │ ├── RackEarLeftSkeleton.svg │ ├── RackEarRight.svg │ ├── RackEarRightBats.svg │ ├── RackEarRightNoLogo.svg │ ├── RackEarRightSkeleton.svg │ ├── RandomAccessSwitch18.svg │ ├── RandomAccessSwitch81.svg │ ├── Rectifier.svg │ ├── SRFF.svg │ ├── SRFlipFlop.svg │ ├── SampleAndHold.svg │ ├── SampleAndHold2.svg │ ├── SequenceEncoder.svg │ ├── Sequencer16.svg │ ├── Sequencer64.svg │ ├── Sequencer8.svg │ ├── SequencerChannel16.svg │ ├── SequencerChannel8.svg │ ├── SequencerExpanderCV8.svg │ ├── SequencerExpanderLog8.svg │ ├── SequencerExpanderOut8.svg │ ├── SequencerExpanderRM8.svg │ ├── SequencerExpanderTSG.svg │ ├── SequencerExpanderTrig8.svg │ ├── SequencerGates16.svg │ ├── SequencerGates8.svg │ ├── SequencerTriggers16.svg │ ├── SequencerTriggers8.svg │ ├── ShepardGenerator.svg │ ├── ShiftRegister16.svg │ ├── ShiftRegister32.svg │ ├── SlopeDetector.svg │ ├── Stack.svg │ ├── StartupDelay.svg │ ├── StepSequencer8.svg │ ├── SubHarmonicGenerator.svg │ ├── Switch16To1.svg │ ├── Switch1To16.svg │ ├── Switch1To8.svg │ ├── Switch2.svg │ ├── Switch3.svg │ ├── Switch4.svg │ ├── Switch8To1.svg │ ├── TFF.svg │ ├── TFlipFlop.svg │ ├── TriggerSequencer16.svg │ ├── TriggerSequencer8.svg │ ├── VCFrequencyDivider.svg │ ├── VCFrequencyDividerMkII.svg │ ├── VCPolarizer.svg │ ├── VCPulseDivider.svg │ ├── VoltageControlledSwitch.svg │ ├── VoltageInverter.svg │ └── VoltageScaler.svg ├── MorphShaper.svg ├── Mult.svg ├── MultiStepSequencer.svg ├── Multiplexer.svg ├── Mute-iple.svg ├── Mute.svg ├── NibbleTriggerSequencer.svg ├── OctetTriggerSequencer.svg ├── OctetTriggerSequencerCVExpander.svg ├── OctetTriggerSequencerGateExpander.svg ├── OffsetGenerator.svg ├── Oscilloscope.svg ├── Palette.svg ├── PaletteDisabled.svg ├── PolyChances.svg ├── PolyG2T.svg ├── PolyGateModifier.svg ├── PolyLogic.svg ├── PolyMinMax.svg ├── PolyMute.svg ├── PolyVCPolarizer.svg ├── PolyVCSwitch.svg ├── PolyrhythmicGenerator.svg ├── PolyrhythmicGeneratorMkII.svg ├── RackEarLeft.svg ├── RackEarLeftBats.svg ├── RackEarLeftNoLogo.svg ├── RackEarLeftSkeleton.svg ├── RackEarRight.svg ├── RackEarRightBats.svg ├── RackEarRightNoLogo.svg ├── RackEarRightSkeleton.svg ├── RandomAccessSwitch18.svg ├── RandomAccessSwitch81.svg ├── Raven │ ├── AnalogueShiftRegister.svg │ ├── Arpeggiator.svg │ ├── Attenuator.svg │ ├── Attenuverter.svg │ ├── BarGraph.svg │ ├── BasicSequencer8.svg │ ├── BinaryComparator.svg │ ├── BinarySequencer.svg │ ├── Blank12HP.svg │ ├── Blank16HP.svg │ ├── Blank20HP.svg │ ├── Blank24HP.svg │ ├── Blank2HP.svg │ ├── Blank4HP.svg │ ├── Blank8HP.svg │ ├── BooleanAND.svg │ ├── BooleanOR.svg │ ├── BooleanVCNOT.svg │ ├── BooleanXOR.svg │ ├── Breakout.svg │ ├── BurstGenerator.svg │ ├── BurstGenerator64.svg │ ├── BusRoute.svg │ ├── BusRoute2.svg │ ├── CVSpreader.svg │ ├── Carousel.svg │ ├── Chances.svg │ ├── ClockDivider.svg │ ├── ClockedRandomGateExpanderCV.svg │ ├── ClockedRandomGateExpanderLog.svg │ ├── ClockedRandomGates.svg │ ├── Comparator.svg │ ├── DFF.svg │ ├── Euclid.svg │ ├── EuclidExpanderCV.svg │ ├── EventArranger.svg │ ├── EventTimer.svg │ ├── EventTimer2.svg │ ├── Fade.svg │ ├── FadeExpander.svg │ ├── G2T.svg │ ├── GateDelay.svg │ ├── GateDelayMT.svg │ ├── GateModifier.svg │ ├── GateSequencer16.svg │ ├── GateSequencer16b.svg │ ├── GateSequencer8.svg │ ├── GatedComparator.svg │ ├── HyperManiacalLFO.svg │ ├── HyperManiacalLFOExpander.svg │ ├── LightStrip.svg │ ├── Mangler.svg │ ├── Manifold.svg │ ├── ManualCV.svg │ ├── ManualCV2.svg │ ├── ManualGate.svg │ ├── MasterReset.svg │ ├── MatrixCombiner.svg │ ├── MatrixMixer.svg │ ├── Megalomaniac.svg │ ├── MinimusMaximus.svg │ ├── Mixer.svg │ ├── MorphShaper.svg │ ├── Mult.svg │ ├── MultiStepSequencer.svg │ ├── Multiplexer.svg │ ├── Mute-iple.svg │ ├── Mute.svg │ ├── NibbleTriggerSequencer.svg │ ├── OctetTriggerSequencer.svg │ ├── OctetTriggerSequencerCVExpander.svg │ ├── OctetTriggerSequencerGateExpander.svg │ ├── OffsetGenerator.svg │ ├── Oscilloscope.svg │ ├── Palette.svg │ ├── PaletteDisabled.svg │ ├── PolyChances.svg │ ├── PolyG2T.svg │ ├── PolyGateModifier.svg │ ├── PolyLogic.svg │ ├── PolyMinMax.svg │ ├── PolyMute.svg │ ├── PolyVCPolarizer.svg │ ├── PolyVCSwitch.svg │ ├── PolyrhythmicGenerator.svg │ ├── PolyrhythmicGeneratorMkII.svg │ ├── RackEarLeft.svg │ ├── RackEarLeftBats.svg │ ├── RackEarLeftNoLogo.svg │ ├── RackEarLeftSkeleton.svg │ ├── RackEarRight.svg │ ├── RackEarRightBats.svg │ ├── RackEarRightNoLogo.svg │ ├── RackEarRightSkeleton.svg │ ├── RandomAccessSwitch18.svg │ ├── RandomAccessSwitch81.svg │ ├── Rectifier.svg │ ├── SRFF.svg │ ├── SRFlipFlop.svg │ ├── SampleAndHold.svg │ ├── SampleAndHold2.svg │ ├── SequenceEncoder.svg │ ├── Sequencer16.svg │ ├── Sequencer64.svg │ ├── Sequencer8.svg │ ├── SequencerChannel16.svg │ ├── SequencerChannel8.svg │ ├── SequencerExpanderCV8.svg │ ├── SequencerExpanderLog8.svg │ ├── SequencerExpanderOut8.svg │ ├── SequencerExpanderRM8.svg │ ├── SequencerExpanderTSG.svg │ ├── SequencerExpanderTrig8.svg │ ├── SequencerGates16.svg │ ├── SequencerGates8.svg │ ├── SequencerTriggers16.svg │ ├── SequencerTriggers8.svg │ ├── ShepardGenerator.svg │ ├── ShiftRegister16.svg │ ├── ShiftRegister32.svg │ ├── SlopeDetector.svg │ ├── Stack.svg │ ├── StartupDelay.svg │ ├── StepSequencer8.svg │ ├── SubHarmonicGenerator.svg │ ├── Switch16To1.svg │ ├── Switch1To16.svg │ ├── Switch1To8.svg │ ├── Switch2.svg │ ├── Switch3.svg │ ├── Switch4.svg │ ├── Switch8To1.svg │ ├── TFF.svg │ ├── TFlipFlop.svg │ ├── TriggerSequencer16.svg │ ├── TriggerSequencer8.svg │ ├── VCFrequencyDivider.svg │ ├── VCFrequencyDividerMkII.svg │ ├── VCPolarizer.svg │ ├── VCPulseDivider.svg │ ├── VoltageControlledSwitch.svg │ ├── VoltageInverter.svg │ └── VoltageScaler.svg ├── Rectifier.svg ├── SRFF.svg ├── SRFlipFlop.svg ├── SampleAndHold.svg ├── SampleAndHold2.svg ├── Sanguine │ ├── AnalogueShiftRegister.svg │ ├── Arpeggiator.svg │ ├── Attenuator.svg │ ├── Attenuverter.svg │ ├── BarGraph.svg │ ├── BasicSequencer8.svg │ ├── BinaryComparator.svg │ ├── BinarySequencer.svg │ ├── Blank12HP.svg │ ├── Blank16HP.svg │ ├── Blank20HP.svg │ ├── Blank24HP.svg │ ├── Blank2HP.svg │ ├── Blank4HP.svg │ ├── Blank8HP.svg │ ├── BooleanAND.svg │ ├── BooleanOR.svg │ ├── BooleanVCNOT.svg │ ├── BooleanXOR.svg │ ├── Breakout.svg │ ├── BurstGenerator.svg │ ├── BurstGenerator64.svg │ ├── BusRoute.svg │ ├── BusRoute2.svg │ ├── CVSpreader.svg │ ├── Carousel.svg │ ├── Chances.svg │ ├── ClockDivider.svg │ ├── ClockedRandomGateExpanderCV.svg │ ├── ClockedRandomGateExpanderLog.svg │ ├── ClockedRandomGates.svg │ ├── Comparator.svg │ ├── DFF.svg │ ├── Euclid.svg │ ├── EuclidExpanderCV.svg │ ├── EventArranger.svg │ ├── EventTimer.svg │ ├── EventTimer2.svg │ ├── Fade.svg │ ├── FadeExpander.svg │ ├── G2T.svg │ ├── GateDelay.svg │ ├── GateDelayMT.svg │ ├── GateModifier.svg │ ├── GateSequencer16.svg │ ├── GateSequencer16b.svg │ ├── GateSequencer8.svg │ ├── GatedComparator.svg │ ├── HyperManiacalLFO.svg │ ├── HyperManiacalLFOExpander.svg │ ├── LightStrip.svg │ ├── Mangler.svg │ ├── Manifold.svg │ ├── ManualCV.svg │ ├── ManualCV2.svg │ ├── ManualGate.svg │ ├── MasterReset.svg │ ├── MatrixCombiner.svg │ ├── MatrixMixer.svg │ ├── Megalomaniac.svg │ ├── MinimusMaximus.svg │ ├── Mixer.svg │ ├── MorphShaper.svg │ ├── Mult.svg │ ├── MultiStepSequencer.svg │ ├── Multiplexer.svg │ ├── Mute-iple.svg │ ├── Mute.svg │ ├── NibbleTriggerSequencer.svg │ ├── OctetTriggerSequencer.svg │ ├── OctetTriggerSequencerCVExpander.svg │ ├── OctetTriggerSequencerGateExpander.svg │ ├── OffsetGenerator.svg │ ├── Oscilloscope.svg │ ├── Palette.svg │ ├── PaletteDisabled.svg │ ├── PolyChances.svg │ ├── PolyG2T.svg │ ├── PolyGateModifier.svg │ ├── PolyLogic.svg │ ├── PolyMinMax.svg │ ├── PolyMute.svg │ ├── PolyVCPolarizer.svg │ ├── PolyVCSwitch.svg │ ├── PolyrhythmicGenerator.svg │ ├── PolyrhythmicGeneratorMkII.svg │ ├── RackEarLeft.svg │ ├── RackEarLeftBats.svg │ ├── RackEarLeftNoLogo.svg │ ├── RackEarLeftSkeleton.svg │ ├── RackEarRight.svg │ ├── RackEarRightBats.svg │ ├── RackEarRightNoLogo.svg │ ├── RackEarRightSkeleton.svg │ ├── RandomAccessSwitch18.svg │ ├── RandomAccessSwitch81.svg │ ├── Rectifier.svg │ ├── SRFF.svg │ ├── SRFlipFlop.svg │ ├── SampleAndHold.svg │ ├── SampleAndHold2.svg │ ├── SequenceEncoder.svg │ ├── Sequencer16.svg │ ├── Sequencer64.svg │ ├── Sequencer8.svg │ ├── SequencerChannel16.svg │ ├── SequencerChannel8.svg │ ├── SequencerExpanderCV8.svg │ ├── SequencerExpanderLog8.svg │ ├── SequencerExpanderOut8.svg │ ├── SequencerExpanderRM8.svg │ ├── SequencerExpanderTSG.svg │ ├── SequencerExpanderTrig8.svg │ ├── SequencerGates16.svg │ ├── SequencerGates8.svg │ ├── SequencerTriggers16.svg │ ├── SequencerTriggers8.svg │ ├── ShepardGenerator.svg │ ├── ShiftRegister16.svg │ ├── ShiftRegister32.svg │ ├── SlopeDetector.svg │ ├── Stack.svg │ ├── StartupDelay.svg │ ├── StepSequencer8.svg │ ├── SubHarmonicGenerator.svg │ ├── Switch16To1.svg │ ├── Switch1To16.svg │ ├── Switch1To8.svg │ ├── Switch2.svg │ ├── Switch3.svg │ ├── Switch4.svg │ ├── Switch8To1.svg │ ├── TFF.svg │ ├── TFlipFlop.svg │ ├── TriggerSequencer16.svg │ ├── TriggerSequencer8.svg │ ├── VCFrequencyDivider.svg │ ├── VCFrequencyDividerMkII.svg │ ├── VCPolarizer.svg │ ├── VCPulseDivider.svg │ ├── VoltageControlledSwitch.svg │ ├── VoltageInverter.svg │ └── VoltageScaler.svg ├── SequenceEncoder.svg ├── Sequencer16.svg ├── Sequencer64.svg ├── Sequencer8.svg ├── SequencerChannel16.svg ├── SequencerChannel8.svg ├── SequencerExpanderCV8.svg ├── SequencerExpanderLog8.svg ├── SequencerExpanderOut8.svg ├── SequencerExpanderRM8.svg ├── SequencerExpanderTSG.svg ├── SequencerExpanderTrig8.svg ├── SequencerGates16.svg ├── SequencerGates8.svg ├── SequencerTriggers16.svg ├── SequencerTriggers8.svg ├── ShepardGenerator.svg ├── ShiftRegister16.svg ├── ShiftRegister32.svg ├── SlopeDetector.svg ├── Stack.svg ├── StartupDelay.svg ├── StepSequencer8.svg ├── SubHarmonicGenerator.svg ├── Switch16To1.svg ├── Switch1To16.svg ├── Switch1To8.svg ├── Switch2.svg ├── Switch3.svg ├── Switch4.svg ├── Switch8To1.svg ├── TFF.svg ├── TFlipFlop.svg ├── TrickOrTreat │ ├── AnalogueShiftRegister.svg │ ├── Arpeggiator.svg │ ├── Attenuator.svg │ ├── Attenuverter.svg │ ├── BarGraph.svg │ ├── BasicSequencer8.svg │ ├── BinaryComparator.svg │ ├── BinarySequencer.svg │ ├── Blank12HP.svg │ ├── Blank16HP.svg │ ├── Blank20HP.svg │ ├── Blank24HP.svg │ ├── Blank2HP.svg │ ├── Blank4HP.svg │ ├── Blank8HP.svg │ ├── BooleanAND.svg │ ├── BooleanOR.svg │ ├── BooleanVCNOT.svg │ ├── BooleanXOR.svg │ ├── Breakout.svg │ ├── BurstGenerator.svg │ ├── BurstGenerator64.svg │ ├── BusRoute.svg │ ├── BusRoute2.svg │ ├── CVSpreader.svg │ ├── Carousel.svg │ ├── Chances.svg │ ├── ClockDivider.svg │ ├── ClockedRandomGateExpanderCV.svg │ ├── ClockedRandomGateExpanderLog.svg │ ├── ClockedRandomGates.svg │ ├── Comparator.svg │ ├── DFF.svg │ ├── Euclid.svg │ ├── EuclidExpanderCV.svg │ ├── EventArranger.svg │ ├── EventTimer.svg │ ├── EventTimer2.svg │ ├── Fade.svg │ ├── FadeExpander.svg │ ├── G2T.svg │ ├── GateDelay.svg │ ├── GateDelayMT.svg │ ├── GateModifier.svg │ ├── GateSequencer16.svg │ ├── GateSequencer16b.svg │ ├── GateSequencer8.svg │ ├── GatedComparator.svg │ ├── HyperManiacalLFO.svg │ ├── HyperManiacalLFOExpander.svg │ ├── LightStrip.svg │ ├── Mangler.svg │ ├── Manifold.svg │ ├── ManualCV.svg │ ├── ManualCV2.svg │ ├── ManualGate.svg │ ├── MasterReset.svg │ ├── MatrixCombiner.svg │ ├── MatrixMixer.svg │ ├── Megalomaniac.svg │ ├── MinimusMaximus.svg │ ├── Mixer.svg │ ├── MorphShaper.svg │ ├── Mult.svg │ ├── MultiStepSequencer.svg │ ├── Multiplexer.svg │ ├── Mute-iple.svg │ ├── Mute.svg │ ├── NibbleTriggerSequencer.svg │ ├── OctetTriggerSequencer.svg │ ├── OctetTriggerSequencerCVExpander.svg │ ├── OctetTriggerSequencerGateExpander.svg │ ├── OffsetGenerator.svg │ ├── Oscilloscope.svg │ ├── Palette.svg │ ├── PaletteDisabled.svg │ ├── PolyChances.svg │ ├── PolyG2T.svg │ ├── PolyGateModifier.svg │ ├── PolyLogic.svg │ ├── PolyMinMax.svg │ ├── PolyMute.svg │ ├── PolyVCPolarizer.svg │ ├── PolyVCSwitch.svg │ ├── PolyrhythmicGenerator.svg │ ├── PolyrhythmicGeneratorMkII.svg │ ├── RackEarLeft.svg │ ├── RackEarLeftBats.svg │ ├── RackEarLeftNoLogo.svg │ ├── RackEarLeftSkeleton.svg │ ├── RackEarRight.svg │ ├── RackEarRightBats.svg │ ├── RackEarRightNoLogo.svg │ ├── RackEarRightSkeleton.svg │ ├── RandomAccessSwitch18.svg │ ├── RandomAccessSwitch81.svg │ ├── Rectifier.svg │ ├── SRFF.svg │ ├── SRFlipFlop.svg │ ├── SampleAndHold.svg │ ├── SampleAndHold2.svg │ ├── SequenceEncoder.svg │ ├── Sequencer16.svg │ ├── Sequencer64.svg │ ├── Sequencer8.svg │ ├── SequencerChannel16.svg │ ├── SequencerChannel8.svg │ ├── SequencerExpanderCV8.svg │ ├── SequencerExpanderLog8.svg │ ├── SequencerExpanderOut8.svg │ ├── SequencerExpanderRM8.svg │ ├── SequencerExpanderTSG.svg │ ├── SequencerExpanderTrig8.svg │ ├── SequencerGates16.svg │ ├── SequencerGates8.svg │ ├── SequencerTriggers16.svg │ ├── SequencerTriggers8.svg │ ├── ShepardGenerator.svg │ ├── ShiftRegister16.svg │ ├── ShiftRegister32.svg │ ├── SlopeDetector.svg │ ├── Stack.svg │ ├── StartupDelay.svg │ ├── StepSequencer8.svg │ ├── SubHarmonicGenerator.svg │ ├── Switch16To1.svg │ ├── Switch1To16.svg │ ├── Switch1To8.svg │ ├── Switch2.svg │ ├── Switch3.svg │ ├── Switch4.svg │ ├── Switch8To1.svg │ ├── TFF.svg │ ├── TFlipFlop.svg │ ├── TriggerSequencer16.svg │ ├── TriggerSequencer8.svg │ ├── VCFrequencyDivider.svg │ ├── VCFrequencyDividerMkII.svg │ ├── VCPolarizer.svg │ ├── VCPulseDivider.svg │ ├── VoltageControlledSwitch.svg │ ├── VoltageInverter.svg │ └── VoltageScaler.svg ├── TriggerSequencer16.svg ├── TriggerSequencer8.svg ├── VCFrequencyDivider.svg ├── VCFrequencyDividerMkII.svg ├── VCPolarizer.svg ├── VCPulseDivider.svg ├── VoltageControlledSwitch.svg ├── VoltageInverter.svg ├── VoltageScaler.svg ├── _CreateThemes.cmd ├── _CreateThemesAll.cmd └── fonts │ ├── Segment14.ttf │ ├── Segment14_OFL.txt │ ├── Sudo.ttf │ └── Sudo_OFL.txt └── src ├── CountModula.cpp ├── CountModula.hpp ├── DeclareModels.hpp ├── InitialiseModels.hpp ├── components ├── CountModulaComponents.hpp ├── CountModulaKnobs.hpp ├── CountModulaLEDDisplay.hpp ├── CountModulaPushButtons.hpp ├── StdComponentPositions.cpp ├── StdComponentPositions.hpp └── stdScrews.hpp ├── inc ├── AddExpanderMenuItem.hpp ├── ClockOscillator.hpp ├── ClockedRandomGateExpanderMessage.hpp ├── EuclidExpanderMessage.hpp ├── EuclideanAlgorithm.hpp ├── FadeExpanderMessage.hpp ├── FrequencyDivider.hpp ├── GateDelayLine.hpp ├── GateProcessor.hpp ├── HyperManiacalLFOExpanderMessage.hpp ├── Inverter.hpp ├── MegalomaniacControllerMessage.hpp ├── MixerEngine.hpp ├── OctetTriggerSequencerExpanderMessage.hpp ├── Polarizer.hpp ├── PulseModifier.hpp ├── SequencerChannelMessage.hpp ├── SequencerExpanderMessage.hpp ├── SlewLimiter.hpp └── Utility.hpp ├── modules ├── AnalogueShiftRegister.cpp ├── Arpeggiator.cpp ├── Attenuator.cpp ├── Attenuverter.cpp ├── BarGraph.cpp ├── BasicSequencer8.cpp ├── BinaryComparator.cpp ├── BinarySequencer.cpp ├── BlankPanel12HP.cpp ├── BlankPanel16HP.cpp ├── BlankPanel20HP.cpp ├── BlankPanel24HP.cpp ├── BlankPanel2HP.cpp ├── BlankPanel4HP.cpp ├── BlankPanel8HP.cpp ├── BlankPanels.hpp ├── BooleanAND.cpp ├── BooleanOR.cpp ├── BooleanVCNOT.cpp ├── BooleanXOR.cpp ├── Breakout.cpp ├── BurstGenerator.cpp ├── BurstGenerator64.cpp ├── BusRoute.cpp ├── BusRoute2.cpp ├── CVSpreader.cpp ├── Carousel.cpp ├── Chances.cpp ├── ClockDivider.cpp ├── ClockedRandomGateExpanderCV.cpp ├── ClockedRandomGateExpanderLog.cpp ├── ClockedRandomGates.cpp ├── Comparator.cpp ├── DFlipFlop.cpp ├── DrumSequencer16.cpp ├── Euclid.cpp ├── EuclidExpanderCV.cpp ├── EventArranger.cpp ├── EventTimer.cpp ├── EventTimer.hpp ├── EventTimer2.cpp ├── Fade.cpp ├── FadeExpander.cpp ├── G2T.cpp ├── GateDelay.cpp ├── GateDelayMT.cpp ├── GateModifier.cpp ├── GateSequencer16.cpp ├── GateSequencer8.cpp ├── GateSequencerSrc.hpp ├── GatedComparator.cpp ├── HyperManiac.cpp ├── HyperManiacalLFO.cpp ├── HyperManiacalLFOExpander.cpp ├── LightStrip.cpp ├── Mangler.cpp ├── Manifold.cpp ├── ManualCV.cpp ├── ManualCV2.cpp ├── ManualGate.cpp ├── MasterReset.cpp ├── MatrixCombiner.cpp ├── MatrixMixer.cpp ├── MinimusMaximus.cpp ├── Mixer.cpp ├── MorphShaper.cpp ├── Mult.cpp ├── MultiStepSequencer.cpp ├── Multiplexer.cpp ├── Mute-iple.cpp ├── Mute.cpp ├── NibbleTriggerSequencer.cpp ├── OctetTriggerSequencer.cpp ├── OctetTriggerSequencerCVExpander.cpp ├── OctetTriggerSequencerGateExpander.cpp ├── OffsetGenerator.cpp ├── Oscilloscope.cpp ├── Palette.cpp ├── PolyChances.cpp ├── PolyG2T.cpp ├── PolyGateModifier.cpp ├── PolyLogic.cpp ├── PolyMinMax.cpp ├── PolyMute.cpp ├── PolyVCPolarizer.cpp ├── PolyVCSwitch.cpp ├── PolyrhythmicGenerator.cpp ├── PolyrhythmicGeneratorMkII.cpp ├── RackEarL.cpp ├── RackEarR.cpp ├── RackEars.hpp ├── RandomAccessSwitch18.cpp ├── RandomAccessSwitch81.cpp ├── Rectifier.cpp ├── SRFlipFlop.cpp ├── SampleAndHold.cpp ├── SampleAndHold2.cpp ├── SequenceEncoder.cpp ├── Sequencer16.cpp ├── Sequencer64.cpp ├── Sequencer8.cpp ├── SequencerChannel16.cpp ├── SequencerChannel8.cpp ├── SequencerChannelSrc.hpp ├── SequencerExpanderCV8.cpp ├── SequencerExpanderLog8.cpp ├── SequencerExpanderOut8.cpp ├── SequencerExpanderRM8.cpp ├── SequencerExpanderTSG.cpp ├── SequencerExpanderTrig8.cpp ├── SequencerGates16.cpp ├── SequencerGates8.cpp ├── SequencerGatesSrc.hpp ├── SequencerSrc.hpp ├── SequencerTriggers16.cpp ├── SequencerTriggers8.cpp ├── ShepardGenerator.cpp ├── ShiftRegister16.cpp ├── ShiftRegister32.cpp ├── ShiftRegisterSrc.hpp ├── SlopeDetector.cpp ├── Stack.cpp ├── StartupDelay.cpp ├── StepSequencer8.cpp ├── SubHarmonicGenerator.cpp ├── Switch16To1.cpp ├── Switch1To16.cpp ├── Switch1To8.cpp ├── Switch2.cpp ├── Switch3.cpp ├── Switch4.cpp ├── Switch8To1.cpp ├── SwitchNToNSrc.hpp ├── TFlipFlop.cpp ├── TriggerSequencer16.cpp ├── TriggerSequencer8.cpp ├── TriggerSequencerSrc.hpp ├── VCFrequencyDivider.cpp ├── VCFrequencyDividerMkII.cpp ├── VCPolarizer.cpp ├── VCPulseDivider.cpp ├── VoltageControlledSwitch.cpp ├── VoltageInverter.cpp └── VoltageScaler.cpp └── themes ├── ThemeMenuItem.hpp ├── dataFromJson.hpp ├── dataToJson.hpp ├── setDefaultTheme.hpp ├── setPanel.hpp ├── step.hpp ├── themeMenus.hpp └── variables.hpp /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/.gitignore -------------------------------------------------------------------------------- /CHANGELOG.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/CHANGELOG.md -------------------------------------------------------------------------------- /LICENSE-DIST.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/LICENSE-DIST.txt -------------------------------------------------------------------------------- /LICENSE.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/LICENSE.txt -------------------------------------------------------------------------------- /MANUAL.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/MANUAL.md -------------------------------------------------------------------------------- /Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/Makefile -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/README.md -------------------------------------------------------------------------------- /img/CountModulaLogo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/img/CountModulaLogo.png -------------------------------------------------------------------------------- /img/facebook.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/img/facebook.png -------------------------------------------------------------------------------- /plugin.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/plugin.json -------------------------------------------------------------------------------- /presets/LightStrip/Blue.vcvm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/presets/LightStrip/Blue.vcvm -------------------------------------------------------------------------------- /presets/LightStrip/Green.vcvm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/presets/LightStrip/Green.vcvm -------------------------------------------------------------------------------- /presets/LightStrip/Red.vcvm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/presets/LightStrip/Red.vcvm -------------------------------------------------------------------------------- /presets/LightStrip/White.vcvm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/presets/LightStrip/White.vcvm -------------------------------------------------------------------------------- /presets/LightStrip/Yellow.vcvm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/presets/LightStrip/Yellow.vcvm -------------------------------------------------------------------------------- /res/Absinthe/Arpeggiator.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/Absinthe/Arpeggiator.svg -------------------------------------------------------------------------------- /res/Absinthe/Attenuator.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/Absinthe/Attenuator.svg -------------------------------------------------------------------------------- /res/Absinthe/Attenuverter.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/Absinthe/Attenuverter.svg -------------------------------------------------------------------------------- /res/Absinthe/BarGraph.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/Absinthe/BarGraph.svg -------------------------------------------------------------------------------- /res/Absinthe/BasicSequencer8.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/Absinthe/BasicSequencer8.svg -------------------------------------------------------------------------------- /res/Absinthe/BinaryComparator.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/Absinthe/BinaryComparator.svg -------------------------------------------------------------------------------- /res/Absinthe/BinarySequencer.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/Absinthe/BinarySequencer.svg -------------------------------------------------------------------------------- /res/Absinthe/Blank12HP.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/Absinthe/Blank12HP.svg -------------------------------------------------------------------------------- /res/Absinthe/Blank16HP.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/Absinthe/Blank16HP.svg -------------------------------------------------------------------------------- /res/Absinthe/Blank20HP.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/Absinthe/Blank20HP.svg -------------------------------------------------------------------------------- /res/Absinthe/Blank24HP.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/Absinthe/Blank24HP.svg -------------------------------------------------------------------------------- /res/Absinthe/Blank2HP.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/Absinthe/Blank2HP.svg -------------------------------------------------------------------------------- /res/Absinthe/Blank4HP.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/Absinthe/Blank4HP.svg -------------------------------------------------------------------------------- /res/Absinthe/Blank8HP.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/Absinthe/Blank8HP.svg -------------------------------------------------------------------------------- /res/Absinthe/BooleanAND.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/Absinthe/BooleanAND.svg -------------------------------------------------------------------------------- /res/Absinthe/BooleanOR.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/Absinthe/BooleanOR.svg -------------------------------------------------------------------------------- /res/Absinthe/BooleanVCNOT.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/Absinthe/BooleanVCNOT.svg -------------------------------------------------------------------------------- /res/Absinthe/BooleanXOR.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/Absinthe/BooleanXOR.svg -------------------------------------------------------------------------------- /res/Absinthe/Breakout.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/Absinthe/Breakout.svg -------------------------------------------------------------------------------- /res/Absinthe/BurstGenerator.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/Absinthe/BurstGenerator.svg -------------------------------------------------------------------------------- /res/Absinthe/BurstGenerator64.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/Absinthe/BurstGenerator64.svg -------------------------------------------------------------------------------- /res/Absinthe/BusRoute.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/Absinthe/BusRoute.svg -------------------------------------------------------------------------------- /res/Absinthe/BusRoute2.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/Absinthe/BusRoute2.svg -------------------------------------------------------------------------------- /res/Absinthe/CVSpreader.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/Absinthe/CVSpreader.svg -------------------------------------------------------------------------------- /res/Absinthe/Carousel.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/Absinthe/Carousel.svg -------------------------------------------------------------------------------- /res/Absinthe/Chances.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/Absinthe/Chances.svg -------------------------------------------------------------------------------- /res/Absinthe/ClockDivider.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/Absinthe/ClockDivider.svg -------------------------------------------------------------------------------- /res/Absinthe/Comparator.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/Absinthe/Comparator.svg -------------------------------------------------------------------------------- /res/Absinthe/DFF.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/Absinthe/DFF.svg -------------------------------------------------------------------------------- /res/Absinthe/Euclid.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/Absinthe/Euclid.svg -------------------------------------------------------------------------------- /res/Absinthe/EuclidExpanderCV.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/Absinthe/EuclidExpanderCV.svg -------------------------------------------------------------------------------- /res/Absinthe/EventArranger.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/Absinthe/EventArranger.svg -------------------------------------------------------------------------------- /res/Absinthe/EventTimer.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/Absinthe/EventTimer.svg -------------------------------------------------------------------------------- /res/Absinthe/EventTimer2.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/Absinthe/EventTimer2.svg -------------------------------------------------------------------------------- /res/Absinthe/Fade.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/Absinthe/Fade.svg -------------------------------------------------------------------------------- /res/Absinthe/FadeExpander.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/Absinthe/FadeExpander.svg -------------------------------------------------------------------------------- /res/Absinthe/G2T.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/Absinthe/G2T.svg -------------------------------------------------------------------------------- /res/Absinthe/GateDelay.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/Absinthe/GateDelay.svg -------------------------------------------------------------------------------- /res/Absinthe/GateDelayMT.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/Absinthe/GateDelayMT.svg -------------------------------------------------------------------------------- /res/Absinthe/GateModifier.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/Absinthe/GateModifier.svg -------------------------------------------------------------------------------- /res/Absinthe/GateSequencer16.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/Absinthe/GateSequencer16.svg -------------------------------------------------------------------------------- /res/Absinthe/GateSequencer16b.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/Absinthe/GateSequencer16b.svg -------------------------------------------------------------------------------- /res/Absinthe/GateSequencer8.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/Absinthe/GateSequencer8.svg -------------------------------------------------------------------------------- /res/Absinthe/GatedComparator.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/Absinthe/GatedComparator.svg -------------------------------------------------------------------------------- /res/Absinthe/HyperManiacalLFO.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/Absinthe/HyperManiacalLFO.svg -------------------------------------------------------------------------------- /res/Absinthe/LightStrip.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/Absinthe/LightStrip.svg -------------------------------------------------------------------------------- /res/Absinthe/Mangler.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/Absinthe/Mangler.svg -------------------------------------------------------------------------------- /res/Absinthe/Manifold.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/Absinthe/Manifold.svg -------------------------------------------------------------------------------- /res/Absinthe/ManualCV.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/Absinthe/ManualCV.svg -------------------------------------------------------------------------------- /res/Absinthe/ManualCV2.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/Absinthe/ManualCV2.svg -------------------------------------------------------------------------------- /res/Absinthe/ManualGate.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/Absinthe/ManualGate.svg -------------------------------------------------------------------------------- /res/Absinthe/MasterReset.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/Absinthe/MasterReset.svg -------------------------------------------------------------------------------- /res/Absinthe/MatrixCombiner.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/Absinthe/MatrixCombiner.svg -------------------------------------------------------------------------------- /res/Absinthe/MatrixMixer.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/Absinthe/MatrixMixer.svg -------------------------------------------------------------------------------- /res/Absinthe/Megalomaniac.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/Absinthe/Megalomaniac.svg -------------------------------------------------------------------------------- /res/Absinthe/MinimusMaximus.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/Absinthe/MinimusMaximus.svg -------------------------------------------------------------------------------- /res/Absinthe/Mixer.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/Absinthe/Mixer.svg -------------------------------------------------------------------------------- /res/Absinthe/MorphShaper.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/Absinthe/MorphShaper.svg -------------------------------------------------------------------------------- /res/Absinthe/Mult.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/Absinthe/Mult.svg -------------------------------------------------------------------------------- /res/Absinthe/Multiplexer.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/Absinthe/Multiplexer.svg -------------------------------------------------------------------------------- /res/Absinthe/Mute-iple.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/Absinthe/Mute-iple.svg -------------------------------------------------------------------------------- /res/Absinthe/Mute.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/Absinthe/Mute.svg -------------------------------------------------------------------------------- /res/Absinthe/OffsetGenerator.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/Absinthe/OffsetGenerator.svg -------------------------------------------------------------------------------- /res/Absinthe/Oscilloscope.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/Absinthe/Oscilloscope.svg -------------------------------------------------------------------------------- /res/Absinthe/Palette.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/Absinthe/Palette.svg -------------------------------------------------------------------------------- /res/Absinthe/PaletteDisabled.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/Absinthe/PaletteDisabled.svg -------------------------------------------------------------------------------- /res/Absinthe/PolyChances.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/Absinthe/PolyChances.svg -------------------------------------------------------------------------------- /res/Absinthe/PolyG2T.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/Absinthe/PolyG2T.svg -------------------------------------------------------------------------------- /res/Absinthe/PolyGateModifier.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/Absinthe/PolyGateModifier.svg -------------------------------------------------------------------------------- /res/Absinthe/PolyLogic.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/Absinthe/PolyLogic.svg -------------------------------------------------------------------------------- /res/Absinthe/PolyMinMax.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/Absinthe/PolyMinMax.svg -------------------------------------------------------------------------------- /res/Absinthe/PolyMute.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/Absinthe/PolyMute.svg -------------------------------------------------------------------------------- /res/Absinthe/PolyVCPolarizer.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/Absinthe/PolyVCPolarizer.svg -------------------------------------------------------------------------------- /res/Absinthe/PolyVCSwitch.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/Absinthe/PolyVCSwitch.svg -------------------------------------------------------------------------------- /res/Absinthe/RackEarLeft.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/Absinthe/RackEarLeft.svg -------------------------------------------------------------------------------- /res/Absinthe/RackEarLeftBats.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/Absinthe/RackEarLeftBats.svg -------------------------------------------------------------------------------- /res/Absinthe/RackEarRight.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/Absinthe/RackEarRight.svg -------------------------------------------------------------------------------- /res/Absinthe/RackEarRightBats.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/Absinthe/RackEarRightBats.svg -------------------------------------------------------------------------------- /res/Absinthe/Rectifier.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/Absinthe/Rectifier.svg -------------------------------------------------------------------------------- /res/Absinthe/SRFF.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/Absinthe/SRFF.svg -------------------------------------------------------------------------------- /res/Absinthe/SRFlipFlop.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/Absinthe/SRFlipFlop.svg -------------------------------------------------------------------------------- /res/Absinthe/SampleAndHold.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/Absinthe/SampleAndHold.svg -------------------------------------------------------------------------------- /res/Absinthe/SampleAndHold2.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/Absinthe/SampleAndHold2.svg -------------------------------------------------------------------------------- /res/Absinthe/SequenceEncoder.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/Absinthe/SequenceEncoder.svg -------------------------------------------------------------------------------- /res/Absinthe/Sequencer16.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/Absinthe/Sequencer16.svg -------------------------------------------------------------------------------- /res/Absinthe/Sequencer64.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/Absinthe/Sequencer64.svg -------------------------------------------------------------------------------- /res/Absinthe/Sequencer8.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/Absinthe/Sequencer8.svg -------------------------------------------------------------------------------- /res/Absinthe/SequencerGates16.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/Absinthe/SequencerGates16.svg -------------------------------------------------------------------------------- /res/Absinthe/SequencerGates8.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/Absinthe/SequencerGates8.svg -------------------------------------------------------------------------------- /res/Absinthe/ShepardGenerator.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/Absinthe/ShepardGenerator.svg -------------------------------------------------------------------------------- /res/Absinthe/ShiftRegister16.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/Absinthe/ShiftRegister16.svg -------------------------------------------------------------------------------- /res/Absinthe/ShiftRegister32.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/Absinthe/ShiftRegister32.svg -------------------------------------------------------------------------------- /res/Absinthe/SlopeDetector.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/Absinthe/SlopeDetector.svg -------------------------------------------------------------------------------- /res/Absinthe/Stack.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/Absinthe/Stack.svg -------------------------------------------------------------------------------- /res/Absinthe/StartupDelay.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/Absinthe/StartupDelay.svg -------------------------------------------------------------------------------- /res/Absinthe/StepSequencer8.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/Absinthe/StepSequencer8.svg -------------------------------------------------------------------------------- /res/Absinthe/Switch16To1.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/Absinthe/Switch16To1.svg -------------------------------------------------------------------------------- /res/Absinthe/Switch1To16.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/Absinthe/Switch1To16.svg -------------------------------------------------------------------------------- /res/Absinthe/Switch1To8.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/Absinthe/Switch1To8.svg -------------------------------------------------------------------------------- /res/Absinthe/Switch2.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/Absinthe/Switch2.svg -------------------------------------------------------------------------------- /res/Absinthe/Switch3.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/Absinthe/Switch3.svg -------------------------------------------------------------------------------- /res/Absinthe/Switch4.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/Absinthe/Switch4.svg -------------------------------------------------------------------------------- /res/Absinthe/Switch8To1.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/Absinthe/Switch8To1.svg -------------------------------------------------------------------------------- /res/Absinthe/TFF.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/Absinthe/TFF.svg -------------------------------------------------------------------------------- /res/Absinthe/TFlipFlop.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/Absinthe/TFlipFlop.svg -------------------------------------------------------------------------------- /res/Absinthe/VCPolarizer.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/Absinthe/VCPolarizer.svg -------------------------------------------------------------------------------- /res/Absinthe/VCPulseDivider.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/Absinthe/VCPulseDivider.svg -------------------------------------------------------------------------------- /res/Absinthe/VoltageInverter.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/Absinthe/VoltageInverter.svg -------------------------------------------------------------------------------- /res/Absinthe/VoltageScaler.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/Absinthe/VoltageScaler.svg -------------------------------------------------------------------------------- /res/AnalogueShiftRegister.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/AnalogueShiftRegister.svg -------------------------------------------------------------------------------- /res/Arpeggiator.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/Arpeggiator.svg -------------------------------------------------------------------------------- /res/Attenuator.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/Attenuator.svg -------------------------------------------------------------------------------- /res/Attenuverter.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/Attenuverter.svg -------------------------------------------------------------------------------- /res/BarGraph.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/BarGraph.svg -------------------------------------------------------------------------------- /res/BasicSequencer8.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/BasicSequencer8.svg -------------------------------------------------------------------------------- /res/BinaryComparator.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/BinaryComparator.svg -------------------------------------------------------------------------------- /res/BinarySequencer.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/BinarySequencer.svg -------------------------------------------------------------------------------- /res/Blank12HP.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/Blank12HP.svg -------------------------------------------------------------------------------- /res/Blank16HP.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/Blank16HP.svg -------------------------------------------------------------------------------- /res/Blank20HP.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/Blank20HP.svg -------------------------------------------------------------------------------- /res/Blank24HP.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/Blank24HP.svg -------------------------------------------------------------------------------- /res/Blank2HP.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/Blank2HP.svg -------------------------------------------------------------------------------- /res/Blank4HP.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/Blank4HP.svg -------------------------------------------------------------------------------- /res/Blank8HP.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/Blank8HP.svg -------------------------------------------------------------------------------- /res/BlueMoon/Arpeggiator.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/BlueMoon/Arpeggiator.svg -------------------------------------------------------------------------------- /res/BlueMoon/Attenuator.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/BlueMoon/Attenuator.svg -------------------------------------------------------------------------------- /res/BlueMoon/Attenuverter.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/BlueMoon/Attenuverter.svg -------------------------------------------------------------------------------- /res/BlueMoon/BarGraph.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/BlueMoon/BarGraph.svg -------------------------------------------------------------------------------- /res/BlueMoon/BasicSequencer8.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/BlueMoon/BasicSequencer8.svg -------------------------------------------------------------------------------- /res/BlueMoon/BinaryComparator.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/BlueMoon/BinaryComparator.svg -------------------------------------------------------------------------------- /res/BlueMoon/BinarySequencer.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/BlueMoon/BinarySequencer.svg -------------------------------------------------------------------------------- /res/BlueMoon/Blank12HP.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/BlueMoon/Blank12HP.svg -------------------------------------------------------------------------------- /res/BlueMoon/Blank16HP.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/BlueMoon/Blank16HP.svg -------------------------------------------------------------------------------- /res/BlueMoon/Blank20HP.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/BlueMoon/Blank20HP.svg -------------------------------------------------------------------------------- /res/BlueMoon/Blank24HP.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/BlueMoon/Blank24HP.svg -------------------------------------------------------------------------------- /res/BlueMoon/Blank2HP.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/BlueMoon/Blank2HP.svg -------------------------------------------------------------------------------- /res/BlueMoon/Blank4HP.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/BlueMoon/Blank4HP.svg -------------------------------------------------------------------------------- /res/BlueMoon/Blank8HP.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/BlueMoon/Blank8HP.svg -------------------------------------------------------------------------------- /res/BlueMoon/BooleanAND.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/BlueMoon/BooleanAND.svg -------------------------------------------------------------------------------- /res/BlueMoon/BooleanOR.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/BlueMoon/BooleanOR.svg -------------------------------------------------------------------------------- /res/BlueMoon/BooleanVCNOT.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/BlueMoon/BooleanVCNOT.svg -------------------------------------------------------------------------------- /res/BlueMoon/BooleanXOR.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/BlueMoon/BooleanXOR.svg -------------------------------------------------------------------------------- /res/BlueMoon/Breakout.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/BlueMoon/Breakout.svg -------------------------------------------------------------------------------- /res/BlueMoon/BurstGenerator.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/BlueMoon/BurstGenerator.svg -------------------------------------------------------------------------------- /res/BlueMoon/BurstGenerator64.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/BlueMoon/BurstGenerator64.svg -------------------------------------------------------------------------------- /res/BlueMoon/BusRoute.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/BlueMoon/BusRoute.svg -------------------------------------------------------------------------------- /res/BlueMoon/BusRoute2.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/BlueMoon/BusRoute2.svg -------------------------------------------------------------------------------- /res/BlueMoon/CVSpreader.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/BlueMoon/CVSpreader.svg -------------------------------------------------------------------------------- /res/BlueMoon/Carousel.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/BlueMoon/Carousel.svg -------------------------------------------------------------------------------- /res/BlueMoon/Chances.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/BlueMoon/Chances.svg -------------------------------------------------------------------------------- /res/BlueMoon/ClockDivider.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/BlueMoon/ClockDivider.svg -------------------------------------------------------------------------------- /res/BlueMoon/Comparator.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/BlueMoon/Comparator.svg -------------------------------------------------------------------------------- /res/BlueMoon/DFF.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/BlueMoon/DFF.svg -------------------------------------------------------------------------------- /res/BlueMoon/Euclid.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/BlueMoon/Euclid.svg -------------------------------------------------------------------------------- /res/BlueMoon/EuclidExpanderCV.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/BlueMoon/EuclidExpanderCV.svg -------------------------------------------------------------------------------- /res/BlueMoon/EventArranger.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/BlueMoon/EventArranger.svg -------------------------------------------------------------------------------- /res/BlueMoon/EventTimer.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/BlueMoon/EventTimer.svg -------------------------------------------------------------------------------- /res/BlueMoon/EventTimer2.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/BlueMoon/EventTimer2.svg -------------------------------------------------------------------------------- /res/BlueMoon/Fade.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/BlueMoon/Fade.svg -------------------------------------------------------------------------------- /res/BlueMoon/FadeExpander.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/BlueMoon/FadeExpander.svg -------------------------------------------------------------------------------- /res/BlueMoon/G2T.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/BlueMoon/G2T.svg -------------------------------------------------------------------------------- /res/BlueMoon/GateDelay.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/BlueMoon/GateDelay.svg -------------------------------------------------------------------------------- /res/BlueMoon/GateDelayMT.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/BlueMoon/GateDelayMT.svg -------------------------------------------------------------------------------- /res/BlueMoon/GateModifier.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/BlueMoon/GateModifier.svg -------------------------------------------------------------------------------- /res/BlueMoon/GateSequencer16.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/BlueMoon/GateSequencer16.svg -------------------------------------------------------------------------------- /res/BlueMoon/GateSequencer16b.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/BlueMoon/GateSequencer16b.svg -------------------------------------------------------------------------------- /res/BlueMoon/GateSequencer8.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/BlueMoon/GateSequencer8.svg -------------------------------------------------------------------------------- /res/BlueMoon/GatedComparator.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/BlueMoon/GatedComparator.svg -------------------------------------------------------------------------------- /res/BlueMoon/HyperManiacalLFO.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/BlueMoon/HyperManiacalLFO.svg -------------------------------------------------------------------------------- /res/BlueMoon/LightStrip.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/BlueMoon/LightStrip.svg -------------------------------------------------------------------------------- /res/BlueMoon/Mangler.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/BlueMoon/Mangler.svg -------------------------------------------------------------------------------- /res/BlueMoon/Manifold.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/BlueMoon/Manifold.svg -------------------------------------------------------------------------------- /res/BlueMoon/ManualCV.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/BlueMoon/ManualCV.svg -------------------------------------------------------------------------------- /res/BlueMoon/ManualCV2.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/BlueMoon/ManualCV2.svg -------------------------------------------------------------------------------- /res/BlueMoon/ManualGate.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/BlueMoon/ManualGate.svg -------------------------------------------------------------------------------- /res/BlueMoon/MasterReset.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/BlueMoon/MasterReset.svg -------------------------------------------------------------------------------- /res/BlueMoon/MatrixCombiner.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/BlueMoon/MatrixCombiner.svg -------------------------------------------------------------------------------- /res/BlueMoon/MatrixMixer.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/BlueMoon/MatrixMixer.svg -------------------------------------------------------------------------------- /res/BlueMoon/Megalomaniac.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/BlueMoon/Megalomaniac.svg -------------------------------------------------------------------------------- /res/BlueMoon/MinimusMaximus.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/BlueMoon/MinimusMaximus.svg -------------------------------------------------------------------------------- /res/BlueMoon/Mixer.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/BlueMoon/Mixer.svg -------------------------------------------------------------------------------- /res/BlueMoon/MorphShaper.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/BlueMoon/MorphShaper.svg -------------------------------------------------------------------------------- /res/BlueMoon/Mult.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/BlueMoon/Mult.svg -------------------------------------------------------------------------------- /res/BlueMoon/Multiplexer.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/BlueMoon/Multiplexer.svg -------------------------------------------------------------------------------- /res/BlueMoon/Mute-iple.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/BlueMoon/Mute-iple.svg -------------------------------------------------------------------------------- /res/BlueMoon/Mute.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/BlueMoon/Mute.svg -------------------------------------------------------------------------------- /res/BlueMoon/OffsetGenerator.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/BlueMoon/OffsetGenerator.svg -------------------------------------------------------------------------------- /res/BlueMoon/Oscilloscope.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/BlueMoon/Oscilloscope.svg -------------------------------------------------------------------------------- /res/BlueMoon/Palette.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/BlueMoon/Palette.svg -------------------------------------------------------------------------------- /res/BlueMoon/PaletteDisabled.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/BlueMoon/PaletteDisabled.svg -------------------------------------------------------------------------------- /res/BlueMoon/PolyChances.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/BlueMoon/PolyChances.svg -------------------------------------------------------------------------------- /res/BlueMoon/PolyG2T.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/BlueMoon/PolyG2T.svg -------------------------------------------------------------------------------- /res/BlueMoon/PolyGateModifier.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/BlueMoon/PolyGateModifier.svg -------------------------------------------------------------------------------- /res/BlueMoon/PolyLogic.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/BlueMoon/PolyLogic.svg -------------------------------------------------------------------------------- /res/BlueMoon/PolyMinMax.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/BlueMoon/PolyMinMax.svg -------------------------------------------------------------------------------- /res/BlueMoon/PolyMute.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/BlueMoon/PolyMute.svg -------------------------------------------------------------------------------- /res/BlueMoon/PolyVCPolarizer.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/BlueMoon/PolyVCPolarizer.svg -------------------------------------------------------------------------------- /res/BlueMoon/PolyVCSwitch.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/BlueMoon/PolyVCSwitch.svg -------------------------------------------------------------------------------- /res/BlueMoon/RackEarLeft.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/BlueMoon/RackEarLeft.svg -------------------------------------------------------------------------------- /res/BlueMoon/RackEarLeftBats.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/BlueMoon/RackEarLeftBats.svg -------------------------------------------------------------------------------- /res/BlueMoon/RackEarRight.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/BlueMoon/RackEarRight.svg -------------------------------------------------------------------------------- /res/BlueMoon/RackEarRightBats.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/BlueMoon/RackEarRightBats.svg -------------------------------------------------------------------------------- /res/BlueMoon/Rectifier.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/BlueMoon/Rectifier.svg -------------------------------------------------------------------------------- /res/BlueMoon/SRFF.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/BlueMoon/SRFF.svg -------------------------------------------------------------------------------- /res/BlueMoon/SRFlipFlop.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/BlueMoon/SRFlipFlop.svg -------------------------------------------------------------------------------- /res/BlueMoon/SampleAndHold.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/BlueMoon/SampleAndHold.svg -------------------------------------------------------------------------------- /res/BlueMoon/SampleAndHold2.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/BlueMoon/SampleAndHold2.svg -------------------------------------------------------------------------------- /res/BlueMoon/SequenceEncoder.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/BlueMoon/SequenceEncoder.svg -------------------------------------------------------------------------------- /res/BlueMoon/Sequencer16.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/BlueMoon/Sequencer16.svg -------------------------------------------------------------------------------- /res/BlueMoon/Sequencer64.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/BlueMoon/Sequencer64.svg -------------------------------------------------------------------------------- /res/BlueMoon/Sequencer8.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/BlueMoon/Sequencer8.svg -------------------------------------------------------------------------------- /res/BlueMoon/SequencerGates16.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/BlueMoon/SequencerGates16.svg -------------------------------------------------------------------------------- /res/BlueMoon/SequencerGates8.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/BlueMoon/SequencerGates8.svg -------------------------------------------------------------------------------- /res/BlueMoon/ShepardGenerator.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/BlueMoon/ShepardGenerator.svg -------------------------------------------------------------------------------- /res/BlueMoon/ShiftRegister16.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/BlueMoon/ShiftRegister16.svg -------------------------------------------------------------------------------- /res/BlueMoon/ShiftRegister32.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/BlueMoon/ShiftRegister32.svg -------------------------------------------------------------------------------- /res/BlueMoon/SlopeDetector.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/BlueMoon/SlopeDetector.svg -------------------------------------------------------------------------------- /res/BlueMoon/Stack.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/BlueMoon/Stack.svg -------------------------------------------------------------------------------- /res/BlueMoon/StartupDelay.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/BlueMoon/StartupDelay.svg -------------------------------------------------------------------------------- /res/BlueMoon/StepSequencer8.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/BlueMoon/StepSequencer8.svg -------------------------------------------------------------------------------- /res/BlueMoon/Switch16To1.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/BlueMoon/Switch16To1.svg -------------------------------------------------------------------------------- /res/BlueMoon/Switch1To16.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/BlueMoon/Switch1To16.svg -------------------------------------------------------------------------------- /res/BlueMoon/Switch1To8.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/BlueMoon/Switch1To8.svg -------------------------------------------------------------------------------- /res/BlueMoon/Switch2.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/BlueMoon/Switch2.svg -------------------------------------------------------------------------------- /res/BlueMoon/Switch3.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/BlueMoon/Switch3.svg -------------------------------------------------------------------------------- /res/BlueMoon/Switch4.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/BlueMoon/Switch4.svg -------------------------------------------------------------------------------- /res/BlueMoon/Switch8To1.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/BlueMoon/Switch8To1.svg -------------------------------------------------------------------------------- /res/BlueMoon/TFF.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/BlueMoon/TFF.svg -------------------------------------------------------------------------------- /res/BlueMoon/TFlipFlop.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/BlueMoon/TFlipFlop.svg -------------------------------------------------------------------------------- /res/BlueMoon/VCPolarizer.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/BlueMoon/VCPolarizer.svg -------------------------------------------------------------------------------- /res/BlueMoon/VCPulseDivider.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/BlueMoon/VCPulseDivider.svg -------------------------------------------------------------------------------- /res/BlueMoon/VoltageInverter.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/BlueMoon/VoltageInverter.svg -------------------------------------------------------------------------------- /res/BlueMoon/VoltageScaler.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/BlueMoon/VoltageScaler.svg -------------------------------------------------------------------------------- /res/BooleanAND.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/BooleanAND.svg -------------------------------------------------------------------------------- /res/BooleanOR.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/BooleanOR.svg -------------------------------------------------------------------------------- /res/BooleanVCNOT.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/BooleanVCNOT.svg -------------------------------------------------------------------------------- /res/BooleanXOR.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/BooleanXOR.svg -------------------------------------------------------------------------------- /res/Breakout.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/Breakout.svg -------------------------------------------------------------------------------- /res/BurstGenerator.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/BurstGenerator.svg -------------------------------------------------------------------------------- /res/BurstGenerator64.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/BurstGenerator64.svg -------------------------------------------------------------------------------- /res/BusRoute.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/BusRoute.svg -------------------------------------------------------------------------------- /res/BusRoute2.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/BusRoute2.svg -------------------------------------------------------------------------------- /res/CVSpreader.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/CVSpreader.svg -------------------------------------------------------------------------------- /res/Carousel.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/Carousel.svg -------------------------------------------------------------------------------- /res/Chances.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/Chances.svg -------------------------------------------------------------------------------- /res/ClockDivider.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/ClockDivider.svg -------------------------------------------------------------------------------- /res/ClockedRandomGates.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/ClockedRandomGates.svg -------------------------------------------------------------------------------- /res/Comparator.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/Comparator.svg -------------------------------------------------------------------------------- /res/Components/Jack.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/Components/Jack.svg -------------------------------------------------------------------------------- /res/Components/JackNoNut.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/Components/JackNoNut.svg -------------------------------------------------------------------------------- /res/Components/Knob-bg.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/Components/Knob-bg.svg -------------------------------------------------------------------------------- /res/Components/Knob-fg.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/Components/Knob-fg.svg -------------------------------------------------------------------------------- /res/Components/KnobBlue.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/Components/KnobBlue.svg -------------------------------------------------------------------------------- /res/Components/KnobGreen.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/Components/KnobGreen.svg -------------------------------------------------------------------------------- /res/Components/KnobGrey.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/Components/KnobGrey.svg -------------------------------------------------------------------------------- /res/Components/KnobMega-bg.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/Components/KnobMega-bg.svg -------------------------------------------------------------------------------- /res/Components/KnobMega-fg.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/Components/KnobMega-fg.svg -------------------------------------------------------------------------------- /res/Components/KnobMegaBlue.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/Components/KnobMegaBlue.svg -------------------------------------------------------------------------------- /res/Components/KnobMegaGreen.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/Components/KnobMegaGreen.svg -------------------------------------------------------------------------------- /res/Components/KnobMegaGrey.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/Components/KnobMegaGrey.svg -------------------------------------------------------------------------------- /res/Components/KnobMegaOrange.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/Components/KnobMegaOrange.svg -------------------------------------------------------------------------------- /res/Components/KnobMegaRed.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/Components/KnobMegaRed.svg -------------------------------------------------------------------------------- /res/Components/KnobMegaViolet.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/Components/KnobMegaViolet.svg -------------------------------------------------------------------------------- /res/Components/KnobMegaWhite.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/Components/KnobMegaWhite.svg -------------------------------------------------------------------------------- /res/Components/KnobMegaYellow.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/Components/KnobMegaYellow.svg -------------------------------------------------------------------------------- /res/Components/KnobOrange.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/Components/KnobOrange.svg -------------------------------------------------------------------------------- /res/Components/KnobRed.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/Components/KnobRed.svg -------------------------------------------------------------------------------- /res/Components/KnobSmall-bg.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/Components/KnobSmall-bg.svg -------------------------------------------------------------------------------- /res/Components/KnobSmall-fg.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/Components/KnobSmall-fg.svg -------------------------------------------------------------------------------- /res/Components/KnobSmallBlue.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/Components/KnobSmallBlue.svg -------------------------------------------------------------------------------- /res/Components/KnobSmallGreen.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/Components/KnobSmallGreen.svg -------------------------------------------------------------------------------- /res/Components/KnobSmallGrey.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/Components/KnobSmallGrey.svg -------------------------------------------------------------------------------- /res/Components/KnobSmallRed.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/Components/KnobSmallRed.svg -------------------------------------------------------------------------------- /res/Components/KnobSmallWhite.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/Components/KnobSmallWhite.svg -------------------------------------------------------------------------------- /res/Components/KnobViolet.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/Components/KnobViolet.svg -------------------------------------------------------------------------------- /res/Components/KnobWhite.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/Components/KnobWhite.svg -------------------------------------------------------------------------------- /res/Components/KnobYellow.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/Components/KnobYellow.svg -------------------------------------------------------------------------------- /res/Components/PushButton_0.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/Components/PushButton_0.svg -------------------------------------------------------------------------------- /res/Components/PushButton_1.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/Components/PushButton_1.svg -------------------------------------------------------------------------------- /res/Components/SW_ToggleS_0.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/Components/SW_ToggleS_0.svg -------------------------------------------------------------------------------- /res/Components/SW_ToggleS_1.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/Components/SW_ToggleS_1.svg -------------------------------------------------------------------------------- /res/Components/SW_ToggleS_2.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/Components/SW_ToggleS_2.svg -------------------------------------------------------------------------------- /res/Components/SW_Toggle_0.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/Components/SW_Toggle_0.svg -------------------------------------------------------------------------------- /res/Components/SW_Toggle_1.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/Components/SW_Toggle_1.svg -------------------------------------------------------------------------------- /res/Components/SW_Toggle_2.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/Components/SW_Toggle_2.svg -------------------------------------------------------------------------------- /res/Components/ScrewHex.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/Components/ScrewHex.svg -------------------------------------------------------------------------------- /res/DFF.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/DFF.svg -------------------------------------------------------------------------------- /res/Euclid.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/Euclid.svg -------------------------------------------------------------------------------- /res/EuclidExpanderCV.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/EuclidExpanderCV.svg -------------------------------------------------------------------------------- /res/EventArranger.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/EventArranger.svg -------------------------------------------------------------------------------- /res/EventTimer.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/EventTimer.svg -------------------------------------------------------------------------------- /res/EventTimer2.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/EventTimer2.svg -------------------------------------------------------------------------------- /res/Fade.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/Fade.svg -------------------------------------------------------------------------------- /res/FadeExpander.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/FadeExpander.svg -------------------------------------------------------------------------------- /res/G2T.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/G2T.svg -------------------------------------------------------------------------------- /res/GateDelay.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/GateDelay.svg -------------------------------------------------------------------------------- /res/GateDelayMT.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/GateDelayMT.svg -------------------------------------------------------------------------------- /res/GateModifier.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/GateModifier.svg -------------------------------------------------------------------------------- /res/GateSequencer16.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/GateSequencer16.svg -------------------------------------------------------------------------------- /res/GateSequencer16b.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/GateSequencer16b.svg -------------------------------------------------------------------------------- /res/GateSequencer8.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/GateSequencer8.svg -------------------------------------------------------------------------------- /res/GatedComparator.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/GatedComparator.svg -------------------------------------------------------------------------------- /res/HyperManiacalLFO.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/HyperManiacalLFO.svg -------------------------------------------------------------------------------- /res/HyperManiacalLFOExpander.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/HyperManiacalLFOExpander.svg -------------------------------------------------------------------------------- /res/LightStrip.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/LightStrip.svg -------------------------------------------------------------------------------- /res/Mangler.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/Mangler.svg -------------------------------------------------------------------------------- /res/Manifold.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/Manifold.svg -------------------------------------------------------------------------------- /res/ManualCV.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/ManualCV.svg -------------------------------------------------------------------------------- /res/ManualCV2.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/ManualCV2.svg -------------------------------------------------------------------------------- /res/ManualGate.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/ManualGate.svg -------------------------------------------------------------------------------- /res/MasterReset.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/MasterReset.svg -------------------------------------------------------------------------------- /res/MatrixCombiner.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/MatrixCombiner.svg -------------------------------------------------------------------------------- /res/MatrixMixer.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/MatrixMixer.svg -------------------------------------------------------------------------------- /res/Megalomaniac.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/Megalomaniac.svg -------------------------------------------------------------------------------- /res/MinimusMaximus.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/MinimusMaximus.svg -------------------------------------------------------------------------------- /res/Mixer.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/Mixer.svg -------------------------------------------------------------------------------- /res/Moonlight/Arpeggiator.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/Moonlight/Arpeggiator.svg -------------------------------------------------------------------------------- /res/Moonlight/Attenuator.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/Moonlight/Attenuator.svg -------------------------------------------------------------------------------- /res/Moonlight/Attenuverter.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/Moonlight/Attenuverter.svg -------------------------------------------------------------------------------- /res/Moonlight/BarGraph.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/Moonlight/BarGraph.svg -------------------------------------------------------------------------------- /res/Moonlight/BasicSequencer8.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/Moonlight/BasicSequencer8.svg -------------------------------------------------------------------------------- /res/Moonlight/BinarySequencer.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/Moonlight/BinarySequencer.svg -------------------------------------------------------------------------------- /res/Moonlight/Blank12HP.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/Moonlight/Blank12HP.svg -------------------------------------------------------------------------------- /res/Moonlight/Blank16HP.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/Moonlight/Blank16HP.svg -------------------------------------------------------------------------------- /res/Moonlight/Blank20HP.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/Moonlight/Blank20HP.svg -------------------------------------------------------------------------------- /res/Moonlight/Blank24HP.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/Moonlight/Blank24HP.svg -------------------------------------------------------------------------------- /res/Moonlight/Blank2HP.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/Moonlight/Blank2HP.svg -------------------------------------------------------------------------------- /res/Moonlight/Blank4HP.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/Moonlight/Blank4HP.svg -------------------------------------------------------------------------------- /res/Moonlight/Blank8HP.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/Moonlight/Blank8HP.svg -------------------------------------------------------------------------------- /res/Moonlight/BooleanAND.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/Moonlight/BooleanAND.svg -------------------------------------------------------------------------------- /res/Moonlight/BooleanOR.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/Moonlight/BooleanOR.svg -------------------------------------------------------------------------------- /res/Moonlight/BooleanVCNOT.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/Moonlight/BooleanVCNOT.svg -------------------------------------------------------------------------------- /res/Moonlight/BooleanXOR.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/Moonlight/BooleanXOR.svg -------------------------------------------------------------------------------- /res/Moonlight/Breakout.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/Moonlight/Breakout.svg -------------------------------------------------------------------------------- /res/Moonlight/BurstGenerator.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/Moonlight/BurstGenerator.svg -------------------------------------------------------------------------------- /res/Moonlight/BusRoute.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/Moonlight/BusRoute.svg -------------------------------------------------------------------------------- /res/Moonlight/BusRoute2.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/Moonlight/BusRoute2.svg -------------------------------------------------------------------------------- /res/Moonlight/CVSpreader.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/Moonlight/CVSpreader.svg -------------------------------------------------------------------------------- /res/Moonlight/Carousel.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/Moonlight/Carousel.svg -------------------------------------------------------------------------------- /res/Moonlight/Chances.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/Moonlight/Chances.svg -------------------------------------------------------------------------------- /res/Moonlight/ClockDivider.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/Moonlight/ClockDivider.svg -------------------------------------------------------------------------------- /res/Moonlight/Comparator.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/Moonlight/Comparator.svg -------------------------------------------------------------------------------- /res/Moonlight/DFF.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/Moonlight/DFF.svg -------------------------------------------------------------------------------- /res/Moonlight/Euclid.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/Moonlight/Euclid.svg -------------------------------------------------------------------------------- /res/Moonlight/EventArranger.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/Moonlight/EventArranger.svg -------------------------------------------------------------------------------- /res/Moonlight/EventTimer.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/Moonlight/EventTimer.svg -------------------------------------------------------------------------------- /res/Moonlight/EventTimer2.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/Moonlight/EventTimer2.svg -------------------------------------------------------------------------------- /res/Moonlight/Fade.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/Moonlight/Fade.svg -------------------------------------------------------------------------------- /res/Moonlight/FadeExpander.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/Moonlight/FadeExpander.svg -------------------------------------------------------------------------------- /res/Moonlight/G2T.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/Moonlight/G2T.svg -------------------------------------------------------------------------------- /res/Moonlight/GateDelay.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/Moonlight/GateDelay.svg -------------------------------------------------------------------------------- /res/Moonlight/GateDelayMT.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/Moonlight/GateDelayMT.svg -------------------------------------------------------------------------------- /res/Moonlight/GateModifier.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/Moonlight/GateModifier.svg -------------------------------------------------------------------------------- /res/Moonlight/GateSequencer16.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/Moonlight/GateSequencer16.svg -------------------------------------------------------------------------------- /res/Moonlight/GateSequencer8.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/Moonlight/GateSequencer8.svg -------------------------------------------------------------------------------- /res/Moonlight/GatedComparator.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/Moonlight/GatedComparator.svg -------------------------------------------------------------------------------- /res/Moonlight/LightStrip.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/Moonlight/LightStrip.svg -------------------------------------------------------------------------------- /res/Moonlight/Mangler.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/Moonlight/Mangler.svg -------------------------------------------------------------------------------- /res/Moonlight/Manifold.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/Moonlight/Manifold.svg -------------------------------------------------------------------------------- /res/Moonlight/ManualCV.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/Moonlight/ManualCV.svg -------------------------------------------------------------------------------- /res/Moonlight/ManualCV2.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/Moonlight/ManualCV2.svg -------------------------------------------------------------------------------- /res/Moonlight/ManualGate.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/Moonlight/ManualGate.svg -------------------------------------------------------------------------------- /res/Moonlight/MasterReset.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/Moonlight/MasterReset.svg -------------------------------------------------------------------------------- /res/Moonlight/MatrixCombiner.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/Moonlight/MatrixCombiner.svg -------------------------------------------------------------------------------- /res/Moonlight/MatrixMixer.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/Moonlight/MatrixMixer.svg -------------------------------------------------------------------------------- /res/Moonlight/Megalomaniac.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/Moonlight/Megalomaniac.svg -------------------------------------------------------------------------------- /res/Moonlight/MinimusMaximus.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/Moonlight/MinimusMaximus.svg -------------------------------------------------------------------------------- /res/Moonlight/Mixer.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/Moonlight/Mixer.svg -------------------------------------------------------------------------------- /res/Moonlight/MorphShaper.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/Moonlight/MorphShaper.svg -------------------------------------------------------------------------------- /res/Moonlight/Mult.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/Moonlight/Mult.svg -------------------------------------------------------------------------------- /res/Moonlight/Multiplexer.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/Moonlight/Multiplexer.svg -------------------------------------------------------------------------------- /res/Moonlight/Mute-iple.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/Moonlight/Mute-iple.svg -------------------------------------------------------------------------------- /res/Moonlight/Mute.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/Moonlight/Mute.svg -------------------------------------------------------------------------------- /res/Moonlight/OffsetGenerator.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/Moonlight/OffsetGenerator.svg -------------------------------------------------------------------------------- /res/Moonlight/Oscilloscope.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/Moonlight/Oscilloscope.svg -------------------------------------------------------------------------------- /res/Moonlight/Palette.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/Moonlight/Palette.svg -------------------------------------------------------------------------------- /res/Moonlight/PaletteDisabled.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/Moonlight/PaletteDisabled.svg -------------------------------------------------------------------------------- /res/Moonlight/PolyChances.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/Moonlight/PolyChances.svg -------------------------------------------------------------------------------- /res/Moonlight/PolyG2T.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/Moonlight/PolyG2T.svg -------------------------------------------------------------------------------- /res/Moonlight/PolyLogic.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/Moonlight/PolyLogic.svg -------------------------------------------------------------------------------- /res/Moonlight/PolyMinMax.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/Moonlight/PolyMinMax.svg -------------------------------------------------------------------------------- /res/Moonlight/PolyMute.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/Moonlight/PolyMute.svg -------------------------------------------------------------------------------- /res/Moonlight/PolyVCPolarizer.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/Moonlight/PolyVCPolarizer.svg -------------------------------------------------------------------------------- /res/Moonlight/PolyVCSwitch.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/Moonlight/PolyVCSwitch.svg -------------------------------------------------------------------------------- /res/Moonlight/RackEarLeft.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/Moonlight/RackEarLeft.svg -------------------------------------------------------------------------------- /res/Moonlight/RackEarLeftBats.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/Moonlight/RackEarLeftBats.svg -------------------------------------------------------------------------------- /res/Moonlight/RackEarRight.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/Moonlight/RackEarRight.svg -------------------------------------------------------------------------------- /res/Moonlight/Rectifier.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/Moonlight/Rectifier.svg -------------------------------------------------------------------------------- /res/Moonlight/SRFF.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/Moonlight/SRFF.svg -------------------------------------------------------------------------------- /res/Moonlight/SRFlipFlop.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/Moonlight/SRFlipFlop.svg -------------------------------------------------------------------------------- /res/Moonlight/SampleAndHold.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/Moonlight/SampleAndHold.svg -------------------------------------------------------------------------------- /res/Moonlight/SampleAndHold2.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/Moonlight/SampleAndHold2.svg -------------------------------------------------------------------------------- /res/Moonlight/SequenceEncoder.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/Moonlight/SequenceEncoder.svg -------------------------------------------------------------------------------- /res/Moonlight/Sequencer16.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/Moonlight/Sequencer16.svg -------------------------------------------------------------------------------- /res/Moonlight/Sequencer64.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/Moonlight/Sequencer64.svg -------------------------------------------------------------------------------- /res/Moonlight/Sequencer8.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/Moonlight/Sequencer8.svg -------------------------------------------------------------------------------- /res/Moonlight/SequencerGates8.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/Moonlight/SequencerGates8.svg -------------------------------------------------------------------------------- /res/Moonlight/ShiftRegister16.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/Moonlight/ShiftRegister16.svg -------------------------------------------------------------------------------- /res/Moonlight/ShiftRegister32.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/Moonlight/ShiftRegister32.svg -------------------------------------------------------------------------------- /res/Moonlight/SlopeDetector.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/Moonlight/SlopeDetector.svg -------------------------------------------------------------------------------- /res/Moonlight/Stack.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/Moonlight/Stack.svg -------------------------------------------------------------------------------- /res/Moonlight/StartupDelay.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/Moonlight/StartupDelay.svg -------------------------------------------------------------------------------- /res/Moonlight/StepSequencer8.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/Moonlight/StepSequencer8.svg -------------------------------------------------------------------------------- /res/Moonlight/Switch16To1.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/Moonlight/Switch16To1.svg -------------------------------------------------------------------------------- /res/Moonlight/Switch1To16.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/Moonlight/Switch1To16.svg -------------------------------------------------------------------------------- /res/Moonlight/Switch1To8.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/Moonlight/Switch1To8.svg -------------------------------------------------------------------------------- /res/Moonlight/Switch2.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/Moonlight/Switch2.svg -------------------------------------------------------------------------------- /res/Moonlight/Switch3.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/Moonlight/Switch3.svg -------------------------------------------------------------------------------- /res/Moonlight/Switch4.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/Moonlight/Switch4.svg -------------------------------------------------------------------------------- /res/Moonlight/Switch8To1.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/Moonlight/Switch8To1.svg -------------------------------------------------------------------------------- /res/Moonlight/TFF.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/Moonlight/TFF.svg -------------------------------------------------------------------------------- /res/Moonlight/TFlipFlop.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/Moonlight/TFlipFlop.svg -------------------------------------------------------------------------------- /res/Moonlight/VCPolarizer.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/Moonlight/VCPolarizer.svg -------------------------------------------------------------------------------- /res/Moonlight/VCPulseDivider.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/Moonlight/VCPulseDivider.svg -------------------------------------------------------------------------------- /res/Moonlight/VoltageInverter.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/Moonlight/VoltageInverter.svg -------------------------------------------------------------------------------- /res/Moonlight/VoltageScaler.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/Moonlight/VoltageScaler.svg -------------------------------------------------------------------------------- /res/MorphShaper.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/MorphShaper.svg -------------------------------------------------------------------------------- /res/Mult.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/Mult.svg -------------------------------------------------------------------------------- /res/MultiStepSequencer.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/MultiStepSequencer.svg -------------------------------------------------------------------------------- /res/Multiplexer.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/Multiplexer.svg -------------------------------------------------------------------------------- /res/Mute-iple.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/Mute-iple.svg -------------------------------------------------------------------------------- /res/Mute.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/Mute.svg -------------------------------------------------------------------------------- /res/NibbleTriggerSequencer.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/NibbleTriggerSequencer.svg -------------------------------------------------------------------------------- /res/OctetTriggerSequencer.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/OctetTriggerSequencer.svg -------------------------------------------------------------------------------- /res/OffsetGenerator.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/OffsetGenerator.svg -------------------------------------------------------------------------------- /res/Oscilloscope.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/Oscilloscope.svg -------------------------------------------------------------------------------- /res/Palette.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/Palette.svg -------------------------------------------------------------------------------- /res/PaletteDisabled.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/PaletteDisabled.svg -------------------------------------------------------------------------------- /res/PolyChances.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/PolyChances.svg -------------------------------------------------------------------------------- /res/PolyG2T.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/PolyG2T.svg -------------------------------------------------------------------------------- /res/PolyGateModifier.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/PolyGateModifier.svg -------------------------------------------------------------------------------- /res/PolyLogic.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/PolyLogic.svg -------------------------------------------------------------------------------- /res/PolyMinMax.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/PolyMinMax.svg -------------------------------------------------------------------------------- /res/PolyMute.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/PolyMute.svg -------------------------------------------------------------------------------- /res/PolyVCPolarizer.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/PolyVCPolarizer.svg -------------------------------------------------------------------------------- /res/PolyVCSwitch.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/PolyVCSwitch.svg -------------------------------------------------------------------------------- /res/PolyrhythmicGenerator.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/PolyrhythmicGenerator.svg -------------------------------------------------------------------------------- /res/PolyrhythmicGeneratorMkII.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/PolyrhythmicGeneratorMkII.svg -------------------------------------------------------------------------------- /res/RackEarLeft.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/RackEarLeft.svg -------------------------------------------------------------------------------- /res/RackEarLeftBats.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/RackEarLeftBats.svg -------------------------------------------------------------------------------- /res/RackEarLeftNoLogo.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/RackEarLeftNoLogo.svg -------------------------------------------------------------------------------- /res/RackEarLeftSkeleton.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/RackEarLeftSkeleton.svg -------------------------------------------------------------------------------- /res/RackEarRight.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/RackEarRight.svg -------------------------------------------------------------------------------- /res/RackEarRightBats.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/RackEarRightBats.svg -------------------------------------------------------------------------------- /res/RackEarRightNoLogo.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/RackEarRightNoLogo.svg -------------------------------------------------------------------------------- /res/RackEarRightSkeleton.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/RackEarRightSkeleton.svg -------------------------------------------------------------------------------- /res/RandomAccessSwitch18.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/RandomAccessSwitch18.svg -------------------------------------------------------------------------------- /res/RandomAccessSwitch81.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/RandomAccessSwitch81.svg -------------------------------------------------------------------------------- /res/Raven/Arpeggiator.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/Raven/Arpeggiator.svg -------------------------------------------------------------------------------- /res/Raven/Attenuator.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/Raven/Attenuator.svg -------------------------------------------------------------------------------- /res/Raven/Attenuverter.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/Raven/Attenuverter.svg -------------------------------------------------------------------------------- /res/Raven/BarGraph.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/Raven/BarGraph.svg -------------------------------------------------------------------------------- /res/Raven/BasicSequencer8.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/Raven/BasicSequencer8.svg -------------------------------------------------------------------------------- /res/Raven/BinaryComparator.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/Raven/BinaryComparator.svg -------------------------------------------------------------------------------- /res/Raven/BinarySequencer.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/Raven/BinarySequencer.svg -------------------------------------------------------------------------------- /res/Raven/Blank12HP.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/Raven/Blank12HP.svg -------------------------------------------------------------------------------- /res/Raven/Blank16HP.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/Raven/Blank16HP.svg -------------------------------------------------------------------------------- /res/Raven/Blank20HP.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/Raven/Blank20HP.svg -------------------------------------------------------------------------------- /res/Raven/Blank24HP.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/Raven/Blank24HP.svg -------------------------------------------------------------------------------- /res/Raven/Blank2HP.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/Raven/Blank2HP.svg -------------------------------------------------------------------------------- /res/Raven/Blank4HP.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/Raven/Blank4HP.svg -------------------------------------------------------------------------------- /res/Raven/Blank8HP.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/Raven/Blank8HP.svg -------------------------------------------------------------------------------- /res/Raven/BooleanAND.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/Raven/BooleanAND.svg -------------------------------------------------------------------------------- /res/Raven/BooleanOR.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/Raven/BooleanOR.svg -------------------------------------------------------------------------------- /res/Raven/BooleanVCNOT.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/Raven/BooleanVCNOT.svg -------------------------------------------------------------------------------- /res/Raven/BooleanXOR.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/Raven/BooleanXOR.svg -------------------------------------------------------------------------------- /res/Raven/Breakout.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/Raven/Breakout.svg -------------------------------------------------------------------------------- /res/Raven/BurstGenerator.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/Raven/BurstGenerator.svg -------------------------------------------------------------------------------- /res/Raven/BurstGenerator64.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/Raven/BurstGenerator64.svg -------------------------------------------------------------------------------- /res/Raven/BusRoute.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/Raven/BusRoute.svg -------------------------------------------------------------------------------- /res/Raven/BusRoute2.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/Raven/BusRoute2.svg -------------------------------------------------------------------------------- /res/Raven/CVSpreader.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/Raven/CVSpreader.svg -------------------------------------------------------------------------------- /res/Raven/Carousel.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/Raven/Carousel.svg -------------------------------------------------------------------------------- /res/Raven/Chances.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/Raven/Chances.svg -------------------------------------------------------------------------------- /res/Raven/ClockDivider.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/Raven/ClockDivider.svg -------------------------------------------------------------------------------- /res/Raven/ClockedRandomGates.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/Raven/ClockedRandomGates.svg -------------------------------------------------------------------------------- /res/Raven/Comparator.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/Raven/Comparator.svg -------------------------------------------------------------------------------- /res/Raven/DFF.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/Raven/DFF.svg -------------------------------------------------------------------------------- /res/Raven/Euclid.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/Raven/Euclid.svg -------------------------------------------------------------------------------- /res/Raven/EuclidExpanderCV.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/Raven/EuclidExpanderCV.svg -------------------------------------------------------------------------------- /res/Raven/EventArranger.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/Raven/EventArranger.svg -------------------------------------------------------------------------------- /res/Raven/EventTimer.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/Raven/EventTimer.svg -------------------------------------------------------------------------------- /res/Raven/EventTimer2.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/Raven/EventTimer2.svg -------------------------------------------------------------------------------- /res/Raven/Fade.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/Raven/Fade.svg -------------------------------------------------------------------------------- /res/Raven/FadeExpander.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/Raven/FadeExpander.svg -------------------------------------------------------------------------------- /res/Raven/G2T.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/Raven/G2T.svg -------------------------------------------------------------------------------- /res/Raven/GateDelay.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/Raven/GateDelay.svg -------------------------------------------------------------------------------- /res/Raven/GateDelayMT.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/Raven/GateDelayMT.svg -------------------------------------------------------------------------------- /res/Raven/GateModifier.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/Raven/GateModifier.svg -------------------------------------------------------------------------------- /res/Raven/GateSequencer16.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/Raven/GateSequencer16.svg -------------------------------------------------------------------------------- /res/Raven/GateSequencer16b.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/Raven/GateSequencer16b.svg -------------------------------------------------------------------------------- /res/Raven/GateSequencer8.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/Raven/GateSequencer8.svg -------------------------------------------------------------------------------- /res/Raven/GatedComparator.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/Raven/GatedComparator.svg -------------------------------------------------------------------------------- /res/Raven/HyperManiacalLFO.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/Raven/HyperManiacalLFO.svg -------------------------------------------------------------------------------- /res/Raven/LightStrip.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/Raven/LightStrip.svg -------------------------------------------------------------------------------- /res/Raven/Mangler.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/Raven/Mangler.svg -------------------------------------------------------------------------------- /res/Raven/Manifold.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/Raven/Manifold.svg -------------------------------------------------------------------------------- /res/Raven/ManualCV.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/Raven/ManualCV.svg -------------------------------------------------------------------------------- /res/Raven/ManualCV2.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/Raven/ManualCV2.svg -------------------------------------------------------------------------------- /res/Raven/ManualGate.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/Raven/ManualGate.svg -------------------------------------------------------------------------------- /res/Raven/MasterReset.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/Raven/MasterReset.svg -------------------------------------------------------------------------------- /res/Raven/MatrixCombiner.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/Raven/MatrixCombiner.svg -------------------------------------------------------------------------------- /res/Raven/MatrixMixer.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/Raven/MatrixMixer.svg -------------------------------------------------------------------------------- /res/Raven/Megalomaniac.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/Raven/Megalomaniac.svg -------------------------------------------------------------------------------- /res/Raven/MinimusMaximus.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/Raven/MinimusMaximus.svg -------------------------------------------------------------------------------- /res/Raven/Mixer.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/Raven/Mixer.svg -------------------------------------------------------------------------------- /res/Raven/MorphShaper.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/Raven/MorphShaper.svg -------------------------------------------------------------------------------- /res/Raven/Mult.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/Raven/Mult.svg -------------------------------------------------------------------------------- /res/Raven/MultiStepSequencer.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/Raven/MultiStepSequencer.svg -------------------------------------------------------------------------------- /res/Raven/Multiplexer.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/Raven/Multiplexer.svg -------------------------------------------------------------------------------- /res/Raven/Mute-iple.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/Raven/Mute-iple.svg -------------------------------------------------------------------------------- /res/Raven/Mute.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/Raven/Mute.svg -------------------------------------------------------------------------------- /res/Raven/OffsetGenerator.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/Raven/OffsetGenerator.svg -------------------------------------------------------------------------------- /res/Raven/Oscilloscope.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/Raven/Oscilloscope.svg -------------------------------------------------------------------------------- /res/Raven/Palette.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/Raven/Palette.svg -------------------------------------------------------------------------------- /res/Raven/PaletteDisabled.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/Raven/PaletteDisabled.svg -------------------------------------------------------------------------------- /res/Raven/PolyChances.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/Raven/PolyChances.svg -------------------------------------------------------------------------------- /res/Raven/PolyG2T.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/Raven/PolyG2T.svg -------------------------------------------------------------------------------- /res/Raven/PolyGateModifier.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/Raven/PolyGateModifier.svg -------------------------------------------------------------------------------- /res/Raven/PolyLogic.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/Raven/PolyLogic.svg -------------------------------------------------------------------------------- /res/Raven/PolyMinMax.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/Raven/PolyMinMax.svg -------------------------------------------------------------------------------- /res/Raven/PolyMute.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/Raven/PolyMute.svg -------------------------------------------------------------------------------- /res/Raven/PolyVCPolarizer.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/Raven/PolyVCPolarizer.svg -------------------------------------------------------------------------------- /res/Raven/PolyVCSwitch.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/Raven/PolyVCSwitch.svg -------------------------------------------------------------------------------- /res/Raven/RackEarLeft.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/Raven/RackEarLeft.svg -------------------------------------------------------------------------------- /res/Raven/RackEarLeftBats.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/Raven/RackEarLeftBats.svg -------------------------------------------------------------------------------- /res/Raven/RackEarLeftNoLogo.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/Raven/RackEarLeftNoLogo.svg -------------------------------------------------------------------------------- /res/Raven/RackEarLeftSkeleton.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/Raven/RackEarLeftSkeleton.svg -------------------------------------------------------------------------------- /res/Raven/RackEarRight.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/Raven/RackEarRight.svg -------------------------------------------------------------------------------- /res/Raven/RackEarRightBats.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/Raven/RackEarRightBats.svg -------------------------------------------------------------------------------- /res/Raven/RackEarRightNoLogo.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/Raven/RackEarRightNoLogo.svg -------------------------------------------------------------------------------- /res/Raven/Rectifier.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/Raven/Rectifier.svg -------------------------------------------------------------------------------- /res/Raven/SRFF.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/Raven/SRFF.svg -------------------------------------------------------------------------------- /res/Raven/SRFlipFlop.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/Raven/SRFlipFlop.svg -------------------------------------------------------------------------------- /res/Raven/SampleAndHold.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/Raven/SampleAndHold.svg -------------------------------------------------------------------------------- /res/Raven/SampleAndHold2.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/Raven/SampleAndHold2.svg -------------------------------------------------------------------------------- /res/Raven/SequenceEncoder.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/Raven/SequenceEncoder.svg -------------------------------------------------------------------------------- /res/Raven/Sequencer16.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/Raven/Sequencer16.svg -------------------------------------------------------------------------------- /res/Raven/Sequencer64.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/Raven/Sequencer64.svg -------------------------------------------------------------------------------- /res/Raven/Sequencer8.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/Raven/Sequencer8.svg -------------------------------------------------------------------------------- /res/Raven/SequencerChannel16.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/Raven/SequencerChannel16.svg -------------------------------------------------------------------------------- /res/Raven/SequencerChannel8.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/Raven/SequencerChannel8.svg -------------------------------------------------------------------------------- /res/Raven/SequencerGates16.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/Raven/SequencerGates16.svg -------------------------------------------------------------------------------- /res/Raven/SequencerGates8.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/Raven/SequencerGates8.svg -------------------------------------------------------------------------------- /res/Raven/SequencerTriggers16.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/Raven/SequencerTriggers16.svg -------------------------------------------------------------------------------- /res/Raven/SequencerTriggers8.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/Raven/SequencerTriggers8.svg -------------------------------------------------------------------------------- /res/Raven/ShepardGenerator.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/Raven/ShepardGenerator.svg -------------------------------------------------------------------------------- /res/Raven/ShiftRegister16.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/Raven/ShiftRegister16.svg -------------------------------------------------------------------------------- /res/Raven/ShiftRegister32.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/Raven/ShiftRegister32.svg -------------------------------------------------------------------------------- /res/Raven/SlopeDetector.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/Raven/SlopeDetector.svg -------------------------------------------------------------------------------- /res/Raven/Stack.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/Raven/Stack.svg -------------------------------------------------------------------------------- /res/Raven/StartupDelay.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/Raven/StartupDelay.svg -------------------------------------------------------------------------------- /res/Raven/StepSequencer8.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/Raven/StepSequencer8.svg -------------------------------------------------------------------------------- /res/Raven/Switch16To1.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/Raven/Switch16To1.svg -------------------------------------------------------------------------------- /res/Raven/Switch1To16.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/Raven/Switch1To16.svg -------------------------------------------------------------------------------- /res/Raven/Switch1To8.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/Raven/Switch1To8.svg -------------------------------------------------------------------------------- /res/Raven/Switch2.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/Raven/Switch2.svg -------------------------------------------------------------------------------- /res/Raven/Switch3.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/Raven/Switch3.svg -------------------------------------------------------------------------------- /res/Raven/Switch4.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/Raven/Switch4.svg -------------------------------------------------------------------------------- /res/Raven/Switch8To1.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/Raven/Switch8To1.svg -------------------------------------------------------------------------------- /res/Raven/TFF.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/Raven/TFF.svg -------------------------------------------------------------------------------- /res/Raven/TFlipFlop.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/Raven/TFlipFlop.svg -------------------------------------------------------------------------------- /res/Raven/TriggerSequencer16.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/Raven/TriggerSequencer16.svg -------------------------------------------------------------------------------- /res/Raven/TriggerSequencer8.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/Raven/TriggerSequencer8.svg -------------------------------------------------------------------------------- /res/Raven/VCFrequencyDivider.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/Raven/VCFrequencyDivider.svg -------------------------------------------------------------------------------- /res/Raven/VCPolarizer.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/Raven/VCPolarizer.svg -------------------------------------------------------------------------------- /res/Raven/VCPulseDivider.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/Raven/VCPulseDivider.svg -------------------------------------------------------------------------------- /res/Raven/VoltageInverter.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/Raven/VoltageInverter.svg -------------------------------------------------------------------------------- /res/Raven/VoltageScaler.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/Raven/VoltageScaler.svg -------------------------------------------------------------------------------- /res/Rectifier.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/Rectifier.svg -------------------------------------------------------------------------------- /res/SRFF.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/SRFF.svg -------------------------------------------------------------------------------- /res/SRFlipFlop.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/SRFlipFlop.svg -------------------------------------------------------------------------------- /res/SampleAndHold.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/SampleAndHold.svg -------------------------------------------------------------------------------- /res/SampleAndHold2.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/SampleAndHold2.svg -------------------------------------------------------------------------------- /res/Sanguine/Arpeggiator.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/Sanguine/Arpeggiator.svg -------------------------------------------------------------------------------- /res/Sanguine/Attenuator.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/Sanguine/Attenuator.svg -------------------------------------------------------------------------------- /res/Sanguine/Attenuverter.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/Sanguine/Attenuverter.svg -------------------------------------------------------------------------------- /res/Sanguine/BarGraph.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/Sanguine/BarGraph.svg -------------------------------------------------------------------------------- /res/Sanguine/Blank12HP.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/Sanguine/Blank12HP.svg -------------------------------------------------------------------------------- /res/Sanguine/Blank16HP.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/Sanguine/Blank16HP.svg -------------------------------------------------------------------------------- /res/Sanguine/Blank20HP.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/Sanguine/Blank20HP.svg -------------------------------------------------------------------------------- /res/Sanguine/Blank24HP.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/Sanguine/Blank24HP.svg -------------------------------------------------------------------------------- /res/Sanguine/Blank2HP.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/Sanguine/Blank2HP.svg -------------------------------------------------------------------------------- /res/Sanguine/Blank4HP.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/Sanguine/Blank4HP.svg -------------------------------------------------------------------------------- /res/Sanguine/Blank8HP.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/Sanguine/Blank8HP.svg -------------------------------------------------------------------------------- /res/Sanguine/BooleanAND.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/Sanguine/BooleanAND.svg -------------------------------------------------------------------------------- /res/Sanguine/BooleanOR.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/Sanguine/BooleanOR.svg -------------------------------------------------------------------------------- /res/Sanguine/BooleanVCNOT.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/Sanguine/BooleanVCNOT.svg -------------------------------------------------------------------------------- /res/Sanguine/BooleanXOR.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/Sanguine/BooleanXOR.svg -------------------------------------------------------------------------------- /res/Sanguine/Breakout.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/Sanguine/Breakout.svg -------------------------------------------------------------------------------- /res/Sanguine/BusRoute.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/Sanguine/BusRoute.svg -------------------------------------------------------------------------------- /res/Sanguine/BusRoute2.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/Sanguine/BusRoute2.svg -------------------------------------------------------------------------------- /res/Sanguine/CVSpreader.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/Sanguine/CVSpreader.svg -------------------------------------------------------------------------------- /res/Sanguine/Carousel.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/Sanguine/Carousel.svg -------------------------------------------------------------------------------- /res/Sanguine/Chances.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/Sanguine/Chances.svg -------------------------------------------------------------------------------- /res/Sanguine/ClockDivider.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/Sanguine/ClockDivider.svg -------------------------------------------------------------------------------- /res/Sanguine/Comparator.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/Sanguine/Comparator.svg -------------------------------------------------------------------------------- /res/Sanguine/DFF.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/Sanguine/DFF.svg -------------------------------------------------------------------------------- /res/Sanguine/Euclid.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/Sanguine/Euclid.svg -------------------------------------------------------------------------------- /res/Sanguine/EventArranger.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/Sanguine/EventArranger.svg -------------------------------------------------------------------------------- /res/Sanguine/EventTimer.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/Sanguine/EventTimer.svg -------------------------------------------------------------------------------- /res/Sanguine/EventTimer2.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/Sanguine/EventTimer2.svg -------------------------------------------------------------------------------- /res/Sanguine/Fade.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/Sanguine/Fade.svg -------------------------------------------------------------------------------- /res/Sanguine/FadeExpander.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/Sanguine/FadeExpander.svg -------------------------------------------------------------------------------- /res/Sanguine/G2T.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/Sanguine/G2T.svg -------------------------------------------------------------------------------- /res/Sanguine/GateDelay.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/Sanguine/GateDelay.svg -------------------------------------------------------------------------------- /res/Sanguine/GateDelayMT.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/Sanguine/GateDelayMT.svg -------------------------------------------------------------------------------- /res/Sanguine/GateModifier.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/Sanguine/GateModifier.svg -------------------------------------------------------------------------------- /res/Sanguine/LightStrip.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/Sanguine/LightStrip.svg -------------------------------------------------------------------------------- /res/Sanguine/Mangler.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/Sanguine/Mangler.svg -------------------------------------------------------------------------------- /res/Sanguine/Manifold.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/Sanguine/Manifold.svg -------------------------------------------------------------------------------- /res/Sanguine/ManualCV.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/Sanguine/ManualCV.svg -------------------------------------------------------------------------------- /res/Sanguine/ManualCV2.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/Sanguine/ManualCV2.svg -------------------------------------------------------------------------------- /res/Sanguine/ManualGate.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/Sanguine/ManualGate.svg -------------------------------------------------------------------------------- /res/Sanguine/MasterReset.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/Sanguine/MasterReset.svg -------------------------------------------------------------------------------- /res/Sanguine/MatrixMixer.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/Sanguine/MatrixMixer.svg -------------------------------------------------------------------------------- /res/Sanguine/Megalomaniac.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/Sanguine/Megalomaniac.svg -------------------------------------------------------------------------------- /res/Sanguine/Mixer.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/Sanguine/Mixer.svg -------------------------------------------------------------------------------- /res/Sanguine/MorphShaper.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/Sanguine/MorphShaper.svg -------------------------------------------------------------------------------- /res/Sanguine/Mult.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/Sanguine/Mult.svg -------------------------------------------------------------------------------- /res/Sanguine/Multiplexer.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/Sanguine/Multiplexer.svg -------------------------------------------------------------------------------- /res/Sanguine/Mute-iple.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/Sanguine/Mute-iple.svg -------------------------------------------------------------------------------- /res/Sanguine/Mute.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/Sanguine/Mute.svg -------------------------------------------------------------------------------- /res/Sanguine/Oscilloscope.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/Sanguine/Oscilloscope.svg -------------------------------------------------------------------------------- /res/Sanguine/Palette.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/Sanguine/Palette.svg -------------------------------------------------------------------------------- /res/Sanguine/PolyChances.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/Sanguine/PolyChances.svg -------------------------------------------------------------------------------- /res/Sanguine/PolyG2T.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/Sanguine/PolyG2T.svg -------------------------------------------------------------------------------- /res/Sanguine/PolyLogic.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/Sanguine/PolyLogic.svg -------------------------------------------------------------------------------- /res/Sanguine/PolyMinMax.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/Sanguine/PolyMinMax.svg -------------------------------------------------------------------------------- /res/Sanguine/PolyMute.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/Sanguine/PolyMute.svg -------------------------------------------------------------------------------- /res/Sanguine/PolyVCSwitch.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/Sanguine/PolyVCSwitch.svg -------------------------------------------------------------------------------- /res/Sanguine/RackEarLeft.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/Sanguine/RackEarLeft.svg -------------------------------------------------------------------------------- /res/Sanguine/RackEarRight.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/Sanguine/RackEarRight.svg -------------------------------------------------------------------------------- /res/Sanguine/Rectifier.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/Sanguine/Rectifier.svg -------------------------------------------------------------------------------- /res/Sanguine/SRFF.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/Sanguine/SRFF.svg -------------------------------------------------------------------------------- /res/Sanguine/SRFlipFlop.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/Sanguine/SRFlipFlop.svg -------------------------------------------------------------------------------- /res/Sanguine/SampleAndHold.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/Sanguine/SampleAndHold.svg -------------------------------------------------------------------------------- /res/Sanguine/Sequencer16.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/Sanguine/Sequencer16.svg -------------------------------------------------------------------------------- /res/Sanguine/Sequencer64.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/Sanguine/Sequencer64.svg -------------------------------------------------------------------------------- /res/Sanguine/Sequencer8.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/Sanguine/Sequencer8.svg -------------------------------------------------------------------------------- /res/Sanguine/SlopeDetector.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/Sanguine/SlopeDetector.svg -------------------------------------------------------------------------------- /res/Sanguine/Stack.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/Sanguine/Stack.svg -------------------------------------------------------------------------------- /res/Sanguine/StartupDelay.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/Sanguine/StartupDelay.svg -------------------------------------------------------------------------------- /res/Sanguine/Switch16To1.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/Sanguine/Switch16To1.svg -------------------------------------------------------------------------------- /res/Sanguine/Switch1To16.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/Sanguine/Switch1To16.svg -------------------------------------------------------------------------------- /res/Sanguine/Switch1To8.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/Sanguine/Switch1To8.svg -------------------------------------------------------------------------------- /res/Sanguine/Switch2.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/Sanguine/Switch2.svg -------------------------------------------------------------------------------- /res/Sanguine/Switch3.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/Sanguine/Switch3.svg -------------------------------------------------------------------------------- /res/Sanguine/Switch4.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/Sanguine/Switch4.svg -------------------------------------------------------------------------------- /res/Sanguine/Switch8To1.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/Sanguine/Switch8To1.svg -------------------------------------------------------------------------------- /res/Sanguine/TFF.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/Sanguine/TFF.svg -------------------------------------------------------------------------------- /res/Sanguine/TFlipFlop.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/Sanguine/TFlipFlop.svg -------------------------------------------------------------------------------- /res/Sanguine/VCPolarizer.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/Sanguine/VCPolarizer.svg -------------------------------------------------------------------------------- /res/Sanguine/VoltageScaler.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/Sanguine/VoltageScaler.svg -------------------------------------------------------------------------------- /res/SequenceEncoder.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/SequenceEncoder.svg -------------------------------------------------------------------------------- /res/Sequencer16.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/Sequencer16.svg -------------------------------------------------------------------------------- /res/Sequencer64.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/Sequencer64.svg -------------------------------------------------------------------------------- /res/Sequencer8.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/Sequencer8.svg -------------------------------------------------------------------------------- /res/SequencerChannel16.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/SequencerChannel16.svg -------------------------------------------------------------------------------- /res/SequencerChannel8.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/SequencerChannel8.svg -------------------------------------------------------------------------------- /res/SequencerExpanderCV8.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/SequencerExpanderCV8.svg -------------------------------------------------------------------------------- /res/SequencerExpanderLog8.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/SequencerExpanderLog8.svg -------------------------------------------------------------------------------- /res/SequencerExpanderOut8.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/SequencerExpanderOut8.svg -------------------------------------------------------------------------------- /res/SequencerExpanderRM8.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/SequencerExpanderRM8.svg -------------------------------------------------------------------------------- /res/SequencerExpanderTSG.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/SequencerExpanderTSG.svg -------------------------------------------------------------------------------- /res/SequencerExpanderTrig8.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/SequencerExpanderTrig8.svg -------------------------------------------------------------------------------- /res/SequencerGates16.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/SequencerGates16.svg -------------------------------------------------------------------------------- /res/SequencerGates8.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/SequencerGates8.svg -------------------------------------------------------------------------------- /res/SequencerTriggers16.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/SequencerTriggers16.svg -------------------------------------------------------------------------------- /res/SequencerTriggers8.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/SequencerTriggers8.svg -------------------------------------------------------------------------------- /res/ShepardGenerator.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/ShepardGenerator.svg -------------------------------------------------------------------------------- /res/ShiftRegister16.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/ShiftRegister16.svg -------------------------------------------------------------------------------- /res/ShiftRegister32.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/ShiftRegister32.svg -------------------------------------------------------------------------------- /res/SlopeDetector.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/SlopeDetector.svg -------------------------------------------------------------------------------- /res/Stack.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/Stack.svg -------------------------------------------------------------------------------- /res/StartupDelay.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/StartupDelay.svg -------------------------------------------------------------------------------- /res/StepSequencer8.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/StepSequencer8.svg -------------------------------------------------------------------------------- /res/SubHarmonicGenerator.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/SubHarmonicGenerator.svg -------------------------------------------------------------------------------- /res/Switch16To1.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/Switch16To1.svg -------------------------------------------------------------------------------- /res/Switch1To16.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/Switch1To16.svg -------------------------------------------------------------------------------- /res/Switch1To8.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/Switch1To8.svg -------------------------------------------------------------------------------- /res/Switch2.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/Switch2.svg -------------------------------------------------------------------------------- /res/Switch3.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/Switch3.svg -------------------------------------------------------------------------------- /res/Switch4.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/Switch4.svg -------------------------------------------------------------------------------- /res/Switch8To1.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/Switch8To1.svg -------------------------------------------------------------------------------- /res/TFF.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/TFF.svg -------------------------------------------------------------------------------- /res/TFlipFlop.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/TFlipFlop.svg -------------------------------------------------------------------------------- /res/TrickOrTreat/BarGraph.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/TrickOrTreat/BarGraph.svg -------------------------------------------------------------------------------- /res/TrickOrTreat/Blank12HP.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/TrickOrTreat/Blank12HP.svg -------------------------------------------------------------------------------- /res/TrickOrTreat/Blank16HP.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/TrickOrTreat/Blank16HP.svg -------------------------------------------------------------------------------- /res/TrickOrTreat/Blank20HP.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/TrickOrTreat/Blank20HP.svg -------------------------------------------------------------------------------- /res/TrickOrTreat/Blank24HP.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/TrickOrTreat/Blank24HP.svg -------------------------------------------------------------------------------- /res/TrickOrTreat/Blank2HP.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/TrickOrTreat/Blank2HP.svg -------------------------------------------------------------------------------- /res/TrickOrTreat/Blank4HP.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/TrickOrTreat/Blank4HP.svg -------------------------------------------------------------------------------- /res/TrickOrTreat/Blank8HP.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/TrickOrTreat/Blank8HP.svg -------------------------------------------------------------------------------- /res/TrickOrTreat/BooleanOR.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/TrickOrTreat/BooleanOR.svg -------------------------------------------------------------------------------- /res/TrickOrTreat/Breakout.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/TrickOrTreat/Breakout.svg -------------------------------------------------------------------------------- /res/TrickOrTreat/BusRoute.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/TrickOrTreat/BusRoute.svg -------------------------------------------------------------------------------- /res/TrickOrTreat/BusRoute2.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/TrickOrTreat/BusRoute2.svg -------------------------------------------------------------------------------- /res/TrickOrTreat/Carousel.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/TrickOrTreat/Carousel.svg -------------------------------------------------------------------------------- /res/TrickOrTreat/Chances.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/TrickOrTreat/Chances.svg -------------------------------------------------------------------------------- /res/TrickOrTreat/DFF.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/TrickOrTreat/DFF.svg -------------------------------------------------------------------------------- /res/TrickOrTreat/Euclid.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/TrickOrTreat/Euclid.svg -------------------------------------------------------------------------------- /res/TrickOrTreat/Fade.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/TrickOrTreat/Fade.svg -------------------------------------------------------------------------------- /res/TrickOrTreat/G2T.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/TrickOrTreat/G2T.svg -------------------------------------------------------------------------------- /res/TrickOrTreat/GateDelay.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/TrickOrTreat/GateDelay.svg -------------------------------------------------------------------------------- /res/TrickOrTreat/Mangler.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/TrickOrTreat/Mangler.svg -------------------------------------------------------------------------------- /res/TrickOrTreat/Manifold.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/TrickOrTreat/Manifold.svg -------------------------------------------------------------------------------- /res/TrickOrTreat/ManualCV.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/TrickOrTreat/ManualCV.svg -------------------------------------------------------------------------------- /res/TrickOrTreat/ManualCV2.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/TrickOrTreat/ManualCV2.svg -------------------------------------------------------------------------------- /res/TrickOrTreat/Mixer.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/TrickOrTreat/Mixer.svg -------------------------------------------------------------------------------- /res/TrickOrTreat/Mult.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/TrickOrTreat/Mult.svg -------------------------------------------------------------------------------- /res/TrickOrTreat/Mute-iple.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/TrickOrTreat/Mute-iple.svg -------------------------------------------------------------------------------- /res/TrickOrTreat/Mute.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/TrickOrTreat/Mute.svg -------------------------------------------------------------------------------- /res/TrickOrTreat/Palette.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/TrickOrTreat/Palette.svg -------------------------------------------------------------------------------- /res/TrickOrTreat/PolyG2T.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/TrickOrTreat/PolyG2T.svg -------------------------------------------------------------------------------- /res/TrickOrTreat/PolyLogic.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/TrickOrTreat/PolyLogic.svg -------------------------------------------------------------------------------- /res/TrickOrTreat/PolyMute.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/TrickOrTreat/PolyMute.svg -------------------------------------------------------------------------------- /res/TrickOrTreat/Rectifier.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/TrickOrTreat/Rectifier.svg -------------------------------------------------------------------------------- /res/TrickOrTreat/SRFF.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/TrickOrTreat/SRFF.svg -------------------------------------------------------------------------------- /res/TrickOrTreat/Stack.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/TrickOrTreat/Stack.svg -------------------------------------------------------------------------------- /res/TrickOrTreat/Switch2.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/TrickOrTreat/Switch2.svg -------------------------------------------------------------------------------- /res/TrickOrTreat/Switch3.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/TrickOrTreat/Switch3.svg -------------------------------------------------------------------------------- /res/TrickOrTreat/Switch4.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/TrickOrTreat/Switch4.svg -------------------------------------------------------------------------------- /res/TrickOrTreat/TFF.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/TrickOrTreat/TFF.svg -------------------------------------------------------------------------------- /res/TrickOrTreat/TFlipFlop.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/TrickOrTreat/TFlipFlop.svg -------------------------------------------------------------------------------- /res/TriggerSequencer16.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/TriggerSequencer16.svg -------------------------------------------------------------------------------- /res/TriggerSequencer8.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/TriggerSequencer8.svg -------------------------------------------------------------------------------- /res/VCFrequencyDivider.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/VCFrequencyDivider.svg -------------------------------------------------------------------------------- /res/VCFrequencyDividerMkII.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/VCFrequencyDividerMkII.svg -------------------------------------------------------------------------------- /res/VCPolarizer.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/VCPolarizer.svg -------------------------------------------------------------------------------- /res/VCPulseDivider.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/VCPulseDivider.svg -------------------------------------------------------------------------------- /res/VoltageInverter.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/VoltageInverter.svg -------------------------------------------------------------------------------- /res/VoltageScaler.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/VoltageScaler.svg -------------------------------------------------------------------------------- /res/_CreateThemes.cmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/_CreateThemes.cmd -------------------------------------------------------------------------------- /res/_CreateThemesAll.cmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/_CreateThemesAll.cmd -------------------------------------------------------------------------------- /res/fonts/Segment14.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/fonts/Segment14.ttf -------------------------------------------------------------------------------- /res/fonts/Segment14_OFL.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/fonts/Segment14_OFL.txt -------------------------------------------------------------------------------- /res/fonts/Sudo.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/fonts/Sudo.ttf -------------------------------------------------------------------------------- /res/fonts/Sudo_OFL.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/res/fonts/Sudo_OFL.txt -------------------------------------------------------------------------------- /src/CountModula.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/src/CountModula.cpp -------------------------------------------------------------------------------- /src/CountModula.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/src/CountModula.hpp -------------------------------------------------------------------------------- /src/DeclareModels.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/src/DeclareModels.hpp -------------------------------------------------------------------------------- /src/InitialiseModels.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/src/InitialiseModels.hpp -------------------------------------------------------------------------------- /src/components/stdScrews.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/src/components/stdScrews.hpp -------------------------------------------------------------------------------- /src/inc/ClockOscillator.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/src/inc/ClockOscillator.hpp -------------------------------------------------------------------------------- /src/inc/EuclideanAlgorithm.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/src/inc/EuclideanAlgorithm.hpp -------------------------------------------------------------------------------- /src/inc/FrequencyDivider.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/src/inc/FrequencyDivider.hpp -------------------------------------------------------------------------------- /src/inc/GateDelayLine.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/src/inc/GateDelayLine.hpp -------------------------------------------------------------------------------- /src/inc/GateProcessor.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/src/inc/GateProcessor.hpp -------------------------------------------------------------------------------- /src/inc/Inverter.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/src/inc/Inverter.hpp -------------------------------------------------------------------------------- /src/inc/MixerEngine.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/src/inc/MixerEngine.hpp -------------------------------------------------------------------------------- /src/inc/Polarizer.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/src/inc/Polarizer.hpp -------------------------------------------------------------------------------- /src/inc/PulseModifier.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/src/inc/PulseModifier.hpp -------------------------------------------------------------------------------- /src/inc/SlewLimiter.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/src/inc/SlewLimiter.hpp -------------------------------------------------------------------------------- /src/inc/Utility.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/src/inc/Utility.hpp -------------------------------------------------------------------------------- /src/modules/Arpeggiator.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/src/modules/Arpeggiator.cpp -------------------------------------------------------------------------------- /src/modules/Attenuator.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/src/modules/Attenuator.cpp -------------------------------------------------------------------------------- /src/modules/Attenuverter.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/src/modules/Attenuverter.cpp -------------------------------------------------------------------------------- /src/modules/BarGraph.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/src/modules/BarGraph.cpp -------------------------------------------------------------------------------- /src/modules/BlankPanel12HP.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/src/modules/BlankPanel12HP.cpp -------------------------------------------------------------------------------- /src/modules/BlankPanel16HP.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/src/modules/BlankPanel16HP.cpp -------------------------------------------------------------------------------- /src/modules/BlankPanel20HP.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/src/modules/BlankPanel20HP.cpp -------------------------------------------------------------------------------- /src/modules/BlankPanel24HP.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/src/modules/BlankPanel24HP.cpp -------------------------------------------------------------------------------- /src/modules/BlankPanel2HP.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/src/modules/BlankPanel2HP.cpp -------------------------------------------------------------------------------- /src/modules/BlankPanel4HP.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/src/modules/BlankPanel4HP.cpp -------------------------------------------------------------------------------- /src/modules/BlankPanel8HP.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/src/modules/BlankPanel8HP.cpp -------------------------------------------------------------------------------- /src/modules/BlankPanels.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/src/modules/BlankPanels.hpp -------------------------------------------------------------------------------- /src/modules/BooleanAND.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/src/modules/BooleanAND.cpp -------------------------------------------------------------------------------- /src/modules/BooleanOR.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/src/modules/BooleanOR.cpp -------------------------------------------------------------------------------- /src/modules/BooleanVCNOT.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/src/modules/BooleanVCNOT.cpp -------------------------------------------------------------------------------- /src/modules/BooleanXOR.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/src/modules/BooleanXOR.cpp -------------------------------------------------------------------------------- /src/modules/Breakout.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/src/modules/Breakout.cpp -------------------------------------------------------------------------------- /src/modules/BurstGenerator.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/src/modules/BurstGenerator.cpp -------------------------------------------------------------------------------- /src/modules/BusRoute.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/src/modules/BusRoute.cpp -------------------------------------------------------------------------------- /src/modules/BusRoute2.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/src/modules/BusRoute2.cpp -------------------------------------------------------------------------------- /src/modules/CVSpreader.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/src/modules/CVSpreader.cpp -------------------------------------------------------------------------------- /src/modules/Carousel.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/src/modules/Carousel.cpp -------------------------------------------------------------------------------- /src/modules/Chances.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/src/modules/Chances.cpp -------------------------------------------------------------------------------- /src/modules/ClockDivider.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/src/modules/ClockDivider.cpp -------------------------------------------------------------------------------- /src/modules/Comparator.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/src/modules/Comparator.cpp -------------------------------------------------------------------------------- /src/modules/DFlipFlop.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/src/modules/DFlipFlop.cpp -------------------------------------------------------------------------------- /src/modules/Euclid.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/src/modules/Euclid.cpp -------------------------------------------------------------------------------- /src/modules/EventArranger.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/src/modules/EventArranger.cpp -------------------------------------------------------------------------------- /src/modules/EventTimer.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/src/modules/EventTimer.cpp -------------------------------------------------------------------------------- /src/modules/EventTimer.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/src/modules/EventTimer.hpp -------------------------------------------------------------------------------- /src/modules/EventTimer2.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/src/modules/EventTimer2.cpp -------------------------------------------------------------------------------- /src/modules/Fade.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/src/modules/Fade.cpp -------------------------------------------------------------------------------- /src/modules/FadeExpander.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/src/modules/FadeExpander.cpp -------------------------------------------------------------------------------- /src/modules/G2T.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/src/modules/G2T.cpp -------------------------------------------------------------------------------- /src/modules/GateDelay.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/src/modules/GateDelay.cpp -------------------------------------------------------------------------------- /src/modules/GateDelayMT.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/src/modules/GateDelayMT.cpp -------------------------------------------------------------------------------- /src/modules/GateModifier.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/src/modules/GateModifier.cpp -------------------------------------------------------------------------------- /src/modules/GateSequencer8.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/src/modules/GateSequencer8.cpp -------------------------------------------------------------------------------- /src/modules/HyperManiac.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/src/modules/HyperManiac.cpp -------------------------------------------------------------------------------- /src/modules/LightStrip.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/src/modules/LightStrip.cpp -------------------------------------------------------------------------------- /src/modules/Mangler.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/src/modules/Mangler.cpp -------------------------------------------------------------------------------- /src/modules/Manifold.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/src/modules/Manifold.cpp -------------------------------------------------------------------------------- /src/modules/ManualCV.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/src/modules/ManualCV.cpp -------------------------------------------------------------------------------- /src/modules/ManualCV2.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/src/modules/ManualCV2.cpp -------------------------------------------------------------------------------- /src/modules/ManualGate.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/src/modules/ManualGate.cpp -------------------------------------------------------------------------------- /src/modules/MasterReset.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/src/modules/MasterReset.cpp -------------------------------------------------------------------------------- /src/modules/MatrixCombiner.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/src/modules/MatrixCombiner.cpp -------------------------------------------------------------------------------- /src/modules/MatrixMixer.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/src/modules/MatrixMixer.cpp -------------------------------------------------------------------------------- /src/modules/MinimusMaximus.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/src/modules/MinimusMaximus.cpp -------------------------------------------------------------------------------- /src/modules/Mixer.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/src/modules/Mixer.cpp -------------------------------------------------------------------------------- /src/modules/MorphShaper.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/src/modules/MorphShaper.cpp -------------------------------------------------------------------------------- /src/modules/Mult.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/src/modules/Mult.cpp -------------------------------------------------------------------------------- /src/modules/Multiplexer.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/src/modules/Multiplexer.cpp -------------------------------------------------------------------------------- /src/modules/Mute-iple.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/src/modules/Mute-iple.cpp -------------------------------------------------------------------------------- /src/modules/Mute.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/src/modules/Mute.cpp -------------------------------------------------------------------------------- /src/modules/Oscilloscope.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/src/modules/Oscilloscope.cpp -------------------------------------------------------------------------------- /src/modules/Palette.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/src/modules/Palette.cpp -------------------------------------------------------------------------------- /src/modules/PolyChances.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/src/modules/PolyChances.cpp -------------------------------------------------------------------------------- /src/modules/PolyG2T.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/src/modules/PolyG2T.cpp -------------------------------------------------------------------------------- /src/modules/PolyLogic.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/src/modules/PolyLogic.cpp -------------------------------------------------------------------------------- /src/modules/PolyMinMax.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/src/modules/PolyMinMax.cpp -------------------------------------------------------------------------------- /src/modules/PolyMute.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/src/modules/PolyMute.cpp -------------------------------------------------------------------------------- /src/modules/PolyVCSwitch.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/src/modules/PolyVCSwitch.cpp -------------------------------------------------------------------------------- /src/modules/RackEarL.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/src/modules/RackEarL.cpp -------------------------------------------------------------------------------- /src/modules/RackEarR.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/src/modules/RackEarR.cpp -------------------------------------------------------------------------------- /src/modules/RackEars.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/src/modules/RackEars.hpp -------------------------------------------------------------------------------- /src/modules/Rectifier.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/src/modules/Rectifier.cpp -------------------------------------------------------------------------------- /src/modules/SRFlipFlop.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/src/modules/SRFlipFlop.cpp -------------------------------------------------------------------------------- /src/modules/SampleAndHold.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/src/modules/SampleAndHold.cpp -------------------------------------------------------------------------------- /src/modules/SampleAndHold2.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/src/modules/SampleAndHold2.cpp -------------------------------------------------------------------------------- /src/modules/Sequencer16.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/src/modules/Sequencer16.cpp -------------------------------------------------------------------------------- /src/modules/Sequencer64.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/src/modules/Sequencer64.cpp -------------------------------------------------------------------------------- /src/modules/Sequencer8.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/src/modules/Sequencer8.cpp -------------------------------------------------------------------------------- /src/modules/SequencerSrc.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/src/modules/SequencerSrc.hpp -------------------------------------------------------------------------------- /src/modules/SlopeDetector.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/src/modules/SlopeDetector.cpp -------------------------------------------------------------------------------- /src/modules/Stack.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/src/modules/Stack.cpp -------------------------------------------------------------------------------- /src/modules/StartupDelay.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/src/modules/StartupDelay.cpp -------------------------------------------------------------------------------- /src/modules/StepSequencer8.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/src/modules/StepSequencer8.cpp -------------------------------------------------------------------------------- /src/modules/Switch16To1.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/src/modules/Switch16To1.cpp -------------------------------------------------------------------------------- /src/modules/Switch1To16.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/src/modules/Switch1To16.cpp -------------------------------------------------------------------------------- /src/modules/Switch1To8.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/src/modules/Switch1To8.cpp -------------------------------------------------------------------------------- /src/modules/Switch2.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/src/modules/Switch2.cpp -------------------------------------------------------------------------------- /src/modules/Switch3.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/src/modules/Switch3.cpp -------------------------------------------------------------------------------- /src/modules/Switch4.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/src/modules/Switch4.cpp -------------------------------------------------------------------------------- /src/modules/Switch8To1.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/src/modules/Switch8To1.cpp -------------------------------------------------------------------------------- /src/modules/SwitchNToNSrc.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/src/modules/SwitchNToNSrc.hpp -------------------------------------------------------------------------------- /src/modules/TFlipFlop.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/src/modules/TFlipFlop.cpp -------------------------------------------------------------------------------- /src/modules/VCPolarizer.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/src/modules/VCPolarizer.cpp -------------------------------------------------------------------------------- /src/modules/VCPulseDivider.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/src/modules/VCPulseDivider.cpp -------------------------------------------------------------------------------- /src/modules/VoltageScaler.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/src/modules/VoltageScaler.cpp -------------------------------------------------------------------------------- /src/themes/ThemeMenuItem.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/src/themes/ThemeMenuItem.hpp -------------------------------------------------------------------------------- /src/themes/dataFromJson.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/src/themes/dataFromJson.hpp -------------------------------------------------------------------------------- /src/themes/dataToJson.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/src/themes/dataToJson.hpp -------------------------------------------------------------------------------- /src/themes/setDefaultTheme.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/src/themes/setDefaultTheme.hpp -------------------------------------------------------------------------------- /src/themes/setPanel.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/src/themes/setPanel.hpp -------------------------------------------------------------------------------- /src/themes/step.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/src/themes/step.hpp -------------------------------------------------------------------------------- /src/themes/themeMenus.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/src/themes/themeMenus.hpp -------------------------------------------------------------------------------- /src/themes/variables.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/countmodula/VCVRackPlugins/HEAD/src/themes/variables.hpp --------------------------------------------------------------------------------