Welcome to Decent Sampler Q&A, where you can ask questions and receive answers from other members of the community.
0 votes

The background image appears fine on Windows Standalone and Ableton, but doesn't appear on iOS. 

Here's the code:

<ui bgImage="Samples\wallpaper.png" width="812" height="540" layoutMode="relative" bgMode="top_left">

in Sample Creation by matt-5918 (120 points)

1 Answer

0 votes

I suspect it has to do with capitalization. iOS is very strict about capitalization, so if your samples directory is actually "samples" and not "Samples", it won't find the background image. The same goes for the filename itself. Also, you may want to try to switch to a forward slash, as this is what iOS uses, although DS should be smart enough to use the correct slash for the correct operating system.

by decentsamples (8.0k points)
...