Csound Csound-dev Csound-tekno Search About

Re: [Csnd] Question about diskin command for Csound Android

Date2022-08-08 10:13
FromScott Daughtrey
SubjectRe: [Csnd] Question about diskin command for Csound Android
Problem solved. Getting the correct syntax (is that the correct word?) concerning directories was my issue, some other programs use different path descriptions like "internalstorage" or "sdcard". For any Android users who may have the same problem there are 3 solutions I found:

1. modify the .csd file, for example:

Sound = "/storage/emulated/0/xxxxxxx/fox.wav"

where xxxxxxx is the folder/directory with the audio file

2. add the line "/storage/emulated/0/xxxxxxx/" to Settings - Sample directory

3. add the line "/storage/emulated/0/xxxxxxx/" to Settings - Include directory

Obviously the latter 2 options being the best so you don't have to modify every .csd that you with to load a sample into.

I will likely be back with more questions !

Csound mailing list
Csound@listserv.heanet.ie
https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
Send bugs reports to
        https://github.com/csound/csound/issues
Discussions of bugs and features can be posted here