Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
tjbrailey committed May 10, 2020
1 parent 95187c3 commit 4f993b1
Show file tree
Hide file tree
Showing 16 changed files with 20 additions and 18 deletions.
7 changes: 4 additions & 3 deletions content/posts/seed_music.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -106,18 +106,19 @@ x <- generate_data()
I expected that whatever I ended up writing would be somewhat avante-garde. I wasn't wrong. Here is an example of how I turned some random data into a really weird 13/8 mathy riff.

This was the first plot that came out of my function. An ungodly splattering of notes which I had to coerce into G# Mixolydian (the most popular mode, right?). By the way, as a sort-of-afterthought, I wanted the title to the plot to be a series of random letters to serve as a word-cloud to further encourage my creativity. This part certainly needs some work given that "gyzjsgsfpz awnkbzyvho" doesn't really make me feel anything. Still though, perhaps one day it will spit out something so inspiring that I go on to write a hit-single. We shall see...

```{r, echo = F, fig.show="hold", out.width = "50%", align = "center"}
knitr::include_graphics(eg)
knitr::include_graphics(paste0(here::here(), "/static/images/gyzjsgsfpz awnkbzyvho.png"))
```

I then transposed these dots onto a staff, deciding that 13/8 would be a fun meter for this melody. These notes in C major sound truly awful, so I'm glad ggplot2 made me transpose this melody into something else.
```{r, echo = F, fig.show="hold", out.width = "50%", align = "center"}
knitr::include_graphics(basic_melody)
knitr::include_graphics(paste0(here::here(), "/static/images/basic_melody .png"))
```

Here's where I exert some "creative control" shall we say. Somewhere between that initial transcription and the final melody, some notes were moved around and whatnot, but I really did do my best to stay true to whatever the function gave me. This is what I turned the basic melody into:
```{r, echo = F, fig.show="hold", out.width = "50%", align = "center"}
knitr::include_graphics(full_melody)
knitr::include_graphics(paste0(here::here(), "/static/images/full_melody.png"))
```

And here is what it sounds like (with a little hi-hat in the background).
Expand Down
12 changes: 6 additions & 6 deletions content/posts/seed_music.html
Original file line number Diff line number Diff line change
Expand Up @@ -63,19 +63,19 @@ <h1>theme_music()</h1>

}</code></pre>
<p>And here is an example of what I would be given to work with (note that every time I update my website this image will change):</p>
<pre><code>## Warning: Removed 7 rows containing missing values (geom_point).</code></pre>
<pre><code>## Warning: Removed 7 rows containing missing values (geom_vline).</code></pre>
<pre><code>## Warning: Removed 14 rows containing missing values (geom_point).</code></pre>
<pre><code>## Warning: Removed 14 rows containing missing values (geom_vline).</code></pre>
<p><img src="/posts/seed_music_files/figure-html/unnamed-chunk-4-1.png" width="50%" /></p>
</div>
<div id="so-how-does-it-sound" class="section level1">
<h1>So how does it sound?</h1>
<p>I expected that whatever I ended up writing would be somewhat avante-garde. I wasn’t wrong. Here is an example of how I turned some random data into a really weird 13/8 mathy riff.</p>
<p>This was the first plot that came out of my function. An ungodly splattering of notes which I had to coerce into G# Mixolydian (the most popular mode, right?). By the way, as a sort-of-afterthought, I wanted the title to the plot to be a series of random letters to serve as a word-cloud to further encourage my creativity. This part certainly needs some work given that “gyzjsgsfpz awnkbzyvho” doesn’t really make me feel anything. Still though, perhaps one day it will spit out something so inspiring that I go on to write a hit-single. We shall see…
<img src="gyzjsgsfpz%20awnkbzyvho.png" width="50%" /></p>
<p>This was the first plot that came out of my function. An ungodly splattering of notes which I had to coerce into G# Mixolydian (the most popular mode, right?). By the way, as a sort-of-afterthought, I wanted the title to the plot to be a series of random letters to serve as a word-cloud to further encourage my creativity. This part certainly needs some work given that “gyzjsgsfpz awnkbzyvho” doesn’t really make me feel anything. Still though, perhaps one day it will spit out something so inspiring that I go on to write a hit-single. We shall see…</p>
<p><img src="C:/Users/tbrai/Dropbox/github_private/Website/static/images/gyzjsgsfpz%20awnkbzyvho.png" width="50%" /></p>
<p>I then transposed these dots onto a staff, deciding that 13/8 would be a fun meter for this melody. These notes in C major sound truly awful, so I’m glad ggplot2 made me transpose this melody into something else.
<img src="basic_melody%20.png" width="50%" /></p>
<img src="C:/Users/tbrai/Dropbox/github_private/Website/static/images/basic_melody%20.png" width="50%" /></p>
<p>Here’s where I exert some “creative control” shall we say. Somewhere between that initial transcription and the final melody, some notes were moved around and whatnot, but I really did do my best to stay true to whatever the function gave me. This is what I turned the basic melody into:
<img src="full_melody.png" width="50%" /></p>
<img src="C:/Users/tbrai/Dropbox/github_private/Website/static/images/full_melody.png" width="50%" /></p>
<p>And here is what it sounds like (with a little hi-hat in the background).</p>
<audio controls>
<source src="Seed 1.wav" type="audio/wav"/>
Expand Down
Binary file added public/images/G Phrygian.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/images/Seed 1.wav
Binary file not shown.
Binary file added public/images/basic_melody .png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/images/full_melody.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/images/gyzjsgsfpz awnkbzyvho.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 4 additions & 3 deletions public/posts/seed_music.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -106,18 +106,19 @@ x <- generate_data()
I expected that whatever I ended up writing would be somewhat avante-garde. I wasn't wrong. Here is an example of how I turned some random data into a really weird 13/8 mathy riff.

