comments
This commit is contained in:
@@ -4,8 +4,6 @@
|
||||
|
||||
#include <iostream>
|
||||
|
||||
// TODO: package the rogue sliders into the envelopeGenerators with a "base" column (its what the "peak" slider in the esp synth was supposed to be)
|
||||
|
||||
EnvelopeGenerator::EnvelopeGenerator(QWidget* parent) : QWidget(parent), ui_(new Ui::EnvelopeGenerator) {
|
||||
|
||||
ui_->setupUi(this);
|
||||
|
||||
@@ -2,6 +2,7 @@
|
||||
#include "Scope.h"
|
||||
#include "ui_Scope.h"
|
||||
|
||||
// TODO: fix include directories because what is this
|
||||
#include "../../../synth/ScopeBuffer.h"
|
||||
|
||||
#include <QPainter>
|
||||
|
||||
Reference in New Issue
Block a user