Skip to content

Commit

Permalink
Update template and readme (#766)
Browse files Browse the repository at this point in the history
* 4 spaces in template
* update readme
  • Loading branch information
xasopheno authored Dec 4, 2022
1 parent 7c2c7dc commit e6cdfea
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 22 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,13 +36,13 @@ WereSoCool can be installed on macos, linux, and windows via cargo. You'll also

#### Necessary Dependancies
Macos:
brew install lame libvorbis
`brew install lame libvorbis`

Arch Linux (ALSA):
sudo pacman -S lame vorbis-tools
`sudo pacman -S lame vorbis-tools`

Ubuntu (ALSA):
sudo apt-get lame vorbis-tools
`sudo apt-get lame vorbis-tools`

### Windows

Expand Down
38 changes: 19 additions & 19 deletions src/new.rs
Original file line number Diff line number Diff line change
Expand Up @@ -21,30 +21,30 @@ const DEFAULT_SOCOOL: &str = indoc! {"
{ f: 311.127, l: 1, g: 1/3, p: 0 }
thing1 = {
O[
(1/1, 2, 1, 1),
(1/1, 0, 1, -1),
]
| Seq [
Fm 1, Fm 9/8, Fm 5/4
]
O[
(1/1, 2, 1, 1),
(1/1, 0, 1, -1),
]
| Seq [
Fm 1, Fm 9/8, Fm 5/4
]
}
thing2 = {
O[
(1/1, 2, 1, 1),
(1/1, 0, 1, -1),
]
| Seq [
Fm 3/4
]
| FitLength thing1
O[
(1/1, 2, 1, 1),
(1/1, 0, 1, -1),
]
| Seq [
Fm 3/4
]
| FitLength thing1
}
main = {
Overlay [
thing1,
thing2
]
Overlay [
thing1,
thing2
]
}
"};

0 comments on commit e6cdfea

Please sign in to comment.