import React from 'react'; import VCO from './parameters/VCO'; import Mixer from './parameters/Mixer'; export function Timbre(props) { return (
); }