From 69ff1558cdd648c23cf82b374b77094bb67d514f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luka=20Prin=C4=8Di=C4=8D?= Date: Fri, 10 Apr 2020 13:41:26 +0200 Subject: [PATCH] log fixing layout --- LOG.md | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/LOG.md b/LOG.md index ceca3e2..bd7c6bd 100644 --- a/LOG.md +++ b/LOG.md @@ -1,5 +1,10 @@ # *ark'd, amorphic* development LOG +I'll try to post as much as possible about research and work on this project here in a form of a daily log. + + + +. ## 7.apr, 2020 @@ -25,6 +30,8 @@ PATTERNS +. + ## 8.apr, 2020 Ended up with two kinda finished SynthDefs - a granulator (I wonder how could it be made more reusable, there's space for improvement), and a supersaw, that is still quite soft - I think quite useful for some deep ground here and there. I have managed to make it quite clean, and learned a lot in the process, especially regarding the Splay and panning and stereo balancing. Basic loading of whatever is in lib/ and smp/ folders now works. Will need to be improved on the way. @@ -35,6 +42,8 @@ I also init remote git repo on git.tmp.si/luka/ark_d.amorphic and pushed current +. + ## 9.apr, 2020 Three hours of play and learning in the morning. Learned how to use ```Ndef``` and then experimented with first building a synth (using Ndef) with sine and pulse oscilators, adding detuning and filter, converting to a ```SynthDef``` and using ```Ndef``` to play with a ```Pbind```: @@ -106,7 +115,10 @@ Ndef(\ba, ) ``` -- + + + +. ## 10.apr, 2020