VCVRack / library

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

computerscare #498

Closed freddyz closed 2 months ago

freddyz commented 6 years ago

2 new VCV Rack modules: "Father & Son Patch Sequencer" and "Debug". I believe this is the required information for inclusion in the Plugin Manager:

{
  "name": "Computerscare Modules",
  "author": "computerscare",
  "license": "BSD-3-Clause",
  "manualUrl": "https://github.com/freddyz/computerscare-vcv-modules/blob/master/README.MD",
  "sourceUrl": "https://github.com/freddyz/computerscare-vcv-modules",
  "latestVersion": "0.6.2",
  "donateUrl": "https://paypal.me/donatetoadam"
}

Apologies if I'm missing some things - this is my first time going through this process. Thank you!

freddyz commented 6 years ago

Fantastic thanks! Curious - what do I need to do to allow users to add my plugins via the plugin manager interface (ie with the "+Free" green button)?

cschol commented 6 years ago

As soon as Andrew updates the build, the plugin will show up in the Plugin Manager. My commit stages your plugin for inclusion in the build process. Nothing more for you to do.

cschol commented 6 years ago

@AndrewBelt Did this get missed in the last build update?

AndrewBelt commented 6 years ago

I never did a build update.

But looking at this, I can't accept it because of the dist/ and plugin.dylib files. @freddyz needs to remove those from git history, not by making a commit, and I'll build.

freddyz commented 6 years ago

@AndrewBelt I believe I have successfully removed the dist/ and plugin.dylib files from my repository's git history. Thank you for the clear description of the problem and instructions!

freddyz commented 6 years ago

Perhaps I should mention that I did make one commit to the repo after removing the dist/ and plugin.dylib files. It was just to alter the gitignore file. Latest commit is at: d7a4d60ce8147cd8c12b10a4b4983c85d7196dc6

AndrewBelt commented 6 years ago

@cschol Could you update this? He correctly removed the commit pointed to by the submodule, but now the new commit needs to be used.

cschol commented 6 years ago

Sorry, been out of town this week for work. I see Matt made the commit. Thanks!

AndrewBelt commented 6 years ago

Updated build

cschol commented 6 years ago

@AndrewBelt Something is wrong with the computerscare module (tested on Linux and Mac, both fail to download when launching Rack and hitting Update).

[4.811 info src/plugin.cpp:199] Downloading plugin computerscare 0.6.2 lin
[5.100 warn src/plugin.cpp:204] Plugin computerscare download was unsuccessful
AndrewBelt commented 6 years ago

Thanks, forgot to sync the package directory.

freddyz commented 6 years ago

Kindly requesting an update to Computerscare Modules, now at version 0.6.3 Latest commit hash: 55e4987c1a8cf56a992d2c91d08ab5b986a1a739 Repository URL: https://github.com/freddyz/computerscare-vcv-modules/

AndrewBelt commented 5 years ago

Updated build

freddyz commented 5 years ago

Requesting an update to Computerscare Modules, now at version 0.6.4 Latest commit hash: d41bece8fcdd35441c3e45e3d906ee75d5fe75b7 Repository URL: https://github.com/freddyz/computerscare-vcv-modules/

Thank you!!!

AndrewBelt commented 5 years ago

Built updates (yesterday)

freddyz commented 5 years ago

