Could not resolve variable 'sound': Variable 'sound' not present in var store
Dear everyone,
I'm just beginning with OpenSesame and I and really like how powerful the program is. I'm running into some issues that seem to have been addressed in this forum but I couldn't resolve the problem/it didn't apply to me.
I created an experiment that runs fine on my computer. I've made sure that all items I use are supported by OSWeb, but I have this error when I run it online (Safari).
Here is a screenshot of the error:
As a side note, I have a sampler item in my Block loop -> Sequence, which has [sound].wav as a file. In the Block loop, my Source is a csv-file with one column (header "sound") that lists all these wav-files the experiment needs.
I think that either something goes wrong while loading them, or it's an issue I should fix by setting that variable with an inline JavaScript, but I'm sort of lost here. Any help would be appreciated!
Comments
Hi @debz ,
In the Block loop, my Source is a csv-file with one column (header "sound") that lists all these wav-files the experiment needs.
OSWeb currently doesn't supported using a file as a source for the
looptable. So that's most likely the cause for the error message. You can find a list of supported functionality here:There have also been some reports of trouble with sound playback with OSWeb, specifically on Safari, presumably because of security restrictions. We're looking into that, but it's something to keep in mind in case you experience difficulties with sound playback. This should not affect Firefox or Chrome.
Cheers!
Sebastiaan
Check out SigmundAI.eu for our OpenSesame AI assistant!
Hey Sebastiaan,
Huge thanks for your responsiveness and your help, I downloaded Chrome and removed the external file, everything is working !
Cheers and have a great day :-)
Debora