Benoit Giannangeli

Results 87 comments of Benoit Giannangeli

My guess is that your terminal emulator doesn't support the escape code that returns the cursor position. Can you do `echo -e "\033[6n" | cat` and tell me if you...

Can I see your script then? this seems to require some debugging.

bit32 is used to ensure compatibility for all Lua versions. What exactly is "not working" with Lua 5.3?

Which version of luarocks would that be?

Should be similar to iterating on fibers: invoke object's `next` method and when returning, finish the `OP_FOREACH`

I think it should be fairly simple. Just like you have a Tone.Envelope for each voice, you could have a FX parameter.

What would be better? One FX slot for each voice and you can choose which effect you put there. Or all FX available for each voice and you set the...

I think one fx slot by voice is enough for now it'd be an addional column per voice: ``` 0 0D00 8ISI WAH0F ---- ```

This wasn't so hard :) Love the fact that you didn't went for any fancy js framework: the codebase is small and really easy to understand as a consequence.