danigb

Results 119 comments of danigb

Nice! Block post and Felix work looks great! I'd say the loading a sf2 directly into smplr would be the best option! I'll take a look when I have time

Hi @this-fifo I've created a new sampler capable of reading .sf2 files directly. Only limited amount of features are implemented. Feel free to open another issue if you need any...

I know it's been a while, but I decided to close this issue. I don't think you need to fork tonal for this. You can create your own `parseNote`: ```js...

This seems to work on my computer: ``` LLVM_CONFIG="/opt/homebrew/Cellar/llvm@11/11.1.0_4/bin/llvm-config" arch -arm64 pip install BeatNet ``` Source: https://stackoverflow.com/questions/67567987/m1-mac-how-to-install-llvm

There's no support for that (and not sure if it will be). The only "hack" I can think about is to replace (in the string) the n for an arbitrary...

Hello, I don't know why this happens. Probably an Expo configuration problem (maybe it does not support es6 modules? don't know). Anyway `import { Note } from 'tonal'` works in...

Interesting... how the API might be? On the other side, a simple search&replace might work for most scenarios (since note names are always in uppercase...)

https://danigb.github.io/smplr/ seems to work on my (android) device. What is the problem exactly?

Hey, I'd like to understand this problem better. Can you provide some source code to reproduce? Does it happen on any other Apple devices? (Safari I'm looking at you) Have...

Hi! So, if I understand currently, now it works, right? > I do not use the standardized-audio-context. Should I? It helps with compatibility problems between browsers, specifically with oddities of...