ArrayArrayArrayArrayArrayArrayArrayArrayArrayArrayArrayArrayArray
BrainModularBrainModular Users Forum2010-10-07T11:58:56+02:00https://www.brainmodular.com/forums/app.php/feed/topic/24802010-10-07T11:58:56+02:002010-10-07T11:58:56+02:00https://www.brainmodular.com/forums/viewtopic.php?t=2480&p=16227#p16227I've also add a try for midi out and visual feedback
Statistics: Posted by nay-seven — 07 Oct 2010, 11:58
]]>2010-10-07T11:57:41+02:002010-10-07T11:57:41+02:00https://www.brainmodular.com/forums/viewtopic.php?t=2480&p=16226#p16226Statistics: Posted by artificial — 07 Oct 2010, 11:57
]]>
2010-10-07T01:58:50+02:002010-10-07T01:58:50+02:00https://www.brainmodular.com/forums/viewtopic.php?t=2480&p=16224#p16224 to round to 0.X you can multiply by 10, use Trunc/round and divide by 10, or in script there is a formatFloat command.
well, i tried to create it with the draw module and yeah... after some recherche in the net I found the formula for creating the circular movement... i got it to work so far, but only with sequences with a length of 4 or 8 steps... with other values it sort of "stutters" -> the circles' coordinates jump sometimes...
anyway, I think it should be possible to change the formula to work right... but my knowledge is really limited and my brain starts hurting now... haha, so I thought i gonna upload this patch - maybe someone knows how to solve this problem!
the next steps for me will be, to add midi messages, if the circles are at "12 o'clock" (for example, the coordinates should be x=0,5 and y=0,1 for the outer circle for example, which has an radius r=0,4)... and so, I have another problem, which I was not able to solve: how can I round the float values of the coordinates to lets say 0.x values???
Statistics: Posted by artificial — 07 Oct 2010, 01:33
]]>2010-10-06T18:27:22+02:002010-10-06T18:27:22+02:00https://www.brainmodular.com/forums/viewtopic.php?t=2480&p=16218#p16218Statistics: Posted by nay-seven — 06 Oct 2010, 18:27
]]>2010-10-06T18:23:55+02:002010-10-06T18:23:55+02:00https://www.brainmodular.com/forums/viewtopic.php?t=2480&p=16217#p16217Statistics: Posted by 23fx23 — 06 Oct 2010, 18:23
]]>2010-10-06T18:16:53+02:002010-10-06T18:16:53+02:00https://www.brainmodular.com/forums/viewtopic.php?t=2480&p=16216#p16216A knob is not the best way to make this kind of design. use a draw objects module?
unfortunately, usine does not import png files (or any other format which handles transparency)... too bad... just wanted to create something like this: http://www.youtube.com/watch?v=nLQzd8Rjhrc
cheers artificial
Statistics: Posted by artificial — 06 Oct 2010, 18:06
]]>2010-10-06T17:52:10+02:002010-10-06T17:52:10+02:00https://www.brainmodular.com/forums/viewtopic.php?t=2480&p=16214#p16214Statistics: Posted by ethnix73 — 06 Oct 2010, 17:52
]]>2010-10-06T17:09:51+02:002010-10-06T17:09:51+02:00https://www.brainmodular.com/forums/viewtopic.php?t=2480&p=16212#p16212 Here a wiki version with screnshots
Statistics: Posted by nay-seven — 06 Oct 2010, 17:09
]]>2010-10-06T16:50:38+02:002010-10-06T16:50:38+02:00https://www.brainmodular.com/forums/viewtopic.php?t=2480&p=16210#p16210 it works perfectly!
Statistics: Posted by artificial — 06 Oct 2010, 16:50
]]>2010-10-06T16:26:46+02:002010-10-06T16:26:46+02:00https://www.brainmodular.com/forums/viewtopic.php?t=2480&p=16209#p16209 in knobman : file /open/samples/aqua.knob ( .knob files are knobman file here ) on the right window you can try to test it , you 'll see that this knob has 31 frames.ok now : file/exportimage/name your knob as you want and choose.bmp image type.ok
in Usine load a knob , right click /edit layout / click on back bitmap and load your bmp file. set frames count as 31 ( here it's an horizontal one , so let vertical off ) disable show knob,show value, show caption now, right click in your panel and unlock / re-arrange the size of your knob / lock now, in the edit layout window : file /save preset /name it ( you just have create a knob file again but this one is a Usine one..) now you can find this preset when you edit the layout of a knob
Statistics: Posted by nay-seven — 06 Oct 2010, 16:26
]]>2010-10-06T15:43:06+02:002010-10-06T15:43:06+02:00https://www.brainmodular.com/forums/viewtopic.php?t=2480&p=16206#p16206 I need your help with skinning knobs! I don't understand the relation between *.knob.bmp files and the *.knob (knobman files)? Furthermore I can't understand why the knobman files are empty (there are 8 layers with no primitives in it...)...
So, could someone please give me a step by step tutorial on how to create knobs for Usine?
Thanks in advance!
cheers artificial
Statistics: Posted by artificial — 06 Oct 2010, 15:43
]]>BrainModularBrainModular Users Forum2010-10-07T11:58:56+02:00https://www.brainmodular.com/forums/app.php/feed/topic/24802010-10-07T11:58:56+02:002010-10-07T11:58:56+02:00https://www.brainmodular.com/forums/viewtopic.php?t=2480&p=16227#p16227I've also add a try for midi out and visual feedback
Statistics: Posted by nay-seven — 07 Oct 2010, 11:58
]]>2010-10-07T11:57:41+02:002010-10-07T11:57:41+02:00https://www.brainmodular.com/forums/viewtopic.php?t=2480&p=16226#p16226Statistics: Posted by artificial — 07 Oct 2010, 11:57
]]>2010-10-07T01:58:50+02:002010-10-07T01:58:50+02:00https://www.brainmodular.com/forums/viewtopic.php?t=2480&p=16224#p16224 to round to 0.X you can multiply by 10, use Trunc/round and divide by 10, or in script there is a formatFloat command.
well, i tried to create it with the draw module and yeah... after some recherche in the net I found the formula for creating the circular movement... i got it to work so far, but only with sequences with a length of 4 or 8 steps... with other values it sort of "stutters" -> the circles' coordinates jump sometimes...
anyway, I think it should be possible to change the formula to work right... but my knowledge is really limited and my brain starts hurting now... haha, so I thought i gonna upload this patch - maybe someone knows how to solve this problem!
the next steps for me will be, to add midi messages, if the circles are at "12 o'clock" (for example, the coordinates should be x=0,5 and y=0,1 for the outer circle for example, which has an radius r=0,4)... and so, I have another problem, which I was not able to solve: how can I round the float values of the coordinates to lets say 0.x values???
Statistics: Posted by artificial — 07 Oct 2010, 01:33
]]>2010-10-06T18:27:22+02:002010-10-06T18:27:22+02:00https://www.brainmodular.com/forums/viewtopic.php?t=2480&p=16218#p16218Statistics: Posted by nay-seven — 06 Oct 2010, 18:27
]]>2010-10-06T18:23:55+02:002010-10-06T18:23:55+02:00https://www.brainmodular.com/forums/viewtopic.php?t=2480&p=16217#p16217Statistics: Posted by 23fx23 — 06 Oct 2010, 18:23
]]>2010-10-06T18:16:53+02:002010-10-06T18:16:53+02:00https://www.brainmodular.com/forums/viewtopic.php?t=2480&p=16216#p16216A knob is not the best way to make this kind of design. use a draw objects module?
unfortunately, usine does not import png files (or any other format which handles transparency)... too bad... just wanted to create something like this: http://www.youtube.com/watch?v=nLQzd8Rjhrc
cheers artificial
Statistics: Posted by artificial — 06 Oct 2010, 18:06
]]>2010-10-06T17:52:10+02:002010-10-06T17:52:10+02:00https://www.brainmodular.com/forums/viewtopic.php?t=2480&p=16214#p16214Statistics: Posted by ethnix73 — 06 Oct 2010, 17:52
]]>2010-10-06T17:09:51+02:002010-10-06T17:09:51+02:00https://www.brainmodular.com/forums/viewtopic.php?t=2480&p=16212#p16212 Here a wiki version with screnshots
Statistics: Posted by nay-seven — 06 Oct 2010, 17:09
]]>2010-10-06T16:50:38+02:002010-10-06T16:50:38+02:00https://www.brainmodular.com/forums/viewtopic.php?t=2480&p=16210#p16210 it works perfectly!
Statistics: Posted by artificial — 06 Oct 2010, 16:50
]]>2010-10-06T16:26:46+02:002010-10-06T16:26:46+02:00https://www.brainmodular.com/forums/viewtopic.php?t=2480&p=16209#p16209 in knobman : file /open/samples/aqua.knob ( .knob files are knobman file here ) on the right window you can try to test it , you 'll see that this knob has 31 frames.ok now : file/exportimage/name your knob as you want and choose.bmp image type.ok
in Usine load a knob , right click /edit layout / click on back bitmap and load your bmp file. set frames count as 31 ( here it's an horizontal one , so let vertical off ) disable show knob,show value, show caption now, right click in your panel and unlock / re-arrange the size of your knob / lock now, in the edit layout window : file /save preset /name it ( you just have create a knob file again but this one is a Usine one..) now you can find this preset when you edit the layout of a knob
Statistics: Posted by nay-seven — 06 Oct 2010, 16:26
]]>2010-10-06T15:43:06+02:002010-10-06T15:43:06+02:00https://www.brainmodular.com/forums/viewtopic.php?t=2480&p=16206#p16206 I need your help with skinning knobs! I don't understand the relation between *.knob.bmp files and the *.knob (knobman files)? Furthermore I can't understand why the knobman files are empty (there are 8 layers with no primitives in it...)...
So, could someone please give me a step by step tutorial on how to create knobs for Usine?
Thanks in advance!
cheers artificial
Statistics: Posted by artificial — 06 Oct 2010, 15:43