Incorporate feedback (namespace), Adds shortcut for zen mode, 1:1 ratio #3

Open
neuron303 wants to merge 4 commits from neuron303/master into master
2 changed files with 13 additions and 11 deletions
Showing only changes of commit 5dc2edf795 - Show all commits

View File

@@ -9,9 +9,11 @@
// system includes
#include <cmath>
namespace {
qint32 framesForDuration(qint64 duration){
return qint32(44100 * duration / 1000000LL);
}
}
OsciWidget::OsciWidget(QWidget *parent)