[
  {
    "name": "Hz.AudioIn",
    "identifier": "com.cannerycoders.hzplugins.wam.audioin",
    "path": "audioin/index.js",
    "vendor": "Cannery Coders",
    "website": "https://cannerycoders.com/hzweb",
    "description": "Node representing webaudio input stream.",
    "category": [
      "ADC"
    ],
    "isInstrument": false,
    "isSingleton": false
  },
  {
    "name": "Hz.ConvVerb",
    "identifier": "com.cannerycoders.hzplugins.wam.convverb",
    "path": "convverb/index.js",
    "thumbnail": "convverb/index.png",
    "vendor": "Cannery Coders",
    "website": "https://cannerycoders.com/hzweb",
    "description": "WebAudio convolution reverb, requires an impule response .wav.",
    "category": [
      "Effect",
      "Reverb",
      "Mono",
      "Stereo"
    ],
    "isInstrument": false
  },
  {
    "name": "Hz.DAC",
    "identifier": "com.cannerycoders.hzplugins.wam.dac",
    "path": "dac/index.js",
    "vendor": "Cannery Coders",
    "website": "https://cannerycoders.com/hzweb",
    "description": "Terminal connection to webaudio's destination with gain control, VU-meter  ",
    "category": [
      "DAC",
      "Singleton"
    ],
    "isInstrument": false,
    "isSingleton": true
  },
  {
    "name": "Hz.Echo",
    "identifier": "com.cannerycoders.hzplugins.wam.echo",
    "path": "echo/index.js",
    "thumbnail": "echo/index.png",
    "vendor": "Cannery Coders",
    "website": "https://cannerycoders.com/hzweb",
    "description": "WebAudio echo, via delay + feedback.",
    "category": [
      "Effect",
      "Echo",
      "Mono",
      "Stereo"
    ],
    "isInstrument": false
  },
  {
    "name": "Hz.Filter",
    "identifier": "com.cannerycoders.hzplugins.wam.filter",
    "path": "filter/index.js",
    "thumbnail": "filter/index.png",
    "vendor": "Cannery Coders",
    "website": "https://cannerycoders.com/hzweb",
    "description": "Audio Filter",
    "category": [
      "Equalizer & Filter"
    ],
    "isInstrument": false
  },
  {
    "name": "Hz.FM7",
    "identifier": "com.cannerycoders.hzplugins.wam.fm7",
    "path": "fm7/index.js",
    "thumbnail": "fm7/index.png",
    "vendor": "Cannery Coders",
    "website": "https://cannerycoders.com/hzweb",
    "description": "7 operator FM snth.",
    "category": [
      "Synthesizer",
      "Instrument",
      "Polyphonic"
    ],
    "isInstrument": true
  },
  {
    "name": "Hz.Freeverb",
    "identifier": "com.cannerycoders.hzplugins.wam.freeverb",
    "path": "freeverb/index.js",
    "thumbnail": "freeverb/index.png",
    "vendor": "Cannery Coders",
    "website": "https://cannerycoders.com/hzweb",
    "description": "The requisite and free 'verb.",
    "category": [
      "Effect",
      "Reverb",
      "Mono",
      "Stereo"
    ],
    "isInstrument": false
  },
  {
    "name": "Hz.Genish",
    "identifier": "com.cannerycoders.hzplugins.wam.genish",
    "path": "genish/index.js",
    "thumbnail": "genish/index.png",
    "vendor": "Cannery Coders",
    "website": "https://cannerycoders.com/hzweb",
    "description": "Highly configurable genish.js-based synthesis.",
    "category": [
      "Synthesizer",
      "Instrument",
      "Polyphonic"
    ],
    "isInstrument": true
  },
  {
    "name": "Hz.Noise",
    "identifier": "com.cannerycoders.hzplugins.wam.noise",
    "path": "noise/index.js",
    "vendor": "Cannery Coders",
    "website": "https://cannerycoders.com/hzweb",
    "description": "Noise gen instrument support for white, pink and brown.",
    "category": [
      "Instrument"
    ],
    "isInstrument": true
  },
  {
    "name": "Hz.LFO",
    "identifier": "com.cannerycoders.hzplugins.wam.lfo",
    "path": "lfo/index.js",
    "vendor": "Cannery Coders",
    "website": "https://cannerycoders.com/hzweb",
    "description": "Simple LFO signal generator for enveloping and parameter automation.",
    "category": [ "LFO", "Envelope" ],
    "isInstrument": false
  },
  {
    "name": "Hz.Mix",
    "identifier": "com.cannerycoders.hzplugins.wam.mix",
    "path": "mix/index.js",
    "vendor": "Cannery Coders",
    "website": "https://cannerycoders.com/hzweb",
    "description": "Utility mix node with pan and gain control, VU-meter  ",
    "category": [ "Mix" ],
    "isInstrument": false
  },
  {
    "name": "Hz.Osc",
    "identifier": "com.cannerycoders.hzplugins.wam.oscillator",
    "path": "osc/index.js",
    "vendor": "Cannery Coders",
    "website": "https://cannerycoders.com/hzweb",
    "description": "Basic oscillator with builtin adsr and unison voices",
    "category": [
      "Synthesizer",
      "Instrument",
      "Monophonic"
    ],
    "isInstrument": true,
    "thumbnail": "wam/hzplugins/osc/index.png"
  },
  {
    "name": "Hz.Samplo",
    "identifier": "com.cannerycoders.hzplugins.wam.samplo",
    "path": "samplo/index.js",
    "thumbnail": "samplo/index.png",
    "vendor": "Cannery Coders",
    "website": "https://cannerycoders.com/hzweb",
    "description": "Basic samplefile/soundfont player.",
    "category": [
      "Synthesizer",
      "Instrument",
      "Polyphonic"
    ],
    "isInstrument": true
  },
  {
    "name": "Hz.Waveshaper",
    "identifier": "com.cannerycoders.hzplugins.wam.waveshaper",
    "path": "waveshaper/index.js",
    "thumbnail": "waveshaper/index.png",
    "vendor": "Cannery Coders",
    "website": "https://cannerycoders.com/hzweb",
    "description": "WebAudio waveshaper.",
    "category": [
      "Effect"
    ],
    "isInstrument": false
  },
  {
    "name": "Hz.Recorder",
    "identifier": "com.cannerycoders.hzplugins.wam.recorder",
    "path": "recorder/index.js",
    "thumbnail": "recorder/index.png",
    "vendor": "Cannery Coders",
    "website": "https://cannerycoders.com/hzweb",
    "description": "WebAudio Recorder.",
    "category": [
      "analysis", "i/o"
    ],
    "isInstrument": false
  },
  {
    "name": "Hz.Scope",
    "identifier": "com.cannerycoders.hzplugins.wam.scope",
    "path": "scope/index.js",
    "thumbnail": "scope/index.png",
    "vendor": "Cannery Coders",
    "website": "https://cannerycoders.com/hzweb",
    "description": "WebAudio Scope.",
    "category": [
      "Analysis"
    ],
    "isInstrument": false
  },
  {
    "name": "Hz.Tuner",
    "identifier": "com.cannerycoders.hzplugins.wam.tuner",
    "path": "tuner/index.js",
    "thumbnail": "tuner/index.png",
    "vendor": "Cannery Coders",
    "website": "https://cannerycoders.com/hzweb",
    "description": "Instrument Tuner, Pitch Detector.",
    "category": [
      "Analysis",
      "Mono"
    ],
    "isInstrument": false
  },
  {
    "name": "Hz.WebAudioIn",
    "identifier": "com.cannerycoders.hzplugins.wam.webaudioin",
    "path": "webaudioin/index.js",
    "vendor": "Cannery Coders",
    "website": "https://cannerycoders.com/hzweb",
    "description": "Node representing webaudio input stream.",
    "category": [
      "ADC", "WebRadio", "AudioSrc"
    ],
    "isInstrument": false,
    "isSingleton": false
  }
]
