Hey guys,<br><br>I've recently been working on a small MIDI automation line editor, and I've managed to get<br>it into a working condition. Its a C++ & GTK jobbie, see this blog post for more info:<br><a href="http://harryhaaren.blogspot.com/2010/10/automate-another-stage-along-way.html">http://harryhaaren.blogspot.com/2010/10/automate-another-stage-along-way.html</a><br>
<br>I've not announced this as usable yet, as I am aware that there are some serious enough errors in it:<br>1. Drawing the GUI is not optimized and hogs resources. It always redraws the whole graph, and also redraws when its not necessary.<br>
2. I'm not at all experience with threaded programming, and hence am pretty sure there's some threading possibilities to be explored.<br><br>I've worked on this project on my own so far, and while it has taught me a lot, I think now I need to ask<br>
for some assistance with regards getting it polished for "everyday-use".. :-) <br><br>If anybody has interest and want's to pull the repo to find out if it works for you, please provide feedback!<br>(I'm 50% sure the waf script will need some tweaking, and maybe some other things too...)<br>
<br>Cheers for reading, -Harry<br>