Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

dynamic used some sc buffer #67

Closed
lisongx opened this issue Nov 21, 2017 · 2 comments
Closed

dynamic used some sc buffer #67

lisongx opened this issue Nov 21, 2017 · 2 comments

Comments

@lisongx
Copy link

lisongx commented Nov 21, 2017

Hi,
Just some idea came up recently, I want use some live recorded sc buffer in tidal.

For example if have a sc Buffer live recorded some stuff, like b1 = Buffer(), can I use this buffer directly in tidal? (maybe with some kind of registration on the dirt sound lib itself?)

~dirt.addSoundBuffer("buffer", b1)

and then I can

d1 $ sound "buffer * 3"

Not sure it's already possible or it's something will added soon, thanks!

@telephon
Copy link
Contributor

telephon commented Nov 21, 2017

good idea! it exists, you've almost guessed the name:

~dirt.soundLibrary.addBuffer(\buffer, b1);

you need SuperDirt 1.0-dev for this.

@lisongx
Copy link
Author

lisongx commented Nov 22, 2017

@telephon
Hi Julian,
it's very happy to know it's already implemented in the future version. I'll try the 1.0-dev, thanks so much

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants