Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release MK ReSampler v0.91 #1298

Closed

Conversation

cool9-MK
Copy link
Contributor

  • Added Fine slider for fine-tuning the frequency in cents.
  • Added Reverse function: play files backwards.
  • The waveform now displays Reverse if the function is active.
  • Now the script can receive MIDI from any channel, not just the first.
  • Fixed a bug: now play cursor correctly changes position if the zoom of the waveform is changed.
  • Fixed a bug: now the script does not give an error when working with Reversed items (but also does not work with them).
  • Fixed a bug: now the script does not crash with an error if the recording was activated from daw, but was stopped by the script button.
  • Fixed a bug: now the script does not crash with an error when pressing the keyboard arrows.
  • Now zoom, when you press the keyboard arrows, focuses approximately around the area of the start and end markers.
  • Added a condition for correct work with Muted items.
  • Improved display of the initial screen when launching on long items.
  • Now clicking on a sample in the Media Explorer resets the selection of items, shifting the focus of the script to the Media Explorer.
  • All menus that have only two items have been replaced with switch buttons with indication.
  • Increased the maximum deviation of Random Pitch to +-50 cents.
  • Changed the position of some controls.
  • Fixed typo: RealmGUI -> ReaimGUI.

+ Added Fine slider for fine-tuning the frequency in cents.
+ Added Reverse function: play files backwards.
+ The waveform now displays Reverse if the function is active.
+ Now the script can receive MIDI from any channel, not just the first.
+ Fixed a bug: now play cursor correctly changes position if the zoom of the waveform is changed.
+ Fixed a bug: now the script does not give an error when working with Reversed items (but also does not work with them).
+ Fixed a bug: now the script does not crash with an error if the recording was activated from daw, but was stopped by the script button.
+ Fixed a bug: now the script does not crash with an error when pressing the keyboard arrows.
+ Now zoom, when you press the keyboard arrows, focuses approximately around the area of the start and end markers.
+ Added a condition for correct work with Muted items.
+ Improved display of the initial screen when launching on long items.
+ Now clicking on a sample in the Media Explorer resets the selection of items, shifting the focus of the script to the Media Explorer.
+ All menus that have only two items have been replaced with switch buttons with indication.
+ Increased the maximum deviation of Random Pitch to +-50 cents.
+ Changed the position of some controls.
+ Fixed typo: RealmGUI -> ReaimGUI.
@@ -1,9 +1,26 @@
-- @description MK ReSampler
-- @author cool
-- @version 0.9
-- @changelog Initial
-- @version 0.91
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Are you sure about 0.91? That's a lot higher than .9. Anything below 91 won't be allowed in future updates. Version numbers are not decimals.

Did you mean 0.9.1?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

0.9.1 - looks OK. I will re-upload this script with the correct version number. Thank you.

Version numbers are hell for me. I always thought that these were just tenths and hundredths of a unit, as in normal counting in small steps. I assumed that 0.91 is greater than 0.90 by only 0.01.

Copy link
Member

@cfillion cfillion Jan 22, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Version numbers are an infinite list of number or text segments separated by any non-alphanumeric character (eg. 2024-01-22.beta is a fully valid version number). Each segments are compared individually and text segment (pre-release indicator) sort lower than numbers.

@cfillion cfillion closed this Jan 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants