ArrayArrayArrayArrayArrayArrayArrayArrayArrayArrayArrayArrayArrayArray
BrainModularBrainModular Users Forum2007-09-20T20:17:20+02:00https://www.brainmodular.com/forums/app.php/feed/topic/5342007-09-20T20:17:20+02:002007-09-20T20:17:20+02:00https://www.brainmodular.com/forums/viewtopic.php?t=534&p=2799#p2799I mean having the best of both worlds would be very cool Just got the gold today so i still have alot to learn about the program. The sequencer already in it though seems pretty nice imo. but really when i think about it, I have fl7 which is a vsti as well and so is ext2 which i also have so either way i guess i can have the best of both worlds!!
Statistics: Posted by triple-p — 20 Sep 2007, 20:17
]]>2007-09-20T19:24:59+02:002007-09-20T19:24:59+02:00https://www.brainmodular.com/forums/viewtopic.php?t=534&p=2796#p2796and I think that what i wanted could be done with standard modules too, but I had no idea how (there goes the expert ) after looking at the coding examples I realised it was very easy to do with a couple of lines in a code component.
]]>2007-09-20T19:18:16+02:002007-09-20T19:18:16+02:00https://www.brainmodular.com/forums/viewtopic.php?t=534&p=2794#p2794I'm happy to know that you can become an expert in less than two weeks. You are right, I'll try to keep Usine in the live direction. The main reason is that it's my job: be on stage! I'm only a musician...
]]>2007-09-20T09:21:38+02:002007-09-20T09:21:38+02:00https://www.brainmodular.com/forums/viewtopic.php?t=534&p=2769#p2769At the moment I dropped it, IMHO there is nothing in Ext that you can't do (or build) in Usine. There are even quit some things that you can do nativly in Usine as where in Ext you need external plugins for.
Example : My partner in our duo plays a windcontroller WX5. When she plays it with a dedicated hardware module it works fine. Now when you want to use it with a Vsti, there is a problem because a lot of vsti's don't understand breathcontrol. Solution, a litle coded module by me that converts the breatcontrol CC in volume CC 15 min. of work and it works like a charme.
Just to show how easy this is usine, here is the code : -------------- ////////////////////////// // For CC2 to CC7 ///////////////////////// // parameters declaration var input : Tparameter; var output : Tparameter;
// Global variables var i : integer; var nbOfMidi : integer; var ReceivedMidi : TMidi;
////////////////////////////// // main proc ////////////////////////////// begin nbOfMidi := GetLength(input); // get the number of incoming midi codes if nbOfMidi > 0 then begin SetLength(outPut,nbOfMidi); // set the number of output codes for i := 0 to nbOfMidi-1 // loop for all input codes, for polyphonic data (chords) do begin GetMidiArrayValue(input,i,ReceivedMidi); // get each code if ReceivedMidi.Msg = 176 then begin if ReceivedMidi.data1= 2 then ReceivedMidi.data1 := 7;// force CC2 to CC7 (volume) end; if ReceivedMidi.data1= 7 then ReceivedMidi.data2 := (ReceivedMidi.data2 * 2)+30; if ReceivedMidi.data2 > 127 then ReceivedMidi.data2 := 127;
SetMidiArrayValue(output,i,ReceivedMidi); // set output value end; end else SetLength(outPut,0); // nothing received, set out length to 0
end. ----------
It could be shorter, since the WX is monophonic, so I shouldn't take in account the loop for possible chords. I left it in the code, since I'm writing another module that will create chords from single notes. As you can see, I allso change the amount of CC received to adapt the plug to here style of playing... Very easy to do.
And I don't even talk about all features that Usine has dedicated to live use. You shouldn't forget that the base filosofy of both softwares are different. Ext has from the beginning been developped as a modular sequencer environment, the main use was and is in a studio. Jorgen has added after that some kind of live-mode. IMHO is was clumsy and not realy well implemented. Usine is a real live oriented environment and developped as such, you simple can see it. The only thing I could ask Senso is, 'don't clutter it with feature we don't need !' Usine should stay a live setup tool and not become a pseudo DAW. I would like to see the interface builder a bit more developped, it is a bit weak at the moment, and it is very important to build live sets.
]]>2007-09-19T21:54:59+02:002007-09-19T21:54:59+02:00https://www.brainmodular.com/forums/viewtopic.php?t=534&p=2768#p2768This seems like such a fantastic product. The price is almost unbelievable.
Statistics: Posted by triple-p — 19 Sep 2007, 21:54
]]>2007-09-08T21:02:24+02:002007-09-08T21:02:24+02:00https://www.brainmodular.com/forums/viewtopic.php?t=534&p=2650#p2650 k
Having said that, I actually wonder if I will need Ext anymore. Usine seems capable of doing everything that Ext does and even more !
]]>2007-09-07T13:19:40+02:002007-09-07T13:19:40+02:00https://www.brainmodular.com/forums/viewtopic.php?t=534&p=2641#p2641Statistics: Posted by kara — 07 Sep 2007, 13:19
]]>
2007-08-19T23:41:35+02:002007-08-19T23:41:35+02:00https://www.brainmodular.com/forums/viewtopic.php?t=534&p=2562#p2562For now, we have to think about it: move it out of the way before saving programs or clicking on menus!
Statistics: Posted by Vincent — 19 Aug 2007, 23:41
]]>2007-08-17T21:39:20+02:002007-08-17T21:39:20+02:00https://www.brainmodular.com/forums/viewtopic.php?t=534&p=2558#p2558I hope to find it soon.
]]>2007-08-17T00:43:32+02:002007-08-17T00:43:32+02:00https://www.brainmodular.com/forums/viewtopic.php?t=534&p=2550#p2550 I met the same issue with another VST. My (temporary) solution: move down the VST window so that the menu or the message box has to appear above. Don't forget before clicking...
Statistics: Posted by Vincent — 17 Aug 2007, 00:43
]]>2007-08-14T12:06:21+02:002007-08-14T12:06:21+02:00https://www.brainmodular.com/forums/viewtopic.php?t=534&p=2541#p2541 In fact, right click seems to work, but the menu is open behind XT2 panel....so we can't have access to it. Whish this help you to find the bug.
Statistics: Posted by moody33 — 14 Aug 2007, 12:06
]]>2007-08-14T12:02:24+02:002007-08-14T12:02:24+02:00https://www.brainmodular.com/forums/viewtopic.php?t=534&p=2540#p2540Statistics: Posted by senso — 14 Aug 2007, 12:02
]]>2007-08-14T03:06:23+02:002007-08-14T03:06:23+02:00https://www.brainmodular.com/forums/viewtopic.php?t=534&p=2539#p2539 I'm working with energy xt2 inside Usine, but there is a GUI trouble: -Right click's XT2 menu don't work -First time XT2 is load , I have to reduce usine screen and reopen it ( just the panel). If I do not this, I haven't got access to the file menu.
Is it an XT2 problem? or a usine problem?
Thanks.
Statistics: Posted by moody33 — 14 Aug 2007, 03:06
]]>BrainModularBrainModular Users Forum2007-09-20T20:17:20+02:00https://www.brainmodular.com/forums/app.php/feed/topic/5342007-09-20T20:17:20+02:002007-09-20T20:17:20+02:00https://www.brainmodular.com/forums/viewtopic.php?t=534&p=2799#p2799I mean having the best of both worlds would be very cool Just got the gold today so i still have alot to learn about the program. The sequencer already in it though seems pretty nice imo. but really when i think about it, I have fl7 which is a vsti as well and so is ext2 which i also have so either way i guess i can have the best of both worlds!!
Statistics: Posted by triple-p — 20 Sep 2007, 20:17
]]>2007-09-20T19:24:59+02:002007-09-20T19:24:59+02:00https://www.brainmodular.com/forums/viewtopic.php?t=534&p=2796#p2796and I think that what i wanted could be done with standard modules too, but I had no idea how (there goes the expert ) after looking at the coding examples I realised it was very easy to do with a couple of lines in a code component.
]]>2007-09-20T19:18:16+02:002007-09-20T19:18:16+02:00https://www.brainmodular.com/forums/viewtopic.php?t=534&p=2794#p2794I'm happy to know that you can become an expert in less than two weeks. You are right, I'll try to keep Usine in the live direction. The main reason is that it's my job: be on stage! I'm only a musician...
]]>2007-09-20T09:21:38+02:002007-09-20T09:21:38+02:00https://www.brainmodular.com/forums/viewtopic.php?t=534&p=2769#p2769At the moment I dropped it, IMHO there is nothing in Ext that you can't do (or build) in Usine. There are even quit some things that you can do nativly in Usine as where in Ext you need external plugins for.
Example : My partner in our duo plays a windcontroller WX5. When she plays it with a dedicated hardware module it works fine. Now when you want to use it with a Vsti, there is a problem because a lot of vsti's don't understand breathcontrol. Solution, a litle coded module by me that converts the breatcontrol CC in volume CC 15 min. of work and it works like a charme.
Just to show how easy this is usine, here is the code : -------------- ////////////////////////// // For CC2 to CC7 ///////////////////////// // parameters declaration var input : Tparameter; var output : Tparameter;
// Global variables var i : integer; var nbOfMidi : integer; var ReceivedMidi : TMidi;
////////////////////////////// // main proc ////////////////////////////// begin nbOfMidi := GetLength(input); // get the number of incoming midi codes if nbOfMidi > 0 then begin SetLength(outPut,nbOfMidi); // set the number of output codes for i := 0 to nbOfMidi-1 // loop for all input codes, for polyphonic data (chords) do begin GetMidiArrayValue(input,i,ReceivedMidi); // get each code if ReceivedMidi.Msg = 176 then begin if ReceivedMidi.data1= 2 then ReceivedMidi.data1 := 7;// force CC2 to CC7 (volume) end; if ReceivedMidi.data1= 7 then ReceivedMidi.data2 := (ReceivedMidi.data2 * 2)+30; if ReceivedMidi.data2 > 127 then ReceivedMidi.data2 := 127;
SetMidiArrayValue(output,i,ReceivedMidi); // set output value end; end else SetLength(outPut,0); // nothing received, set out length to 0
end. ----------
It could be shorter, since the WX is monophonic, so I shouldn't take in account the loop for possible chords. I left it in the code, since I'm writing another module that will create chords from single notes. As you can see, I allso change the amount of CC received to adapt the plug to here style of playing... Very easy to do.
And I don't even talk about all features that Usine has dedicated to live use. You shouldn't forget that the base filosofy of both softwares are different. Ext has from the beginning been developped as a modular sequencer environment, the main use was and is in a studio. Jorgen has added after that some kind of live-mode. IMHO is was clumsy and not realy well implemented. Usine is a real live oriented environment and developped as such, you simple can see it. The only thing I could ask Senso is, 'don't clutter it with feature we don't need !' Usine should stay a live setup tool and not become a pseudo DAW. I would like to see the interface builder a bit more developped, it is a bit weak at the moment, and it is very important to build live sets.
]]>2007-09-19T21:54:59+02:002007-09-19T21:54:59+02:00https://www.brainmodular.com/forums/viewtopic.php?t=534&p=2768#p2768This seems like such a fantastic product. The price is almost unbelievable.
Statistics: Posted by triple-p — 19 Sep 2007, 21:54
]]>2007-09-08T21:02:24+02:002007-09-08T21:02:24+02:00https://www.brainmodular.com/forums/viewtopic.php?t=534&p=2650#p2650 k
Having said that, I actually wonder if I will need Ext anymore. Usine seems capable of doing everything that Ext does and even more !
]]>2007-09-07T13:19:40+02:002007-09-07T13:19:40+02:00https://www.brainmodular.com/forums/viewtopic.php?t=534&p=2641#p2641Statistics: Posted by kara — 07 Sep 2007, 13:19
]]>2007-08-19T23:41:35+02:002007-08-19T23:41:35+02:00https://www.brainmodular.com/forums/viewtopic.php?t=534&p=2562#p2562For now, we have to think about it: move it out of the way before saving programs or clicking on menus!
Statistics: Posted by Vincent — 19 Aug 2007, 23:41
]]>2007-08-17T21:39:20+02:002007-08-17T21:39:20+02:00https://www.brainmodular.com/forums/viewtopic.php?t=534&p=2558#p2558I hope to find it soon.
]]>2007-08-17T00:43:32+02:002007-08-17T00:43:32+02:00https://www.brainmodular.com/forums/viewtopic.php?t=534&p=2550#p2550 I met the same issue with another VST. My (temporary) solution: move down the VST window so that the menu or the message box has to appear above. Don't forget before clicking...
Statistics: Posted by Vincent — 17 Aug 2007, 00:43
]]>2007-08-14T12:06:21+02:002007-08-14T12:06:21+02:00https://www.brainmodular.com/forums/viewtopic.php?t=534&p=2541#p2541 In fact, right click seems to work, but the menu is open behind XT2 panel....so we can't have access to it. Whish this help you to find the bug.
Statistics: Posted by moody33 — 14 Aug 2007, 12:06
]]>2007-08-14T12:02:24+02:002007-08-14T12:02:24+02:00https://www.brainmodular.com/forums/viewtopic.php?t=534&p=2540#p2540Statistics: Posted by senso — 14 Aug 2007, 12:02
]]>2007-08-14T03:06:23+02:002007-08-14T03:06:23+02:00https://www.brainmodular.com/forums/viewtopic.php?t=534&p=2539#p2539 I'm working with energy xt2 inside Usine, but there is a GUI trouble: -Right click's XT2 menu don't work -First time XT2 is load , I have to reduce usine screen and reopen it ( just the panel). If I do not this, I haven't got access to the file menu.
Is it an XT2 problem? or a usine problem?
Thanks.
Statistics: Posted by moody33 — 14 Aug 2007, 03:06