Michael Büttner

Results 1 issues of Michael Büttner

While looking through your input_representation.py, I noticed that you use `self.pm.time_to_tick()` twice when saving the tempo_items. I am talking about this part: ```python max_tick = self.pm.time_to_tick(self.pm.get_end_time()) existing_ticks = {item.start: item.pitch...