xevi/simulation
Mikael Degerfält 1be998153a Fake input and bug fixes
* Press W in simulator to activate (pretty slow shit, do avoid unless compiling with optimisations)
 * Tiny improvement of the EEPROM simulation.
 * Fixed type typo for millis and micros
2019-06-21 18:07:47 +02:00
..
include Fake input and bug fixes 2019-06-21 18:07:47 +02:00
src Fake input and bug fixes 2019-06-21 18:07:47 +02:00
Makefile Simple simulation code 2019-06-13 20:51:45 +02:00
readme.md Simple simulation code 2019-06-13 20:51:45 +02:00

Simulator for NuEVI

This is a simple SDL2 based simulator that runs the NuEVI firmware compiled for MacOS. This is for testing the menu and is not supposed to produce any midi events.

Requirements

  • The Filters library must be installed in ~/Documents/Arduino/libraries/Filters.
  • SDL2 must be installed on your machine.
  • You probably need to have XCode and XCodes command line tools installed as well.

Know limitations

Currently the only input simulated are the menu buttons (use the arrow keys). This means that all menu functions cannot be tested, since the rotator menu cannot be opened. There is also a limitation on some keyboard on how many buttons can be pressed at the same time.

Future plans

  • Add a Dear ImGUI based UI for simulating all other inputs.