elpescado

Results 42 comments of elpescado

Hi! I'm back from vacations! Thanks for your feedback. I appreciate it greatly. I like the idea of rendering "probability areas" in note editor. I'll try to implement that, but...

Hi, I have updated this branch, finalized the UI/graphics and tweaked formula for deciding whether notes should be played or not, so that Fill & Randomize knobs have more pronounced...

> some remarks/findings : > > * if you modify the velocity of a note, the color of the note (and the color of the 'velocity bar') fades to gray....

Hi, Unfortunately, this feature hasn't been merged yet (the pull request is in "Open" as opposed to "Merged" state). Moreover, I'm afraid it might take some time to be merged,...

This might indeed be a bit confusing. "Probability bars" were ["Probability 1.0"](https://github.com/hydrogen-music/hydrogen/pull/358) feature that was merged back in 2016. This pull requests extends that feature.

I've noticed that this branch diverged from `master` so that conflicts have appeared. I've resolved them, so now it should merge cleanly.

Hi all! Sorry for late reply, I've been extremely busy recently. I'd really like to see this feature released, but at the same time I don't want to delay any...

As far as I remember, MIDI export is separate from everything else in Hydrogen - so I think it's something that hasn't been implemented rather than a bug. https://github.com/hydrogen-music/hydrogen/blob/master/src/core/src/smf/smf.cpp

Hi, I am not really really sure about showing logs in the UI, especially with regards to non-fatal errors. I've gripped sources for `ERRORLOG`-and-friends macros and they seem to be...

> Seems they break [guitarix](https://github.com/brummer10/guitarix/issues/112) as well. Both applications should catch any error, not crash without giving any indication of what happened and that's what both do. I think that's...