Benoit Bovy

Results 452 comments of Benoit Bovy

Yes I agree there's an infinite number of possibilities worth exploring in making sound & music with a 2d whiteboard / canvas! Using jupyter-tldraw with ipytone has great potential! XY...

> Not sure it's 100% relevant, but could be interesting: https://github.com/meyda/meyda https://github.com/vcync/modV Hmm `modV` looks like a full application rather than a library? Not sure how `meyda` would be useful...

> I am not an audio expert, what is the order of magnitude of audio rate? I am not sure you want to match the audio frequency, you'll be limited...

I can imagine a `MusicSheet` class that uses VexFlow for displaying the repr and with `play`, `stop`, `pause` and `loop` methods to integrate it with `Tone.Transport`.

Or use `internal` instead of `low_level`...

Looks like [this is fixed in pyvista 0.34.1](https://github.com/pyvista/pyvista/blob/539649ebca86ac67f3d3a9134bbbb647bdaa880d/pyvista/_vtk.py#L379-L387). This version will hopefully be available soon on conda-forge (https://github.com/conda-forge/pyvista-feedstock/pull/59). EDIT: nope, there are still imports like [here](https://github.com/pyvista/pyvista/blob/539649ebca86ac67f3d3a9134bbbb647bdaa880d/pyvista/_vtk.py#L437) that will fail.

Would it make sense to suggest a zarr convention providing a json-schema in addition to a document? From what I read in https://github.com/zarr-developers/zeps/pull/28 the goal of ZEP4 is to have...

I've recently added saving simulation data as Zarr datasets in [xarray-simlab](https://github.com/benbovy/xarray-simlab). https://xarray-simlab.readthedocs.io/en/latest/io_storage.html#using-zarr Everything went smoothly when working on this. Thanks @alimanfoo and all Zarr developers! (Also thanks @rabernat, @jhamman and...

Great discussion here! It took some time to catch up, but I enjoyed reading it. I guess that choosing between zarr and numpytiles really matters if we need to directly...

You can first load your DEM file as an xarray DataArray using [rioxarray](https://github.com/corteva/rioxarray). The default models in fastscape like [basic_model](https://fastscape.readthedocs.io/en/latest/models.html#basic-model) have an "init_topography" process that computes the initial topography (e.g.,...