Welcome to %s forums

BrainModular Users Forum

Login Register

Search found 163 matches

by antwan
26 Feb 2009, 20:53
Forum: Suggestions & improvements
Topic: Inputting serial data
Replies: 24
Views: 32602

yes but I forgot to clarify that after this message the program quits. So apparently it doesn't want to run without Delphi or C++Builder IDE?

a
by antwan
26 Feb 2009, 20:04
Forum: Suggestions & improvements
Topic: Inputting serial data
Replies: 24
Views: 32602

Hi,

I tried the test program but there was one little problem :) When I selected the COM port and clicked Open the software gives an alert box that states:
"Demo version runs only with Delphi or C++Builder IDE"

antwan
by antwan
14 Feb 2009, 17:59
Forum: News
Topic: Usine 4.11b update
Replies: 2
Views: 7013

thanks for all your hard work!

/a
by antwan
09 Feb 2009, 21:45
Forum: Suggestions & improvements
Topic: Inputting serial data
Replies: 24
Views: 32602

Hi,

No I'm still stuck using S2MIDI. I'd love to be running only one software though (=Usine!)...

antwan
by antwan
06 Feb 2009, 06:23
Forum: Patching questions
Topic: Select Text With Fader?
Replies: 2
Views: 4189

How about populating a list box (combo) with the names you want, connecting the fader out to the list box and using the listbox only as a display?

antwan
by antwan
01 Feb 2009, 20:44
Forum: Module development SDK
Topic: programming a trigger
Replies: 8
Views: 15576

They should contain the PpqPos of the start (beat 1) of the current bar or cycle. This is probably a question for Olivier then ;)

Cheers,

antwan
by antwan
01 Feb 2009, 12:22
Forum: Module development SDK
Topic: programming a trigger
Replies: 8
Views: 15576

Hi,

I've got (at least) one remaining problem with all this: I can't seem to be getting any reading from BarStartPos or CycleStartPos. Any idea why?

Cheers,

antwan
by antwan
31 Jan 2009, 20:53
Forum: Module development SDK
Topic: programming a trigger
Replies: 8
Views: 15576

Hi! Thanks once again! Actually I hacked it meanwhile after reading the definition of the flags enum somewhere online. So without understanding what I was doing I got it right by typing if (pMyUserModule->pMasterInfo->pTimeInfo->flags & 1 << 1) { So I was just coming back to change my question to: W...
by antwan
31 Jan 2009, 16:15
Forum: Module development SDK
Topic: programming a trigger
Replies: 8
Views: 15576

Hi Martin, Thank you, I got it to work! I wasn't far off actually but non-the-less I was making some stupid mistakes. Now I got it. I'll take the liberty to hijack my own thread for another question: How to use the VstTimeInfo flags. I was trying to read about this, but didn't quite understand. For ...
by antwan
30 Jan 2009, 10:12
Forum: Patching questions
Topic: Invert switch
Replies: 5
Views: 6773

Also, if you want it to send 0db when enabled and -80dB (instead of 1) when disabled try this:

Switch.out > Not > * (with -80 set in B port) > Volume

antwan
by antwan
28 Jan 2009, 21:36
Forum: Module development SDK
Topic: programming a trigger
Replies: 8
Views: 15576

Hi, So I'm playing around with the C++ SDK. I'm very slowly building understanding of things but already getting somewhere... Anyways, a question - I've posed this question before but for pascal-scripting: What's the correct way to program a user module outlet to give a trigger (like for example a b...
by antwan
28 Jan 2009, 17:51
Forum: Suggestions & improvements
Topic: Folding Control Panel Separator
Replies: 10
Views: 12218

Hi, Ok cool, thanks martin. Martin's sliders_bloc add-on definately gets you kind of where you want gurulogic... Just set the top-level local interface -module to "Top Control Panel" and try it out. Meanwhile, you are absolutely right that there is a bug with faders not re-appearing after they've be...
by antwan
28 Jan 2009, 12:04
Forum: Suggestions & improvements
Topic: Folding Control Panel Separator
Replies: 10
Views: 12218

Okay, I managed to try this out myself. Although it kind of worked it also didn't :) Problem is that the fader-modules don't remember their size and positioning in the interface after they have once been turned invisible. That's not so cool, perhaps, Olivier, this could be something to change? Anyho...
by antwan
28 Jan 2009, 10:41
Forum: Module development SDK
Topic: SDK V2 Feedbacks, it's here
Replies: 54
Views: 90280

Ah, of course the bin-folder! Found it.
Sorry I was looking in the ProjectDir/Release-folder... Silly me.

All good. Thanks,

antwan
by antwan
28 Jan 2009, 09:10
Forum: Suggestions & improvements
Topic: Folding Control Panel Separator
Replies: 10
Views: 12218

I think the invisible-approach is the way to go. If I understand you correct, there's a set of hundreds of faders in a patch that also contains other interface design modules. After you wish not to see this set of faders anymore, there's still other things you do want to see from that patch / track?...
by antwan
27 Jan 2009, 23:56
Forum: Module development SDK
Topic: SDK V2 Feedbacks, it's here
Replies: 54
Views: 90280

Hello once again,

Okay, so I got these things to compile okay.
But how do I actually get from compiling/building to having an actual module in usine? I can't find any usr-file etc. created as a result of the release-build.

Cheers,

antwan
by antwan
27 Jan 2009, 22:05
Forum: Patching questions
Topic: Font Color to Control Panel?
Replies: 5
Views: 8162

Hello,

Wouldn't "Separator & Panel"-module do the trick? Try the different settings on it.

antwan
by antwan
27 Jan 2009, 21:26
Forum: Patching questions
Topic: Font Color to Control Panel?
Replies: 5
Views: 8162

Hi,

Did you check this thread:
http://www.sensomusic.com/forums/viewtopic.php?id=1188

That's if I understand your problem correctly...

antwan
by antwan
27 Jan 2009, 16:43
Forum: Module development SDK
Topic: SDK V2 Feedbacks, it's here
Replies: 54
Views: 90280

Hi Martin,

Thanks for the clarification. That'll get me started. Though I'm still a bit scared of it all :)

antwan
by antwan
26 Jan 2009, 17:37
Forum: Module development SDK
Topic: SDK V2 Feedbacks, it's here
Replies: 54
Views: 90280

Hi, Just checking: Are all the projects included in the CPP SDK supposed to build succesfully? With UserDrawPad I get: 1>UseDrawPad.cpp 1>c:audiousine sdkcppusine cpp sdk v2auserdrawpadexampleusedrawpad.cpp(300) : error C2664: 'DrawTextW' : cannot convert parameter 2 from 'LPSTR' to 'LPCWSTR' 1> Typ...
by antwan
26 Jan 2009, 16:08
Forum: News
Topic: Usine 4.1 beta9 update
Replies: 7
Views: 12862

runagate,

i was also interested in this and received a clarification in this thread:
http://www.sensomusic.com/forums/viewtopic.php?id=1287

cheers,

antwan
by antwan
26 Jan 2009, 16:06
Forum: Patching questions
Topic: ipod touch and osc problem...
Replies: 10
Views: 12517

thanks for the info!

good to know...

antwan
by antwan
25 Jan 2009, 22:09
Forum: Patching questions
Topic: ipod touch and osc problem...
Replies: 10
Views: 12517

hi, and thanks for another update! I'm just interested what's changed in the osc engine? Is it merely internal or has something changed that we users might want to know about? I just got Mrmr and TouchOSC up and running with Usine. It's incredible. I think once the next TouchOSC update comes out wit...
by antwan
08 Jan 2009, 16:59
Forum: Suggestions & improvements
Topic: A couple of IML-suggestions
Replies: 3
Views: 5179

The IML was designed for the template engine, so something simple. I didn't realize that it could be so popular! I can turn it into something more powerful Yes, don't ignore the fact that you have created something ground-breaking :) 2) IML-created names (module names etc.) should maintain letter c...
by antwan
07 Jan 2009, 22:34
Forum: Suggestions & improvements
Topic: A couple of IML-suggestions
Replies: 3
Views: 5179

