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

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

export default {
  id: "click",
  name: "Click Track",
  author_id: 0,
author_name: "wavtool.com",
  category: CommandCategory.Generator,
  description: "Produces a metronome click track.",
  code
} as StoredCommand;
