brandonx1
2016-04-21 03:44:18
brandonx1
2016-04-21 03:44:18
ibanman555
2016-04-21 16:07:43
brandonx1
2016-04-21 17:39:03
ibanman555
2016-04-21 17:51:50
brandonx1
2016-04-21 18:02:44
ibanman555
2016-04-21 18:08:44
brandonx1
2016-04-21 18:44:56
ibanman555
2016-04-21 18:53:37
brandonx1
2016-04-21 19:52:43
ibanman555
2016-04-21 20:12:36
OK, yes I understand that. I guess what I'm saying is that you need some external controller (you mentioned the Icon) to actually control the parameters on the 1788a. There aren't options within pro tools to do that. For example, we can configure an external controller to mute Channel 1 in Pro Tools, or mute Channel 1 on the 1788a, or even both at the same time, but I would think you would want separate buttons for each.brandonx1 wrote:I only have an aphex 1788a. I want to control the 1788 with Pro tools. I want pro tools to think the 1788a is an avid pre
brandonx1
2016-04-21 20:28:38
ibanman555
2016-04-21 20:44:01
brandonx1
2016-04-21 21:38:58
brandonx1
2016-04-21 21:40:03
ibanman555
2016-04-21 21:55:50
ibanman555
2016-04-21 22:22:21
brandonx1
2016-04-21 22:23:35
ibanman555
2016-04-21 22:33:12
brandonx1
2016-04-21 22:43:30
ibanman555
2016-04-21 22:51:48
Ok, since it was mentioned in the article that it supports that protocol, I assume that it works. If not, come back, I'd be glad to help you make a translator. It should be very simple.brandonx1 wrote:I don't think that's the case but I will try it. Aphex makes a box to translate their protocol to avid protocol. It's called 5200. I really want to avoid having another box.
brandonx1
2016-04-21 23:09:30
ibanman555
2016-04-22 05:14:26
Code: Select all
Pad:
Ch1 - B0 02 7F (ON)
Ch2 - B0 12 7F (ON)
Ch3 - B0 22 7F (ON)
Ch4 - B0 32 7F (ON)
Ch5 - B0 42 7F (ON)
Ch6 - B0 52 7F (ON)
Ch7 - B0 62 7F (ON)
Ch8 - B0 72 7F (ON)
Code: Select all
Pro Tools: Ch 1 Ch 2
Handshake
(Ping): A0 00 00
B0 0A 00
Response: A0 00 7F
B0 0A 7F
Mic: B0 01 00 Mic: B0 11 00
Line: B0 01 01 Line: B0 11 01
DI: B0 01 02 DI: B0 11 02
Phase: B0 05 7F (ON) Phase: B0 15 7F (ON)
B0 05 00 (OFF) B0 15 00 (OFF)
Hi Pass: B0 06 7F (ON) Hi Pass: B0 16 7F (ON)
B0 06 00 (OFF) B0 16 00 (OFF)
Pad: B0 02 7F (ON) Pad: B0 12 7F (ON)
BO 02 00 (OFF) BO 12 00 (OFF)
Ins: B0 03 7F (ON) Ins: B0 13 7F (ON)
B0 03 00 (OFF) B0 13 00 (OFF)
48V: B0 04 7F (ON) 48V: B0 14 7F (ON)
B0 04 00 (OFF) B0 14 00 (OFF)
*GAIN *GAIN
*FADER: B0 09 00 *FADER: B0 19 00
thru thru
B0 09 17 (24 steps) B0 19 17 (24 steps)
*1799a handles 39 steps*
Code: Select all
Project:
_____________________________________________________________
[x]
Preset 0: Ping
Translator 0.0:
Ping HUI 1
Options: swallow
Incoming: MIDI A0 00 00, on port Bome MIDI Translator 1 Virtual In
Outgoing: MIDI A0 00 7F, to port Bome MIDI Translator 1 Virtual Out, delay:400 millisec
Translator 0.1: Ping HUI 1
Options: swallow
Incoming: MIDI B0 0A 00, on port Bome MIDI Translator 1 Virtual In
Outgoing: MIDI B0 0A 7F, to port Bome MIDI Translator 1 Virtual Out, delay:400 millisec
Code: Select all
Preset 1: Pad
[x]
Translator 1.0: Pad On
Incoming: MIDI B0 pp 7F, on port Bome MIDI Translator 1 Virtual In
Rules: if pp==0x02 then qq=0x00
if pp==0x12 then qq=0x01
if pp==0x22 then qq=0x02
if pp==0x32 then qq=0x03
if pp==0x42 then qq=0x04
if pp==0x52 then qq=0x05
if pp==0x62 then qq=0x06
if pp==0x72 then qq=0x07
Outgoing: MIDI F0 00 00 38 00 00 00 08 qq 01 F7
brandonx1
2016-04-22 22:35:06
ibanman555
2016-04-22 23:03:46
You were correct, you will need this to remote control the 1788A. The Aphex 5200 does the same trick, but.... you know.brandonx1 wrote:Thanks for all the help here. i'm trying to wrap my head around all this but I'm very new to your program. I do think I'll need this program to remote my pre amp. The code sections you posted, do I need to past that into the rules section?
brandonx1
2016-04-22 23:19:01