mirror of
https://github.com/rene-dev/stmbl.git
synced 2026-09-22 14:54:12 +08:00
foo
This commit is contained in:
@@ -11,7 +11,7 @@ BasicDrawPane::BasicDrawPane(wxFrame* parent, int ch) : wxPanel(parent){
|
||||
|
||||
for (int i = 0; i<channels; i++) {
|
||||
data.push_back(std::vector<float>());
|
||||
for (int j = 0; j<1024/2; j++) {
|
||||
for (int j = 0; j<1024; j++) {
|
||||
data[i].push_back(0);
|
||||
}
|
||||
}
|
||||
|
||||
+1
-1
@@ -42,7 +42,7 @@ private:
|
||||
void connect();
|
||||
void disconnect();
|
||||
void listports();
|
||||
static const int bufsize = 10;
|
||||
static const int bufsize = 1000;
|
||||
unsigned char buf[MainFrame::bufsize+1];
|
||||
wxTextCtrl *text;
|
||||
wxTextCtrl *textinput;
|
||||
|
||||
Reference in New Issue
Block a user