Create working scaffolding for sound synthesizing module: smnp.audio.synth

This commit is contained in:
2020-03-20 15:33:07 +01:00
parent 518bc37108
commit c28ae23774
12 changed files with 302 additions and 0 deletions

View File

@@ -0,0 +1,3 @@
dependencies {
implementation group: 'org.knowm.xchart', name: 'xchart', version: '3.6.2'
}