GithubHelp home page GithubHelp logo

Comments (7)

wizardishungry avatar wizardishungry commented on August 15, 2024 1

I'd consider putting the set name in the model createModel call: "XYZ", "[SET-2] FunkyVCO".

from library.

AndrewBelt avatar AndrewBelt commented on August 15, 2024

It's recommended to use the CompanyName-PluginName pattern for slugs. https://vcvrack.com/manual/PluginDevelopmentTutorial.html under Naming.

I don't know if I'd call more plugins "clutter", it's just what happens with a popular platform, along with a database that attempts to collect every plugin.

I have no idea what you're talking about with changing the "name of the dist folder"

Also, who is using an ampersand in their slug?

from library.

AScustomWorks avatar AScustomWorks commented on August 15, 2024

1.- Right about the "clutter", I guess I need to get rid of MY clutter hehe

  1. -About changing the folder name, I made that to be able to test a new set of modules without changing the slug and without removing my old set (at testing stage, I know, lazy!) that's how I found out both sets appear under my name, and this prompted the question as it would be a way to keep things tidy. But I'll adhere to the recommended way, no problem ;)

3.- Nobody yet I hope hehe, it was just for the example.

from library.

AndrewBelt avatar AndrewBelt commented on August 15, 2024
  1. You only have one entry "AS". What do you mean?
  2. So you want to have a plugin "AS", as well as a plugin "AS-testing" or something in Rack at the same time? Simple answer: change the slug in the Makefile, make clean, make dist
  3. I see. Only alphanumeric plus -_ are allowed in slugs. They will begin to be hard requirements later.

from library.

wizardishungry avatar wizardishungry commented on August 15, 2024
  1. Yes, slug should be globally unique. I don't believe the slug is exposed to end users.
  2. The first string argument to createModel is the manufacturer name that shows up as a top level heading in the browser. Multiple plugins from a single vendor can use the same value to ensure all their plugins are under the same top level heading. (I do this because one of my plugins contains GPL code.)

from library.

AScustomWorks avatar AScustomWorks commented on August 15, 2024

Hi Jon, and yes, that's what I was aiming for but didn't explain correctly, thanks a lot!.

I'll leave an example as a guide, please correct me if something is wrong with this approach (tested already and is working as expected):

Same dev slugs:
SLUG = XYZ (first module set )
SLUG = XYZ-SET-2 (second module set)
That's for each module set, and it gives 2 separate plugins to install.

Then, to keep both module sets under the same top level heading ("XYZ" in this case):
On the first module set(XYZ), manufacturer name is XYZ:

p->addModel(createModel("XYZ", "MyModule", "My Module", BLANK_TAG));

On the second module set (XYZ-SET-2) manufacturer name is again XYZ:

p->addModel(createModel("XYZ", "Set2Module", "Set 2 Module", BLANK_TAG));

The top level heading ends up like this:
XYZ:
-My Module
-Set 2 Module

Now I wonder if users could be confused by not seeing "XYZ-SET-2" at the top level heading, can't win every time hehe.

from library.

AndrewBelt avatar AndrewBelt commented on August 15, 2024

Closing since the issue has been resolved by #257 (comment)

from library.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.