crow 1.0.0
It’s been a few nights and a few flights, and crow has some tweaks & additions to make things smoother and more expressive. Script uploading is far more robust. There’s a nice crow.reset()
function to get a blank slate, and a new awareness of time()
passing.
To update crow, follow the instructions on the update page.
To update druid, you can now simply type pip3 install monome-druid
into terminal and run it from your scripts folder (or anywhere else!) by typing druid
. Shouts to @simonvanderveldt & @csboling for the heavy lifting!
The Max & M4L collection is updated with some great additions from @voidstar.
We’ve also begun a collection of druid scripts called bowery which will host user contributions. You can get the latest here.
The Scripting tutorial has been updated to reflect these changes.
crow 1.0.0
- NEW
time()
function returns milliseconds since boot - NEW
crow.reset()
function resets inputs, sets outputs to zero, and frees all metros - FIX
lfo
doesn’t crash if time = 0 - FIX
^^c
clears the user script (previously ranFirst.lua
) - NEW
^^F
runsFirst.lua
- NEW (BREAKING / druid)
^^s <script> ^^e
now executes up to 8kB of Lua - NEW (BREAKING / druid)
^^s <script> ^^w
now flashes up to 8kB of Lua (runs on reboot of crow)
druid
- Now a real python package available with
pip3
@simonvanderveldt - More robust script execute & upload @csboling
- Typing long lines of Lua at the command line works correctly now @csboling
crow max & m4l
- Three new devices from @voidstar
-
derwydd
let’s you type chunks of Lua at crow from within Live -
bridges
uses Live’s parameter mapping as an interface for crow scripts -
macros
saves a handful of Lua chunks that can be triggered with keys or MIDI
-