From fe983b6de58c3c34ec2f814742d397ae808c53eb Mon Sep 17 00:00:00 2001 From: dllmusic <34119160+dllmusic@users.noreply.github.com> Date: Wed, 3 Jan 2018 00:37:06 -0500 Subject: [PATCH 1/2] Version 0.5.3 MIDI CV added controllers and updated PitchBend to read 14bit. TwinGlider with new functions. Updated manual with graphics. Added example patches. ...waiting on win binary. (I left win download empty until I get that) Thank you --- plugins/moDllz.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/plugins/moDllz.json b/plugins/moDllz.json index 61855333..6dcfd9ff 100644 --- a/plugins/moDllz.json +++ b/plugins/moDllz.json @@ -3,17 +3,17 @@ "name": "moDllz", "author": "Pablo Delaloza", "license": "BSD 3-clause", - "version": "0.5.2", + "version": "0.5.3", "manual": "https://github.com/dllmusic/VCV_moDllz/blob/master/README.md", "source": "https://github.com/dllmusic/VCV_moDllz", "downloads": { "win": { - "download": "https://github.com/dllmusic/VCV_moDllz/blob/master/dist/moDllz-0.5.2-win.zip?raw=true", - "sha256": "991296d60f03893c4325b7b2077ef84c4cf1f4d4651137ea877ae865cb7501cd" + "download": "", + "sha256": "" }, "mac": { - "download": "https://github.com/dllmusic/VCV_moDllz/blob/master/dist/moDllz-0.5.2-mac.zip?raw=true", - "sha256": "664064185007b09cf7394a48e071ce0254f4e296c23abf945f1c0daf86af6c62" + "download": "https://github.com/dllmusic/VCV_moDllz/blob/master/dist/moDllz-0.5.3-mac.zip?raw=true", + "sha256": "10cf40873ecb0726ab48d931ba628544dbffb42fdea15f77cdf4719e15212544" } } } From 50db3005f156cf27f7243cd148778ef8a8a0a162 Mon Sep 17 00:00:00 2001 From: dllmusic <34119160+dllmusic@users.noreply.github.com> Date: Wed, 3 Jan 2018 09:56:59 -0500 Subject: [PATCH 2/2] Update moDllz.json Added win 0.5.3 download --- plugins/moDllz.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/moDllz.json b/plugins/moDllz.json index 6dcfd9ff..9dfd166f 100644 --- a/plugins/moDllz.json +++ b/plugins/moDllz.json @@ -8,8 +8,8 @@ "source": "https://github.com/dllmusic/VCV_moDllz", "downloads": { "win": { - "download": "", - "sha256": "" + "download": "https://github.com/dllmusic/VCV_moDllz/blob/master/dist/moDllz-0.5.3-win.zip?raw=true", + "sha256": "e8d08eff204e0c02336ea1ca14a5b2ef3390e0261c97ab27718e5368476693d7" }, "mac": { "download": "https://github.com/dllmusic/VCV_moDllz/blob/master/dist/moDllz-0.5.3-mac.zip?raw=true",