Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Alfredo Hernandez
/
test-project
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Graphs
Network
Create a new issue
Commits
Issue Boards
Authored by
Alfredo Hernandez
2017-08-11 14:48:53 -0500
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
18165a08ad8c82c586233d7f293d13a21280b8c8
18165a08
0 parents
Added README and test.tidal files
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
45 additions
and
0 deletions
README.md
test.tidal
README.md
0 → 100644
View file @
18165a0
## Test project
**
just a test project with a test file
test.tidal
0 → 100644
View file @
18165a0
d1 $ sound "bd sn"
d1 $ brak $ sound "bd*2 sn/2"
d1 $ sound "bd sd hh cp mt arpy drum"
d1 $ sound "[bd sd sd] cp"
d1 $ sound "[bd bd bd, sd cp sd cp]"
d1 $ sound "[bd sn]*2 cp"
d1 $ sound "bd(7,16,14)"
d1 $ sound "bd(3,8,2)"
d1 $ sound "bd([5 3]/2,8)"
d1 $ sound "bd sn drum arpy" # pan "0 1 0.25 0.75"
d1 $ up "0 0*2 0*4 1" # sound "[arpy, bass2, bd]"
d1 $ sound "bd*16" # pan sine
d1 $ sound "bd bd ~ bd"
d1 $ sound "{bd hh sn cp, arpy bass2 drum notes can}"
d1 $ sound "arpy*4 bd" # pan (rand)
d1 $ s "arpy*8" # n (irand 30)
d1 $ s "sn*8" # n (irand 10)
d1 $ sound "bd? sd? sd? sd?"
d1 $ every 8 (rev) $ every 4 (density 2) $ sound "bd hh sn cp"
d1 $ fastcat [sound "bd sn:2" # vowel "[a o]/2", sound "casio casio:1 casio:2*2"]
d1 silence
d2 $ sound "hh hh hh hh"
d2 silence
d3 $ sound "bd sd:3"
d3 silence
d4 $ sound "arpy"
d4 silence
d5 $ sound "bd <arpy:1 arpy:2 arpy:3>"
d5 silence
d6 $ sound "bd*4" # crush "4" # speed "2"
d6 $ sound "bd*4" # gain "1 0.8 0.5 0.7"
d6 silence
hush
Please
register
or
login
to post a comment