Jordie Shier

Results 35 issues of Jordie Shier

Thanks so much for your work on this project. I'm working on a master's degree right now and focusing on automatic synthesizer programming - so your work on this and...

[`torch.range` is now deprecated](https://pytorch.org/docs/stable/generated/torch.range.html) and should be replaced with `torch.arange`, which is consistent with pythons built-in range. `torch.range` also was producing errors with high-valued ranges, see #377

``` /home/jshier/anaconda3/envs/nash/lib/python3.8/site-packages/torchsynth/synth.py:242: UserWarning: torch.range is deprecated and will be removed in a future release because its behavior is inconsistent with Python's range builtin. Instead, use torch.arange, which produces values in...

``` /home/jshier/anaconda3/envs/nash/lib/python3.8/site-packages/torchsynth/module.py:830: UserWarning: __floordiv__ is deprecated, and its behavior will change in a future version of pytorch. It currently rounds toward 0 (like the 'trunc' function NOT 'floor'). This results...

Render the drum nebula for sound cloud and put link in the docs

[Don't merge] Travis tests now include 1.9

Builds off code that @maxsolomonhenry started for this and implements a time-varying lowpass FIR using overlap add fft convolution.

Interesting -- will take a closer look at windows reproducibility once I get that machine setup again :) -- but this looks good. _Originally posted by @jorshi in https://github.com/torchsynth/torchsynth/issues/359#issuecomment-832805284_

Also. Do we want to call these functions `load_nebula` and `save_nebula`? _Originally posted by @jorshi in https://github.com/torchsynth/torchsynth/pull/325#r616110180_ From turian: Maybe that means we also have to change hyperparameters in synth...