removing old frequency graph code

This commit is contained in:
Lewis Moten
2024-05-12 04:32:22 -04:00
parent 015dd3eae3
commit 99a972e165
4 changed files with 15 additions and 294 deletions

View File

@@ -7,7 +7,7 @@ class GraphConfigurationPanel extends BasePanel {
{text: 'Pause after signal ends', id: 'pause-after-end', eventName: 'pauseAfterEndChange'}
])
this.openField('Duration');
this.addInputNumber('duration', 1, {min: 0.03, step: 0.001, eventName: 'durationChange'});
this.addInputNumber('duration', 1, {min: 0.03, max: 10, step: 0.001, eventName: 'durationChange'});
this.addText('s');
this.closeField();
};