Search found 9 matches

by cliffman
27 Dec 2011 06:18
Forum: Projects
Topic: MeeBlip SE
Replies: 2
Views: 1316

Re: MeeBlip SE

The micro is up and running now, happy stuff!
by cliffman
15 Dec 2011 06:02
Forum: Projects
Topic: MeeBlip SE
Replies: 2
Views: 1316

MeeBlip SE

I don't actually have mine yet (I fart in the general direction of Canadian Postal servicepeople)
but was bored tonite, so whipped up a couple of quick one just to get all the controls up on a page.
Then i shrunk it to iphone size.
by cliffman
15 Dec 2011 05:56
Forum: Projects
Topic: Kenton Pro 2k Aux Template (or other CC)
Replies: 1
Views: 1674

Re: Kenton Pro 2k Aux Template (or other CC)

Update in a bunch of ways, stole a few ideas...
6x Multiballs, with x/y range and controller/global midi channel selections...
or 6x Faders..

Also exported the Channel Selection widget as a separate Module.
by cliffman
15 Dec 2011 05:53
Forum: General Discussion
Topic: Custom MIDI messages are way cool
Replies: 7
Views: 2784

Custom MIDI messages are way cool

I just realized I could replace a bunch or scripting, and change MIDI channels and CC numbers on the fly,
the Custom MIDI stuff is just super useful......

Updated the Kenton Pro template in the Templates Forum.

Oh my duck, i am so liking this stuff...
by cliffman
12 Dec 2011 04:54
Forum: General Discussion
Topic: 14Bit MIDI
Replies: 16
Views: 7182

Re: 14Bit MIDI

Here's another example, a little shorter, cc 9 and 41:

decl scx;
decl scmsb,sclsb;
scx = x * 16384;
sclsb = floor(scx % 128);
scmsb = floor((scx - sclsb)/128);

ctlout(0,9,scmsb,1);
ctlout(0,41,sclsb,1);
by cliffman
11 Dec 2011 20:54
Forum: Projects
Topic: Kenton Pro 2k Aux Template (or other CC)
Replies: 1
Views: 1674

Kenton Pro 2k Aux Template (or other CC)

I really am liking this Lemur stuff - So, starting with the bouncing xy demo, I crafted an Aux controller for the Kenton. The Kenton Pro 2000 MIDI/CV converter has two channels of CV/Gate, and 6 Aux channels. Each Aux channel can be controlled by CC, each Aux also has a CC for LFO modulation of the ...
by cliffman
09 Dec 2011 23:48
Forum: General Discussion
Topic: Change CC number via scirpt?
Replies: 14
Views: 5257

Re: Change CC number via scirpt?

Thanks, seems cumbersome but doable. It would be nice to be able to change MIDI channel on the fly as well......
by cliffman
09 Dec 2011 22:39
Forum: General Discussion
Topic: Change CC number via scirpt?
Replies: 14
Views: 5257

Change CC number via scirpt?

I would like to change the CC number assigned to a Fader dynamically, is such a thing possible?
The CC number on the MIDI properties does not appear to be mutable.
by cliffman
09 Dec 2011 22:36
Forum: General Discussion
Topic: Midipipe?
Replies: 2
Views: 1299

Re: Midipipe?

I have used MidiPipe for this.Make sure the Lemur Daemon is running, and Lemur on iPad is setup to use a Daemon in/out. Then, MidiPipe will show the Lemur Daemon on it's list of in/outs, AList works fine.