VCVRack / library

Database for the VCV Library
https://library.vcvrack.com/
386 stars 82 forks source link

Chinenual-VCV #734

Closed chinenual closed 7 months ago

chinenual commented 2 years ago

Please add my new plugin to the library.

Sources: https://github.com/chinenual/Chinenual-VCV Version: 2.0.0 commit c2989186ca13f114bd883636fc8dfae5e6ad9e11 (tag: v2.0.0)

chinenual commented 2 years ago

Newer version - this adds an Expander module for capturing extra CC.

Sources: https://github.com/chinenual/Chinenual-VCV Version: 2.1.0 commit 0c9d323bf96f90d21790f3c9143d23997a8cabec (tag: v2.1.0)

cschol commented 2 years ago

Manifest issues: https://github.com/chinenual/Chinenual-VCV/issues/1

chinenual commented 2 years ago

Manifest URL's fixed in

Sources: https://github.com/chinenual/Chinenual-VCV Version: 2.1.1 commit 0c79e281b48e6e21efb1304b95ce8ef75ca118f3 (HEAD -> main, tag: v2.1.1, origin/main, origin/HEAD)

cschol commented 2 years ago

Your plugin has been integrated and will be available for all supported platforms with the next Plugin Manager update. Please let us know in this issue when a new version is available. We will reopen it. Thank you for providing your plugin to the Rack community.

chinenual commented 2 years ago

New release:

Sources: https://github.com/chinenual/Chinenual-VCV Version: 2.2.0 commit a2084b4e1f5314d6325882ebd15e0f6335bf8821 (HEAD -> main, tag: v2.2.0, origin/main, origin/HEAD)

chinenual commented 1 year ago

Please update the Chinenual-VCV plugin:

Sources: https://github.com/chinenual/Chinenual-VCV Version: 2.3.0 commit 548d54e393df63bfef18edfd7f396bc99d48e017 (HEAD -> main, tag: v2.3.0, origin/main, origin/HEAD)

cschol commented 1 year ago

Invalid tags in plugin.json: https://github.com/chinenual/Chinenual-VCV/issues/3

chinenual commented 1 year ago

Oops. Deleted the bad tags. Let's try again:

Sources: https://github.com/chinenual/Chinenual-VCV Version: 2.3.0 commit 3cfc2689e5d688e8a4e5d7f8d573d52ca3473c9d (HEAD -> main, tag: v2.3.0, origin/main, origin/HEAD)

chinenual commented 1 year ago

@AndrewBelt @cschol - thanks for getting this new version into the library. However, I notice that the screen shot of the new module has garbage text for the various input labels. This is not how it looks when I test it. (the labels are drawn via nvgText). I will review the code to see if there's an order of evaluation problem in the widget initialization. But can you think of a common reason why something like this might happen?

chinenual commented 1 year ago

Actually - I see that the LED widgets in the MIDI Recorder CC module are also displaying "--" now in the library preview. They used to display numbers corresponding to the default configuration of the module. Perhaps this is related to the problem with the Drum Map labels. Has something changed in the way you are precomputing the module preview images?

chinenual commented 1 year ago

Ignore my questions about the preview images - have sorted that out (had forgotten that module==NULL for the module browser).

The fix is in a new version, 2.3.1:

Sources: https://github.com/chinenual/Chinenual-VCV Version: 2.3.1 commit 59e30dd14b8604b7a95167100b075b9400c1613c (HEAD -> main, tag: v2.3.1, origin/main, origin/HEAD)

chinenual commented 1 year ago

I've released two new modules, NoteMeter and Tintinnabulator. Please skip 2.3.1 and release 2.4.0:

Sources: https://github.com/chinenual/Chinenual-VCV Version: 2.4.0 commit dfc973efd5e98d853b9c04ccc80ebb5f18505003 (HEAD -> main, tag: v2.4.0, origin/main, origin/HEAD)

chinenual commented 1 year ago

Please reopen -- looks like the library has 2.3.1 - not the 2.4.0 I submitted a few days ago (https://github.com/VCVRack/library/issues/734#issuecomment-1449181556)

chinenual commented 1 year ago

New functionality and bug fixes:

Sources: https://github.com/chinenual/Chinenual-VCV Version: 2.4.1 commit abc04103ae5529ab878a77289935a7bef0412e99 (HEAD -> main, tag: v2.4.1, origin/main, origin/HEAD)

chinenual commented 1 year ago

I've gotten a last minute bug report on my beta. Sorry for being a pain, but if you can abort the automation, please DON'T BUILD and deploy:

commit abc04103ae5529ab878a77289935a7bef0412e99 (HEAD -> main, tag: v2.4.1, origin/main, origin/HEAD)

cschol commented 1 year ago

Reverted integration of v2.4.1 until further notice.

chinenual commented 1 year ago

Fix version is now ready for release:

Sources: https://github.com/chinenual/Chinenual-VCV Version: 2.4.2 commit e65420d09098a806cbc950b0bb3e54a0f89c556e (HEAD -> main, tag: v2.4.2, origin/main, origin/HEAD)

chinenual commented 1 year ago

Please add new version to the library - new pitch inverter (Inv) module:

Sources: https://github.com/chinenual/Chinenual-VCV Version: 2.5.0 commit 23494024b661caadf4cb77aa959df2fd56b65885 (HEAD -> main, tag: v2.5.0, origin/main, origin/HEAD)

chinenual commented 1 year ago

Please add new version to the library - new modules MergeSort, SplitSort and PolySort.

Sources: https://github.com/chinenual/Chinenual-VCV Version: 2.6.0 commit b871301ff39a45caa8e9ce26f9c16f108c842a8f (HEAD -> main, tag: v2.6.0, origin/main, origin/HEAD)

chinenual commented 1 year ago

Bug fix:

Sources: https://github.com/chinenual/Chinenual-VCV Version: 2.6.1 commit ff2ed1466e41158c205133016d5553a6ac7d51f0 (HEAD -> main, tag: v2.6.1, origin/main, origin/HEAD)

chinenual commented 7 months ago

New Harp module:

Sources: https://github.com/chinenual/Chinenual-VCV Version: 2.7.0 commit 14a2a2cc6d83a18930eda901489bd337947d692b (HEAD -> main, tag: v2.7.0, origin/main, origin/HEAD)

cschol commented 7 months ago

Build failure on macOS platform: https://github.com/chinenual/Chinenual-VCV/issues/8

chinenual commented 7 months ago

Updated to compile cleanly with Rack SDK 2.5.1:

Sources: https://github.com/chinenual/Chinenual-VCV Version: 2.7.0 commit fe140db6f130f6be5fcf5d66789ad44aa215aa3c (HEAD -> main, tag: v2.7.0, origin/main, origin/HEAD)