strudel icon indicating copy to clipboard operation
strudel copied to clipboard

Sample bank names are a bit unweildy

Open yaxu opened this issue 1 year ago • 4 comments

Bank names are quite a lot to remember and type

sound("bd hh sd oh").bank("RolandTR909")

Shorter names could be better, maybe as aliases:

sound("bd hh sd oh").bank("tr909")

Being able to put them in the sound list could be nice too, replacing the current _:

sound("tr909:bd tr606:sd")

yaxu avatar Dec 12 '23 21:12 yaxu

yep it's annoying to write those long drum machine names all the time

Being able to put them in the sound list could be nice too, replacing the current _:

the list notation with sound is already used for s:n:gain

felixroos avatar Dec 12 '23 22:12 felixroos

somewhat related: https://github.com/tidalcycles/strudel/issues/592

felixroos avatar Dec 12 '23 22:12 felixroos

I think it could be cool to have a dedicated function that lets you pattern through all of the banks of drum machines. so you could do like sound("bd hh sd oh").drummachine("1")

daslyfe avatar Dec 18 '23 01:12 daslyfe

Maybe adding an autocomplete feature for drum bank samples??

lwlsn avatar Jul 29 '24 14:07 lwlsn