The aumhaa Website has been transported, please go here instead:









http://www.aumhaa.com








We don't hang around here anymore.....

Search This Blog

5.8.11

LaunchMod for Launchpad, a new Block script, and any Virus users?

While I'm waiting for the fix from Livid for the RGB stuff, I decided to go ahead and start building the script for the LaunchPad.  It seems that hard work has paid off...it took less than a couple of hours to get this thing going, and most of that time was spent with fixing Python errors due to the lack of decompyled 8.22 Launchpad scripts.  This just demonstrates the portability of the scripts I've already written.  I should be able to release the new Monomodular script for the Launchpad ('LaunchMod')  at the same time as the rest of the b99 scripts.

One cool thing I've been able to do is to put the Monomodular mode in a completely seperate space.  You'll be able to use the script exactly as it normally works, and by pressing User1 + User2 at the same time, enter Monomodular mode.  I think this will offer some more possibilities, since the individual User1 and User2 modes remain intact, and you can use them for whatever you were using them before.

In addition, Jay @ Livid agreed to send over a Block for me to test with, so there will be a new script available for it as soon as I receive it.  I'm going to port the Launchpad script directly over to it, and perhaps the Ohm64 script as well....so those of you with Blocks will have a bunch of new toys to play with!


One last thing....I've discovered a serious bug with mxj's and the Virus Control plugin...I've contacted the relevant authorities (hehe), but I'm wondering if any of you out there have a Virus and are willing to test out some files and see if they can reproduce my results?

a

4.8.11

(whistles while twiddling thumbs)

Some of my stuff got buggered with the new firmware on the RGB.  Almost back up to speed, but we have to fix/figure a few things out before release....stay tuned.

a

3.8.11

One last thing.

The MonOhm script for the Ohm64 is finished.  I worked out the last bug I could find this afternoon. 

The AumPad script for TouchOSC is finished.  I have one more test run to make with it.

I've started video tutorials for the MonOhm script.

The new version of Plinko is done.  4x faster, with grid-based preset storage that works.

One last thing to do before release:  Livid just released a new firmware now that the RGB is public, and it should make things a little nicer.  I need to update the firmware on my RGB and make a few code tweaks, and you will all have some new toys to play with :) 

If you're bored in the meantime, check out the new docs page for the MonOhm script.  Its available to the left of this post.

a

1.8.11

A few pics...





Here's a few pics of the new template.  The top ones are in "Bright" mode, the bottom in dim.  Dim mode is far easier on the eyes for me, and a lot faster (since the AumPad script only has to send about two thirds as much data each time it updates).

Monday is EVIL.....

I'm just not feeling this monday thing right now. 

Instead of making videos last night, I completely redesigned the pattr system used in Plinko for the (seventeenth) time.  It appears to work now.  It appeared to work before, until I started using it, and then it didn't work.  Go figure.  Sometimes I hate Max.

That was merely 4 or 5 hours of scratching my head and cursing at inanimate objects....I really hope I don't have to do that again for a while. 

It is a step towards having a universal grid-based memory recall system for all the monomodular patches.  But its NOT a step forward in getting instructional materials released.

For those of you that are wondering:  the iPad script is finished.  There are a few details I've left out, so consider it beta (erm....consider everything I do beta.  Its just the rule.  Always. Unless otherwise notified.  Its beta.  Yup).  I'll update those as I figure out the best way to do it (hint:  I am refering to the two x/y pads on page two that do absolutely nothing right now, but eventually will have an interface equivalent to my 'knobs' plugin).  It'll be published as soon as I figure out what to do about the Windows version, since I'm using Cassiel's Zeroconf ports on OSX and I'm not sure how they work (if they work) on Windows. 

I played with it last night for a few hours after Plinko was up and running and OH BOY!  Blinky :) Yay!

I squashed some bugs during the recent dev process, and since the iPad script and the Ohm64 script are nearly identical in function, I've located most of the bugs in the Ohm64 script as well.  I still need to port the changes over to it, but a release is imminent (a day and hours, not weeks like before).  I'm still on track to record some tutorials and make some docs tonight and tomorrow, but I've learned there's no sense in trying to explain how something works when it doesn't, in fact, 'WORK'.

a

29.7.11

Anway

It was a nice idea, but the closure thing didn't work out after all.   Still, it was good for learning some new things about Python and the Live _Framework, and I'll be able to use it later for other things.  Instead of the original thought, I wrote some simple overrides and everything works great now.  I'd still really love to figure out how to do this stuff with some closures and staticmethods, but I can't work out exactly how to do it....

The iPad script is done for the most part.  Its very slow at this point, but that will improve now that the groundwork is in place and I can focus on the details.  I have a huge laundry list of things to get done on all of the current stuff, but everything is functional.

Having wasted two days chasing a white rabbit, I'm going to spend some time tomorrow documenting and making some short videos about what I've been working on.  I have a couple of days off of work, so hopefully this is the home stretch in getting something functional out into the wild in a usable, understandable form. 

a

27.7.11

Some closure(s)

Yeah, sorry, the title is misleading....what I MEAN is, I'd been having trouble figuring out a way to port the iPad Nameserver (for clip names) over to Python without writing overrides for every part of the _Framework session components.  Soooo, that's what has been taking so long.  I did a little bit of studying yesterday and discovered a way to hack the _Framework scripts by using a simple closure in the top Class, so hopefully I'll have the basic functionality of the iPad script finished this evening.  Again, this is a lovely little technique will avail most of you in hacking the _Framework scripts without having to write an override for the base-level components/controls.  I'll probably begin using in other places as well if I don't find any good reason not to (anyone know a good reason not to?).

I'd love to have some testers for this stuff, so if you have an iPad or an Ohm64 and the desire to manually install some components, the current versions are on svn.  I'll have  a new version of the AumPad script up as soon as I finish writing the new NameServer portion of the scripts. 

There are a lot of piddly little details that need to be ammended, but I haven't ran into any major problems with any of it (I've had the current version running on my Live rig for about 5 days straight with no reboots and no crashes). 

Plans (in order):  finish and publish iPad script to svn,  record some tutorial videos, publish a package with all the finished scripts, start working on a Block script.