Inspired by the flashcrash events and imagining how teletype works without really knowing, I’ve been working on a script for norns to make some of the softcut library available with just a norns and keyboard.
I’ll hopefully be adding more commands over time. I’m thinking of things like LFOs & using one voice as a delay effect but let me know if you have ideas.
I’ve updated with a ‘rec’ command. Let me know what you think.
You need to set a buffer for a voice (e.g. “voice 1 1”) and then “rec 1” to start recording and the same command to stop. Recording starts that the voice’s start point and the end point gets updated to where you stop recording. This means you can have several voices using different areas/recordings on the same buffer.
many thanks I’m just waiting to try it, now i’ve tried to update it but with no result, can you explain me how to update the script for adding the recording mode?
You might be able to update it from the list of installed scripts in maiden - not sure if that works for ones added with the install command. Otherwise you would need to delete it and run the install command again.
I’ll get it added to the maiden catalog so it can be managed a bit more easily.
Maybe i’m doing something wrong but the loop function doesn’t seem to work for me. It just plays once and then stops. The syntax is just loop n where n is the voice to use, right?