Search found 37 matches
- 22 Nov 2012, 20:08
- Forum: Patching questions
- Topic: Can I add/link to a 3rd party Pascal code module into my script?
- Replies: 2
- Views: 3835
as far as I know you can add pascal script to any module inside USine or edit the Pascal that is already in many of them. Of course my only experience is with MIDI loopers. IF you open up the demo version for example there is Patch in it called, Bassliner, double click that and look for the "midi Ma...
- 06 Oct 2012, 23:35
- Forum: Patching questions
- Topic: harmony rotator.
- Replies: 31
- Views: 35443
my mistake I did not notice it was for "logic" only....it does make sense you would want one as VST for use in any DAW
try this one out,
Harmony Rotator Beta
jerm
try this one out,
Harmony Rotator Beta
jerm
- 06 Oct 2012, 00:51
- Forum: General discussion
- Topic: strange midi behavior
- Replies: 32
- Views: 50503
I did want to mention I loaded your patch and no loops of any kind were created on my machine.....(using a MIDI OUT module not found in the patch) do you have any hardware connected to your PC that has two way midi communication or is there a midi cable coming out of your computer to external hardwa...
- 06 Oct 2012, 00:40
- Forum: Patching questions
- Topic: harmony rotator.
- Replies: 31
- Views: 35443
- 06 Oct 2012, 00:36
- Forum: Patching questions
- Topic: keystroke translator
- Replies: 13
- Views: 14723
I have a padalboard I made myself out of an old usb keyboard. It has 20 switches that goes from A to T characters. I for one would certainly like to know more about that process. I wanted something like that but couldn't rap my brain around how to re-wire the letters to say simple on/off toggle swi...
- 06 Oct 2012, 00:29
- Forum: Patching questions
- Topic: keystroke translator
- Replies: 13
- Views: 14723
- 01 Oct 2012, 14:40
- Forum: General discussion
- Topic: strange midi behavior
- Replies: 32
- Views: 50503
Still having issues. Ghost feedback. It's my only real complaint. Maybe I need a new midi interface. Babyface rme and Alesis usb2midi seem to cause probs. it's too bad cause I love usine. It happened today at a recording session. Like someone took over and played all the stuff I was playing backwar...
- 30 Sep 2012, 15:24
- Forum: Patching questions
- Topic: harmony rotator.
- Replies: 31
- Views: 35443
I'm assuming you are trying to make something like this: EWi harmonic expander if the programs I was trying to make were already made so affordable I probably wouldn't be spending my time with USINE and MAX right now. in any event this Xpander of John's would be a good program to dissect and see wha...
- 29 Sep 2012, 21:59
- Forum: Patching questions
- Topic: harmony rotator.
- Replies: 31
- Views: 35443
an couple of things I noticed today that I did not yesterday. I cannot see how many nobs or rotators as you call them are in the patch, only 3 of them are visible at the size of the GUI in my USine. Originally I only knew of 4 of them, the fourth one is out of vision off to the left but I knew it wa...
- 29 Sep 2012, 20:45
- Forum: General discussion
- Topic: strange midi behavior
- Replies: 32
- Views: 50503
ewi into midi ox into loopmidi to usine. great that is the Midi IN. I did not know you had "loop midi" going, information like that is helpful when trying to recreate behavior. SO what does the MIDI OUT situation look like? eg. what is playing the midi notes, softsynth/DAW/hardware modules. i tried...
- 29 Sep 2012, 13:52
- Forum: Patching questions
- Topic: harmony rotator.
- Replies: 31
- Views: 35443
- 29 Sep 2012, 13:48
- Forum: General discussion
- Topic: strange midi behavior
- Replies: 32
- Views: 50503
It still happens although less. :( Hopefully Senso can eventually improve this. could you give us a rundown on your midi stream? eg. MID IN- Windcontroller>PC Interface>Midiox>Usine MIDI OUT>PC interface>modules? what you are describing is a typical midi loop or delay effect. I have a controller th...
- 29 Sep 2012, 05:19
- Forum: Patching questions
- Topic: harmony rotator.
- Replies: 31
- Views: 35443
a double note on produces silence exactly! that was why I changed that part of the code, it seemed to indicate input note~output note, if memory serves me correct in Pascal it takes the sum of integers in this case how many FALSE or TRUE's come out of the equation for something to happen (in this c...
- 29 Sep 2012, 00:06
- Forum: Patching questions
- Topic: harmony rotator.
- Replies: 31
- Views: 35443
I will try changing what you changed and see if it helps. cool def let us know it will make my day to know if it helped. from what I gather that command string passes incoming notes to the output, since disabling it with the value of TRUE they no longer go anywhere once they are received, with any ...
- 28 Sep 2012, 23:33
- Forum: Patching questions
- Topic: harmony rotator.
- Replies: 31
- Views: 35443
If Jeremy can add the code somehow I would be grateful but unfortunately code and pascal is beyond my reach. huh, someone coming to me for code help, that will be the day! lol :lol: the guys that right these Pascal scripts are pro's and grad students, I'm just a musician with no formal training in ...
- 28 Sep 2012, 23:26
- Forum: Patching questions
- Topic: harmony rotator.
- Replies: 31
- Views: 35443
If one of the voices in the rotation receives a note on for the same note it just played the note wont sound. ex: V1 c3 d3 v2 e3 e3 V3 g3 f3 the second voice of the second chord wont play because it is receiving the same note. Can anyone help? I took a stab at it, inside the code for "transpose> Mo...
- 28 Sep 2012, 17:56
- Forum: Patching questions
- Topic: harmony rotator.
- Replies: 31
- Views: 35443
I just took notice Usine uses Pascal. in that case you would have to create a function (or use and existing one) and declare a variable to be used, from the help page: function function_name ( param1 : type ; param2: type ; … ; paramN : type): type_of_result; Var variable_name : variable_type; // he...
- 28 Sep 2012, 15:51
- Forum: Patching questions
- Topic: harmony rotator.
- Replies: 31
- Views: 35443
http://www.sensomusic.com/forums/uploads.php?file=rotator%205.1.pat i have been trying to build a harmonic rotator similar to the oberheim rotate mode. This rotator works except there is one problem i cant overcome. If one of the voices in the rotation receives a note on for the same note it just p...
- 27 Sep 2012, 20:37
- Forum: Patching questions
- Topic: Midi Looper patch/routing Q&A
- Replies: 18
- Views: 17002
the timeline doesn't even advance in either piano roll when I press record. be sure to have audio and synchro ON: [img align=c]http://www.sensomusic.com/forums/uploads.php?file=audio%20and%20synchro%20ON.png[/url] btw , your first keyboard ( canal 1) has strange way, he send first 3 notes off ( mes...
- 27 Sep 2012, 20:10
- Forum: Patching questions
- Topic: Midi Looper patch/routing Q&A
- Replies: 18
- Views: 17002
No go, the timeline doesn't even advance in either piano roll when I press record. Midi trace shows this coming in: [453] IN:0008AE3D:128-77-00-OFF [Chan=1] [454] IN:0008AE3D:128-74-00-OFF [Chan=1] [455] IN:0008AEB9:128-72-00-OFF [Chan=1] [456] IN:0008AED5:144-77-01-ON [Chan=1] [457] IN:0008AF1D:144...
- 27 Sep 2012, 19:50
- Forum: Patching questions
- Topic: Midi Looper patch/routing Q&A
- Replies: 18
- Views: 17002
really strange, you don't have to change anything,just test here with 2 keyboard, channel 2 and 3, press REC, play some notes, stop rec , the 2 piano roll star playing automatically.. Try to check this : select the trace midi in in the global setup/midi in tab to be sure your 2 keyboard send midi m...
- 27 Sep 2012, 19:45
- Forum: Patching questions
- Topic: Patches disappearing
- Replies: 1
- Views: 2413
I don't know what is causing it (maybe my wireless mouse does hickup for time to time) but patches are disappearing on me. Usine says "patch deleted"? this is very frustrating since I am only evaluating the software (can't save any changes) so it takes me hours to build something I want then POOF! i...
- 27 Sep 2012, 19:25
- Forum: Patching questions
- Topic: Midi Looper patch/routing Q&A
- Replies: 18
- Views: 17002
I was unable to get it to work...um I think since I can't "play" it no way to know... I tried to put a "play" button in so that I could see if it recorded anything on either channel set on the filters but there was no slot on the piano roll to do so, that piano roll box in this patch seems rather li...
- 25 Sep 2012, 23:25
- Forum: Patching questions
- Topic: Midi Looper patch/routing Q&A
- Replies: 18
- Views: 17002
i first think you want to record channel 1, then channel 2.. if you want to record all channel in same time, here a simple example for 2 channels, with record , record mode and clear button download thank you! I am going to try it today! maybe by studying that I can figure out the 4 channels at onc...
- 25 Sep 2012, 22:00
- Forum: Patching questions
- Topic: keystroke translator
- Replies: 13
- Views: 14723
HEy aria, I was thinking maybe you could try to save different "setups" and recall them by something like program changes. For instance in setup #1 keystroke A triggers a specific function, setup #2 A triggers a different function. This way you wouldn't have to involve Windows keystroke mapping or B...
- 25 Sep 2012, 21:47
- Forum: Patching questions
- Topic: Midi Looper patch/routing Q&A
- Replies: 18
- Views: 17002
I have tried a few different approaches and nothing is working yet. I tried to make 4 different midi inputs (all set to their own channels) and then group them the way your diagram shows with the exception of pairing two inputs to the same Dispatch module. the first two MIDI ins to one, the second t...
- 25 Sep 2012, 20:49
- Forum: General discussion
- Topic: send midi to lan between pc and mac.
- Replies: 12
- Views: 22529
Yeah i discover the midi network setup in mac which to be very useful. But i'm not sure that it's possible to create a session with a pc. I don't like mac commercial strategy but i think here Os is better than microsoft for DAW. well since midi is only midi data and not reliant on OS you could try ...
- 25 Sep 2012, 19:28
- Forum: Patching questions
- Topic: USINE AS A LIVE LOOPER
- Replies: 106
- Views: 184854
, if you want to use it with hardware , this hardware must support OSC ..? yes, that is how MidiBox and other DYI OSC hardware controllers work, firmware via systex dump in a X-CTU call terminal. I just didn't know if their was a land bridge to using OSC with standard midi hardware controllers to t...
- 25 Sep 2012, 16:45
- Forum: Patching questions
- Topic: USINE AS A LIVE LOOPER
- Replies: 106
- Views: 184854
yes, you'll find several IOS and Android appz like TouchOSc, and some hardware too check here for some examples : http://en.wikipedia.org/wiki/Open_Sound_Control perhaps I should have re-phrased the question. I understand OSC is used in proprietary hardware like Lemure and DYI stuff like Midibox, a...
- 25 Sep 2012, 16:35
- Forum: Patching questions
- Topic: Midi Looper patch/routing Q&A
- Replies: 18
- Views: 17002
the ideal display would be a single piano roll with all four channels represented perhaps in different colors. i understand but actually the piano roll module is mono canal. :cool: To achieve this and by my understanding of your diagram is it safe to assume I would need two more piano rolls both wi...
- 25 Sep 2012, 16:17
- Forum: Patching questions
- Topic: Midi Looper patch/routing Q&A
- Replies: 18
- Views: 17002
- 25 Sep 2012, 15:41
- Forum: Patching questions
- Topic: USINE AS A LIVE LOOPER
- Replies: 106
- Views: 184854
@jeremysdemo: About the midi looper patch, I've answer in your other thread. About disabling audio, yes you can go in the global setup/system and choose NO AUDIO! , this will let you use Usine only as a midi ( and OSC) daw A question about OSC, it's my understanding that is used via bluetooth or so...
- 25 Sep 2012, 15:34
- Forum: Patching questions
- Topic: Midi Looper patch/routing Q&A
- Replies: 18
- Views: 17002
ok that sounds like an interesting approach, certainly would work. the only drawback I could see, which is probably mutually exclusive to my own needs (using very small displays, eg.O.Q.O. Palm, ipad etc) is all those piano rolls. the ideal display would be a single piano roll with all four channels...
- 25 Sep 2012, 00:47
- Forum: Patching questions
- Topic: USINE AS A LIVE LOOPER
- Replies: 106
- Views: 184854
@jeremysdemo: About the midi looper patch, I've answer in your other thread. About disabling audio, yes you can go in the global setup/system and choose NO AUDIO! , this will let you use Usine only as a midi ( and OSC) daw thanks again! I look forward to working more with this rather intuitive VST ...
- 25 Sep 2012, 00:43
- Forum: Patching questions
- Topic: Midi Looper patch/routing Q&A
- Replies: 18
- Views: 17002
thanks that worked! I think I was misunderstanding this looper a bit, I thought the 1-16 were recording midi channels you could loop at the same time or dub over at the same time but they are steps for different scenes..... can anyone suggest a simple way of increasing a single midi loopers ability ...
- 24 Sep 2012, 21:24
- Forum: Patching questions
- Topic: Midi Looper patch/routing Q&A
- Replies: 18
- Views: 17002
I have tried the patch "midi looper" which seems to work great in recording and looping incoming midi data. but I am unable to get any midi out of Usine. I assumed the Midi Looper patch would have had basic midi out functions for external hardware, was that correct? I see a line going to Midi OUt bu...
- 24 Sep 2012, 21:14
- Forum: Patching questions
- Topic: USINE AS A LIVE LOOPER
- Replies: 106
- Views: 184854
too newb to start my own thread.... but I did have a few Looper based questions...so here goes. I tried a patch I found here called "Midi looper" everything seems to work fine, it records incoming midi data which I can see on the timeline as notes are played. However I am unable to get any midi out ...
