[Seaside] music remixer

Jay Hardesty jayh at panix.com
Fri Sep 22 22:47:21 UTC 2006


OK think the problem was I had "localhost" instead of the
proper address below.

	html tableRowWith: [
		html
			attributeAt: 'src' put: 'http://68.175.105.240:9090/export/',  
fileName;
			attributeAt: 'width' put: 256;
			attributeAt: 'height' put: 20;
			attributeAt: 'controls' put: 'true';
			attributeAt: 'cache' put: 'false';
			attributeAt: 'autostart' put: (fileName = 'blank.mid') not asString;
			attributeAt: 'loop' put: 'true';
			tag: 'embed']

Now I expect the transport should appear...?


In any case here are the midi files you produced, in case interested:
-------------- next part --------------
A non-text attachment was scrubbed...
Name: eminemBond-C.mid
Type: application/octet-stream
Size: 1106 bytes
Desc: not available
Url : http://lists.squeakfoundation.org/pipermail/seaside/attachments/20060922/2835db47/eminemBond-C.obj
-------------- next part --------------
A non-text attachment was scrubbed...
Name: empers-E.mid
Type: application/octet-stream
Size: 2334 bytes
Desc: not available
Url : http://lists.squeakfoundation.org/pipermail/seaside/attachments/20060922/2835db47/empers-E.obj
-------------- next part --------------
A non-text attachment was scrubbed...
Name: voicely-A.mid
Type: application/octet-stream
Size: 2383 bytes
Desc: not available
Url : http://lists.squeakfoundation.org/pipermail/seaside/attachments/20060922/2835db47/voicely-A.obj
-------------- next part --------------
A non-text attachment was scrubbed...
Name: bond-D.mid
Type: application/octet-stream
Size: 1315 bytes
Desc: not available
Url : http://lists.squeakfoundation.org/pipermail/seaside/attachments/20060922/2835db47/bond-D.obj
-------------- next part --------------


On Sep 22, 2006, at 6:33 PM, Brad Fuller wrote:

> Jay Hardesty wrote:
>> Should hopefully be working again now - just got
>> home and restarted it.  I imagine it'll be pretty
>> unreliable until I work out the kinks  (the underlying
>> app is solid, but my Seaside connection seems to
>> get confused easily).
>>
>> Thanks for being brave enough to try it out -
>> let me know if it continues not to work for you
> It now allows me to go to the qtone page. thanks
> Seems to fill in notes when I select random (etc) according to the
> instructions below.
> However, I don't see a transport to play. A tune name does get created
> under the notes, but no transport is present.
>
> I'm on linux, FC5 and I tried it with both Firefox and Opera 9
>
> _______________________________________________
> Seaside mailing list
> Seaside at lists.squeakfoundation.org
> http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside



More information about the Seaside mailing list