kopia lustrzana https://github.com/jameshball/osci-render
rodzic
3153889d02
commit
a2b7c72731
2
pom.xml
2
pom.xml
|
@ -6,7 +6,7 @@
|
|||
|
||||
<groupId>sh.ball</groupId>
|
||||
<artifactId>osci-render</artifactId>
|
||||
<version>1.29.0</version>
|
||||
<version>1.30.0</version>
|
||||
|
||||
<name>osci-render</name>
|
||||
|
||||
|
|
|
@ -1,3 +1,15 @@
|
|||
- 1.30.0
|
||||
- Updated osci-render to Java 19 (please report any new issues you think could be related to this!)
|
||||
- Added volume slider on right side of main interface
|
||||
- This replaces the volume scale slider under audio effects
|
||||
- The slider has a volume visualiser that shows the current volume in the left and right audio channels
|
||||
- It also shows the average volume
|
||||
- There is also another slider that points to the volume slider that controls the hard clipping point of the audio
|
||||
- The hard clipping point is the point at which the audio is clipped to the maximum volume
|
||||
- Any samples above this point are set to this point
|
||||
- By default, this is set to 1 meaning that any values less than -1 or greater than 1 are set to -1 or 1 respectively
|
||||
|
||||
|
||||
- 1.29.0
|
||||
- Updated the project select interface and main interface to be resizable
|
||||
- This means you can make osci-render full screen now
|
||||
|
|
|
@ -43,7 +43,7 @@
|
|||
<CheckBox fx:id="startMutedCheckBox" mnemonicParsing="false" text="Start muted" />
|
||||
<HBox alignment="CENTER" spacing="20.0">
|
||||
<children>
|
||||
<Label minWidth="42.0" prefHeight="18.0" prefWidth="42.0" text="v1.29.0" />
|
||||
<Label minWidth="42.0" prefHeight="18.0" prefWidth="42.0" text="v1.30.0" />
|
||||
<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" />
|
||||
</children>
|
||||
|
|
Ładowanie…
Reference in New Issue