View Single Post
Old 02-01-2016, 06:41 PM   #110
Brado231
Human being with feelings
 
Join Date: Sep 2012
Location: Oz
Posts: 196
Default

@The_Nimaj....

I just had a very quick look at your code to see if anything is obvious why ACTION_PAN_RIGHT_SHIFT isn't working. I haven't looked long enough at the code to understand fully what everything does but in csurf_faderport.cpp you have this on line 775....

//PAN ACTIONS
GetPrivateProfileString("FPCSURF","ACTION_PAN_LEFT ","0",resultString,512,INIFileName);
g_action_pan_left = resultString;

GetPrivateProfileString("FPCSURF","ACTION_PAN_RIGH T","0",resultString,512,INIFileName);
g_action_pan_right = resultString;

GetPrivateProfileString("FPCSURF","ACTION_PAN_LEFT _SHIFT","0",resultString,512,INIFileName);
g_action_pan_left_shift = resultString;


... but nothing for ....

GetPrivateProfileString("FPCSURF","ACTION_PAN_RIGHT_SHIFT","0",resultString,512,INIFileName);
g_action_pan_right_shift = resultString;

Is this meant to be or is this the cause of the problem?

Thanks,
Brad
Brado231 is offline   Reply With Quote