Here's my IML-wishlist so far, for this near-perfect tool: 1) Ability to set target patch to be a certain sub-patch and then do IML-commands within that sub-patch. 2) IML-created names (module names etc.) should maintain letter case and be case-sensitive. 3) When creating a sub-patch FROM FILE using...
by antwan
07 Jan 2009, 10:32
Forum: Patching questions
Topic: Template procedures : manipulation of variables?
Replies: 13
Views: 17669

Okay, I'm loving every minute of this. Definitely in scripting there's endless possibilities and - as Olivier said - things like what Vincent was asking for can already be carried out. I'm having lines of code like this, which are doing exactly what I want them to do: SendUsineMsg('CREATE_MODULE fad...
by antwan
06 Jan 2009, 15:08
Forum: Patching questions
Topic: Template procedures : manipulation of variables?
Replies: 13
Views: 17669

Yes, this is interesting. How to retrieve and make manipulations to IML variables using scripting? A tiny example would be great. And is this the key to getting the IML syntax to work within scripting the quotes as in bsorks example? I.e. SendUsineMsg('CREATE_MODULE fader1 3 100 100'); Cause I didn'...
by antwan
04 Jan 2009, 18:57
Forum: Patching questions
Topic: The template engine
Replies: 15
Views: 17905

Hello, Laying my first looks on 4.1... My my, I'm really impressed. I'm joining in on the Templates Engine & Internal Messages Language discussion with great enthusiasm. It seems to already be doing a lot of what I was seeing in my wildest dreams just a short while ago (referring to this discussion:...
by antwan
17 Nov 2008, 18:59
Forum: General discussion
Topic: Solving audio problems. Discussion on best Hard/Soft-ware config.
Replies: 7
Views: 10244

Hello, Just adding my case. I, too, am running bootcamp 2.1 with XP SP2, succesfully. The road to success was a windy one though and took a lot of work. I have no experience with SP3 because I don't want to fix something that isn't broken (anymore). I wrote something about the measures I had to take...
by antwan
11 Nov 2008, 14:50
Forum: Patching questions
Topic: how to use the busses?
Replies: 21
Views: 30175

thanks clearscreen. jeez, my patching skills are getting rusty. that's definately a cleaner patch.

antwan
by antwan
10 Nov 2008, 14:51
Forum: Patching questions
Topic: how to use the busses?
Replies: 21
Views: 30175

Hi stefan, The 'pass only if changed' passes the data when the value has changed. The rest of the time it sends nothing - which is different than zero. Let's say you have a switch that decides when the audio should pass to output and when not to. You could for example have a combination of two 'pass...
by antwan
31 Oct 2008, 14:32
Forum: Suggestions & improvements
Topic: Something called: Auto-patching
Replies: 7
Views: 9623

Hello, I've been lately thinking of a bigger scale suggestion. It's perhaps a bit hard to explain but I will try. And I'm sure others can join in with there suggestions of possible implementation. It's something one could call "Scripted patching" or "Automated patching". Truth is, I have no idea how...
by antwan
28 Oct 2008, 12:19
Forum: Patching questions
Topic: Scripting and Array length
Replies: 5
Views: 6382

Ok, that sounds like an interesting solution.
I will have a look at the Random Pattern Array to get the idea.

Cheers,

antwan
by antwan
28 Oct 2008, 10:38
Forum: Suggestions & improvements
Topic: button behaviour
Replies: 9
Views: 10963

Hello, Yes, slydeparis is right but there's one more thing to consider. I'm also quite sure Benjamin already knows this - and this might be behind the whole question. The switch solution works only when midi or key learnt. Not with the mouse. The Sep&Panel solution was an interesting one, but I gues...
by antwan
28 Oct 2008, 10:33
Forum: Patching questions
Topic: Scripting and Array length
Replies: 5
Views: 6382

Hi Thanks for fixing this one; the scripting may go on! I have another question though. If I have code getting or setting values from/to inputs/outputs, for example: GetLength(pArray) Is there a way to somehow cast a string variable in the place of pArray. To make myself clear: if I have a string va...
by antwan
25 Oct 2008, 20:45
Forum: News
Topic: Usine 4.0 beta 13 is out
Replies: 1
Views: 4254

Thanks once again!
by antwan
24 Oct 2008, 15:23
Forum: General discussion
Topic: Questions about Processing overhead, MIDI and scripting
Replies: 25
Views: 27706

Hi amiga909 1 - writeln works, yes. It writes to the trace window. 2 - I don't think there exists a full reference for the Usine scripting environment. Most basic pascal stuff seems to work. And the help-tab gives an idea (but not a full idea) of which commands it can take. Olivier will be better at...
by antwan
24 Oct 2008, 13:03
Forum: Patching questions
Topic: Scripting and Array length
Replies: 5
Views: 6382

Hi, I'm confused about this little problem: When I wire up a empty (size 0) array to the array-inlet of the simple example script, shown below, and an "execute" button to the execute-inlet, it claims that the length of the array is 1. Here's the script to demonstrate: VAR pArray : TParameter; VAR pE...
by antwan
24 Oct 2008, 11:12
Forum: General discussion
Topic: Questions about Processing overhead, MIDI and scripting
Replies: 25
Views: 27706

Ah yes, now I understand. A 2D array with a slot for every possible note. I'd say that's pretty genius! It's definately a cleaner script, that's for sure. Plus I had forgotten to take care of note on with 0 velocity. But incase anyone ever needs a script for "delete index from array", they can find ...
by antwan
23 Oct 2008, 16:33
Forum: General discussion
Topic: Questions about Processing overhead, MIDI and scripting
Replies: 25
Views: 27706

Hi bsork, Thanks for comments. I'm not sure I understand this part though: However, instead of using lots of temporary arrys, loops etc, I think it's a lot easier to use the MIDI data for array lookups. Hence, I'm having trouble understanding the rest of it :) But I sure would like to understand! Co...
by antwan
23 Oct 2008, 13:36
Forum: General discussion
Topic: Questions about Processing overhead, MIDI and scripting
Replies: 25
Views: 27706

Hi Eric, Here's a modified (in a big way) version of the midi transpose script that takes care of note off's even if the transposition has changed since the note on. Seems to work alright after a quick test. // ADVANCED MIDI TRANSPOSE // Parameters declaration VAR input : Tparameter; VAR output : Tp...
by antwan
22 Oct 2008, 07:33
Forum: General discussion
Topic: Questions about Processing overhead, MIDI and scripting
Replies: 25
Views: 27706

Eric, I'm not in front of my laptop/usine so can't check on the midi transpose script specifically but in general wherever you see a GetValue (or GetMidiArrayValue etc.) is when the input is read. If the value is assigned to a variable that's when the variable gets updated. I'll have a look at the s...
by antwan
21 Oct 2008, 21:48
Forum: General discussion
Topic: Questions about Processing overhead, MIDI and scripting
Replies: 25
Views: 27706

Hi there! In the scripting window there's a tab ("help" I think) with most of the available commands. That list together with all the examples an user add-on scripts around (and of course help here at the forum) has gotten me quite far personally. Anyways, I've been following the thread and will be ...
by antwan
13 Oct 2008, 10:47
Forum: Patching questions
Topic: Scripting question: finding specific values in arrays
Replies: 4
Views: 5771

Indeed you're right. And only if that is true does one need to do "len := GetLength(pIn);"
Works like a charm. Thank you sir.

antwan
by antwan
12 Oct 2008, 21:19
Forum: Patching questions
Topic: Scripting question: finding specific values in arrays
Replies: 4
Views: 5771

Hello, Thanks so much. I will proceed to try this out. I'm pretty sure I understand your explanation of the HasChanged strategy. I even think I once made a script that behaved exactly like that (basically the whole execution of the script begins with: len := GetLength(pIn); IF (hasChanged = 1) AND (...
by antwan
12 Oct 2008, 21:10
Forum: Add-ons discussion
Topic: Insert/Delete Array Element
Replies: 7
Views: 9619

@Olivier: Thanks! I will give it a shot. I will see if this also helps with the problems I had with the Set Array Value module. I never exactly understood the problem I was having. @bsork: Yes, I figured you're subpatch was a bit more complicated than what I needed. I just got interested in the fact...
by antwan
11 Oct 2008, 20:12
Forum: Patching questions
Topic: Scripting question: finding specific values in arrays
Replies: 4
Views: 5771

Hi, I'm looking to build a system which would find the indexes of an array that contain a certain value. I reckon this would require some scripting? So I guess I'd need a script that inputs an array and a float/integer. Then it should go through the array and output an array containing the index num...
by antwan
11 Oct 2008, 18:06
Forum: Add-ons discussion
Topic: Insert/Delete Array Element
Replies: 7
Views: 9619

Hi, I've never tried this subpatch before but now I have the need for exactly something like this. But... I can't get this to work. Is it something within Usine that has changed? What I need is: When a value changes it increases the size of the array by 1 and feeds that new value into the new slot o...
by antwan
08 Oct 2008, 14:14
Forum: News
Topic: Usine [4.0] Touch Screen Edition is out!
Replies: 20
Views: 40012

nice-nice-nice!

thanks a million, olivier.
and now via the download page to some patching madness!

have fun everyone.
by antwan
03 Sep 2008, 15:19
Forum: News
Topic: Usine 4.0 out soon!
Replies: 23
Views: 38327

massive.
by antwan
28 Aug 2008, 17:16
Forum: General discussion
Topic: I need your opinion about the interface
Replies: 9
Views: 11789

I, personally, am not sure about your proposition (cause I don't see the advantage it brings) but I can give you a scenario I do run into a lot nowadays: My workspace building is more and more going to the direction of interface building. Basically I am ending up with a screenful of interfaces of my...
by antwan
19 Aug 2008, 18:47
Forum: Suggestions & improvements
Topic: "num virtual" option to Midi Learns?
Replies: 1
Views: 2914

Hi, As I do a midi learn I sometimes find myself yearning for a possiblity to specify the num virtual of the device. I.e. if I have two midi in devices, both sending on midi ch 1, sending the same CC numbers etc. it could be great to have the option to specify the num virtual so that the two devices...
by antwan
19 Aug 2008, 18:42
Forum: Suggestions & improvements
Topic: Interface builder improvements
Replies: 16
Views: 18870

cool!

antwan
by antwan
18 Aug 2008, 08:34
Forum: Suggestions & improvements
Topic: Interface builder improvements
Replies: 16
Views: 18870

Thanks!

I think it might be a good idea for the visible/invisible also to have an outlet. So you can also only _get_ the information of a window's status.
Make any sense?

br,

antwan
by antwan
17 Aug 2008, 15:12
Forum: Suggestions & improvements
Topic: Interface builder improvements
Replies: 16
Views: 18870

I'm definately suffering from the same phenomenon here as martignasse. Hoping there we could find a solution to this problem. I'm kind of missing the days when the visibility of a VST or an interface was switch based and not trigger based. I.e. you could just feed a 0 into the 'show' inlet and be su...
by antwan
10 Aug 2008, 14:46
Forum: General discussion
Topic: A screen shot of the next version
Replies: 18
Views: 23346

This is so damn amazing that I think I need to go to a sauna to cool off!

antwan
by antwan
08 Aug 2008, 20:32
Forum: Patching questions
Topic: Event flow puzzle
Replies: 25
Views: 32733

Hi, I just updated from version 3.63 up to 3.68f. I'm happy I did, it's packed with great new features. ... But, I had to dig up this thread because what I solved here, doesn't work anymore. Senso - or some other kind soul - any idea what's changed in event processing since 3.63 to cause that this p...
by antwan
04 Aug 2008, 19:00
Forum: General discussion
Topic: usine for my live PA?
Replies: 10
Views: 14758

So, thanks for the more in-depth info. First a few notes on general level, then a funny little introduction to get you started on patching. Well, routing audio and midi (both internally and externally) doesn't get much more versatile than Usine. My example: I have a MPC1000 slaving to Usine succesfu...
by antwan
04 Aug 2008, 10:18
Forum: General discussion
Topic: usine for my live PA?
Replies: 10
Views: 14758

oh sure. working on it. will post more a bit later today.

antwan
by antwan
03 Aug 2008, 11:09
Forum: General discussion
Topic: usine for my live PA?
Replies: 10
Views: 14758

hi there, put simply, usine is capable of pretty much everything once you get the hang of it. I guess the main question is what in Ableton live IS working for you and what ISN'T? I.e. what do you want to be like in Live and what do you want different, in how your setup works. If you are very new to ...
by antwan
02 Aug 2008, 17:11
Forum: General discussion
Topic: problem with presonus firebox
Replies: 7
Views: 25712

hi, since i don't know anything much about the firebox - although my band mate runs one with a macbook and the older bootcamp - apparently quite succesully - i can't really say if that might be caused by something in the firebox settings. But assuming it's something else, here's a copy/paste of what...
by antwan
02 Aug 2008, 15:16
Forum: General discussion
Topic: problem with presonus firebox
Replies: 7
Views: 25712

yes, I doubt it has anything specifically to do with Usine. Naturally, we will need to know more to be sure. It's most likely a firewire controller / hotfix problem, serious device conflicts, interference of wlan or bluetooth and/or graphics card... most likely latency spikes in general. Or just lac...
by antwan
02 Aug 2008, 10:33
Forum: General discussion
Topic: problem with presonus firebox
Replies: 7
Views: 25712

hi there julien, welcome to the usine forum. there's some rather likely causes but let's start with these simple questions: can you confirm whether you have these noise problems also with other music software? how would you describe the noise? also, which windows version are you running? have you op...
by antwan
22 May 2008, 10:26
Forum: Add-ons discussion
Topic: [Seqencer] - Continuous Loop Recorder
Replies: 0
Views: 3945

I just added an old test patch based on franck's idea. The related discussion can be followed here: http://www.sensomusic.com/forums/viewtopic.php?id=659 The idea is to add this patch when in sequencer mode, add loop markers. This patch will record every pass (loop) in between those markers into fil...
by antwan
22 May 2008, 10:21
Forum: General discussion
Topic: Loop recording
Replies: 19
Views: 27989

theorbe,

I just now added the patch into add-ons. Sorry, I had completely forgotten to do that. You may need to tweak it to suit your needs but it's very simple.

best regards,
antwan

PS. Olivier, thanks again for a great update!
by antwan
16 Apr 2008, 18:02
Forum: Patching questions
Topic: Live Guitar MultiFX with Line6 POD XT Live as Controller/Audio Interfc
Replies: 5
Views: 8600

Hi, Welcome to the world of Usine. You will love it once you get the hang of it! Assuming the Line6 control in question is - let's say the expression pedal - why not create a fader (interface design) and midi learn that to the pedal. I didn't quite get what you wanted to be done with the incoming mi...
by antwan
14 Apr 2008, 20:16
Forum: Patching questions
Topic: Event flow puzzle
Replies: 25
Views: 32733

Hi, ok I hacked it. So for those interested, here's the solution for the last problem. I still have only 16 switches but i connected them to every second inlet - all the same, this is how to set it up for 32-step SeqSwitches: http://farm3.static.flickr.com/2037/2413432615_00c7ff29cc_o.jpg thanks for...
by antwan
14 Apr 2008, 09:21
Forum: Patching questions
Topic: Event flow puzzle
Replies: 25
Views: 32733

Hi,

yes I know, that was the plan. The question was how to distribute the incoming 32Array (coming from the left, from the 4 x SeqSwitches, the slaves) into those two master 16-step SeqSwitches...

cheers

antwan
by antwan
13 Apr 2008, 11:31
Forum: Patching questions
Topic: Event flow puzzle
Replies: 25
Views: 32733

Hi, in a way you're correct... The only problem is where to connect the (in this case, 32) switches? This is the reason why I was inclined to use two 16step SeqSwitches as masters, so i would have a place to connect all 32 midi learnt switches. If I have a Array (set or display) module it will only ...
by antwan
12 Apr 2008, 12:37
Forum: Patching questions
Topic: Event flow puzzle
Replies: 25
Views: 32733

Hey. Thanks a lot Olivier for the new release. It indeed did solve the remaining problem. Now that it works I'm again interested in making this work with SeqSwitches of 32 steps. I can see how to use the concat array module to join two 16 step "master" SeqSwitches but how do I get it to work on the ...
by antwan
09 Apr 2008, 17:18
Forum: Patching questions
Topic: Scripting: Outputting a rapid flow of values
Replies: 5
Views: 7380

Hi,

It took me a while, but now I finally got it. Now I understand the logic behind it. Thanks man.

antwan
by antwan
09 Apr 2008, 14:26
Forum: Patching questions
Topic: Scripting: Outputting a rapid flow of values
Replies: 5
Views: 7380

thanks, yes that seems to do the trick. but building upon this... what if i want that to happen once under some condition: let's say if this and that variable is 1 then output numbers from 0 to 7. Just putting that part of code within a if-phrase clearly wont work because it is no longer a loop of a...
by antwan
09 Apr 2008, 13:10
Forum: Patching questions
Topic: Scripting: Outputting a rapid flow of values
Replies: 5
Views: 7380

Hi, There's something i'm forgetting, i'm sure... But it's a while since I've last been scripting. What I'm wondering is how to make the script output a fast flow of numeric values. I tried achieving that by using a for-loop, like: for i := 0 to 7 do begin SetValue(output, i); end; What I hoped to g...
by antwan
09 Apr 2008, 10:32
Forum: Patching questions
Topic: Event flow puzzle
Replies: 25
Views: 32733

This thread became even more interesting along with Olivier's response. It's indeed a interesting territory of patching.

And sure, you may post an example. Of course!

antwan
by antwan
05 Apr 2008, 14:05
Forum: Patching questions
Topic: Event flow puzzle
Replies: 25
Views: 32733

Yes,
I too find it a very interesting puzzle. Yet to solve it myself. If you come up with anything, let me know...

antwan
by antwan
04 Apr 2008, 19:47
Forum: Patching questions
Topic: Event flow puzzle
Replies: 25
Views: 32733

If you mean did I try to insert "pass only if has changed" modules in between the four SeqSwitch's values outlets and the Selector's inlets then yes, i tried that.

Cheers,

antwan
by antwan
04 Apr 2008, 19:21
Forum: Patching questions
Topic: Event flow puzzle
Replies: 25
Views: 32733

Hi, Yes. I still have the same problem even if I add a "pass only if has changed" module everywhere where there wasn't one in the previous image i posted. I.e.: A) 4 x between the SeqSwitch modules and the Selector B) 1 x between the SeqSwitch "master" module and the Dispatch module So still a probl...
by antwan
04 Apr 2008, 17:28
Forum: Patching questions
Topic: Event flow puzzle
Replies: 25
Views: 32733

Hey, Ok, so whether I would use a master / invisible SeqSwitch or some Array modules I think my problem still remains this: Here's my current setup (you can't see it all but you can imagine the rest of SeqSwitch modules): http://farm3.static.flickr.com/2359/2386952665_51e0b82c9b_o.jpg The problem is...
by antwan
04 Apr 2008, 16:14
Forum: Patching questions
Topic: Event flow puzzle
Replies: 25
Views: 32733

Hi, yes I got this to work. With Oliviers tip - plus the addition that I had also a Selector connected to the same Select as the dispatch with inputs coming from all SeqSwitches. A few Pass If Changed in between and the thing works fine. The main reason that I'm interested why I can't use Array modu...
by antwan
04 Apr 2008, 15:49
Forum: Patching questions
Topic: Event flow puzzle
Replies: 25
Views: 32733

Hi, yes, your first reply didn't quite catch what I'm trying to do but your second post seems to be on track. If you have anything related to this at home I'm very interested. My feeling would be to use some Array (display or set) -modules in conjuction with the "values" inlets and outlets of the Se...
by antwan
03 Apr 2008, 12:11
Forum: Patching questions
Topic: Event flow puzzle
Replies: 25
Views: 32733

Hello all, I'm battling to solve an event flow problem which I can't seem to get around. I have four Switch (Sequenced) modules with 8 steps. I have 8 buttons on a control interface midi learnt to 8 switches in my patch. I wish to be able to use the 8 buttons to set any of the 8 steps in any of the ...
by antwan
29 Mar 2008, 13:56
Forum: Suggestions & improvements
Topic: multiple midi outs per track?
Replies: 2
Views: 4081

Hi,

That sounds like a great solution.

Cheers,

antwan
by antwan
28 Mar 2008, 19:17
Forum: Suggestions & improvements
Topic: multiple midi outs per track?
Replies: 2
Views: 4081

Hello... I have a few questions/suggestions regarding the midi outs (and ins) of a track. I find myself running out of tracks because there can only be one virtual midi out per track. I'm using up a whole track just to route some midi outs. Could it be possible to have a selector on the midi out mod...
by antwan
11 Mar 2008, 11:39
Forum: General discussion
Topic: Laptop advice.
Replies: 30
Views: 45787

Hi moody33, after many gigs since my last posting in this thread, I can confirm I now have a system that works rock-solid. A lot of the problems had to do with Motu Ultralite's poor Windows drivers but some of them are well known Windows-problems which could appear with other sound interfaces as wel...
by antwan
29 Jan 2008, 14:45
Forum: Suggestions & improvements
Topic: Small suggestions concerning patching
Replies: 1
Views: 3028

Hi, just a few small suggestions that have come up: - It could be nice to be able to resize the knob module in interface builders, resulting in knobs of different sizes. - I absolutely love the new auto-scroll feature while patching: dragging a cable out of window bounds and the view scrolls in that...
by antwan
27 Jan 2008, 18:37
Forum: General discussion
Topic: Laptop advice.
Replies: 30
Views: 45787

Hi Golcondio, I've actually been struggling the last couple of days with the issues you mentioned. I got a second hand Ultralite in good condition for a good price, so I thought: that looks like a interface of my choice. Only AFTER i bought it did I notice how the word was out all over the internet ...
by antwan
27 Jan 2008, 18:25
Forum: General discussion
Topic: Working on the VST version
Replies: 18
Views: 27023

Hi,

I know I use A LOT of midi/audio/data buses between patches. I don't know if there's any way of making them work between several such Usine Lite VST instances?

antwan
by antwan
20 Jan 2008, 19:50
Forum: General discussion
Topic: About the Image, picture -module
Replies: 4
Views: 5809

hi,

great, thanks. actually to be more specific: the zoom control only seems to resize it horizontally with settings 8-250. And only after approx 250 it starts to zoom also vertically.

antwan
by antwan
20 Jan 2008, 19:07
Forum: General discussion
Topic: About the Image, picture -module
Replies: 4
Views: 5809

yes it's set to 100%. Also tried other settings but it just scales the distorted image. /antony
by antwan
20 Jan 2008, 17:53
Forum: General discussion
Topic: About the Image, picture -module
Replies: 4
Views: 5809

I'm just using the "Image, picture" -module for the first time but as I was trying to load a file I got some distorted results. I have an image 16 pixels high, but Usine seems to stretch the image vertically. Horizontally it seems the right size. Same happens whether I bring in the same file as BMP ...
by antwan
15 Jan 2008, 13:54
Forum: Patching questions
Topic: Solo/mute patch
Replies: 22
Views: 26916

thanks.

i'll give it a look - and possibly return to using a script :)

antwan
by antwan
15 Jan 2008, 13:51
Forum: Add-ons discussion
Topic: Endless Rotary Encoders
Replies: 1
Views: 4315

Hi,

New add-on: EndlessEncoder X8
A script and example patch to make use of endless rotary encoders on your controller / keyboard - to avoid parameter jumps.


cheers,

antwan
by antwan
15 Jan 2008, 13:49
Forum: General discussion
Topic: Midi Learn: Relative - with M-audio Axiom
Replies: 12
Views: 15969

Hi,

I have now uploaded this package to the add-ons. Give it a try if you have endless encoders...

antwan
by antwan
15 Jan 2008, 11:19
Forum: General discussion
Topic: Midi Learn: Relative - with M-audio Axiom
Replies: 12
Views: 15969

hi,

cheers! i'll give it a try in a couple of hours. thanks.

antony
by antwan
15 Jan 2008, 10:42
Forum: General discussion
Topic: Midi Learn: Relative - with M-audio Axiom
Replies: 12
Views: 15969

Hi, thanks for the suggestions - makes sense! I'll make those improvements and prepare it for upload to the add-ons section. The error message is really annoying though because it basically makes it impossible to use the trace window for anything else. I'll try and have another look today if I can g...
by antwan
14 Jan 2008, 19:45
Forum: General discussion
Topic: Midi Learn: Relative - with M-audio Axiom
Replies: 12
Views: 15969

Hi, returning to this question. I made a script for myself which (together with some fancy "pass if has changed" -patching) works nicely with the endless rotary knobs of the axiom, controlling VSTs. The only problem is that suddenly sometimes the script starts giving a continuous never-ending error ...
by antwan
14 Jan 2008, 19:37
Forum: Patching questions
Topic: Solo/mute patch
Replies: 22
Views: 26916

Hi, Strange, i opened this patch (made with the Multiple Vars) with the new version of Usine, hadn't used it for a while. And it seems it doesn't work now. When a Solo is pressed, it also Mutes the channel that was soloed. i.e. it mutes all channels regardless. Any thoughts on what has changed? antwan
by antwan
05 Jan 2008, 20:24
Forum: General discussion
Topic: Please help me to protest against wikipedia!
Replies: 8
Views: 12413

wow. maybe the guys at Wikipedia have sidejobs at Cycling74 or something...

i left my mark on the page as well. hope they will hear us.

antwan
by antwan
22 Dec 2007, 18:56
Forum: Patching questions
Topic: MIDI Clock Out *building a new version* + other questions
Replies: 3
Views: 5846

Hello, thanks a lot for your quick reply. Ok, I will gladly wait for the new version. I also noticed that the slave device has great difficulties keeping sync when tempo is changed. There must be some special programming in Live and other similar hosts because the same problem doesn't exist there. H...
by antwan
22 Dec 2007, 17:57
Forum: Patching questions
Topic: MIDI Clock Out *building a new version* + other questions
Replies: 3
Views: 5846

Hi, After a long pause in investigations I'm battling with Midi clock and MMC issues again. I had serious difficulties when using the existing Midi Clock in / out add-ons. So, I started to build my own midi clock out patch: http://farm3.static.flickr.com/2298/2128410105_618f73a143_o.jpg I'm sending ...
by antwan
21 Dec 2007, 09:15
Forum: Suggestions & improvements
Topic: Inputting serial data
Replies: 24
Views: 32602

sure, I understand. you could get an arduino, one simple switch and some connecting wire and you're basically ready to go. maybe one led to test the data the other way... if you like, you could also check the source code of this simple opensource application called S2MIDI, which basically receives d...
by antwan
20 Dec 2007, 13:54
Forum: Suggestions & improvements
Topic: Inputting serial data
Replies: 24
Views: 32602

Although I'm not an actual programmer, I think you might be able to set this up even without having an arduino handy. I'll gladly be your beta tester. Forgive me if what I'm saying is nothing new to you - just trying to discuss this further. The same principle works for also other boards. Basically:...
by antwan
18 Dec 2007, 08:32
Forum: Suggestions & improvements
Topic: Inputting serial data
Replies: 24
Views: 32602

Hi, great. Well the arduino microcontroller is programmed with c++ (or c ?)... anyways. i think it's rather straightforward and simple. one should be able to select the serial port (COM #). here's a simple code loaded to the arduino for reading the digital and analog input pins and sending them for ...
by antwan
13 Dec 2007, 15:54
Forum: Suggestions & improvements
Topic: Inputting serial data
Replies: 24
Views: 32602

hi Olivier, I wonder if you would have interest in implementing inputting of raw serial data for use with interfacing boards like Arduino / Wiring? This would cancel the need of using programs like Pure Data or Max/MSP in between, inputting the serial data from the USB port and converting it to OSC....
by antwan
04 Dec 2007, 13:05
Forum: General discussion
Topic: Usine is to difficult for starters
Replies: 44
Views: 58382

my 5 cents. you know that feeling sometimes when you know exactly what you want? but for whatever reason you have to delegate the job to someone else. and it leads to disappointments. and you wish you would've just done it yourself... i find usine is best of both worlds in the sense that olivier pro...
by antwan
30 Nov 2007, 20:07
Forum: Patching questions
Topic: Scripting: Newbie at work...
Replies: 15
Views: 21284

hi,

thanks guys, worked like a charm.

antwan
by antwan
30 Nov 2007, 19:44
Forum: General discussion
Topic: Loop recording
Replies: 19
Views: 27989

hi franck, about recording a mixdown loop: If I read you correct, into the patch I provided you want to record the output of many other tracks in the sequencer, combined? If so: In all the patches that you want to be recorded into the recorder patch replace the Audio Out module with a Send Audio Bus...
by antwan
29 Nov 2007, 10:34
Forum: General discussion
Topic: Midi Learn: Relative - with M-audio Axiom
Replies: 12
Views: 15969

Yes, the midi learn for the fader in question was on relative. What was happening (depending on the inc/dec setup on axiom) was that: 1) the fader was increasing when rotating the encoder either way or 2) the fader was increasing when the encoder was rotating one way and nothing happened when it was...
by antwan
28 Nov 2007, 21:41
Forum: Patching questions
Topic: Scripting: Newbie at work...
Replies: 15
Views: 21284

