-
-
Notifications
You must be signed in to change notification settings - Fork 1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Where does help belong? #5596
Comments
I like the idea of making GitBook downloadable, but in combination with some in-software docs (as evidenced by me opening #5571).
I think shorter and more location-specific documentation is suited for hover text, everything else makes more sense on GitBook (probably with some overlap). "Time taken for note to reach full volume" is short and relates specifically to the attack knob of the envelopes tab. "Click an empty space to add a clip, double click to edit a clip, middle click to delete a clip, click and drag to move a clip, ctrl + drag to clone a clip ... " applies to the entire song editor timeline area and is super long.
I don't think we really "handle" this right now either, so changes going forward aren't likely to make things worse. I think it'd be ideal if merged features had documentation on GitBook even if they aren't in a release yet, so perhaps there can be a special section or separate book(?) for that? PR descriptions + discussion do a reasonably good job of documenting unmerged features, I think? I definitely think we should continue to offer a docs-less download for those with poor internet, but at the same time it's good if we offer one with docs to make people aware of the possibility. One way I've seen this done is with an option in the installer, but if that's not possible maybe we could modify the download page? (quick inspect element mockup) |
@Spekular I don't think we need a separate downloads for docs, no need to modify the downloads page, we should simply include the docs, always. What'd be nice is if we could add a " Previously, the standard way to offer help historically through Windows was to add a dedicated, searchable help window. I'm sure we could write a converter to do this but I'm not sure it's cross-platform. Oddly, testing Google Chrome, MacPass and Slack, all "Help Centers" open in a browse window. Google's appears to be offline wherease Slack's appears to be online. MacPass just directs to a GitHub project page, not useful at all 🤣. I feel as a project we should still ship with documentation. This is because music is often done offline (e.g. on a train, cruise, plane) and these are the times when people may need access to documentation the most.
The way apps like Ableton tackle this problem is to have a dedicate help area in a small status bar at the bottom that can be clicked to launch more details information. Another way to help this for Xpressive (a complex plugin which has a full code interpreter, sort of spurring this topic) specifically is to add something like commenting to Xpressive so that the usage is mostly self-documenting (and update the presets accordingly). |
for vst plugins, what about putting all documentation within the plugins (like whatever xpressive does). this can be done by adding a small qn mark icon on the vst plugin settings card. these docs can open in a seperate window/widget within lmms. for other things, we can consider some other options. |
We don't exactly have control over VSTs |
I was kinda wondering if we could have a tutorial embedded eventually, similar to what MuseScore has. Obviously not a development priority ATM, but it was brought up on the LMMS server today. |
This issue is to discuss where documentation and help should be kept, and how to make it available to users.
Most of the documentation for the software is currently only available online at https://docs.lmms.io/. Some recent changes and exceptions:
stable-1.2
branch has a "what's this" feature. This is rather incomplete and has been removed inmaster
.master
has a new "Xpressive" synthesiser which comes with a manual built into the software.It would be useful for users to be able to access help offline. This could be achieved by:
The following questions probably deserve answers:
Other related issues:
Continued from #5570 as per @tresf's suggestion. Feel free to edit and discuss.
The text was updated successfully, but these errors were encountered: