Open majora2007 opened 11 years ago
The Mana System now contains bugs on my branch. The mana system is not performing very well with the EEG. A 5 second rolling average might be a good enhancement.
I have finally gotten a good training session for lift (in which i blink to to create an influx of alpha which causes the trigger). From this, I tested out training grounds and found major problems with lifting versus the EPOC Control Panel which shows a lifting cube.
The biggest thing I noticed is that the engine cuts off frequently. I believe I should actually move over to EmotivClient instead of my shoddy implementation of the Engine. This will reduce a large amount of lag from the system and keep events coming in consistently (due to using background workers). Second, we need some thresholds on what is considered a valid event (such as, if we get a power level of 0.2 which is 20% probability of detecting the event, we should ignore it).
Test dungeon 1 with EEG and ensure mana system works.