From 8a05d6f99ffdaf0940644d145bf4d6896239aff7 Mon Sep 17 00:00:00 2001 From: h1data <77904565+h1data@users.noreply.github.com> Date: Sat, 27 Feb 2021 18:35:27 +0900 Subject: [PATCH] MidiFrameMacro 1.0.2 fixed the mapping issue --- MidiFrameMacro.amxd | Bin 271425 -> 271688 bytes description/MidiFrameMacro.txt | 7 +++++-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/MidiFrameMacro.amxd b/MidiFrameMacro.amxd index f1ff7184c69512adc6e97c226b8ba6d18fd22283..a311882b5ca8a8a2c8204925fdc42c5a805290ca 100644 GIT binary patch delta 1537 zcmaJ>e@xV67{BM=$QtkvAilzCg!u%-T!YHOup#4Gm+j? zhhmk z;eQfS>7^4kK2$+^&jJP849Lb$Z7}gg4Wf9VhPELcWK=B3K{TN{lk&0+JMi-wknoZY z9-en$Cr@#?FUl$sQ5)4#4^4Sm!M871V8D(LGF_<*UK;n;$07_ zGSNW`49u$`LT}WOb*73cf;RO47aH)kOQ3>U)8kqRTWW|d(a6TuYRVHKPsw z8tm;E?%N)&2}do@v0cMZEo^RtA4FvcFYShH)2+MVXUH*i@s{b9`li|h(`u7{^1D1w zvE;Dl@n=nQbbJ9=d2;c?tmzGT?2l}my3O*jdl>?#GM0q}g{&0^FS1RTC}JbnFw8^##fh_f?aED2fnn*I)%Y7rm@f~_6#m;55%DtcSQnn?ris#PkINA z_R*7l1bZTZE&gyn9*YFZ^1i$?)NknI&-KBcVSJ)I5Dv_CU3?vHMgndAM|-)a{9it~ B(u)89 delta 1480 zcmaJ>eMsDO7{ABwnRn)VS<2L1baUry-rMi}<<7g)X_IW~=4e4%BXct>w#iy#u@zFZ zh-%8Mo~ZT;840e{fd_+_1;G}@76b{>Lw;+rO2{unGy<||BSjRAOdIUIGFeF(eAV|8R zikZQo^{i4c1<};VsBovufo>?Wm>wMZ5RZ?r!pzRo>%-}qdj~S5UoY0>xAz_B+n%18 zy_EUPu5SoEbQ-YU!_Z|~ReI|-tANe2&}Fd&SlWI|0EDENX35;ms5i(vsmctat_s7AK_ z2%#$`sCZL=0=%q3Ek_>wMI(Z2lvRv^+!69l`^OdLcTJ(Gku?$ANUFAS)+ zrFC+V^Co3j4L+QLYMhs#0()bmWlpAQySOS#^ScR$v^Yq%yD_3lN>q0&P716RnuFA! zg{pLFVPk`HoC-n=-{4e~=Ed6$@HDm=6jBm)=qHoTa2^sNXzPn|%>$hDuNV}fTPBC4 z>f?GRttI5B8i;_5BT1*X$q@Bc9i`k?8c5{26nU*%7z@%QiN%9c^`u}l1a-FN?-S%$ zFzEtb)hW1Gqy|UA@D#R2q0yfBXCeht(*^ikn6%L7yjZ~rPDV+FC9N#tNW02y*65B( z@VK3}Jwo~@jaDUMFNg>4aFMh=h4_+4f{usmeM#X3g%nJS#7C<_>%;fYLQ#IxAH|$w zGERub?!{)62+Ad@VXeyhGHkWi@n;qGaRniJ27k(wVM+T*A$qH$9@)9ZZUGXg%Oqo( z&omLHe*n=-w(#pRZAniG^tC_c#_V_shJmT3jBQQe^J;=3$%bxdc%%t#ti_dQcW;9~ zpitH%>*+DflU*&4?P|$8cYU3~O{VnAd8?2f}WR08f$?bK??n+N)i9;7$+*s&M;`M0QTcV|cM;qF6(1J=8S qg8}!Z;_U2^URmM+E@1Ah#-JMwa=e=KtsTmJ@N#mn9R diff --git a/description/MidiFrameMacro.txt b/description/MidiFrameMacro.txt index ac2d702..1de0fea 100644 --- a/description/MidiFrameMacro.txt +++ b/description/MidiFrameMacro.txt @@ -2,10 +2,13 @@ MIDI effect device to modulate parameters in low-resolution and PAL/NTSC like in Deeply influenced by tracker software and chiptune plugins. Features -- Designed to modulate integer parameters such as semitone, octave and waveform types in instrument devices or plugins. +- Designed to modulate integer parameters such as semitone, octave, and waveform types in instrument devices or plugins. - Also able to modulate float-value parameters by scaled values. - 4 parameters can be mapped to individual modulations, which sync to the master clock of the device. -- Each modulation restarts in sync with note on. The adjustable loop selector makes effects for attack and long note. +- Each modulation restarts in sync with note on. The adjustable loop selector makes effects for attack and long notes. + +Changes in version 1.0.2 (February 27, 2021) +- Fixed an issue when mapping parameters might not work with certain conditions. Changes in version 1.0.1 (December 13, 2020) - Fixed the issues when automation set to values might be cancelled and the modulation does not work properly by changing the loop position and slider values even those are different sliders from ones to automate.