-
Notifications
You must be signed in to change notification settings - Fork 149
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
Added a script in Various #1450
Conversation
…ormyVanCool_AudioBooks_ChapterMarker.lua Updated version of the script I started to make 3 year s ago.
It Updates the Chapter Markers create with my script TormyVanCool_AudioBooks_ChapterMarker
…ancool_Audiobooks chapter marker.lua Renamed the file and removed the 2 empty lines at the beginning of the script
…ol_Audiobooks chapter marker updater.lua Renamed the file as illustrated convention. Not any empty row detected here
…h the primary action
It prints on an HTML and CSV files located into the REAPER's default, all the installed plugins
It extract a list of all installed VSTs etc, and put the list into an HTML and CSV file into the REAPER's main dir.
|
|
This is a script repository, so nothing in the FX category is an effect. The category is for FX-related scripts such as this one. 😉 (Effects are in the separate JSFX repository.)
Like this:
The documentation explicitly says this: "Sets the changelog for the current version. The changelogs of previous versions are preserved."
It's easy to add additional files when using the package editor. Base64 makes it hard to review the code. (And I maintain that a 88KB dependency is excessive for just 40 lines.) |
Working on this. For the CHangelog: About jQuery: This is a Project Requirement so I keep it like that. No one dies at the end. It's a tool made not only to help migration but for DR (Disaster Recovery). |
The changelog of every released version is stored forever in the XML index.
This has nothing to do with requiring internet access? Removing jQuery means using just the standard JavaScript DOM API. Nowadays it's very portable – jQuery is mostly a vestige of ancient times (when Internet Explorer was causing headaches)... (Just to be clear: my gripe here is that having a huge dependency base64-encoded is a pain to review. It being technically unnecessary on top is secondary. Feel free to release this script on your own repository instead of here to skip this step.) |
It's not about my script, as this is the first time I'm uploading it to your ReaPack. For now, the script is hosted in my own repository. I'm unsure if ReaPack’s architecture maintains the changelog when the file moves to a different repository.
Access to jQuery: internet is required.
I will see if I can get exactly what I want with minimal intervention. With jQuery it was very minimal. |
Basically: $('button.reset').on('click', function() { ...becomes: document.querySelector('button.reset').addEventListener('click', function() { Same result, self-contained, modern and ~88KB lighter!
Of course. I didn't suggest otherwise. |
JS is just so clunky. Actions that should be seamless aren't. jQuery solved so many issues, not only the old clunky IE (that was ignored by everyone at certain pont) ... That's why it was left where it was and we got jQuery and all the other libs derived from it. HNOTE: Having said that, consider I have not clue about what you said "my gripe here is that having a huge dependency base64-encoded is a pain to review". I'm not aware about what operations you have to do to test it. |
Changed folder and corrected the header
I corrected the "version" and "about"
All correction (but Jquery) have being made. |
Added the script tormyvanvool_VSTs-VSTis Extractor.lua in Various