Romain Lepert

Results 3 issues of Romain Lepert

You should add a setup.py script so COMBO can be pip installable Here is some resources: - https://docs.python.org/3/distutils/setupscript.html - https://github.com/pypa/sampleproject/blob/master/setup.py Also note that by convention, packages and module are lower...

Torch scalars are 0-dimensional tensors. Currently taichi cannot convert a zero dimensional tensor (e.g. `torch.tensor(2, dtype=torch.int32)`) to taichi scalar (e.g. `ti.int32`). # Example Suppose you have this `fill` kernel: ```python...

feature request

I see on the [topograph page](https://valleyaudio.github.io/rack/topograph/index.html) that the Henri mode is a "max 4 live clone" mode. What does this mean ? Is this referring to the [Grids4Live plugin](http://motscousus.com/stuff/2014-09_Grids_for_Max4Live/) ?...