Search found 9 matches

by digitaleyes76
24 Jun 2012 19:15
Forum: General Discussion
Topic: NRPN 14Bit Fader (working scrpit{barely})
Replies: 3
Views: 1392

Re: NRPN 14Bit Fader (working scrpit{barely})

Thanks for your response MM. It definitely helps putting everything encompassed inside of the fader's folder per your suggestion. You can see in my attachment below what I've got going on now. Now when it comes to your Morpho template or any other "advanced" template, I'm not going to lie, I can ...
by digitaleyes76
23 Jun 2012 02:50
Forum: General Discussion
Topic: NRPN 14Bit Fader (working scrpit{barely})
Replies: 3
Views: 1392

Re: NRPN 14Bit Fader (working scrpit{barely})

anyone... This has been rehashed and re-slashed into this now, which will generate parameter numbers as well as their amount up to 383: Again couldn't I get away with this with much less hassle? decl param=254; decl rng=127; decl msb=99; decl lsb=98; decl dmsb=6; decl dlsb=38; decl trgt=1; decl chan ...
by digitaleyes76
17 Jun 2012 18:53
Forum: General Discussion
Topic: NEWS: User Library is live!
Replies: 14
Views: 14186

Re: NEWS: User Library is live!

What's with the user library? I'd say 5% or less are now showing thumbnail previews. It used to show a thumbnail for every template listed there, but now.....
by digitaleyes76
17 Jun 2012 18:47
Forum: General Discussion
Topic: One script to rule them all
Replies: 0
Views: 753

One script to rule them all

So I finally figured out how to make a fader output 14bit MIDI messages. Now it's time to fill my screen with unlimited faders to control the parameters I wish to control. (again, I'm new to scripting so please bare with my layman's terminology) First lets start with the script I wish to master ...
by digitaleyes76
17 Jun 2012 18:24
Forum: General Discussion
Topic: NRPN 14Bit Fader (working scrpit{barely})
Replies: 3
Views: 1392

NRPN 14Bit Fader (working scrpit{barely})

*edit mistake on last line changed to value-127 to value-128* First let me begin by I started with the scripts found on this post: http://liine.net/forum/viewtopic.php?f=25&t=649 So I cannot take credit for these next few lines. I too am working with a DSI (prophet 08 in particular), but my ...
by digitaleyes76
08 Apr 2012 15:13
Forum: General Discussion
Topic: NRPN, scripting, connection issues???
Replies: 4
Views: 2907

Re: NRPN, scripting, connection issues???

Hey J, Thanks for your work man, seriously. If I'm understanding you correctly (that is to say not much at all) the UltraNova is very particular in how it is to receive it's NRPN messages. To me it seems as if it's only sending out only 2 controller messages while the LFO1 Rate knob it turned: B0 62 ...
by digitaleyes76
07 Apr 2012 04:48
Forum: General Discussion
Topic: NRPN, scripting, connection issues???
Replies: 4
Views: 2907

NRPN, scripting, connection issues???

Let me try to explain the best I can. I'm sending, or was sending, NRPN messages to my Novation UltraNova. Here's the script that was driving the synth's LFO1 Rate (again at one point in time): decl target=1; decl chan=1; decl lsb=76; decl msb=6; decl lsb_val=98; decl msb_val=Fader.x*127; ctlout ...
by digitaleyes76
06 Apr 2012 02:55
Forum: General Discussion
Topic: Nrpn messages?
Replies: 32
Views: 14103

Re: Nrpn messages?

J, you are a scripting mad man. I actually tried your NRPN test set out the first time I installed lemur on my ipad. Admittedly I could not make it work at first. I then tried a couple other NRPN library examples on here, still with no luck. Loaded the NRPN test set back up and then I finally ...
by digitaleyes76
05 Apr 2012 01:47
Forum: General Discussion
Topic: Nrpn messages?
Replies: 32
Views: 14103

Re: Nrpn messages?

OK, so I am trying to create a very similar control, except it's for Novation's Ultra synth. According to their midi chart: Start of NRPN MSB=0 ... ... LFO1 Rate = 0:76 Recording the midi messages from the UltraSynth from 1 and up I see this (using Line 6 midi mobilizer): b0 62 4c b0 06 01 (LFO1=1 ...