log fixing layout
parent
c3cd7a28ce
commit
69ff1558cd
14
LOG.md
14
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
|
||||
|
||||
|
|
Loading…
Reference in New Issue