-
see #425
- [x] reset globals created by scripts between loads - fixed by https://github.com/monome/norns/pull/436
- [x] clean up system globals #559
- [x] consider adding underscores to system g…
-
hi @dndrks
sorry if this could be handled more easily somewhere else...might be a simple fix but my w_synth m4l device looks like this:
[screenshot of my device](https://user-images.githubuserc…
-
i opted for the "minimal" theme but we should consider polishing it a bit to be more consistent w/ other monome sites.
![image](https://user-images.githubusercontent.com/67586/46683782-e9f52680-cba…
-
Use the watchdog timer to see if main's `while(1)` loop has stopped running.
At present if the user creates a script that forms an infinite loop in Lua, that code will never exit. The system won't …
-
- [x] command to set offset (chain position, ie cv in/out count) which sets i2c address
- [x] query index
- [ ] ~~LATER cross-crow commands ie send lua from one crow to another~~
- [ ] i2c command …
-
record head position is computed by adding record offset to write head position, then wrapping.
this wraps to buffer size, not to loop size, e.g. here:
https://github.com/monome/norns/blob/master…
-
in code reviews on dust, i've noticed that scripts are missing trailing newlines. it would be handy if maiden ensured they got added.
-
only 3 out of 20 of the issues are less than a year old.
many are stale feature requests and propositions--- many of initiated by myself--- which are largely no longer relevant as the system has sh…
-
currently non-lua files default to a generic text editor but a custom mode for supercollider would be great. as of yet, noone has written one so this would be on us.
things the mode could provide …
-
In my case I have serialoscd running on a different machine to the one where I'm running the rust code. Is this something you'd be willing to support?