UI Window

mudang's icon

I wonder how the user interface windows for objects like pattrstorage or polybuffer~ are implemented.

Do they use "low-level" OS-dependent APIs ?

thx,
jan.

Emmanuel Jourdan's icon

Have a look to the scripto example. You basically needs to create a patcher and put your UI in there.

mudang's icon

thanks! I had overlooked that one.
I guess the missing link i was looking for is the juce stuff like jdataview in the dbviewer example.