This commit is contained in:
Saturneic 2018-12-26 15:15:37 +08:00
parent b8271ad6aa
commit e4e5fe7561
6 changed files with 8 additions and 1 deletions

1
.gitignore vendored
View File

@ -1 +1,2 @@
*.xcodeproj
music-field

2
document/优化部分.md Normal file
View File

@ -0,0 +1,2 @@
# <#Title#>

2
document/图形部分.md Normal file
View File

@ -0,0 +1,2 @@
# <#Title#>

2
document/算法部分.md Normal file
View File

@ -0,0 +1,2 @@
# <#Title#>

View File

@ -8,7 +8,7 @@ list<Shape *> Window::shapes = {};
map<string,View2D *> Window::menus = {};
vector<Field*> fields;
Window *p_nwd = NULL;
WAV twav("test.wav");
WAV twav("data/test.wav");
Shape *p_avg = new Shape();
int main(int argc, char * argv[]) {