Search found 10 matches

by Mr Bit
13 May 2014 10:08
Forum: Projects
Topic: GOLuM
Replies: 3
Views: 1960

Re: GOLuM

Very interesting and I have already downloaded it....but Im not exactly sure how it is supposed to be used....meaning what are the cells actually doing? Sending midi somewhere or....? It could send midi notes. This is a reincarnation of a project I started on the original Lemur that did indeed send ...
by Mr Bit
13 May 2014 08:27
Forum: Troubleshooting
Topic: Preset array of integer changes to floats on project reload
Replies: 23
Views: 3924

Re: Preset array of integer changes to floats on project rel

So to be clear; Load "storeTest.jzml" Allow the init script to run (i.e. set to OnFrame) that should set the monitor to be {536870915,47457457 } which is the values I want. Set the init script back to OnExpression Save the project Quit the Lemur Reload the project Monitor now displays {536870880 ...
by Mr Bit
13 May 2014 08:25
Forum: Projects
Topic: GOLuM
Replies: 3
Views: 1960

GOLuM

GOLuM creates Conway’s game of life on your Liine Lemur using the new HTML5 Canvas object.It demonstrates Lemur scripting techniques that overcome some of the limitations of the Lemur scripting environment. http://youtu.be/W6bGxr0kMCA This ended up being a tough project for me, which is good I l ...
by Mr Bit
13 May 2014 07:23
Forum: Troubleshooting
Topic: Unable Direct 3D
Replies: 13
Views: 7933

Re: Unable Direct 3D

After allot of poking about I was able to fix this by editing my registry (no error and keeping startup launch ), but after installing latest update the problem is back.... now I've forgotten how I did it. Does anybody have a fix for this that retains launch at startup?
by Mr Bit
18 Apr 2014 14:48
Forum: Troubleshooting
Topic: Preset array of integer changes to floats on project reload
Replies: 23
Views: 3924

Re: Preset array of integer changes to floats on project rel

I've rewritten my save routine to work with 16 bit chunks, 32x32 conway's game of life is now alive!

I'm just polishing it up before I make it available.

Bit
by Mr Bit
18 Apr 2014 14:10
Forum: Troubleshooting
Topic: Preset array of integer changes to floats on project reload
Replies: 23
Views: 3924

Re: Preset array of integer changes to floats on project rel

Greetings, I'm trying to use an array of 256 integers in an expression for preset storing but when the project is reloaded my stored array contains floats. Is there any way to declare/fix data type so that this conversion does not take place? The numbers are 32bit, when the float conversion happens ...
by Mr Bit
18 Apr 2014 11:47
Forum: Troubleshooting
Topic: Preset array of integer changes to floats on project reload
Replies: 23
Views: 3924

Re: Preset array of integer changes to floats on project rel

Thanks for your replies a simple test is to make a single pad with script storing to global expression test, then save your project and reload. test = {536870915,47457457}; On project reload test will be {536870880.000,47457456.000} I'm not sure how floor will help with this as I fear data type is ...
by Mr Bit
17 Apr 2014 13:09
Forum: Troubleshooting
Topic: Preset array of integer changes to floats on project reload
Replies: 23
Views: 3924

Preset array of integer changes to floats on project reload

Greetings, I'm trying to use an array of 256 integers in an expression for preset storing but when the project is reloaded my stored array contains floats. Is there any way to declare/fix data type so that this conversion does not take place? The numbers are 32bit, when the float conversion happens ...
by Mr Bit
17 Apr 2014 08:11
Forum: Introductions
Topic: Hello World
Replies: 0
Views: 425

Hello World

My name is Theo and I'm a Fiddler.