Thanks, that’s what I did and it worked! I even went through the update.sh line by line lol.

Then my challenge - as it seems is going to be regular - is that a lot of .lua scripts call on github repositories. I installed Tapedeck and Amenbreaks - discovered issues of this type, solved by doing the same thing, copying down from Github files or .tgz and altering the .lua file to find them locally. Not exactly plug and play, but it works.

Anyway, got those scripts working. Sadly, I am still unable to get Concrete working. Different issue I know… will sleuth and see if I can get to the bottom of it:

# script clear
# script load: /home/we/dust/code/concrete/concrete.lua
# script run
>> reading PMAP /home/we/dust/data/concrete/concrete.pmap
m.read: /home/we/dust/data/concrete/concrete.pmap not read.
Engine.register_commands; count: 0
___ engine commands ___
___ polls ___
amp_in_l
amp_in_r
amp_out_l
amp_out_r
cpu_avg
cpu_peak
pitch_in_l
pitch_in_r
# script init
### SCRIPT ERROR: init
/home/we/norns/lua/core/paramset.lua:187: attempt to perform arithmetic on a string value (field 'group')
stack traceback:
	/home/we/norns/lua/core/norns.lua:146: in metamethod '__sub'
	/home/we/norns/lua/core/paramset.lua:187: in function 'core/paramset.add'
	/home/we/norns/lua/core/paramset.lua:213: in function 'core/paramset.add_option'
	/home/we/dust/code/concrete/concrete.lua:1364: in global 'init'
	/home/we/norns/lua/core/script.lua:126: in function 'core/script.init'
	[C]: in function 'xpcall'
	/home/we/norns/lua/core/norns.lua:147: in field 'try'
	/home/we/norns/lua/core/engine.lua:91: in function </home/we/norns/lua/core/engine.lua:89>
1 Like