Search found 13 matches

by secretkillerofnames
19 Mar 2014 22:32
Forum: Projects
Topic: WIP: Multi-Ribbon
Replies: 3
Views: 2826

Re: WIP: Multi-Ribbon

Thanks Nick.
by secretkillerofnames
12 Mar 2014 01:50
Forum: Projects
Topic: WIP: Multi-Ribbon
Replies: 3
Views: 2826

Re: WIP: Multi-Ribbon

Hi Eric! Just found this - i've been looking for a ribbon controller emulation. It's quite interesting and useful. I'm using it with a Nord Modular rack. I'm sorry you didn't get any feedback earlier and presume you might have left this project but thought I'd give you some feedback in case you are ...
by secretkillerofnames
13 Apr 2012 12:52
Forum: Projects
Topic: M-Audio Venom template
Replies: 10
Views: 9721

Re: M-Audio Venom template

Version 003 now up. Includes modulation matrix and arp control. Also - changed the way waveshapes are selected to make it easier to select the correct wave type. - fixed distortion type so it should work properly I'm finding the majority of controls only work in single mode... i've yet to work out ...
by secretkillerofnames
08 Apr 2012 07:00
Forum: General Discussion
Topic: Nrpn messages?
Replies: 32
Views: 14084

Re: Nrpn messages?

Yeah I saw the comma only when I looked at the post. I'm going to keep re-using the sysex for now and then change to NRPN when I have a better idea of how I want to control it. It's good to know that i'm on the right track with the NRPNs though. Another quick question... do I always have to multiple ...
by secretkillerofnames
08 Apr 2012 05:40
Forum: General Discussion
Topic: Nrpn messages?
Replies: 32
Views: 14084

Re: Nrpn messages?

Of course as soon as I post I see why the message doesn't compile...
by secretkillerofnames
08 Apr 2012 05:31
Forum: General Discussion
Topic: Nrpn messages?
Replies: 32
Views: 14084

Re: Nrpn messages?

Hi there. I'm trudging through - mostly having success as I have a model posted for Touch OSC that i'm cribbing from. It uses a lot of sysex values however and while most can just be copied into midiout commands, some don't appear to work. Can I check something? I want to select from 5 waveshapes ...
by secretkillerofnames
07 Apr 2012 14:39
Forum: Projects
Topic: M-Audio Venom template
Replies: 10
Views: 9721

Re: M-Audio Venom template

OK this is a start. Two pages so far. Page One: Waveshapes I've managed to separate the oscillators from the percussive sounds and kits. Page Two: Oscillator mixing I'm not 100% sure if Start Mod, Drift, Sync, Keytrack and Glide are working yet. I'm attempting to convert values from the Matrixsynth ...
by secretkillerofnames
07 Apr 2012 11:33
Forum: General Discussion
Topic: Nrpn messages?
Replies: 32
Views: 14084

Re: Nrpn messages?

Think I may have solved it with a script that does this: midiout(0,{0xf0, 0x00, 0x01, 0x05, 0x21, 0x00, 0x02, 0x09, 0x00, 0x1a, 0x00, x*127, 0xf7}); attached to a fader with output scale set to 93. Hoping I can follow this up with the rest of the controls. Interested to know if there is an alternate ...
by secretkillerofnames
07 Apr 2012 11:29
Forum: General Discussion
Topic: Newbie help
Replies: 34
Views: 12348

Re: Newbie help

Macciza wrote:Hi

This should work - sends same info as T_OSC patch . .

Cheers
MM
Hi there.
Thanks for this. I managed to solve my problem from here using the scripted faders from your patch.
Think I still have a ways to go with this though.

chrs
Lloyd
by secretkillerofnames
07 Apr 2012 10:26
Forum: General Discussion
Topic: Nrpn messages?
Replies: 32
Views: 14084

Re: Nrpn messages?

I'm wondering if I can get some help. I've been reading all the stuff on NRPN and trying a few different approaches and none seem to work. I've used Jay's NRPN testset and while i'm getting notes and randomisation i'm not sure what else I can do with it. I'm pretty sure it's something i'm not ...