martin-lueders / ML_modules

free modules for VCV Rack
BSD 3-Clause "New" or "Revised" License
90 stars 18 forks source link

Cloner is missing from plugin.json #62

Closed Revheim closed 4 years ago

Revheim commented 4 years ago

Well, the whole issue is in the title.

martin-lueders commented 4 years ago

I also noticed. In the meantime I also started some improvements to cloner, adn will officially add it in the next release. In the meantime, just edit the plugin.json file and add:

{
  "slug": "Cloner",
  "name": "Cloner",
  "description": "Clone a signal to polyphonic channels",
  "tags": ["Utility, Polyphonic"]
}

On Sat, Dec 21, 2019 at 9:23 PM Revheim notifications@github.com wrote:

Well, the whole issue is in the title.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/martin-lueders/ML_modules/issues/62?email_source=notifications&email_token=AHT5VYEIBW6EYMAFXZ2DPTDQZZ3L7A5CNFSM4J6IRNJKYY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4ICETSYQ, or unsubscribe https://github.com/notifications/unsubscribe-auth/AHT5VYBAL6KRDA7AK3NQ2YTQZZ3L7ANCNFSM4J6IRNJA .

Revheim commented 4 years ago

Brilliant, thanks :)