Welcome to %s forums

BrainModular Users Forum

Login Register

Search found 35 matches

by nelson
05 Dec 2012, 08:51
Forum: News
Topic: Usine Hollyhock
Replies: 78
Views: 148113

what about scripting language in new usine? Still PASCAL syntax? please, please make it more universal C/Java Syntax
by nelson
04 Dec 2012, 23:26
Forum: News
Topic: Usine Hollyhock
Replies: 78
Views: 148113

Belle Époque starts now! this is more than I was expecting :)
by nelson
08 Oct 2012, 13:32
Forum: Patching questions
Topic: "pattern clock" synchro problem
Replies: 7
Views: 7449

ok, first thanks for calling my attention to block size - I've never bother

finaly i've made this clock like this:

www.sensomusic.com/forums/uploads.php?f ... Clock0.pat

using local sync with calculated proper tempo and step module.
now synchro is perfect.
by nelson
05 Oct 2012, 14:23
Forum: Patching questions
Topic: "pattern clock" synchro problem
Replies: 7
Views: 7449

thank you for help! Your patch works perfectly but my case is to make a clock that can "tick" little bit strange patterns like "21, 34, 21, 34" ... its hard to do that with SeqSwitch modules - pattern is generated with some algorithm and can have different length (but sum of all elements is constant...
by nelson
05 Oct 2012, 00:42
Forum: Patching questions
Topic: "pattern clock" synchro problem
Replies: 7
Views: 7449

upsss... sory :)

here is workspace http://www.sensomusic.com/forums/upload ... k-test.wkp ,
i've made this clock with script (easier) .... but its still dont synchronize.
elapsed time modules measures sequence duration. sequence with more array elements takes more time :(
by nelson
04 Oct 2012, 21:10
Forum: Patching questions
Topic: "pattern clock" synchro problem
Replies: 7
Views: 7449

I need to make what I call "pattern clock" (tell me if its done already) like this: input: 1. base interval (for example: 100ms) 2. pattern array (for example: 2, 2, 4, 8) output: clock "tick" multiplicating base interval according to pattern array - for ex. 200ms from start, then next 200ms, then 4...
by nelson
16 Feb 2010, 13:58
Forum: News
Topic: Usine V5 is out!
Replies: 26
Views: 35760

Halleluyah!!!!!
by nelson
21 Oct 2009, 12:36
Forum: News
Topic: Usine Multi touch demo
Replies: 33
Views: 54997

and what about user addons created for version 4.x? they will work in v5?
by nelson
12 Aug 2009, 21:26
Forum: General discussion
Topic: VST parameters limited to 200?
Replies: 15
Views: 20400

maybe something like this:

Image

1024 parametrs limit is ok but scrolling to the last of them is little bit hard
( and the last is important parameter: latency)
so drop down list with checkboxes is, i think, good proposition.
by nelson
12 Aug 2009, 16:28
Forum: General discussion
Topic: VST parameters limited to 200?
Replies: 15
Views: 20400

yes! please, please :) develop something like VST container!
in reaktor its sometimes problem to acces to proper parameter because of limit
it will be nice to choose only that parameters you need at the moment ... just checking them on all parameters list should be ok.
by nelson
15 Jun 2009, 23:39
Forum: General discussion
Topic: UsineMain
Replies: 8
Views: 10236

nooo.. its good idea that usine has all files in one place and no instaler. moving setup files to documents and settings folder would make it less portable.

maybe there should be small update pack only with updated files and without setup files etc..
by nelson
10 Jun 2009, 20:10
Forum: Add-ons discussion
Topic: Phase Vocoder Pack
Replies: 17
Views: 21830

one modification could be useful : frequency range fader to make FFT not for full spectrum of 44400 Hz but for example from 0Hz to 500Hz but with full resolution (512 elements in arrays). now this frequency range is represented by just a few elements in both arrays.. im thinking in good way? its pos...
by nelson
15 Apr 2009, 22:38
Forum: Suggestions & improvements
Topic: wires are slow...
Replies: 10
Views: 10985

hi today I considerate how slow is patch with many wires versus the same structure made in c++ SDK ... its nothing new - it must be slower ... but I have rather big subpatch with many wires but very simple math modules and some array operations (+,-,abs,*,etc) it costs about 3% of CPU .. but if I mu...
by nelson
26 Mar 2009, 17:46
Forum: Suggestions & improvements
Topic: auto locate vst parameters?
Replies: 6
Views: 7829

in that case - when there is a lot of hard to recognize parameters - I'm just moving the knob in VST ang chcecking which fader is changeing in the parameter list of module in usine. its enough for me.
by nelson
17 Mar 2009, 00:04
Forum: Suggestions & improvements
Topic: creating new module like in max or pd
Replies: 3
Views: 5053

hi in PD or MAX there is one usefull idea: you can just click and make new "empty" module and type name instead of browsing in huge library. Browser in usine is good when you are now in usine but when you patching a lot its not so fast as this method from PD or max. maybe its possible to implement s...
by nelson
14 Jan 2009, 09:36
Forum: Add-ons discussion
Topic: Simple 2D array with display
Replies: 7
Views: 10635

ok, I will try to improve it, thnx for sugestions ... but I have read in many places in internet that in fact GDI+ isnt hardware accelerated... and ... its not faster than standard GDI. i cant use high level drawing methods like FillRectangle if they are called in long loop - only pixel operation on...
by nelson
14 Jan 2009, 02:28
Forum: Add-ons discussion
Topic: Simple 2D array with display
Replies: 7
Views: 10635

I have updated my addons with static library linking ... i hope so it will be working now...
by nelson
12 Jan 2009, 21:45
Forum: Add-ons discussion
Topic: About User modules and Layouts
Replies: 14
Views: 18295

