floka94

Results 2 issues of floka94

OSMD does not support to add lines below or above the notes. See this example: ![image](https://user-images.githubusercontent.com/29139420/104808823-02befe80-57e9-11eb-865d-c6adf45250c0.png) In MusicXML i can draw such lines with the following tag: _Start of a...

feature

I am trying to write a single BOOL value to a Siemens S7-400 PLC with the OPM Feature. Here is my Entity: ```java @PlcEntity public class NewDataSetReady { @PlcField("%DB9002:5.0:BOOL") public...