MaurizioB

Results 25 comments of MaurizioB

Ok, if I understand it correctly, the fix just checks if the regex pattern is valid, right? For the time being (since I'm still using jack1), I think I'll override...

![blofixarp_tn](https://cloud.githubusercontent.com/assets/523596/23189288/8c5b8948-f892-11e6-8677-aa0b565ff32f.jpg)

![blofix_new](https://cloud.githubusercontent.com/assets/523596/23536073/e25f7e08-ffc2-11e6-9af5-dfd48cd2e906.jpg) ![blofix_new_tn](https://cloud.githubusercontent.com/assets/523596/23536074/e2759486-ffc2-11e6-9350-7b3eb916c389.jpg)

Windows screenshots ![blofwin2](https://cloud.githubusercontent.com/assets/523596/25111153/8cec921c-23e9-11e7-87b5-b417e776a8d8.jpg) ![blofwin](https://cloud.githubusercontent.com/assets/523596/25111154/8cf31204-23e9-11e7-8e68-2b8172fc4237.jpg) ![blofwin2-tn](https://cloud.githubusercontent.com/assets/523596/25111281/56a4624c-23ea-11e7-87b3-2b415c85c7a6.jpg) ![blofwin-tn](https://cloud.githubusercontent.com/assets/523596/25111282/56a582d0-23ea-11e7-94cc-d65f007f0f02.jpg)

Unfortunately I don't know what wavetable formats Icarus supports; also, I'm using Linux as my default system, which means I won't be able to try and understand how Icarus works...

Ok, I think that now I'm actually understanding your question. Just use the context menu (right click for two buttons mouse, or ctrl+click on MacOS) on the wavetable you're interested...

What did you find?

Try creating the tracks using ``` track = midi.Track(tick_relative=False) ``` and remember that `pattern.make_ticks_rel()` has to be used _after_ you added every event, including EndOfTrack events.

Are you completely sure that the BPM changes and it's not just that the notes have different time intervals?

Well, while heuristics would be interesting, the best solution is to take note of tempo changes, delete all of them, export again, and write a simple script that adds tempo...