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

Fix window paths to allow downloading samples #487

Merged
merged 2 commits into from
Jun 6, 2022

Conversation

andreaskundig
Copy link
Contributor

@andreaskundig andreaskundig commented Jun 5, 2022

This fix addresses issue #486 and allows me to use the sampled-piano on windows.

The files end up being stored in weird places. For example sample 148530 ends up as a wav file store here:

  • ~/.overtone/assets/freesound.org-apiv2-sounds-148530-download----208323509/
    PIANO_LOUD_DB5.wav

and a json file that describes it store in another directory
~/.overtone/assets/freesound.org-apiv2-sounds-148530-formatjson---4716015:
148530

Looking at the code, I think the same weirdness happens in linux too with the current version.

@andreaskundig andreaskundig changed the title Fix window paths to allow downloading samples #486 Fix window paths to allow downloading samples Jun 5, 2022
@hlolli
Copy link
Member

hlolli commented Jun 6, 2022

looks good, thanks!

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

Successfully merging this pull request may close these issues.

None yet

2 participants