This was the first plot that came out of my function. An ungodly splattering of notes which I had to coerce into G# Mixolydian (the most popular mode, right?). By the way, as a sort-of-afterthought, I wanted the title to the plot to be a series of random letters to serve as a word-cloud to further encourage my creativity. This part certainly needs some work given that "gyzjsgsfpz awnkbzyvho" doesn't really make me feel anything. Still though, perhaps one day it will spit out something so inspiring that I go on to write a hit-single. We shall see...

```{r, echo = F, fig.show="hold", out.width = "50%", align = "center"}
knitr::include_graphics(eg)
knitr::include_graphics(paste0(here::here(), "/static/images/gyzjsgsfpz awnkbzyvho.png"))
```

I then transposed these dots onto a staff, deciding that 13/8 would be a fun meter for this melody. These notes in C major sound truly awful, so I'm glad ggplot2 made me transpose this melody into something else.
```{r, echo = F, fig.show="hold", out.width = "50%", align = "center"}
knitr::include_graphics(basic_melody)
knitr::include_graphics(paste0(here::here(), "/static/images/basic_melody .png"))
```

Here's where I exert some "creative control" shall we say. Somewhere between that initial transcription and the final melody, some notes were moved around and whatnot, but I really did do my best to stay true to whatever the function gave me. This is what I turned the basic melody into:
```{r, echo = F, fig.show="hold", out.width = "50%", align = "center"}
knitr::include_graphics(full_melody)
knitr::include_graphics(paste0(here::here(), "/static/images/full_melody.png"))
```

And here is what it sounds like (with a little hi-hat in the background).
Expand Down
12 changes: 6 additions & 6 deletions public/posts/seed_music/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -243,19 +243,19 @@ <h1>theme_music()</h1>

}</code></pre>
<p>And here is an example of what I would be given to work with (note that every time I update my website this image will change):</p>
<pre><code>## Warning: Removed 7 rows containing missing values (geom_point).</code></pre>
<pre><code>## Warning: Removed 7 rows containing missing values (geom_vline).</code></pre>
<pre><code>## Warning: Removed 14 rows containing missing values (geom_point).</code></pre>
<pre><code>## Warning: Removed 14 rows containing missing values (geom_vline).</code></pre>
<p><img src="/posts/seed_music_files/figure-html/unnamed-chunk-4-1.png" width="50%" /></p>
</div>
<div id="so-how-does-it-sound" class="section level1">
<h1>So how does it sound?</h1>
<p>I expected that whatever I ended up writing would be somewhat avante-garde. I wasn’t wrong. Here is an example of how I turned some random data into a really weird 13/8 mathy riff.</p>
<p>This was the first plot that came out of my function. An ungodly splattering of notes which I had to coerce into G# Mixolydian (the most popular mode, right?). By the way, as a sort-of-afterthought, I wanted the title to the plot to be a series of random letters to serve as a word-cloud to further encourage my creativity. This part certainly needs some work given that “gyzjsgsfpz awnkbzyvho” doesn’t really make me feel anything. Still though, perhaps one day it will spit out something so inspiring that I go on to write a hit-single. We shall see…
<img src="gyzjsgsfpz%20awnkbzyvho.png" width="50%" /></p>
<p>This was the first plot that came out of my function. An ungodly splattering of notes which I had to coerce into G# Mixolydian (the most popular mode, right?). By the way, as a sort-of-afterthought, I wanted the title to the plot to be a series of random letters to serve as a word-cloud to further encourage my creativity. This part certainly needs some work given that “gyzjsgsfpz awnkbzyvho” doesn’t really make me feel anything. Still though, perhaps one day it will spit out something so inspiring that I go on to write a hit-single. We shall see…</p>
<p><img src="C:/Users/tbrai/Dropbox/github_private/Website/static/images/gyzjsgsfpz%20awnkbzyvho.png" width="50%" /></p>
<p>I then transposed these dots onto a staff, deciding that 13/8 would be a fun meter for this melody. These notes in C major sound truly awful, so I’m glad ggplot2 made me transpose this melody into something else.
<img src="basic_melody%20.png" width="50%" /></p>
<img src="C:/Users/tbrai/Dropbox/github_private/Website/static/images/basic_melody%20.png" width="50%" /></p>
<p>Here’s where I exert some “creative control” shall we say. Somewhere between that initial transcription and the final melody, some notes were moved around and whatnot, but I really did do my best to stay true to whatever the function gave me. This is what I turned the basic melody into:
<img src="full_melody.png" width="50%" /></p>
<img src="C:/Users/tbrai/Dropbox/github_private/Website/static/images/full_melody.png" width="50%" /></p>
<p>And here is what it sounds like (with a little hi-hat in the background).</p>
<audio controls>
<source src="Seed 1.wav" type="audio/wav"/>
Expand Down
Binary file modified public/posts/seed_music_files/figure-html/unnamed-chunk-4-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/images/G Phrygian.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/images/Seed 1.wav
Binary file not shown.
Binary file added static/images/basic_melody .png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/images/full_melody.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/images/gyzjsgsfpz awnkbzyvho.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified static/posts/seed_music_files/figure-html/unnamed-chunk-4-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 4f993b1

Please sign in to comment.