strange ... someone have similar problem?
by nelson
12 Jan 2009, 21:28
Forum: Add-ons discussion
Topic: Simple 2D array with display
Replies: 7
Views: 10635

Hi all i have just uploaded Simple 2D array - it's in Data Tools max dimmensions: 512x512 - but display shows only 64x64 max in this version - windows GDI is too slow to draw such a amound of rectangles in realtime ... btw : its possible to use OpenGL or DirectX in user module? if we have window han...
by nelson
07 Jan 2009, 22:43
Forum: Add-ons discussion
Topic: midi snapToScale
Replies: 4
Views: 7110

Hi,
Just to say I've posted a scaleSnap module in the addons midi section. It is simple midi filter that snap notes to many popular musical scales.

regards
by nelson
05 Jan 2009, 20:11
Forum: Suggestions & improvements
Topic: Array - 512 is too small
Replies: 7
Views: 9219

what i want to achieve: I wrote my own user module that generate long sequence of values. Its implementation of L-system that return array of values - I'm using it as midi code1 values. L-systems generates sometimes very long streams of values - yes, I can partition it, or send midi values directly ...
by nelson
04 Jan 2009, 20:59
Forum: Suggestions & improvements
Topic: Array - 512 is too small
Replies: 7
Views: 9219

I mean Array module in Usine - in code also - max numer of elements is 512.
by nelson
04 Jan 2009, 20:31
Forum: Module development SDK
Topic: MIDI Out
Replies: 1
Views: 5326

Hi, I have function that once a cycle sends to midi output of module some midi message. Its working, mesage is changing once a cycle .. but ... its all the time transmited thru the wire, not only once a cycle. Question : what midi message is idle message, or how to send message and 'clear' midiOut p...
by nelson
04 Jan 2009, 18:31
Forum: Suggestions & improvements
Topic: Array - 512 is too small
Replies: 7
Views: 9219

Hi,

why array can have only 512 elements? please, do small revolution in this :) usine should be soft without limits (such a low limits ;)
by nelson
02 Jan 2009, 20:19
Forum: Module development SDK
Topic: please add more examples
Replies: 2
Views: 6615

> before all, did you figured out your problem with array, in the other thread ? yes, thanx, its works fine ... now im working on some L-System implementation and have already all the code in C++ from previous implementation but now I must to lern how to manage with this SDK ... how to get text valu...
by nelson
02 Jan 2009, 01:25
Forum: Module development SDK
Topic: please add more examples
Replies: 2
Views: 6615

hi 1. please add more examples of code of real working modules using many different parameters and data types (for example sending midi messages, working with time & synchro... etc...) 2. how to read / write string from/to TextValue of ptTextField parameter? pPrototype->PText->DATA[0] = .... <- all ...
by nelson
31 Dec 2008, 12:34
Forum: Module development SDK
Topic: testing module
Replies: 5
Views: 10922

hi all 1. How to test user module in visual c++? how to trace variables etc ... I never work with dll's... its impossible to make module testing it like this: compile, copy to usine, restart usine, test in patch just to look at one variable state. 2. how to send data to ArrayOut? for (i = 0; i < 8; ...
by nelson
30 Dec 2008, 17:03
Forum: Patching questions
Topic: script: 2-dimensional dynamic array?
Replies: 3
Views: 6113

its possible to make 2-dim. dynamic array?

d:array of array of integer;

how to set dimmenstions of array in script?
by nelson
30 Dec 2008, 12:38
Forum: General discussion
Topic: saving vst state with preset - strange behaviour
Replies: 5
Views: 7268

hi

Olivier, what about this? please give us some details about storing vst state...
by nelson
26 Dec 2008, 21:57
Forum: General discussion
Topic: saving vst state with preset - strange behaviour
Replies: 5
Views: 7268

Hi all I think this is little strange behaviour : I use VST, choose ist preset (for ex. 'brass1') and modify it and then save workspace... after reloading workspace I expect to have everything like in the moment of saving .. but VST is in it's initial state, without my changes... but ... my changes ...
by nelson
26 Dec 2008, 02:40
Forum: Suggestions & improvements
Topic: many elements colouring in interface builder
Replies: 1
Views: 2777

we are in Interface Builder -> Edit Layout : 1. I'm changing color of some interface element 2. edit another one, but change HUE slider position 3. Now its time for another one element , I want to put color of element from point 1 but I dont remember its ...HUE slider position .... please add COLOR ...
by nelson
25 Dec 2008, 14:55
Forum: Suggestions & improvements
Topic: why not make it configurable?
Replies: 5
Views: 5408

where in other place could I found wishes-fulfilling music software? :) only usine... tnx

it will be working in next version?
by nelson
25 Dec 2008, 10:18
Forum: Suggestions & improvements
Topic: why not make it configurable?
Replies: 5
Views: 5408

first : why I can't choose between present behavior of input fields (double-click and then edit while mouse must be still over this field, and then confirm pressing enter) and something "mouse-independent". I and many people I know are patching sitting in strange posiitions with their laptops (on th...
by nelson
19 Dec 2008, 00:49
Forum: Add-ons discussion
Topic: Note quantizer
Replies: 2
Views: 4944

great work!

that was my sugestion to improve midi transform module - but now your patch do this well :) please add more "exotic" non-european scales as presets if you can...
by nelson
16 Dec 2008, 16:26
Forum: General discussion
Topic: Ready for a beta of the 4.1?
Replies: 24
Views: 27822

maybe you can do some very small and easy to do but sometimes usefull improvement : in the MIDI Transformer module there is SCALE selector why not to add more scales there , there are so many "exotic" scales around the world ... and in this module only few... please add more ... or maybe add posibil...