josephernest

Results 138 comments of josephernest

@sharonosahon Thanks for your comment. SamplerBox is not really made to be used inside a Jupyter Notebook (well I have never tested, but it would be surprising :) ). Rather...

In fact `sustain = True` is modified "live" when we use a Sustain Pedal. When a Midi Message CC #64 arrives (see [here](http://nickfever.com/music/midi-cc-list)), sustain is modified to True or False...

@dhilowitz Hi David, Thanks for this addition. We are in a process of merging the additions. I'll send you an email very soon.

Link to testing branch which contains `sounddevice` replacing `pyaudio`: https://github.com/josephernest/SamplerBox/tree/testing

I close this one since `sounddevice` is now the default used module.

@stef35 Out of curiosity, did you find a solution in the meantime? Was it something specific to your Roland module?

I was more looking for a DB library that has a do key/value interface like a `dict`, e.g. message[13] = {'message': 'blah', 'user': 'user132'} but with on-disk persistence. Any idea?

I agree with that solution @29d. Would you do a pull request? If so, I'll merge it.

Thanks @29d . I added your flood control method (to be merged in a few minutes). About IP, I tested on 2 servers (Server1: Apache proxy forwarding to Python ;...

Now half done thanks to last commits. Second half to do: when displaying charts, JavaScript uses [client-side date/time](https://github.com/josephernest/TinyAnalytics/blob/df52a067e5d62753eb4e127a1f60ad150fa6a0fd/index.php#L101) and this can differ from server-side date/time. Todo: server should send dates...