I really should learn how to use makefiles…
g++ -I/./include/ -I/../../src/ -o play play.cpp Release/Stk.o Release/FileRead.o Release/FileWvIn.o Release/RtAudio.o -lpthread -framework CoreAudio -framework CoreFoundation -framework CoreMidi
I really should learn how to use makefiles…
g++ -I/./include/ -I/../../src/ -o play play.cpp Release/Stk.o Release/FileRead.o Release/FileWvIn.o Release/RtAudio.o -lpthread -framework CoreAudio -framework CoreFoundation -framework CoreMidi
![Hmm why doesn’t my Vec2f class work? Wait what… v[2]!? Explains a lot of random results. Took a while to find the problem XD.](http://24.media.tumblr.com/c0e8b2566396aff144f1c52523eae06a/tumblr_mfra5hMhHC1rqfcb3o1_500.png)
Hmm why doesn’t my Vec2f class work? Wait what… v[2]!? Explains a lot of random results. Took a while to find the problem XD.