CJ Carr

Results 10 issues of CJ Carr

Certain genres work better with certain artists (and sometimes the best genre is "unknown"). I hypothesize we're getting better results when we generate using the "correct" artist/genre pairs from the...

To make genre and artist fusions, such as `50% pop 50% jazz, 50% sinatra 50% fitzgerald` how should we edit metas in sample.py? Can you show us some examples?

What's the best way to calculate loudness per frame? And can we make it a function? ## TLDR; Is it this? ``` python S = abs(FFT(y))**2 # power spectrogram weighting...

functionality

### Problem I was reading _the_seeker.pdf_ in the kitchen and my brain exploded. The windows shattered and my grey matter splattered. This could be problematic for users. ### Steps to...

I have BTC non-inscripted I want to send to `address` It's sitting at `txid:1` This doesn't work: ```ord wallet send address txid:1``` and this just sends 10000 sats ```ord wallet...

**Describe the bug** Running `svc pre-hubert` produced errors like `RuntimeError: cuDNN error: CUDNN_STATUS_NOT_INITIALIZED` or `RuntimeError: GET was unable to find an engine to execute this computation` **Solution** Decreasing the number...

bug

These lines produce a quantization/rounding error ```javascript var normalizedRoll = (diceCorpus[index] + 1)/maxDiceRoll //its the sequence thats random, not the number. normalize the sequence for use by any dice result...

Under what license is this code? We're rebuilding Tristan Jehan's analyzer and remix API in the [Amen project](https://github.com/algorithmic-music-exploration/amen/ ) It would be cool to repurpose some of your code.

Installation instructions need some updating. On a fresh EC2 machine w/ Ubuntu or Amazon Linux--- ## installation method 1 `go get -v github.com/tmbdev/tarp/tarp` => ``` go: go.mod file not found...

bug

https://aws.amazon.com/blogs/aws/amazon-ec2-spot-fleet-api-manage-thousands-of-instances-with-one-request/