Jesse Mejia
Jesse Mejia
I think this is a symptom of the VGA scrolling problems in the core. I don't think there's a fix for this yet: [https://github.com/MiSTer-devel/ao486_MiSTer/issues/10](https://github.com/MiSTer-devel/ao486_MiSTer/issues/10)
@PaulStoffregen No - this project was designed to use both USB and Serial MIDI on a 5 pin din. Both are on the schematic and board... I'm just finally getting...
@PaulStoffregen - right. Is there a way to specify a different serial port using MIDI.h or do I need to hack the library? The DIN is wired to Serial2, DMX...
@PaulStoffregen I'll have to give it a shot. Do you know if there is midi clock implemented in midi.h? If that's also broken it might just be time to abandon...
@PaulStoffregen teensyduino bundles an older version of midi.h? It looks like the current versions must work with the teensy since there are issues that reference it: ex: https://github.com/FortySevenEffects/arduino_midi_library/pull/63 I'm guessing...
@sid8580 nice! Can you make a branch and pull request? Re: the hardware midi port. I haven't been able to test it myself because unfortunately the chip I designed it...
Ok - sounds interesting. Though offhand I'm not sure why USB host would be helpful - do you have an application in mind?
@PaulStoffregen can I use serial1 for midi/din in and DMX out? Or is it better to stick to 2 separate ports for that? For rev2 I'm considering using teensy pin...
Good to know - thanks @PaulStoffregen !
In the parent sketch I have this in the setup loop: sketchMapper.addSketch(new MovieMapper(this, width / 2, height / 2 )); and the library import line is in the parent as...