Page 1 of 1

Midi Input Not Working

Posted: October 30th, 2019, 3:23 am
by kevinmpeters
Hi All,

I'm finding the midi starting of sequences to be VERY intermittent. I'm sending midi code from an app called Bandhelper through a Tbox 2x2. Most of the time it won't start, it does occasionally. I can see in MidiOX that my computer is receiving the right midi hex

Note On, Note 40, Ch 17, Velocity 127 (9F 28 7F). I'm at a loss for getting this thing working and am about to ditch this software and go learn something else. Any help with this would be greatly appreciated.

-Kevin

Re: Midi Input Not Working

Posted: October 30th, 2019, 7:53 pm
by Mattotone
In midi setup,
select page independent
click start sequence one
click lern
press a button on your midi controler
press learn again.
press save.

Re: Midi Input Not Working

Posted: October 31st, 2019, 11:45 am
by kevinmpeters
Thanks @Mattotone - turns out the issue wasn't learning at all but that FreeStyler basically can't deal with only a Midi Note On - it has to have the corresponding Note Off from my testing. I did a bunch of testing with Reaper and BandHelper and reading the hex with MidiOX and found that Reaper which worked consistently always sent the "Note Off" immediately after the note on. I adjusted my hex to be the following in BandHelper and it now works as expected:
9F 28 7F
8F 28 00

It doesn't say in the guides that this is needed but maybe it is obvious if someone knows more about midi than I do. If the app would work off of regular PC and CC that would have made it much friendlier - I've programmed our entire show to do that with 3 different fractals and all work fine with just a CC/PC. I am starting on some work in Go Monkey next to try to make my life easier on building sequences - especially when they are locked to a click track and I want the changes to happen based on measure/beat. If you have any suggestions on good tutorials on that I'd appreciate it.

Thanks!

Kevin