This is actually new in the update everyone just installed, so not used for that update
Norns: updates
the norns paradox: to know if itâs upgraded or not you have to upgrade it first!
well, there I go muddying the waters!
sounds like this is true moving forward at least. sorry for adding any necessary confusion!
on the bright side we maybe have a new unwanted band name at least:
If thereâs a chance the update isnât flushed to disk until shutdown/fsync then maybe the message shouldnât say âcomplete.â but rather ârebooting to finish updateâ or similar.
hahha.
an âunupgradedâ norns (fresh from first batch) will have a version string like âv0.2.0â
just to reiterate, the update procedure was completely revised in this first update. next time will be much less confusing, i apologize.
just ran the steps using PuTTy on windows and everything went smoothly, iâm back up and running, thanks tehn!
okay i just THINK i did it correctly
did a fresh USB
the update was VERY quick
what is the proper way to ârebootâ ?
Little button on back?
Thanks! I made the same mistake of shutting down via the back button after updating (maybe thatâs worth mentioning in the docs?) and just successfully did the update with putty on win10 with these instructions.
180706
download and see the full changelog
highlights:
- tons of tiny fixes and improvements
- a bunch of new contributed scripts and engines!
- midi cc mapping within the PARAMETERS page
HOWTO MIDI CC MAP:
- enter PARAMETERS page
- HOLD KEY1 (ALT VIEW)
- use ENC2 to scroll position
- use ENC3 to toggle
midi-cc mapping
toon
- release KEY1
- now the param list shows cc assignments
- use ENC3 to manually set ccâs
- use KEY3 to toggle MIDI LEARN (tweak a value after to assign)
- all assignments are saved/loaded per script automatically
(this info needs to get into the docs, reminder to self)
Norns: scripting
Norns: help
For todayâs updateâŚ
Clicking norns 180706 downloads OK
Clicking the âDOWNLOADâ text below gets you a 404 page.
Where would you like us to report minor things like âFoulplay does not make any soundâ?
Foulplay is based on Fairplay, and uses the same sc engine, so youâll need to load samples to make sound I will add this to the intro doc. You can load the samples in the Parameter menu.
Help! I installed the update, but on startup all scripts load with (error: AUDIO ENGINE)âŚ
Is there a way I can go back to the previous version for now or a quick fix?
Can you ssh to the device? (see bleow)
if not - try grabbing the previous release here:
I had a similar problem just now (due to some prior development stuff I think) - seems like there was some old duplicate file causing an error on crone/supercollider startup.
What i did to narrow this down:
cd norns
./stop.sh
./crone.sh
(ctrl-C to get out of crone)
I had an error like this
ERROR: duplicate Class found: 'CroneGenEngine'
/home/we/.local/share/SuperCollider/Extensions/dust/sc/CroneGenEngine.sc
That file had an old date and a newer version was in the abstractions directory, so I deleted the duplicate at the path shown there.
then to restart norns
./start.sh
after updating I canât seem to get to maiden via the hotspot or my wifi network.
am I the only one?
edit - hooray, fixed!
Thank you! I also had a duplicate CroneGenEngine.sc file because I had played around with developmentâafter deleting that scripts load fine.