hi,

what's the proper way to script a trigger to come out of one of the ouputs?
i.e. lets say we have an output in the script module called "trigger" and under some condition I want a rapid 1 and then 0 to come out from "trigger".

thanks,

antwan
by antwan
28 Nov 2007, 20:25
Forum: General discussion
Topic: Loop recording
Replies: 19
Views: 27989

Maybe I should change the location to "file" - would that solve it? or is that not an option? Also - did you have the same experience that upon loading this patch to the sequencer, the rec2 goes on immediately, even though the On/off switch is off? I can't understand why? When I get these solved I c...
by antwan
28 Nov 2007, 20:14
Forum: General discussion
Topic: Midi Learn: Relative - with M-audio Axiom
Replies: 12
Views: 15969

Hi, I'm just learning to change the mode of the rotary encoders on my m-audio axiom 61 to increment/decrement mode. I can't get them to work though, it seems Usine can't understand the inc/dec messages correctly. Here's the link to the manual (this part is covered on page 19 of the PDF): http://www....
by antwan
28 Nov 2007, 19:23
Forum: General discussion
Topic: Loop recording
Replies: 19
Views: 27989

Hi franck, Okay here's a patch that you can drag into the sequencer, add loop markers . Then when ready put the Recording On/Off switch On and it should work. Usine will place the files in your WAV-folder (assigned in the Setup window) and give them random names. They will however stay in the file l...
by antwan
28 Nov 2007, 13:41
Forum: General discussion
Topic: Loop recording
Replies: 19
Views: 27989

