More MIDI in Unreal (immense frustration)
So after a couple days I gave myself time to relax before recording the demo for today's class. Everything was flowers and champagne until yesterday night, when I realized it is not only not sending the signal, but also, the solution I had previously suggested is nor working at all. It is actually giving me a big error everytime I run it ..... weeheee
Opening the configuration of LoopBe1 and having it on your screen reveals that the cable is ..... muted?
So, easy, unmute and try it again, but then a new error appears.
But I'm not sending and receiving from the same blueprint. I'm not even receiving anything anywhere but in VCV. Okay, we are getting somewhere, after looking for a few minutes I finally found this forum in which a person (designer for LoopBe1 I think) explains that LoopBe1 can get overloaded with information, which means that too many messages being sent through it at the same time will make it trigger its "Feedback" functionality (aimed at protecting your device in case you are sending and receiving information on the same channel), which automatically mutes the cable.
It is at this moment that I realized the only difference between the previous time and when I tried this, was that now an "Event Tick" added (as part of the same process I built in TD more on that next post) was updating all messages every frame, which seems like a lot. So after finding different timers to solve the issue I ended up just adding a "Delay" function next to the Event Tick, slowing down the 60 messages every second to only 5. And now it works ... again... weeheee
Comments
Post a Comment