danoise
(danoise)
21
Can see now that I’m using bits of code here and there from xLib, so I’ve begun refactoring things a bit…
I’m now aiming for three general-purpose libraries instead of the current two:
vLib - additional GUI elements for Renoise + other visual things (colorspace converters, such stuff)
xLib - everything specific to manipulating the Renoisedocument (and built on top of it…)
cLib - the new core library, basic data manipulation, methods and parsers
Just curious danoise, but how are you progressing with your separation and refactoring?
danoise
(danoise)
23
I did the major work in the autumn, and most of my “library based” tools should be using the new structure.
At least, they will, as I push out new updates.
https://github.com/renoise/xrnx/tree/master/Tools/com.renoise.cLib.xrnx
https://github.com/renoise/xrnx/tree/master/Tools/com.renoise.vLib.xrnx
https://github.com/renoise/xrnx/tree/master/Tools/com.renoise.xLib.xrnx
The big beast, which is yet to receive the library treatment, is Duplex. Planning to give that one some love soon, too
Wonderful! Thanks for the links too.
ffx
(ffx)
25
Can I left-align the check-control of the checkbox element?