tehn
December 15, 2022, 4:12pm
#1
use SYSTEM > UPDATE
while connected to the internet
note: 220306 is required, otherwise you will not be able to complete this update – maiden will alert you that a new image is necessary and you will see that your version number hasn’t changed on the SELECT / SYSTEM / SLEEP screen.
norns 2.7.3
image
fix logrotate
fix maiden-repl installation
docs and api have been updated!
81 Likes
hallmar
December 15, 2022, 4:17pm
#2
woohoo! great to see the preview for Tape implemented
6 Likes
YES! I’ve wanted this for so long.
Thanks!
12 Likes
alanza
December 15, 2022, 4:26pm
#4
Super stoked to have contributed a little to the core for this update
33 Likes
Helen
December 15, 2022, 5:15pm
#5
omg 20 chars of thank you
2 Likes
Justmat
December 15, 2022, 5:25pm
#6
woohoo! thanks for all the time and effort, everyone!
11 Likes
i’m not sure, if something went during installation or if this is a bug. I’m on a shields and after the update, the level meters for out & in are not working anymore
eigen
December 15, 2022, 8:25pm
#8
guh, this sounds like something my PR might have introduced…
met me check if i reproduce.
EDIT: negative, my stuff unly concerned keyboard and not encoders code.
2 Likes
tehn
December 15, 2022, 9:34pm
#9
works fine here. any errors in maiden? try SYSTEM > RESET and turn off all mods
20 characters of Will check tomorrow
20 characters of thank you!
Just updated my 211028 shield, and out/in meters are working fine.
saiiils
December 16, 2022, 8:27am
#13
Not sure if something went wrong while updating, but trying to use maiden-repl now throws me this error.
[fatal] exec: "maiden-repl": executable file not found in $PATH
A reset and disabling the mods did the trick.
1 Like
xmacex
December 16, 2022, 4:18pm
#15
Yes I get this too until I intervene in $PATH
or make symlinks. It is in ~/norns/build/maiden-repl/maiden-repl
(sorry ^1 for unixtalk).
^1 not sorry
5 Likes
tehn
December 16, 2022, 4:57pm
#16
ack, the setup script was supposed to copy it to ~/bin/
(which is in the path) — could’ve sworn it tested good, but clearly something went wrong.
fix from maiden:
os.execute("sudo cp ~/norns/build/maiden-repl/maiden-repl ~/bin/")
(will make another try in the next update, sorry everyone)
13 Likes
Loving the tape preview feature this update introduced! Noting here that if one has preview running on a file and scrolls to select and preview another file without turning preview on the first file off first, tape playback gets broken until restart.
Edit: Another breaking behavior appears to be turning the preview on and off too fast. So if for instance we are previewing one shot samples or some such and want to hear the sample a few times, you need to be a little careful with encoder 3 not to trigger on and off too rapidly.
6 Likes
huge thanks to @alanza for the lattice updates. she lead an incredibly thorough and comprehensive refactor.
patterns are now called sprockets!
13 Likes
alanza
December 17, 2022, 1:55am
#19
huh, very strange, I can reproduce this. I didn’t realize tape was so brittle! I’ll see if I can put together a fix.
10 Likes
zbs
December 17, 2022, 4:00pm
#20
hey, happy to have just now rejoined the stock norns club
anyone seen this “error in error handling”? first time i’ve run into it.
>> reading PMAP /home/we/dust/data/kz/kz.pmap
m.read: /home/we/dust/data/kz/kz.pmap not read, using defaults.
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
error in error handling
so i’m not getting any kind of useful error message.
possibly unrelated - i’m getting this error
192.168.1.22 ~ $ maiden repl
[fatal] exec: "maiden-repl": executable file not found in $PATH
when trying to launch terminal maiden as documented here: maiden | monome/docs
i’m quite rusty on my unix atm so i’d love a reminder on how to edit $PATH
/ where to point it.
thanks for any pointers :))