hi okay, i know close to nothing about the sequencer but couldn't one build such a patch? a quick sketch: lets say you have two alternating recording samplers. one records a loop and when it stops the second one starts while the first one saves to a random name. second one stops, first one starts ag...
by antwan
27 Nov 2007, 21:38
Forum: General discussion
Topic: need a little help - emergency
Replies: 4
Views: 7219

hi,

if it still loops, change the sync mode of the sampler from "loop" to "play button" - but you probably already figured that out.
good to hear that it works!

antwan
by antwan
27 Nov 2007, 20:26
Forum: General discussion
Topic: need a little help - emergency
Replies: 4
Views: 7219

hi, i'm not sure I understand exactly what you mean but: you mean you have a sampler module with many samples loaded into the file list. then you want to have one button assigned to keystroke "L" which - when pressed - changes to the next sample and plays it? if so: create a Button and a Wait 1 modu...
by antwan
27 Nov 2007, 08:54
Forum: General discussion
Topic: sampler with "midi only"
Replies: 5
Views: 7322

Hi, that's the thing, the Usine sampler - in all its simplicity - has features that I believe something like Kontakt doesn't. For what I'm doing I also need the rec, save random and next/prev inlets. ASFIK I couldn't do that with Kontakt (correct me if im wrong?)... I think a couple of more core fea...
by antwan
26 Nov 2007, 14:30
Forum: General discussion
Topic: sampler with "midi only"
Replies: 5
Views: 7322