Requesting an update to Computerscare Modules, new version: 0.6.5 Latest Commit hash: f39e214e99d9a0682af1f4d69c00db4bb298f8f5 Repository URL: (https://github.com/freddyz/computerscare-vcv-modules/)

Thanks much!

AndrewBelt commented 5 years ago

Updated build

freddyz commented 5 years ago

Bugfix: Requesting an update to Computerscare Modules, new version: 0.6.6 Latest Commit hash: 6fb5c5dc0a35ed09a8af81ffe4e23dd6a542b6b2 Repository URL: (https://github.com/freddyz/computerscare-vcv-modules/)

AndrewBelt commented 5 years ago

Updated build

freddyz commented 5 years ago

Requesting review & update of computerscare modules, new version:1.0.0 Latest commit hash: 48e7dcc53e928e3bafa15051d64fd6a4b3dc1023 (master branch) Repository: https://github.com/freddyz/computerscare-vcv-modules

Thank you!

cschol commented 5 years ago

Invalid tag in plugin.json: https://github.com/freddyz/computerscare-vcv-modules/issues/15

freddyz commented 5 years ago

Fixed the invalid tag.

New hash: 238ff6e44286f2f54b24d3ac30c34ca368d95471 on master branch

freddyz commented 5 years ago

Requesting an update to computerscare modules, new version 1.0.3 Last commit hash: 6cb2ee065d911ceef864efa26f6633c4a72f3ba9 Repository URL: https://github.com/freddyz/computerscare-vcv-modules

Thanks - have a nice day!

freddyz commented 4 years ago

Requesting a build update for computerscare modules, new version 1.1.0 Last commit hash: bfbc782f2787c6eadf6855a396e887a6ceab9b40 Repository URL: https://github.com/freddyz/computerscare-vcv-modules

Thanks much!

AndrewBelt commented 4 years ago

Build error on Linux.

src/ComputerscareLaundrySoup.cpp:99:46: error: array must be initialized with a brace-enclosed initializer
   bool activePolyStep[numFields][16] = {false};
                                              ^

Suggest using = {{false}};

cschol commented 4 years ago

@AndrewBelt Are you still running Ubuntu 16.04? I might have to create a Docker container to catch this (I'm on 18.04).

freddyz commented 4 years ago

I believe I have fixed the Linux build error (thanks @AndrewBelt)

New release candidate for computerscare modules 1.1.0: hash: 27c7384627b8421753542c552845df0d1a92864d Repository URL: https://github.com/freddyz/computerscare-vcv-modules

AndrewBelt commented 4 years ago

@cschol Yes, specifically because it uses the minimum supported glibc and libstdc++ versions.

freddyz commented 4 years ago

Terribly sorry for this, but I just noticed a pretty bad bug I introduced with this 1.1.0 update (last hash without the problem is 6cb2ee065d911ceef864efa26f6633c4a72f3ba9, which is the version currently in the plugin manager). Is there any way that my changes to computerscare modules 1.1.0 could NOT be included in the coming library update? Ideally this issue would be "closed", and I will make a comment when I've fixed the problem and then it can go through the regular review process.

If it's too late - that is okay but I thought I'd ask anyway!

cschol commented 4 years ago

No problem. I rolled back the pinned repo version to 1.0.3. Closing this issue until the next update.

@AndrewBelt FYI, in case this build gets triggered anyway (which it should not, since it is up to date with the currently available version).

freddyz commented 4 years ago

Requesting an update:

computerscare modules, new version: 1.1.1: hash: 77e8e973e7b552add8d82bf70f8dc80dc1f053f4 Repository URL: https://github.com/freddyz/computerscare-vcv-modules

Cheers!

freddyz commented 4 years ago

Requesting an update to Computerscare Modules new version: 1.2.0 commit hash: d0dddec16c3f36d86d3cd5c061a4940c5c7028c0 repository: https://github.com/freddyz/computerscare-vcv-modules

freddyz commented 4 years ago

Kindly requesting an update to Computerscare Modules new version: 1.3.0 commit hash: c1d03abafa454cc357abab7fb0aaf5a9491691de repository: https://github.com/freddyz/computerscare-vcv-modules

Have a nice day!

freddyz commented 3 years ago

Requesting an update to Computerscare Modules new version: 1.4.0 commit hash: 055532aad3a63f66d064660d095d61aea6ea6201 repository: https://github.com/freddyz/computerscare-vcv-modules

This commit is NOT to the master branch. I believe this is not a problem but mentioning just in case.

Love, Adam

freddyz commented 3 years ago

Requesting update to Computerscare Modules New version: 1.4.1 commit hash: c5dbc6d14961e930450b255a56afab28e6374f5e repository: https://github.com/freddyz/computerscare-vcv-modules

Thank you!

freddyz commented 3 years ago

Kindly Requesting update to Computerscare Modules New version: 1.4.2 commit hash: f8e7b10e8b37a7f329f355d454e7aebed4b5cb5b repository: https://github.com/freddyz/computerscare-vcv-modules

Thanks much!

freddyz commented 2 years ago

Requesting update to Computerscare Modules New version: 1.4.3 commit hash: 46de839256bab5ff44505b0a8ebbb15364aaa514 repository: https://github.com/freddyz/computerscare-vcv-modules

Thank you very much

freddyz commented 2 years ago

Requesting update to Computerscare Modules for v2 New version: 2.0.1 commit hash: aa0bc12b15cc870125c3652ffb4e232078df4ec9 repository: https://github.com/freddyz/computerscare-vcv-modules

Thanks!

cschol commented 2 years ago

Can you please check if you pushed the changes? This SHA is not in the repository (yet).

cschol commented 2 years ago

Ah, OK. Apparently, git fetch --all does not fetch tags and I need git fetch --tags. All good.

freddyz commented 3 months ago

Earlier today I commented requesting a build update but since found a critical bug on Windows. Withdrawing prior request for now.

freddyz commented 3 months ago

Requesting update to computerscare modules New version: 2.1.11 commit hash: 57d341db9fc0ecf8e4b61cc917ecafda8c5096ee repository: https://github.com/freddyz/computerscare-vcv-modules

@cschol @AndrewBelt This release candidate v2.1.11 is stable and ready to be added to the Library at your convenience. Thanks much!