Posts

Showing posts with the label creator

Creator - pre workshop tidy up (complete)

Creator - pre workshop tidy up  (complete) big tidy up is complete, now all templates use the new v2 declare statement to improve readability, ive moved a few more 'specialised' things out the way, and added a few readme's to explain what stuff is, and how its organised. ive got to finish off my own setup now, so may be that that throws up a few enhancements later too. #creator

#creator 2.1

#creator 2.1 update:2.1.1 fixed keygroup layout new features: - variable declaration and defaults - sleep this release is all about making templates MUCH more maintainable and readable and a bit more flexible to, and was part of the motivation of implementing 2.0 Note: this is backwards compatible, so templates do not need to be change immediately. However, once changed they will only work with 2.0 details... Sleep ===== now in a template you can specify a 'sleep' example (and only likely requirement!) in createdevice.bc pico manager create sleep 2 this tells creator to wait 2 seconds before continuing, giving time for eigenD to create the keyboard before continuing. this means I can (and have) removed the pause between executions, which will make larger setups much faster to run! Declaring variables ================ Ok, this is the 'biggy' and one of the big reasons for 2.0 for me. Lets look at an old template (linkrig.bc) scheduler identifier to %VAR2% scheduler iden...