hi,

thanks moody33,

yes i forgot to mention that i'm especially wishing to find a polyphonic suggestion. nontheless, thanks for this monophonic solution!

antwan
by antwan
26 Nov 2007, 13:17
Forum: General discussion
Topic: sampler with "midi only"
Replies: 5
Views: 7322

hi, is it so that there is no way to have the sampler loop between start and end pos when sync mode is set to "midi only"?

best regards
antwan
by antwan
23 Nov 2007, 12:33
Forum: General discussion
Topic: Global Synchro and Local Syncro drift with same BPM
Replies: 9
Views: 12406

Hi, basically what I'm testing is issues with sync drift between two computers running Usine via OSC. This was just a simplified setup of that (a simulation of that on one computer...) and I noticed this sync drift even without the other computer involved... Thats why I have the data bus, as a simul...
by antwan
22 Nov 2007, 16:43
Forum: General discussion
Topic: Global Synchro and Local Syncro drift with same BPM
Replies: 9
Views: 12406

is that with both within the same patch or via data bus to another patch?
also is that Global Synchro.On to Local Synchro.On or Global Synchro.Cycle start to Local Synchro.On or what is your wiring?

antwan
by antwan
22 Nov 2007, 11:02
Forum: Patching questions
Topic: Solo/mute patch
Replies: 22
Views: 26916

