[feature request] Module notes
-
I often end up building out quite big module trees in my projects and I give them IDs that make it easy to identify them from within my script. So I might have a filter in my first sampler and I'd call it something like
sampler0Filter0
.But this doesn't tell me why I added it, what its purpose is. Adding this information in the ID might make the ID too cumbersome.
So my feature request is the ability to add notes to each module in the tree, we could just get a little note popup in the header that opens a simple text editor (like the note floating tile we already have).
We have a similar thing for adding comments in scriptnode so I figure it would also be useful in the module tree.
-
@d-healey Agreed.
Right click -> Edit notes...
There's already a useless tooltip that occurs when you hover a module, it just says "Show $module_name", so that looks like a good spot.
-
Also I just realised that the contents of the note floating tile is saved with HISE not with the project, this seems pretty useless. I think project notes should be saved alongside the project, I can't see why you'd want a note across all projects.