kopia lustrzana https://github.com/jameshball/osci-render
rodzic
ad9c3694de
commit
38b2944aea
2
pom.xml
2
pom.xml
|
@ -6,7 +6,7 @@
|
|||
|
||||
<groupId>sh.ball</groupId>
|
||||
<artifactId>osci-render</artifactId>
|
||||
<version>1.27.7</version>
|
||||
<version>1.28.0</version>
|
||||
|
||||
<name>osci-render</name>
|
||||
|
||||
|
|
|
@ -1,3 +1,23 @@
|
|||
- 1.28.0
|
||||
- Add buttons next to 3D rotation effects to change the rotation in the selected axis to be fixed
|
||||
- These appear next to the 3 sliders for 3D object rotation, as well as the 3 sliders for the 3D perspective effect rotation
|
||||
- This means that it will never move in this axis when the rotation speed is non-zero
|
||||
- Allows you to rotate one axis, whilst specifying the exact rotation of the object in another axis
|
||||
- Thanks again to [@javierplano_videonix](https://www.instagram.com/javierplano_videonix/) for the suggestion!
|
||||
- Update all sliders (except frequency slider) to use the same (updated) design with the following:
|
||||
- Slider
|
||||
- Value spinner
|
||||
- MIDI button
|
||||
- Animation type dropdown
|
||||
- Mic button
|
||||
- This has been changed to a mic icon rather than a checkbox
|
||||
- This means that the 3D object sliders and Lua sliders can now all be animated and controlled with a microphone!
|
||||
- Various project-related bugfixes
|
||||
- Backwards compatibility with old project files should be better
|
||||
- Opening projects should be more consistent with how it would look if you opened the project right after starting osci-render
|
||||
- Project files that don't exist are removed from the list when you try and open them
|
||||
|
||||
|
||||
- 1.27.7
|
||||
- Change audio selection and text font selection to be lists rather than dropdowns
|
||||
|
||||
|
|
|
@ -27,7 +27,7 @@
|
|||
<Button fx:id="newProjectButton" layoutX="222.0" layoutY="562.0" mnemonicParsing="false" prefHeight="40.0" prefWidth="131.0" text="Start new project" />
|
||||
<CheckBox fx:id="startMutedCheckBox" layoutX="240.0" layoutY="623.0" mnemonicParsing="false" text="Start muted" />
|
||||
<Label layoutX="188.0" layoutY="247.0" styleClass="title" text="Recently opened projects" />
|
||||
<Label layoutX="14.0" layoutY="700.0" text="v1.27.7" />
|
||||
<Label layoutX="14.0" layoutY="700.0" text="v1.28.0" />
|
||||
<Label layoutX="752.0" layoutY="19.0" styleClass="title" text="Changelog" />
|
||||
<AnchorPane layoutX="582.0" layoutY="65.0" prefHeight="200.0" prefWidth="380.0">
|
||||
<children>
|
||||
|
|
Ładowanie…
Reference in New Issue