fascinating.
it's still hard sometimes to figure out when to go for scripting and when to stick to module-building.
:)

antwan
by antwan
22 Nov 2007, 09:51
Forum: Patching questions
Topic: Solo/mute patch
Replies: 22
Views: 26916

thanks bsork, looks good. i'm looking into improving this script further so that: - if some channel was muted before solo is activated, it will return to be muted after the solo is disactivated - also so that several solos can be active at the same time (as moody33 mentioned) i'll have to see how th...
by antwan
22 Nov 2007, 09:46
Forum: General discussion
Topic: Global Synchro and Local Syncro drift with same BPM
Replies: 9
Views: 12406

thanks man,

antwan
by antwan
21 Nov 2007, 22:56
Forum: General discussion
Topic: Global Synchro and Local Syncro drift with same BPM
Replies: 9
Views: 12406

i understand that the way you described it will keep the two in sync (cycle start -> restart). this was more like just a test. i dont understand why they would loose sync if they have the same tempo and were started at the same time...?

antwan
by antwan
21 Nov 2007, 19:51
Forum: Patching questions
Topic: Solo/mute patch
Replies: 22
Views: 26916

Funny you mention, one reason I'm learning scripting right now was to make something like this. I'm a silent candidate cause it might take me time :) if someone more experienced is up for it, go right ahead!

