Did you SYSTEM>RESET or otherwise reboot norns since installing the tutorials? It needs this to find the OutputTutorial engine used in the scripts.
OutputTutorial
Ack, you’re right of course. Reset fixed it. THANKYOU!
I’m getting an error as I have an old (?) tutorial installed which I’m not able to overwrite. I looked at this for a solution.
From there I got this:
git init . git remote add -t \* -f origin <repository-url> git checkout master
…which doesn’t work for me either. I still only have tutorials that go up to part 9. What am I doing wrong? Thank you!
You could just delete the old folder and use git clone https://github.com/neauoire/tutorial.git to re-install.
git clone https://github.com/neauoire/tutorial.git
or, maybe use git pull inside the old tutorial folder to update it.
git pull
I don’t really know how to remove files so I tried git pull
I got this:
error: Your local changes to the following files would be overwritten by merge: 1_blank.lua 3_interaction.lua 4_animation.lua 6_input.lua Please commit your changes or stash them before you merge. Aborting
options
cd ~/dust/code/tutorial git stash git pull
cd ~/dust/code rm -rf tutorial git clone https://github.com/neauoire/tutorial.git
For completeness!
cd ~/dust/code/tutorial git reset --hard git pull
i found the answer i needed
this was incredibly helpful thank you!
still having some difficulty understanding how to add scripts… can anyone assist me through it? …nvr mind i think i’ve broken through !
I’m ending my first week with a DIY shield and I did a quick run on all the serie. Everything is working and clear. It gives motivations to go back to it to go deeper. Thank you.
So i’m a big dummy and more of a visual learner. would anyone be interested in doing a zoom style demo for maiden? i’ll send you a t-shirt or something?
I think Brian does a little demo of maiden here
if you’re cool with it being made public, i’d happily do a video session to share in our docs
absolutely. a group learning session is ideal. Sweet!
I’m also a visual-type learner and would love to see some more video resources for scripting for norns. Even though I have a couple of perfectly good books on Max programming, I find it a million times clearer combing the Tube for tutorials.
A post was merged into an existing topic: Approaching: norns
Newbz question. How do I add scripts/apps(?) that aren’t in the library to it? It’s the only thing I haven’t figured out. For example I want to add MLR64. Thanks in advance.
hey hey!
code
Awesome! Thnaks for the help! I shall dig in!