I just realised these are 12 PPR instead of 24. I guess mouser must have replaced them without me noticing, as they have no 24 PPR encoders in stock… is there any software fix for this?
Had a look into this - I don’t know if this is the right place to post about it because this is related to the norns software.
Inside the lua/core/encoders.lua file, we call util.time(), which is supposed to return a timestamp like
1576259801.7825
however, on my norns image, when I call this function;
> s = 1576259801
> us = 782489
> s + us/1000000
1.57626e+09
I get this result, which, when the encoders.process function diffs to find the time between the last encoder change, it gets a result of zero, and thus applies the maximum “acceleration” for the encoder of 6*.
I rewrote the time diff function to diff between seconds and microseconds manually, and this works fine, I can use the encoders normally in scripts again!
I don’t know if this is an issue I should make a pull request for, or if I’m running the wrong version of something, or what… but at least I got to the bottom of it!
Well, as far as I know everything works, although it still need more testing.
If you run into any issues please let us know, some more testing/feedback is always nice
Apart from that I’ve noticed some skipping behavior on some scripts as well (16 sliders is the one I noticed it on) from my testing this started with norns 2.2.4. I haven’t created an issue for this yet, will do so this weekend.
[edit] Btw I’m assuming this is on the norns shield. Is that correct? If so we should probably move these posts there, could be confusing otherwise.
My “Disk free” is saying 0MB. last time I was using Norns it was frozen in a couple scripts like MLR and Boing, so I forced shut down. Seems like maybe something went wrong. Any tips on how can I sort this out?
Quick question: To have Norns speak to Axoloti usb to usb ie Awake to sequence an axoloti synth, I would need a host-host adapter like 2host? Or am I missing something?
Thanks! I ordered a 2host so I think I’m good! Besides connecting Norns to my computer, I’d like to connect to my iOS devices. This seems to be exactly what I need.
Just wondering is it possible to clock norns / norns shield?
Using a cirklon as midi master so could use midi or cv… Any recomendations on this particular setup?
Also does it depend on which app your using or is it a global clock for the whole norns system?
Thanks
How are people currently doing backups of scripts and the tape folder on their Norns?
I’ve been doing scp transfers typically from my laptop but am wanting to do this a bit quicker (and possibly right before a show if I realize that I have no space left in my storage to actually record a show using tape).
I really like rclone (https://rclone.org/) for backups on my desktop so now I’m using rclone on the Norns directly to bundle up items in the tape folder, timestamp the folder, and upload to cloud storage. Then I can clear them off of the Norns storage. I’m thinking maybe I’ll make a Norns patch that can do this with a button press from the Norns itself and clear out the tape folder recordings.
@okyeron@TheTechnobear thank you for the help! I can confirm I can send midi data and power from norns with just a simple micro-usb cable to Axoloti’s micro-usb port. Currently playing with CS80 emulation patch for Axoloti and Dunes to sequence. Very happy it’s so simple
Axoloti also has a midi through object…lots of possibilities!!
yeah, axoloti is great for this kind of stuff…
not only can it act as a usb device (and host/din), but its bus powered (and draws very little mA), so it really is plug n’ play.
I love the fact, its low latency, so really cool to use as audio fx processor (or synth)