Seb Silas

Results 4 comments of Seb Silas

This seems to have worked: ```py import os import glob import mido from itertools import groupby import csv # what is 100 bpm in microseconds? new_tempo = mido.bpm2tempo(100) # 600000...

I believe this is due to the fact that, despite that in the documentation it says the now argument defaults to Sys.time(), it in fact means Sys.Date(). Hence, this works...

I second that this would be a very useful feature! Thank you for this great package.

Hi @evagrosfeld. Yes, I think it's because you can only have one `treat` variable (I just noticed this in the documentation). I moved one of my `treat` variables (`condition` in...