-
Environment: VirtualEnv running Python 3.6.5, installed genomepy via conda
Tried to run: genomepy install hg19 UCSC --annotation
Output:
Traceback (most recent call last):
File "/gpfs/commons/ho…
-
Norns should send a trigger and pitch to crow on each burst. There are 4 outs, so maybe 2 voices? Or maybe outs for trigger, pitch, and y position? If doing option b, not sure what the 4th out could b…
-
hacking up a monosynth patch and hit this while playing around w/ note retriggers.
here's a distilled test case that repros for me on norns w/ crow `v1.0.0`:
```lua
-- crow stress test
funct…
-
cc @trentgill
on norns i did this: https://github.com/monome/norns/blob/crow-integration/lua/core/crow.lua#L110
basically:
```
crow.output[1].receive = function(v) print("output 1 is: "..v)…
-
currently when you want to script with First running, you have to upload a `stop.lua` file, or at least turn off all the standard features.
this function should:
- set inputs mode to 'none'
- set…
-
I think it could be really cool to have an additional pane when running druid for script selection upload. Some of the functionality I am envisioning:
- move the repl to a pane, and add another wit…
-
Have been enjoying reading code examples. I wanted to suggest looking at the lua dsl for Pico-8 for ideas. One pattern they established there was to prepend `_` to any function that's called by the sy…
-
Issue:
```bash
Python 3.7.8 | packaged by conda-forge | (default, Jul 23 2020, 03:53:36)
[GCC 7.5.0] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> import…
-
-
See #132
`^^id` should return `^^id(...)`
need consistent names for the input lib callbacks. currently `ret_cv` and `change` are obviously random and not good. i'll add a list of all the defaul…