PDA

View Full Version : Intense Mute (w/ new JS bitmap-injected interface!)


Youn
12-10-2007, 05:58 PM
Hi! Here's my attempt at some simple JS ui.

http://stash.reaper.fm/oldsb/59831/Untitled-4.png

Hopefully will be able to do something bigger and fancier in the future!? :)

argee
12-10-2007, 08:48 PM
Egads! That much code for 1 button!?!

I know this was just your first shot at it and I assume it could be shortened up with some iterating loops in the gfx code but holy cow! I'm really hoping J & C eventually include the ability to display bitmaps in the JS GUI. By the looks of it, life would be exponentially easier if they did!

Thanks for the early example! Your fingers must be tired!

Justin
12-10-2007, 09:54 PM
that's pretty funny, youn.. :)

yeah we gotta sort out some bitmapness...

aldi
12-10-2007, 10:35 PM
hahaha youn, you are funny :D

IXix
12-11-2007, 06:43 AM
OMG! Youn you must be mad!

+lotsandlotsandlots for bitmaps!

Youn
12-11-2007, 09:10 AM
Egads! That much code for 1 button!?!

I know this was just your first shot at it and I assume it could be shortened up with some iterating loops in the gfx code but holy cow! I'm really hoping J & C eventually include the ability to display bitmaps in the JS GUI. By the looks of it, life would be exponentially easier if they did!

Thanks for the early example! Your fingers must be tired!
Yeah, I initially was trying to do a simple loop, but it just wasn't workin' for some reason. I tried and I tried. Brute force seemed like a more reliable way. And, no, I didn't type all these commands, I wrote this thing that converts bmp to a string of commands and outputs to a text file for copy/paste into the JS code:
http://shup.com/Shup/14394/bmpbump.zip

there's the source code and compiler included (I wrote it really quickly in php, lol) and notice I commented out the code that outputs memory assignments, which again was what I was initially trying to do...


ok, thanks for takin' a look! :)