Skip to content

Commit

Permalink
re-comment
Browse files Browse the repository at this point in the history
  • Loading branch information
schollz authored Sep 13, 2022
1 parent 6f41942 commit 5448234
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions paracosms.lua
Original file line number Diff line number Diff line change
Expand Up @@ -46,18 +46,18 @@ blocks={
{folder="/home/we/dust/audio/paracosms/row7"},
}

-- uncommment these to get a demo from when you first start
blocks={
-- you can apply parameters to specific blocks, for example the amplitude, the pan, or the sends
{folder="/home/we/dust/code/paracosms/lib/row1",params={amp=0.5,pan=math.random(-30,30)/100,send_main=1}},
-- or you can apply parameters to make a block a set of oneshots
{folder="/home/we/dust/audio/x0x/909",params={oneshot=2,attack=0.002}},
{folder="/home/we/dust/audio/paracosms/row3"},
{folder="/home/we/dust/audio/paracosms/row4"},
{folder="/home/we/dust/audio/paracosms/row5"},
{folder="/home/we/dust/audio/paracosms/row6"},
{folder="/home/we/dust/audio/paracosms/row7"},
}
-- -- uncommment these to get a demo from when you first start
-- blocks={
-- -- you can apply parameters to specific blocks, for example the amplitude, the pan, or the sends
-- {folder="/home/we/dust/code/paracosms/lib/row1",params={amp=0.5,pan=math.random(-30,30)/100,send_main=1}},
-- -- or you can apply parameters to make a block a set of oneshots
-- {folder="/home/we/dust/audio/x0x/909",params={oneshot=2,attack=0.002}},
-- {folder="/home/we/dust/audio/paracosms/row3"},
-- {folder="/home/we/dust/audio/paracosms/row4"},
-- {folder="/home/we/dust/audio/paracosms/row5"},
-- {folder="/home/we/dust/audio/paracosms/row6"},
-- {folder="/home/we/dust/audio/paracosms/row7"},
-- }


style=function()
Expand Down

0 comments on commit 5448234

Please sign in to comment.