antwan
by antwan
21 Nov 2007, 18:59
Forum: Patching questions
Topic: Scripting: Newbie at work...
Replies: 15
Views: 21284

Hello, okay so I tried to follow both of your advice, but apparently did something wrong > it's giving a type mismatch. here's what i ended up with: ////////////////////////// // Remaps each midi note from range 60-71 to triggers ///////////////////////// // parameters declaration var input : Tparam...
by antwan
21 Nov 2007, 17:38
Forum: General discussion
Topic: Global Synchro and Local Syncro drift with same BPM
Replies: 9
Views: 12406

Hiya, Question: I have a patch on Track 1 with a Global Synchro module, I'm also using a sampler and some math to get a short click on the "1" of each bar. The On outlet is sent into a Data bus. Then I have an identical patch on Track 2 except that the Global Synchro module is a Local Syncro module,...
by antwan
21 Nov 2007, 08:22
Forum: Patching questions
Topic: Scripting: Newbie at work...
Replies: 15
Views: 21284

hi guys,

thanks for your replies, i'm right now solving another patch but after I get it done, I'll get back to learning scripting and have a good look at your tips. When I do, I will probably have more questions about your codes. Till then! Thanks,

antwan
by antwan
19 Nov 2007, 21:49
Forum: Patching questions
Topic: Scripting: Newbie at work...
Replies: 15
Views: 21284

Hi there, I'm taking a journey into the realms of scripting in Usine. Hands up anyone who cares to help a complete amateur! I've spent an evening intensively looking through the forum, at script examples and the manual and I'd say I've gotten somewhere from square one but still have mileage to cover...
by antwan
15 Oct 2007, 18:46
Forum: News
Topic: New version (3.30) major Update LiveKit edition
Replies: 5
Views: 10261

hello,

i also think the "show" inlet of the new local interface module (which is superb by the way, thanks for all your hard work!) should be similarily switch based. this way i can automate the local interface window to close and open on patch change...

3.32 looks fantastic.

antwan
by antwan
13 Oct 2007, 18:06
Forum: News
Topic: New version (3.30) major Update LiveKit edition
Replies: 5
Views: 10261

hi,

yes, that's what i figured. I think it's not so good. I would go back to the switch-based version. It gives more possibilities than it takes :)

antwan
by antwan
13 Oct 2007, 10:29
Forum: News
Topic: New version (3.30) major Update LiveKit edition
Replies: 5
Views: 10261

About the "show button" (former switch)... I can't quite get the logic here. now, since it's a button, there's no way of sending a "close if open" signal to a vst window for instance... when this was switch-based, one could just send a zero to that inlet and be sure an open window will be closed... ...
by antwan
08 Oct 2007, 17:51
Forum: General discussion
Topic: How to delete a track?
Replies: 3
Views: 5943

hi nofish...

check out this thread:

http://www.sensomusic.com/forums/viewtopic.php?id=66

as you can see there's been some talk about adding a "delete track" earlier, but so far it still this way...

best regards,

antwan
by antwan
06 Oct 2007, 18:19
Forum: General discussion
Topic: Tracks - how to see more than 9?
Replies: 2
Views: 4544

Hi,

thanks nay-seven. that's exactly the simple response i was expecting! :)

antwan
by antwan
06 Oct 2007, 16:07
Forum: General discussion
Topic: Tracks - how to see more than 9?
Replies: 2
Views: 4544

Hi,

this is kind of basic, but can't find the answer elsewhere...
Only 9 tracks fit on my screen. If I add more, how do I get to see them?

thanks,

antwan
by antwan
26 Sep 2007, 21:41
Forum: Suggestions & improvements
Topic: a pile of suggestions (and a couple of bugs?)
Replies: 5
Views: 7472

Hi olivier and others, I've compiled a list of suggestions here. Most of them are related to Patching, a couple of general suggestions and also a few possible bugs. I will also send them via email, olivier. Two remarks: - i must remind you that despite these suggestions i nontheless completely adore...
by antwan
22 Sep 2007, 13:57
Forum: General discussion
Topic: About using OSC
Replies: 2
Views: 5214

Hi,

I'm just upping this thread as I'm still not getting this.

Olivier, could you give a quick rundown on how OSC is supposed to work in its simplest form? What might I be doing wrong?

Thanks

antwan
by antwan
15 Sep 2007, 11:37
Forum: General discussion
Topic: About using OSC
Replies: 2
Views: 5214

Hi, I'm trying to get two computers (One PC one MACBOOK with bootcamp), both running Usine, to send/receive data using OSC. I'm new to OSC so I'm trying something very simple. Let's say: sending a integer and receiving an integer. I activated OSC on both computers. On the sending side I threw in a O...
by antwan
14 Sep 2007, 21:12
Forum: Patching questions
Topic: problem with sampler in ver 3.20
Replies: 5
Views: 7814

that did it,

you rok.

/a
by antwan
13 Sep 2007, 15:53
Forum: Patching questions
Topic: Looking for a simple metronome solution
Replies: 7
Views: 10589

Hi nofish, here's my suggestion. only one sampler needed and separate accent and normal clicks: so add a sampler, into the file list first add the accent then the normal click sounds. set the sync mode of the sampler to "play button". add the required audio outputs to the the sampler. then add a Glo...
by antwan
12 Sep 2007, 22:39
Forum: Patching questions
Topic: problem with sampler in ver 3.20
Replies: 5
Views: 7814

hi again,

forgot to specify that at least I get different results with this same workspace i sent you with 3.05b and 3.20beta2. this is why i think this is the root of my problem.

antwan
by antwan
12 Sep 2007, 22:36
Forum: Patching questions
Topic: problem with sampler in ver 3.20
Replies: 5
Views: 7814

i sent you mail.

i decided to send you this simplified scenario. my original workspace would be quite a jungle to understand.
let's start with this :)

antwan
by antwan
12 Sep 2007, 22:05
Forum: Patching questions
Topic: problem with sampler in ver 3.20
Replies: 5
Views: 7814

hi, i used to have a looper patch that worked like a dream still in 3.05. something strange has happened since then. i'm now working in 3.20 and trying to figure this all out. my problem can be stripped down to this simple demonstration: I have a metronome patch giving a click (one accent three regu...
by antwan
05 Sep 2007, 08:42
Forum: General discussion
Topic: a cool tool
Replies: 12
Views: 15336

