Search found 35 matches
- 05 Dec 2012, 08:51
- Forum: News
- Topic: Usine Hollyhock
- Replies: 78
- Views: 148113
- 04 Dec 2012, 23:26
- Forum: News
- Topic: Usine Hollyhock
- Replies: 78
- Views: 148113
- 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.
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.
- 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...
- 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
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
- 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...
- 16 Feb 2010, 13:58
- Forum: News
- Topic: Usine V5 is out!
- Replies: 26
- Views: 35760
- 21 Oct 2009, 12:36
- Forum: News
- Topic: Usine Multi touch demo
- Replies: 33
- Views: 54997
- 12 Aug 2009, 21:26
- Forum: General discussion
- Topic: VST parameters limited to 200?
- Replies: 15
- Views: 20400
- 12 Aug 2009, 16:28
- Forum: General discussion
- Topic: VST parameters limited to 200?
- Replies: 15
- Views: 20400
- 15 Jun 2009, 23:39
- Forum: General discussion
- Topic: UsineMain
- Replies: 8
- Views: 10236
- 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...
- 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...
- 26 Mar 2009, 17:46
- Forum: Suggestions & improvements
- Topic: auto locate vst parameters?
- Replies: 6
- Views: 7829
- 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...
- 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...
- 14 Jan 2009, 02:28
- Forum: Add-ons discussion
- Topic: Simple 2D array with display
- Replies: 7
- Views: 10635
- 12 Jan 2009, 21:45
- Forum: Add-ons discussion
- Topic: About User modules and Layouts
- Replies: 14
- Views: 18295
- 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...
- 07 Jan 2009, 22:43
- Forum: Add-ons discussion
- Topic: midi snapToScale
- Replies: 4
- Views: 7110
- 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 ...
- 04 Jan 2009, 20:59
- Forum: Suggestions & improvements
- Topic: Array - 512 is too small
- Replies: 7
- Views: 9219
- 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...
- 04 Jan 2009, 18:31
- Forum: Suggestions & improvements
- Topic: Array - 512 is too small
- Replies: 7
- Views: 9219
- 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...
- 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 ...
- 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; ...
- 30 Dec 2008, 17:03
- Forum: Patching questions
- Topic: script: 2-dimensional dynamic array?
- Replies: 3
- Views: 6113
- 30 Dec 2008, 12:38
- Forum: General discussion
- Topic: saving vst state with preset - strange behaviour
- Replies: 5
- Views: 7268
- 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 ...
- 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 ...
- 25 Dec 2008, 14:55
- Forum: Suggestions & improvements
- Topic: why not make it configurable?
- Replies: 5
- Views: 5408
- 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...
- 19 Dec 2008, 00:49
- Forum: Add-ons discussion
- Topic: Note quantizer
- Replies: 2
- Views: 4944
- 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...

