-
Notifications
You must be signed in to change notification settings - Fork 24
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
Specify sample name #51
Comments
Just a comment, not sure if this is constructive.... When writing and composing with Tidal, to ensure that my code uses the same I could see how the "bd>filename.wav" approach could be useful for writing On Wed, Apr 20, 2016 at 8:06 AM, Alessandro Annini <notifications@github.com
|
Thanks @kindohm for sharing your point of view, |
Why not set up a different function sounda (sound absolute path) to take in an absolute path of a filename ? That way there's no pollution of functionality ? |
In order to better maintain performer work i suggest to add a simple, optional notation when loading samples:
the current one:
the new one:
Those methods can coexist but this way when we add a new sample no revision of the .tidal file is needed in order to use the previous sounds
Another solution could be specify the root directory for the samples so it can be shifted on the fly to another soundbank
Thanks
The text was updated successfully, but these errors were encountered: