import { StoredCommand, CommandCategory } from '../../../types';

// eslint-disable-next-line import/no-webpack-loader-syntax
const code = require('!!raw-loader!./simpleCompressor.wavtool').default.replace(/^\s*\/\/\/.*\n*/g, '');



export default {
  id: "simpleCompressor",
  name: "Simple Compressor",
  author_id: 0,
author_name: "wavtool.com",
  category: CommandCategory.Effect,
  description: "A basic linear compressor.",
  code
} as StoredCommand;
