Skip to content

Commit

Permalink
README edit
Browse files Browse the repository at this point in the history
  • Loading branch information
merttoka committed Dec 12, 2017
1 parent 074af5e commit d6f903f
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Speck
MAT240C Audio Programming Final Project
**MAT240C *Audio Programming* - Final Project**



*Speck* is a grain sequencer inspired by electronic music notation, granular and image syntheses. Grains can be created by chopping samples and applying an arbitrary envelope. They can be placed onto the canvas by drawing with mouse, and when triggered, the canvas translates spatial pixels into note-like structures whose pitch varies based on the vertical location of the note.

![ss](docs/ss.png)

Expand Down Expand Up @@ -47,7 +51,8 @@ MAT240C Audio Programming Final Project
- You can copy sample files to `speck/samples/` directory to populate the samples list.

- The *resolution* of canvas and *total time* of canvas can be modified with `resolution` (*canvas matrix dimension*) and `maxTime` (*milliseconds*) variables at the top of `speck.pde`
-


### TODO:
- [x] Assign keyboard numbers to play grains
Expand Down

0 comments on commit d6f903f

Please sign in to comment.