You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've been stashing my scripts in a git repo for a while, I've recently decided to make it into a proper ReaPack repo using reapack-index. I noticed some weirdness in the version / changelog of one of my JSFX (see below), as well as a discrepancy in author name (eg. "Luiza 177" vs "Luiza177")
in the .jsfx file:
/*
desc: DrumKey
author: Luiza177
version: 1.1.0
about:
# DrumKey
Play your MIDI keyboard + Sustain pedal like it was an e-drum set.
* Sustain Pedal down triggers fixed velocity notes
* Mod wheel or chosen CC controls Hi-hat open-ness.
* Duplicate input keys for Snare and Toms for easier fills
changelog:
- v1.1.0 - Added modifiable Hihat open levels
- v1.0.1 - fixed Hi-hat CC
- v1.0.0 - Initial release
*/
in index.xml:
<reapackname="luiza177_DrumKey.jsfx"type="effect"desc="DrumKey">
<metadata>
<description><![CDATA[{\rtf1\ansi\deff0{\fonttbl{\f0 \fswiss Helvetica;}{\f1 \fmodern Courier;}}{\colortbl;\red255\green0\blue0;\red0\green0\blue255;}\widowctrl\hyphauto{\pard \ql \f0 \sa180 \li0 \fi0 \outlinelevel0 \b \fs36 DrumKey\par}{\pard \ql \f0 \sa180 \li0 \fi0 Play your MIDI keyboard + Sustain pedal like it was an e-drum set.\par}{\pard \ql \f0 \sa0 \li360 \fi-360 \bullet \tx360\tab Sustain Pedal down triggers fixed velocity notes\par}{\pard \ql \f0 \sa0 \li360 \fi-360 \bullet \tx360\tab Mod wheel or chosen CC controls Hi-hat open-ness.\par}{\pard \ql \f0 \sa0 \li360 \fi-360 \bullet \tx360\tab Duplicate input keys for Snare and Toms for easier fills\sa180\par}}]]></description>
</metadata>
<versionname="1.0.0"author="Luiza 177"time="2023-04-09T10:36:39Z">
<changelog><![CDATA[v1.0.0 - Initial release]]></changelog>
<source>https://github.com/luiza177/REApository/raw/ae38c38bd934b736996fabc147596a9a10b69a7f/JSFX/MIDI/luiza177_DrumKey.jsfx</source>
</version>
<versionname="1.0.1"author="Luiza 177"time="2023-04-16T13:14:07Z">
<changelog><![CDATA[v1.0.0 - Initial release]]></changelog>
<source>https://github.com/luiza177/REApository/raw/0eed8d051cdb0bb612394ceba4bc4f474ae4261f/JSFX/MIDI/luiza177_DrumKey.jsfx</source>
</version>
<versionname="1.1.0"author="Luiza 177"time="2023-10-20T12:34:20Z">
<changelog><![CDATA[v1.0.0 - Initial release]]></changelog>
<source>https://github.com/luiza177/REApository/raw/e0c890dacb207060fb3319a92bff693cd2d1c9df/JSFX/MIDI/luiza177_DrumKey.jsfx</source>
</version>
<versionname="1.1"author="Luiza 177"time="2024-06-08T10:37:58Z">
<changelog><![CDATA[- v1.1 - Added modifiable Hihat open levels- v1.0 - Initial release]]></changelog>
<source>https://github.com/luiza177/REApository/raw/baa2872c6841bcfb9b8238f0b41827c9cc972d65/JSFX/MIDI/luiza177_DrumKey.jsfx</source>
</version>
</reapack>
Is there a way to fix this? I can't seem to figure out how to use the --amend function
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I've been stashing my scripts in a git repo for a while, I've recently decided to make it into a proper ReaPack repo using reapack-index. I noticed some weirdness in the version / changelog of one of my JSFX (see below), as well as a discrepancy in author name (eg. "Luiza 177" vs "Luiza177")
in the .jsfx file:
in index.xml:
Is there a way to fix this? I can't seem to figure out how to use the
--amend
functionBeta Was this translation helpful? Give feedback.
All reactions