ah yep!
the trouble is definitely saving with spaces – the directory creation just totally fails unless it’s a single string (so dashes or underscores could work in lieu of spaces).
maiden errors from my test using `LA MER` as a name during collection save:
mkdir:
cannot create directory ‘MER/’
: Permission denied
mkdir:
cannot create directory ‘/home/we/dust/data/cheat_codes_2/collection-LA’
: File exists
mkdir:
cannot create directory ‘MER/banks/’
: No such file or directory
mkdir: cannot create directory ‘/home/we/dust/data/cheat_codes_2/collection-LA’
: File exists
mkdir: cannot create directory ‘MER/params/’
: No such file or directory
mkdir:
cannot create directory ‘/home/we/dust/data/cheat_codes_2/collection-LA’
: File exists
mkdir:
cannot create directory ‘MER/arc-rec/’
: No such file or directory
mkdir: cannot create directory ‘/home/we/dust/data/cheat_codes_2/collection-LA’
: File exists
mkdir: cannot create directory ‘MER/patterns/’: No such file or directory
mkdir: cannot create directory ‘/home/we/dust/data/cheat_codes_2/collection-LA’
: File exists
mkdir: cannot create directory ‘MER/step-seq/’: No such file or directory
mkdir: cannot create directory ‘/home/we/dust/data/cheat_codes_2/collection-LA’
: File exists
mkdir: cannot create directory ‘MER/arps/’: No such file or directory
mkdir: cannot create directory ‘/home/we/dust/data/cheat_codes_2/collection-LA’
: File exists
mkdir:
cannot create directory ‘MER/euclid/’: No such file or directory
mkdir:
cannot create directory ‘/home/we/dust/data/cheat_codes_2/collection-LA’: File exists
mkdir: cannot create directory ‘MER/rnd/’
: No such file or directory
mkdir: cannot create directory ‘/home/we/dust/data/cheat_codes_2/collection-LA’
: File exists
mkdir:
cannot create directory ‘MER/delays/’
: No such file or directory
mkdir: cannot create directory ‘/home/we/dust/data/cheat_codes_2/collection-LA’
: File exists
mkdir: cannot create directory ‘MER/rec/’: No such file or directory
mkdir: cannot create directory ‘/home/we/dust/data/cheat_codes_2/collection-LA’
: File exists
mkdir: cannot create directory ‘MER/misc/’
: No such file or directory
mkdir:
cannot create directory ‘/home/we/dust/data/cheat_codes_2/collection-LA’
: File exists
mkdir:
cannot create directory ‘MER/midi_output_maps/’
: No such file or directory
mkdir: cannot create directory ‘/home/we/dust/data/cheat_codes_2/collection-LA’
: File exists
mkdir: cannot create directory ‘MER/macros/’: No such file or directory
mkdir:
cannot create directory ‘MER/’
: Permission denied
mkdir: cannot create directory ‘/home/we/dust/audio/cc2_live-audio/LA’
: File exists
mkdir: cannot create directory ‘MER/’: Permission denied
mkdir: cannot create directory ‘/home/we/dust/audio/cc2_live-audio/LA’
: File exists
mkdir: cannot create directory ‘MER/’: Permission denied
pset >> write: /home/we/dust/data/cheat_codes_2/collection-LA MER/params/all.pset
pset: BAD FILENAME
lua:
/home/we/norns/lua/core/clock.lua:65: /home/we/dust/code/cheat_codes_2/cheat_codes_2.lua:6832: standard output file is closed
stack traceback:
[C]: in function 'error'
/home/we/norns/lua/core/clock.lua:65: in function 'core/clock.resume'
/home/we/norns/lua/core/clock.lua:24: in function 'core/clock.run'
/home/we/dust/code/cheat_codes_2/cheat_codes_2.lua:5683: in function 'textentry.callback'
/home/we/norns/lua/lib/textentry.lua:78: in function 'textentry.exit'
/home/we/norns/lua/lib/textentry.lua:107: in function 'textentry.key'
/home/we/norns/lua/core/menu.lua:143: in function </home/we/norns/lua/core/menu.lua:120>
so looks like the save just never occurs – i’ll take a look at supporting filenames with spaces, apologies for the bummer but glad it’s all working out without spaces