diff options
author | Grant Shangreaux <grant@unabridgedsoftware.com> | 2021-10-29 19:44:06 -0500 |
---|---|---|
committer | Grant Shangreaux <grant@unabridgedsoftware.com> | 2021-10-29 19:44:06 -0500 |
commit | 21e720bb89e494cc89e99169e13fff9bf0dbdc6f (patch) | |
tree | 29b1d4448ddf742129942b92ffcd294900bd0a22 /Makefile | |
parent | 5da87bc8e3242da739a4b958563cf804a341bb8b (diff) |
Add: pack an Array<Vector2<f32>> of samples and push_buffer
- add a method to set the sample rate of the sine wave
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -7,3 +7,6 @@ build: refresh_lib: build cp $(LIB_PATH) klangfarb + +release: + cd klangfarbrs && cargo build --release |