Julian Jarecki

Results 17 issues of Julian Jarecki

I have to apologize in advance: I have no ideas about lexing and parsing. When I try to simple a Parser and feed it content with multiple lines, the tokenizer...

I is my understanding that java.util.Date should not be used anymore. I suggest to add support for java.time.

First of all thanks for the work on this project - works wonderfully. I used it in a JavaFX application and noticed, that after calling Platform.exit(), the process was still...

I am currently trying to re-implement a player based on Javax.soundand thus trying to understand the implementation here, In the course of that process, I stumbled upon a piece of...

The Bug described here was first also described in [this comment on a stackoverflow answer](https://stackoverflow.com/questions/22763445/is-there-are-any-implementation-of-rectangle-selection-in-javafx/35186590#comment96892434_35186590) which suggests the use of `MouseControlUtil.addSelectionRectangleGesture`: Whenever I call the function with the `final Parent...

### Disclaimer This proposal suggests some extensive changes which probably have already been suggested in one way or another and are certainly not on the plan in this fashion right...

request

DeviceDetector is declared with `export = DeviceDetector;` and no default export is specified. Our project was configured without 'allowSyntheticDefaultImports'. With this configuration: 1. an IDE like webstorm will automatically import...

When a song is loaded, midi feedback for all clips states is sent, so on the device (i.e. the launchpad) the lights will be displayed according to the song's clip...

bug

Added the concept of _MidiActions_. It comprises not only the action to be executed, when the MidiAction is triggered, but also the storing/saving of the binding of midi-messages in the...

look at the processNote method - why is it that way?