tenor

8 Likes

That vertex core keyboard looks pretty on point! I may have to get that one and check it out for myself. If you decide to test it out I would love to hear about your results.

FYI, several people reported issues when using vortex keyboards: Mechanical keyboard for teletype?

1 Like

Thank you for the link! Looks like most people are having dropped key issues which would be super annoying. But I do also wonder how reliably the programmed commands are sent. I might bite the bullet and still pick one up. Its a bit of an investment but I also like the look a lot. Which, sad to say, goes a long way too. Ha!

EDIT: But you know those Genovation Control pads don’t look so bad either.

I can give programmed keys a go. But yeah, typing with a vortex keyboard on Teletype currently requires some amount of deliberateness in your typing.

1 Like

did you have a chance to try the latest test version?

I have not yet, I’m sorry! My modular time has been a little engrossed with my little side project of making & selling Teletype boards, Slashes, and Offworlds for the community :slight_smile: When testing Teletype right now I’ve been using my 3.0-rc5 w/ 15 ms polling custom build, which semi-works but I will give the test build a shot. Sorry for neglecting that.

I have a class tonight after work but could give a shot after that possibly, and definitely Thursday night. Will report back, sorry for the delay.

2 Likes

no problem! tbh not sure it will even work but would be good to find a fix.

I think this could just be part of the Teletype firmware?

where in LIVE mode a specific key combinations would automatically paste and execute lines of pre-written code…

There would be a need for “editing” screen, where users can write the specific lines of code to be associated with a particular key combinations. (kind of like executing the scripts from the numeric keypad)

1 Like

A way to treat the keyboard like the grid might make sense? So listening for keycodes or keycode combos in live mode.

Maybe using caps lock as a “macros active/inactive” toggle so you know when you can type freely or not?

To me this brings up the timeline/shadow scripts discussion. More space to define macros in script is also relevant.

1 Like

@scanner_darkly @xenus_dad I updated to the version linked to and wasn’t able to reproduce any sort of lost keystroke with my vortex core!

2 Likes

Yes, I was thinking about the same thing!
I imagine writing these script lines would end up a bit like a “timeline”, but one that could be accessed one line at a time, nonlinearly by the various keybaoard key combinations.

OR
now that you mentioned it: the grid… so like a list of 128 lines of code where each can be played by grid pads…

Can you imagine playing earthsea, except instead of the note values you could sequence the lines of code?

:eyes::thinking:

4 Likes

I’ll give a shot tonight. I type fast :slight_smile:

1 Like

@scanner_darkly, this is also perfect, for me. It’s like having a whole new module! Or a working keyboard :slight_smile:

Does this come with potential performance side effects?

2 Likes

awesome, thanks for testing @jlmitch5 and @xenus_dad!

this version doesn’t have any changes in how often keyboard is polled, so no effect on performance. the fix is described here.

i’m pretty sure the version i posted should have everything from 3.0 but i’ll make another build tonight using the official 3.0 just in case and post it in the other thread.

re: assigning arbitrary commands to shortcuts - this is basically scripts, with the ability to assign shortcuts to them, which necessitates having more scripts or the timeline feature (as scripts 1-8 already have shortcuts assigned to them).

1 Like

That is exactly the case.

this would be a much bigger change (imagine the UI you’d need to support the editing mode), but it gives me an idea. what about a variation of SCRIPT op where you could execute a specific line in a script, something like SCLINE script line? then you could code a scene with earthsea like grid UI triggering specific lines, or even create a sequencer where you sequence which lines to execute.

2 Likes

That sounds great!
It seems like something that would fit very nicely within the general TT logic/ethos.

As far as UI for the grid triggered commands. In my head it just looked like a vertical scroll of numbered lines (or they could be numbered as coordinates of column/row: 1.2, 1.3, etc.). As you scroll up and down to enter the command lines, the given number lights up the corresponding button.

that feels like a pretty special use case tbh, i’d rather have some more generic way of doing this, which to me is just scripting a UI using the existing grid ops. you could implement a sequencer or an earthsea style keyboard with just init and metro scripts, which leaves you with 48 possible lines.

1 Like