-
Notifications
You must be signed in to change notification settings - Fork 5
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
Issues with exporting to ADL/Sadie #287
Comments
Idea: hardcode localhost as part of the path for each audio file; it doesn't need to be visible to the user but always needs to be part of the file path. |
Explore use of the URI source type file descriptor (U) (see p22 section 6.3.1.6.3 URI source type of the AEL31 spec shared by Jonathan Glover on email) alongside the file path source type (F). |
Explore the effect of varying sample rates of audio inputs and the effect is has on importing into SADiE. |
Idea: regex to convert any backslash () characters to forward slashes (/) in the path field |
Explore what the 'Originator reference' field is, does it make a difference to imports? |
This issue is to record notes, observations, suggestions on exporting an ADL file for SADie.
The text was updated successfully, but these errors were encountered: