kopia lustrzana https://github.com/jameshball/osci-render
rodzic
c536b9d59c
commit
a6c665a9cb
2
pom.xml
2
pom.xml
|
@ -6,7 +6,7 @@
|
||||||
|
|
||||||
<groupId>sh.ball</groupId>
|
<groupId>sh.ball</groupId>
|
||||||
<artifactId>osci-render</artifactId>
|
<artifactId>osci-render</artifactId>
|
||||||
<version>1.30.2</version>
|
<version>1.30.3</version>
|
||||||
|
|
||||||
<name>osci-render</name>
|
<name>osci-render</name>
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,9 @@
|
||||||
|
- 1.30.3
|
||||||
|
- Dramatically improved MIDI performance! Should now be pretty resilient to anything you throw at it
|
||||||
|
- Renamed decay to release in MIDI settings
|
||||||
|
- Version number is now saved with .osci project file
|
||||||
|
|
||||||
|
|
||||||
- 1.30.2
|
- 1.30.2
|
||||||
- Allow text size to be specified when creating .txt files
|
- Allow text size to be specified when creating .txt files
|
||||||
- Write "$text_size=" followed by a number to change the text size for that line
|
- Write "$text_size=" followed by a number to change the text size for that line
|
||||||
|
|
|
@ -43,7 +43,7 @@
|
||||||
<CheckBox fx:id="startMutedCheckBox" mnemonicParsing="false" text="Start muted" />
|
<CheckBox fx:id="startMutedCheckBox" mnemonicParsing="false" text="Start muted" />
|
||||||
<HBox alignment="CENTER" spacing="20.0">
|
<HBox alignment="CENTER" spacing="20.0">
|
||||||
<children>
|
<children>
|
||||||
<Label fx:id="versionLabel" minWidth="42.0" prefHeight="18.0" prefWidth="42.0" text="v1.30.2" />
|
<Label fx:id="versionLabel" minWidth="42.0" prefHeight="18.0" prefWidth="42.0" text="v1.30.3" />
|
||||||
<Label prefHeight="54.0" prefWidth="379.0" text="Email me at james@ball.sh or create an issue on GitHub for feature suggestions, issues, or opportunites I might be interested in!" textAlignment="CENTER" wrapText="true" />
|
<Label prefHeight="54.0" prefWidth="379.0" text="Email me at james@ball.sh or create an issue on GitHub for feature suggestions, issues, or opportunites I might be interested in!" textAlignment="CENTER" wrapText="true" />
|
||||||
<Button fx:id="logButton" minWidth="102.0" mnemonicParsing="false" prefWidth="102.0" text="Open log folder" />
|
<Button fx:id="logButton" minWidth="102.0" mnemonicParsing="false" prefWidth="102.0" text="Open log folder" />
|
||||||
</children>
|
</children>
|
||||||
|
|
Ładowanie…
Reference in New Issue