Skip to content

Commit

Permalink
wiki updates
Browse files Browse the repository at this point in the history
  • Loading branch information
PaulBatchelor committed Aug 29, 2021
1 parent 72b81f3 commit 424d85d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion wiki/android_dev/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ <h1>Android Development Setup</h1>
</p>
<p>Now try cloning rawdrawandroid
</p>
<pre><code>git clone https://github.com/cnlohr/rawdrawandroid --recurse-submodules+BEGIN_SRC </pre></code>
<pre><code>git clone https://github.com/cnlohr/rawdrawandroid --recurse-submodules</pre></code>
<p></p>
<p>Try building it with
</p>
Expand Down
4 changes: 3 additions & 1 deletion wiki/create/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,9 @@ <h1>Create</h1>
<a href="/wiki/zet">zet</a>.
</p>
<p><blockquote>
<b>2021-08-23 20:54:47</b>: some initial pages on some concepts I've been developing: (<a href="/wiki/gesture">gesture</a>) and (<a href="/wiki/temporal_weight">temporal_weight</a>). more words to come soon hopefully.
<b>2021-08-29 11:21:10</b>: attempting to sequence a melody I wrote out last night using (<a href="/wiki/gest">gest</a>) and performed with (<a href="#">tract</a>). Hoping to add 3-4 part harmony to it. What'll be neat is I'll be using the computer to explore the voice leading, rather than my brain + piano.
</p>
<p><b>2021-08-23 20:54:47</b>: some initial pages on some concepts I've been developing: (<a href="/wiki/gesture">gesture</a>) and (<a href="/wiki/temporal_weight">temporal_weight</a>). more words to come soon hopefully.
</p>
<p><b>2021-08-22 14:59:50</b>: In scheming my next breathing card, I found myself wanting to be able to convert clocks into phasors to do frame-accurate video stuff and use (<a href="/wiki/gest">gest</a>). I've put this off for a while because there's no great way to do it, but I think <a href="/sndkit/clkphs">clkphs</a> is about as good as it can get. Now I need to adjust gest to ignore negative conductor signal values and I should be good to go!
</p>
Expand Down

0 comments on commit 424d85d

Please sign in to comment.