You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
sourceUrl should be https://github.com/KarateSnoopy/vcv-karatesnoopy.git (incl. the .git)
pluginUrl and manualUrl should point to the README.md of your repository.
The slug for the 2D grid sequencer has to adhere to the v1 naming conventions, i.e. it cannot contain whitespace characters. Now, since this has been the slug used in v0.6 for your plugin, you should create the slug as follows: KSnpy2DGridSeq. Rack v1 will ensure backwards compatibility for pre-v1 patches by normalizing the module name on loading the patch, i.e. removing invalid characters. Note, that you also need to update the slug in Seq.cpp.
The text was updated successfully, but these errors were encountered:
A few issues that need fixing in the
v1
branch:sourceUrl
should behttps://github.com/KarateSnoopy/vcv-karatesnoopy.git
(incl. the.git
)pluginUrl
andmanualUrl
should point to theREADME.md
of your repository.slug
for the 2D grid sequencer has to adhere to the v1 naming conventions, i.e. it cannot contain whitespace characters. Now, since this has been the slug used inv0.6
for your plugin, you should create the slug as follows:KSnpy2DGridSeq
. Rackv1
will ensure backwards compatibility for pre-v1
patches by normalizing the module name on loading the patch, i.e. removing invalid characters. Note, that you also need to update the slug inSeq.cpp
.The text was updated successfully, but these errors were encountered: