TooB Spectum Analyzer

This commit is contained in:
Robin Davies
2022-02-04 07:06:09 -05:00
parent caa2aa1312
commit 5c5bf29d48
14 changed files with 584 additions and 86 deletions
-10
View File
@@ -40,16 +40,6 @@ const styles = (theme: Theme) => createStyles({
},
});
interface SvgRect
{
x: number;
y: number;
width: number;
height: number;
color: string;
}
interface ToobWaveShapeProps extends WithStyles<typeof styles> {
instanceId: number;
controlNumber: number;