Search found 11 matches
- 06 May 2014 21:31
- Forum: Troubleshooting
- Topic: Linking or double messaging from a fader
- Replies: 12
- Views: 2338
Re: Linking or double messaging from a fader
Thanks to both you guys. I'm on a deadline for the next couple of days so I'll be back in a bit. I'm going to try out a couple of those things before I move on, but in the end, even if it doesn't work, it's really more of a convenience in the project than a necessity... I do have 2 fingers ...
- 04 May 2014 23:37
- Forum: Troubleshooting
- Topic: Linking or double messaging from a fader
- Replies: 12
- Views: 2338
Re: Linking or double messaging from a fader
Interesting, yes I tried yours. Turning off x cut down the number of messages. actually changing physics of the fader from interpolate to none has the same effect. your faders ought to work, but don't I can only assume that the RME software is the culprit. since this looks good but doesnt work 16:20 ...
- 04 May 2014 23:11
- Forum: Troubleshooting
- Topic: Linking or double messaging from a fader
- Replies: 12
- Views: 2338
Re: Linking or double messaging from a fader
one would work just fine. so YES move a single fader and have it send MIDI CC's 102 and 103 based on the fader position which is what the the custom midi messages are doing. but this is choking the RME software I assume because the messages are simultaneous. So maybe I should say move a single fader ...
- 04 May 2014 20:55
- Forum: Troubleshooting
- Topic: Linking or double messaging from a fader
- Replies: 12
- Views: 2338
Re: Linking or double messaging from a fader
Hi OldGearguy again, I was looking at your "clocky" script. if (floor(clock_getbeats(0)) - saved_beats > 2) { Monitor.value = 'Wait Over'; saved_beats = floor(clock_getbeats(0)); } else Monitor.value = 'Still waiting'; for this situation here I'm not sure if it would be better to write it like: on ...
- 04 May 2014 20:28
- Forum: Troubleshooting
- Topic: Linking or double messaging from a fader
- Replies: 12
- Views: 2338
Re: Linking or double messaging from a fader
Hi Oldgearguy, Thanks a ton, don't worry I'm not in a rush. I see what you've done and I'm feeling better about the usage of parantheses{} and brackets[] This monitor script works! {Level.x, Level2.x}*127 I added the multiplier. Cool. hell, I even guessed right about a few things. As far as I can ...
- 03 May 2014 23:02
- Forum: General Discussion
- Topic: One Fader controlling multiple CCs
- Replies: 9
- Views: 2090
Re: One Fader controlling multiple CCs
Hi Kostia, I'm having the same problem more or less. I'm going to repost this here because I put it in troubleshooting area and it probably doesn't belong there. I'm trying to get one fader to send 2 messages to different CC's but along the way trying to link 2 faders so they move in unison. Both ...
- 03 May 2014 22:51
- Forum: Troubleshooting
- Topic: Linking or double messaging from a fader
- Replies: 12
- Views: 2338
Re: Linking or double messaging from a fader
let me rephrase this. for my fader named Level (BTW this is working and controls RME totalmix channel ADAT out 7 expression x is as follows Message BO- control change controller 102 Value x[0] any Scale 0-127 channel 10 to 10 for my fader named Level2 BTW this is working and controls RME totalmix ...
- 02 May 2014 21:57
- Forum: Troubleshooting
- Topic: Linking or double messaging from a fader
- Replies: 12
- Views: 2338
Linking or double messaging from a fader
I'm just not understanding something. I've looked and lifted from the linked objects tutorials. Read the manual. Over and over the appropriate sections... Learned alot, but im not quite understanding how to write the values and triggers correctly- I guess. it's sure not working I've tried a bunch of ...
- 09 Apr 2014 22:19
- Forum: General Discussion
- Topic: Writing System Exclusive LSB MSB 2byte Data
- Replies: 1
- Views: 907
Writing System Exclusive LSB MSB 2byte Data
I'm trying to get some sysex commands to a EMU synth module, but I need a little assist on a few details. I've been deconstructing to learn this, but I'm stuck now. (I hope thie solution makes the manual, because it should be easy to figure out and it isn't in part due to the forum not returning the ...
- 02 Apr 2014 18:22
- Forum: Introductions
- Topic: Symetrix 606 delay project help
- Replies: 3
- Views: 779
Re: Symetrix 606 dealy project help
Hi Softcore, Thanks that's exactly the idea. Feedback is not an issue with this box. In fact, It's always seemed to choke and freak out if there's midi sent in both directions. I've loaded up the example and I'll work on it. I'm still not totally clear how the communication is happening, but I'll ...