Emulate the Teletype module #11
Comments
|
OS: win (mingw64) |
|
module builds fine. the firmware doesn't.
when i load the module in rack, console shows this:
also causes crashes, when rack is autosaving.
leaving a corrupted autosave.vcv that pops up a json error on next rack start. |
|
The Teletype branch is probably not going to build consistently on all 3 platforms until it gets further along. I’m primarily developing on OS X. |
|
Linux Fedora 23 Just a note to let you know where the Teletype build stands on Linux. Getting closer now. Very exciting stuff you're doing here ! :)
|
|
A little more information for you. The match_token object isn't building because the build apparently wants avr32-gcc as the compiler. Fedora 23 does include avr-gcc, avr-binutils, avr-gcc-c++, avr-libc, and avr-gdb. Alas, as far as I can tell, there's no support for i386, only x86_64. Is the 32-bit compiler required for a Linux build ? |
|
That's odd. It shouldn't be building with avr32-gcc, it should be using x86_64 like the rest of the plugin (and Rack itself.) I appreciate the feedback on the teletype branch, but just to warn you, building it isn't going to get you much right now—just the picture you see above. [EDITED: here is the 2017 version of the picture for reference] The screen is being drawn by the module code, but without keyboard input and more GPIO work it isn't going to do anything. I'm probably going to put the teletype work aside for a bit to focus on getting the trilogy modules and the grid connections robust and releasable in binary form for everyone. Here's the release plan: |
|
Thanks for the response, and no problem, I'll just be checking in now & then to see where you're at with things. I read the release plan, you've got a lot on your plate there. :) Meanwhile I have the monome/whitewhale to learn, so I'm happy to keep busy with that combo. |
|
The teletype branch has been updated for Rack 1.1.6, and is now functional enough to do basic operations. Experimental teletype builds are available for Windows and macOS on the releases page. Still a lot of nonworking features (see checklist.) |

https://monome.org/docs/modular/teletype/
Work is in progress in the
tt2020branch. Builds here:https://github.com/Dewb/monome-rack/releases/tag/experimental
TODO:
as HID framesdirectly toprocess_keypressThe text was updated successfully, but these errors were encountered: