Excuse the newb questions but I want to emulate XOR as in this example:
If Dat2 = 0 Then
PassMidiGuitar = False
Else
PassMidiGuitar = PassMidiGuitar XOR True
End If
Where 'PassMidiGuitar' is of course the global.
Couldnt see mention of XOR in the vanilla PD?
Cheers