hey bsork, thanks for joining in on solving the mystery. which link did you use on that page you mentioned. The devince-machine link doesn't work for me. Anyhow, that seems to be a very old version. The newest can be found following the link towards the top of this thread: http://forum.monome.org/to...
by antwan
04 Sep 2007, 23:41
Forum: General discussion
Topic: a cool tool
Replies: 12
Views: 15336

hello,

it's in the readme file that came with the package. my readme file is titled MonoChrome(rc8)-README. The readme file also has the version history. I don't know if you can see it elsewhere.
I guess OSC has nothing to do with this if I don't own/use a monome?

antwan
by antwan
04 Sep 2007, 21:01
Forum: General discussion
Topic: a cool tool
Replies: 12
Views: 15336

hi,

i tried what you suggested but no luck. still nothing seems to be coming out of the midi out port of monochrome.
which version do you have (R8?)

thanks

antwan
by antwan
04 Sep 2007, 19:50
Forum: General discussion
Topic: a cool tool
Replies: 12
Views: 15336

hi nay-seven, just downloaded monochrome. can't seem to get it to do anything. ive got monochrome receiving midi from my midi-keyboard and sending midi to a vsti. it doesn't seem to send any midi with any preset. could you - or someone - give me a quick run-down on what i might be doing wrong? i'm e...
by antwan
03 Sep 2007, 16:16
Forum: General discussion
Topic: about the aux sends
Replies: 3
Views: 6094

hi, after a long break - caused by my dayjob of course - i'm back building with usine and enjoying every second of it. i'm also catching up with all the updates which seem to bring me even more joy. simultaneously i'm reminded of some small things that caused me headaches earlier on. the first thing...
by antwan
30 May 2007, 16:31
Forum: News
Topic: New version (2.85 beta 2).
Replies: 4
Views: 9526

Hi again,

Sorry, you can disregard that post. I was just a bit lost with the new setup window. Didn't realise I need to click the dark grey small box for the ASIO list to open. Wasn't that way in the previous version.
Everythings working now...

antwan
by antwan
30 May 2007, 16:27
Forum: Patching questions
Topic: automatic (timed) fader
Replies: 8
Views: 12794

Hi Bsork,

Didn't have the chance to thank you for your fade patch yet. We were touring. But it worked like a charm. Thanks a million.

I'll try and give a comprehensive report of my experiences from using usine on stage. Generally very pleased. I just need to collect all my thoughts!

antwan
by antwan
30 May 2007, 16:16
Forum: News
Topic: New version (2.85 beta 2).
Replies: 4
Views: 9526

Hi there, Quickly gave the new version a try. Is there some change in ASIO support with this update? Seems like my (already rather old) Tascam US-428 audio interface doesn't work with - or isn't recognised by - the new version... I've been mainly using a MOTU Traveler interface but don't have that a...
by antwan
14 May 2007, 16:32
Forum: Patching questions
Topic: automatic (timed) fader
Replies: 8
Views: 12794

hi,

thanks a million, i'd appreciate it. i sent you an email.

antwan
by antwan
14 May 2007, 13:54
Forum: Patching questions
Topic: automatic (timed) fader
Replies: 8
Views: 12794

Hi, I might be tired but I've been trying to figure out this rather simple puzzle: Lets say I have a gain module for volume. Then I have a trigger button. When I press that button I want the volume to slide from where it currently is down to infinity in a given time. thanks antwan ps. as i'm learnin...
by antwan
09 May 2007, 09:34
Forum: Add-ons discussion
Topic: New add-on MIDI Clock In
Replies: 21
Views: 33745

G'day. bsork, I would be interested to try that test patch aswell. I'm not sure which external beat box you're using but the MPC at least has a BPM selector with accuracy of 1 decimal. I could try just to see if there's any difference. Of course one problem is with using the tap inlet. What we would...
by antwan
08 May 2007, 09:55
Forum: Add-ons discussion
Topic: New add-on MIDI Clock In
Replies: 21
Views: 33745

Hi Olivier, You are right, it should basically stop only the synchro/sequencer. The continue message should continue from the exact position where the synchro was stopped, and the Play Start message should start from beginning or if we're in the bounds of a loop in the sequencer or some similar scen...
by antwan
08 May 2007, 08:54
Forum: Add-ons discussion
Topic: New add-on MIDI Clock In
Replies: 21
Views: 33745

hello. sounds good. i - of course - also have no idea how the math would look, but perhaps sounds like a way out? i was just thinking out the box, and thought what if the synchro module had like a 16/32 led IN type of thing, where the whole beat count comes directly from the clock - every nth clock ...
by antwan
07 May 2007, 20:42
Forum: Add-ons discussion
Topic: New add-on MIDI Clock In
Replies: 21
Views: 33745

Hello, This topic here is my definate next interest in getting my Usine setup on its course. Quite often in our live setup we have a Akai MPC1000 drum sequencer driving our host application. Previously, whilst using Live, this has worked great. The MPC1000 sends Midi Clock or Midi Time Code with or ...
by antwan
07 May 2007, 14:04
Forum: Patching questions
Topic: Trying to understand Count Layer in Echoplexx
Replies: 8
Views: 11499

Hi, I notice I really didn't explain myself too well. I managed to find at least one way of solving my problem though. The issue was, and now I'll try and be more specific: I have a Rec Switch, to start and stop the active sampler. This is all the time sending either a 1 or a 0. I use some modules (...
by antwan
04 May 2007, 10:11
Forum: Patching questions
Topic: Trying to understand Count Layer in Echoplexx
Replies: 8
Views: 11499

Thanks guys once again, I'll dig into the Punch In Loops. Might you be able to quickly elaborate on this event loop situation I had with the Selector. The problem being that I use the Selector's output to determine where to point next (using a +1 module) within the Selector itself, then the input ra...
by antwan
03 May 2007, 23:08
Forum: Patching questions
Topic: Trying to understand Count Layer in Echoplexx
Replies: 8
Views: 11499

Hi, I'm trying to build a live looper according to my needs. On a more general level, so far I know this much: - I need my live looper to trigger it's rec and stop according to sync. This I can appear to be able to achieve by quantizing the rec button (although only to cycle,bar,beat or 8th) - I nee...
by antwan
02 May 2007, 17:25
Forum: Patching questions
Topic: Newbie: Synchro with Sampler
Replies: 10
Views: 14377

got it, thanks!

let's see how far i get now...
i already do have a feeling this will be my dream platform once i get the hang of it.

cheers

a
by antwan
02 May 2007, 16:36
Forum: Patching questions
Topic: Newbie: Synchro with Sampler
Replies: 10
Views: 14377

Hi, thanks everyone for your help. Just out of curiosity, what was wrong with my initial thought-pattern? Why did "play" work the way it did with my approach? when feeding it numerical values instead of this led signal... also, cause I'm learning, I'd really like to get this going with one sampler. ...
by antwan
30 Apr 2007, 20:05
Forum: Patching questions
Topic: Newbie: Synchro with Sampler
Replies: 10
Views: 14377

Hi, I'm extremely new to Usine. Been learning Reaktor lately so slowly gaining understanding on module-based building. I'm seriously looking into taking Usine on as my live platform. I just need to learn it first... So excuse me if i pollute the forum. Anyways. I was missing a basic metronome/click ...