Vincent Lostanlen

Results 194 comments of Vincent Lostanlen

Yes, good idea. Is there precedent for `orient="vertical"`? `plt.xticks` has `rotation=90`, and `plt.bar` has a doppelgänger named `plt.barh` > We could achieve some of this by an axis transformation, but...

a cool example of PCEN for bioacoustics, requiring very little data: Figure 1 of this DCASE 2019 paper https://www.lostanlen.com/wp-content/uploads/2021/07/lostanlen2019dcase.pdf > Effect of pointwise logarithm (left) and per-channel energy normalization (PCEN,...

> I think I might be okay with the aforementioned delaying of 7 factors compared to 3s and 5s. I expect that anyone who is serious about using JI systems...

Yes, OK, thank you for the clarification.

What is the appeal for (2) in ET? specifically, between `bpo=36; n_chroma=12` versus `bpo=n_chroma=12`? Is it meant to have longer CQT atoms in the time domain and thus to favor...

> See the example in https://librosa.org/doc/0.7.2/auto_examples/plot_chroma.html#sphx-glr-auto-examples-plot-chroma-py Great example. I can see that `bpo=3*n_filters_per_octave` enhance the harmonic part while blurring out the percussive part. > You could also get this effect...

I love this. I think it would be nice to accomodate a pure-text version though. wWth words: `quarter note`, `eigth note`, etc. so as to be ASCII-friendly (and myopia-friendly 🧐...

yes, fraction is good too. much better than English text actually and yes, having it via `unicode=False` seems ideal

I agree. I don't mean to sound pessimistic, but there's a chance that our VQT implementation is slightly buggy and has weird corner cases. Let's wait till those bugs get...

I agree. Should we close the issue or leave it open?