March 26, 2009 – 12:36 pm
People who have been reading my blog for a while may remember Reinteract. I haven’t written anything about it here for a while, but I’ve still been working on it; usually in a spurts of a few weeks of evening hacking at a time. I’m going to be talking about Reinteract at Pycon this weekend, [...]
December 9, 2007 – 12:29 am
I had some time today to finish some Reinteract features I’ve been working on over the last few weeks, namely completion and mouse-over tooltips on the editor contents. Some screenshots:
Completion
Tooltip showing documentation
Tooltip showing variable contents
The majority of features in my completion design notes are now implemented. (The design took the bold and innovative approach [...]
November 18, 2007 – 1:33 pm
So I thought I’d try booting up one of my systems into Windows today and see how much work it would be to get Reinteract running. It turned out to be completely an exercise in clicking through installers (9 of them). If you are already a Windows Python user, the amount of things you need [...]
November 13, 2007 – 12:36 pm
There’s been a lot of interest in Reinteract. So, I decided to go ahead and spend a bit of time setting up project infrastructure.
www.reinteract.org – a Trac installation for wiki and issue tracking.
Reinteract Google Group – for development and other discussion
cgit – web browsing of the git repository
A read-only CVS mirror of the git repository [...]
November 10, 2007 – 9:41 pm
Recently, I’ve been doing quite a bit of reading about computer analysis of musical sound and some experimentation. But there wasn’t really anything I knew of that fit my desires for an experimental platform. Python + numpy provided a good combination of a pleasant language and signal processing ability. But beyond that I wanted an [...]