mirror of
https://github.com/rene-dev/stmbl.git
synced 2026-09-21 14:23:56 +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);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user