Welcome to %s forums

BrainModular Users Forum

Login Register

Search found 11 matches

by zenzak
22 Jul 2008, 00:36
Forum: Add-ons discussion
Topic: Bouncing Balls
Replies: 7
Views: 11560

... i don't know how to intercept the message when changing form ctrl panel to interface panel.... I know this bug ! Thank you to Senso to help me. I Prepare a module with webcam panel and prehap histograms value out. 'Hope to be inspired !

Zenzak
by zenzak
22 Jul 2008, 00:31
Forum: Add-ons discussion
Topic: Bouncing Balls
Replies: 7
Views: 11560

Thank you... its hollyday for me and i'll try to spare my time between correcting some bugs and.... fishing !

Cordialement
zenzak
by zenzak
21 Jul 2008, 18:33
Forum: Add-ons discussion
Topic: Bouncing Balls
Replies: 7
Views: 11560

I have posted a new user module called "Bouncing Balls" :
A Bouncing balls Panel. Balls trigger when bouncing. Speed and number of balls can be set. I add a workspace where the balls trigger two StepMidi modules.

Zenzak
by zenzak
18 Jul 2008, 17:07
Forum: Suggestions & improvements
Topic: cellular automata
Replies: 15
Views: 17969

I've download a new version of the Game of Life Module. Some bugs are fixed and i add two array out with x and y points. A sample workspace is joined in the archive to test the module.

zenzak
by zenzak
15 Jul 2008, 17:54
Forum: Suggestions & improvements
Topic: cellular automata
Replies: 15
Views: 17969

the data values are just x*y... I have corrected some little bugs and i'ill upload a new version with x and y as out values and perhaps some predifined shapes.
Cdt
zenzak
. i prepare an other module with bouncing balls.
.
.
.
.
by zenzak
11 Jul 2008, 12:24
Forum: Suggestions & improvements
Topic: cellular automata
Replies: 15
Views: 17969

I try to do a Game of Life user module; I have uploaded it...
by zenzak
28 Jun 2008, 22:36
Forum: General discussion
Topic: get frequency
Replies: 1
Views: 3708

I want to get the frequency of an input audio and to redirect the result to a freq2midi module. Which module should i use to get the frequency ?
Thank you
Jean-Jacques
by zenzak
24 Jun 2008, 13:31
Forum: Module development SDK
Topic: An IIF vBasic like script
Replies: 4
Views: 9028

Thank you for help. I'm a new Usine user and i wanted to try something ;-). I'll complete it with more operators and perhaps download it for some "lazy" users !. I'm sure that delphi is a powefull programming language and i'll try to make a visual user module (i have some ideas...). Congratulation a...
by zenzak
24 Jun 2008, 00:56
Forum: Module development SDK
Topic: An IIF vBasic like script
Replies: 4
Views: 9028

finaly, the case doesn't run so i replace it with some if else ///////////////////////////////////////////////////////////////// begin if getvalue(operator)=0 then if getvalue(A)=getvalue(B) then setvalue(outPut,getvalue(isTrue)) else setvalue(outPut,getvalue(isfalse)); if getvalue(operator)=1 then ...
by zenzak
24 Jun 2008, 00:21
Forum: Module development SDK
Topic: An IIF vBasic like script
Replies: 4
Views: 9028

i find the good syntax :

i replace SetdefaultValue(operator,int(0)) with

SetValue(operator,0);
by zenzak
24 Jun 2008, 00:06
Forum: Module development SDK
Topic: An IIF vBasic like script
Replies: 4
Views: 9028

The script works fine but i can't set a default value for the 'operator' combo. Thanks for help Jean-Jacques ////////////////////////////////////////////////////// // A iif vbasic like ////////////////////////////////////////////////////// ////////////////////////////////////////////////////// // Pa...