Xmodal / autonomX

Experiment with life-like processes to generate dynamic, emergent and self-organizing patterns and output these patterns via OSC.
10 stars 4 forks source link

add GitHub repo link to OscSettings component #347

Closed netherwaves closed 3 years ago

netherwaves commented 3 years ago

resolves #329

aalex commented 3 years ago

Settings are for things that the user should customize, but we should use constants for anything we need control on. (like the app version, the repo URL, the file extension, etc.)

So we should use qmlEngine.rootContext()->setContextProperty( and not settings->setValue for the extensionName, repoURL, etc.