Alex Kempton

Results 110 comments of Alex Kempton

Perhaps even a debug listen mode that brings up any node being affected by whatever control you just touched. A logger, essentially.

Can't seem to get this to happen on refreshing but it's definitely happening when closing CTRL+C in the terminal. There also seems to be issues with the compiled app keeping...

May have been fixed with the upgrade to Electron 7. Moving this issue to 0.7 and can see if there has been any issues after some time using with new...

Wait for this first: https://github.com/nudibranchrecords/hedron/issues/290

Mostly fixed by https://github.com/nudibranchrecords/hedron/pull/197. Moving to 0.6.0 to be reviewed for the extra bit

This should apply to any exception, not just inside of sketches.

Could be as simple as putting the whole engine loop in a `try/catch` block. Perhaps can be more smart to make the error message more useful.

Ah, so you mean have multiple shifts for the same midi input? So instead of shift being true or false, it would be an index and in the settings for...

Good point! There's also the question of what happens if a key is deleted and it still has linked inputs. I guess we'd want to display a warning.

I've reduced the delay so they pop in much faster. Keeping this open in case we want to go further with this. Could use something like [react-window](https://github.com/bvaughn/react-window)