mmmmm ok, yeah, i have an idea. thanks marcus!
2 Likes
zebra
44
You should be able to queue up slew and level changes to make envelopes?
2 Likes
exactly what iām thinking ā queuing using a metro, right? wouldnāt work just by stacking like this:
if enveloped then
softcut.level_slew_time = 0.3
softcut.level(2,0)
softcut.level(2,1)
end
ā¦which makes sense, but just wanted to confirm. running low on metroās 
I was about to install it, but I canāt find it in the library right now. Is it my problem or is it something server-side?
did you refresh community catalog with the icon? should show as cheat_codes:
Yes, Iāve even tried with a browser I had never used with norns and I canāt see it 
weird, i see it with two different norns. perhaps reboot both norns and your computer?
Iāve tried on both my norns (both rebooted), and on two computers, and I canāt see it in the āAvailableā tab in the library. I will try again later!
super strange ā please keep me updated!
oo, can you use maiden to navigate to data > catalogs > community.json and let me know if cheat_codes shows up on line 83? that would determine if your refresh is actually downloading the new catalog
also, ditto what @Justmat posted below
1 Like
Justmat
52
when you say you refreshed the list, just to be sure, you do mean that you used the icon next to community on the available page, and not just refreshed the browser tab?
2 Likes
I thought clearing the cache and reloading the page was enough, thanks @Justmat, this solved it! I just didnāt think about it, sorry 
2 Likes
zebra
55
yeah, sorry⦠i guess the idea is that the construct you show should work, but in practice i see why it would not.
we can address it in a couple ways, maybe this thread is not best context for that discussion
i will say that i donāt see any reason not to increase the metro count to something larger if itās needed. change needs to be in two places, matron source and lua module
1 Like
glia
56
i feel like the answer is right under my nose but whenever i try recording a sample to chop it disappears (within seconds)
initially i thought this was cause the default feedback setting is erasing it but the problem still occurs when feedback is set to 0
is my loop hiding somewhere and i have to press play some how? iām sure this is user error
any help would be greatly appreciated
oh man, stoked for @glia jams
0 = full overwrite, try 100?
also, if you want to keep a recorded bufferās content static you can do one of two other things with the keys on the bottom row:
A 1 2 3 | p p p p
- A(LT) + rec buffer number 1 / 2 / 3 (the three buttons to the right of ALT) will disable recording (and dim the key). hold ALT and press the bufferās key again to re-enable recording.
- after recording into a rec buffer 1 / 2 / 3, just switch to one of the other buffers by selecting it (with no ALT). this will bring the record head into a different buffer and you wonāt be overwriting the contents of the other two.
please lmk if this helps! 
3 Likes
(if someone knows how to fix the linkās imageā¦
)
2 Likes
glia
59
it helped
thanks
hereās a mono clip of my 1st session
7 Likes
swhic
60
WOW! Amazing! Thank you so much!
1 Like
forrest
61
Spent some time with Cheat codes tonight, really fun to play!
6 Likes
okyeron
62
Trying to get Cheat Codes up and running and maybe hereās a bugā¦?
Mapped 16n faders to some delay params. If I look at the params page I can see the values change, but if Iām looking at the Cheat Codes delays page, the numbers do not change, unless some other interaction - like encoder turns - happens.
So⦠looks like I can add a redraw() on line 199 and get that working:
clk_midi.event = function(data) clk:process_midi(data) redraw() end

1 Like
sounds right, thank you so much for investigating! i honestly threw in all the midi-controllable stuff last minute to help folks get started, but havenāt actually spent much time using a 16n or similar to test extensively. thank you(!!) for the report, will add that fix and explore midi interactions today to make sure itās all groovy!
also excited to hear the sounds you make with it!
anything else getting in the way?
iāve already gone through and fixed:
- screen redraw with param adjustments
- params write to a pad rather than perform momentary adjustments
- swapped the
option-style params to a midi-mappable control style (labeled (RAW))
this dev branch is up to date, if youāre able to test 
1 Like