dplduffy / DJTT_MFT_FLStudio

DJ Tech Tools Midi Fighter Twister - FL Studio Script
GNU General Public License v3.0
3 stars 0 forks source link

Sending feedback to Twister #1

Open aurnik opened 4 years ago

aurnik commented 4 years ago

Hey, I wrote you on the IL forums but figured I'd try here as well. Did you ever get data getting sent from FL back to the Twister? I'm using your code but right now I can only get data flowing one way (Twister controls FL Studio, but I don't necessarily need a script for that)

dplduffy commented 4 years ago

sorry I wasn't following the thread on the IL boards. It seems to be working here. I just pushed an update that removes the old Macro Refresh in favor of the new OnRefresh for macros. Does that help you?

aurnik commented 4 years ago

@dplduffy Appreciate you getting back to me and pushing the update, yeah it seems like I might've had everything set up correctly, but I'm still not getting any logs other than "On Init", "On Midi In", and "On Midi Msg". Maybe I'm missing a setting within FL that's preventing OnRefresh from getting called?

The extra functionality I set up that was working was using Knob 1 to scroll through mixer tracks, and Knob 2 controls the volume for the current mixer track and Knob 3 controls the panning for the current mixer track -- allowing you to have basic control of the entire mixer with 3 knobs. That all works fine (and I can submit a PR here if you want) but now I'm trying to get the correct levels to send back to the Twister to update the LED values for Knobs 2 & 3.