First thing

  • The FTB Forum is now read-only, and is here as an archive. To participate in our community discussions, please join our Discord! https://ftb.team/discord

lenscas

Over-Achiever
Jul 31, 2013
2,015
1,801
248
oh, I forgot one never ending loop

if true then
//code
end if

guess why this is an infinite loop :p
 

lenscas

Over-Achiever
Jul 31, 2013
2,015
1,801
248
In the "language" it is written in its an infinite loop as the language itself always loops but has rules. with if true then you make sure it always runs the code you want. You can also use a while loop but that errors after 5 times or so
 

lenscas

Over-Achiever
Jul 31, 2013
2,015
1,801
248
it also makes it easier to debug code as I can first set it to
if keyboard.g then
 

lenscas

Over-Achiever
Jul 31, 2013
2,015
1,801
248
For those who are wondering its a "language" with sole purpose to change one input for another.
As a result you can make your computer controlled with a kinect or wii mote, or speech.
Or let your computer react on your brainwaves using a think gear or whatever its called.
It can also give your computer multiple cursors and if you want it can "swallow" your keyboard and mouse so if you have multiple connected it can see the difference between the two.
As a result you can in theory have one normal keyboard and one where every key is a macro or something :p
Or what about using the internet as input :p

Sadly it is very, very out of date.
 

lenscas

Over-Achiever
Jul 31, 2013
2,015
1,801
248
I also used to have a script for it that let my computer "sing" merry Christmas :p
Did I mention it had text to speech and that you had midi as output?
It also looks like it can see the macro keys of my keyboard, but for some reason it goes up to 18 while I have only 6, maybe because I have three modes for them?
output:
upload_2015-8-6_11-35-56.png

input
upload_2015-8-6_11-36-41.png

it has a lot more but then I need to scroll, and don't worry if you don't like a gui to write the code(like me)
upload_2015-8-6_11-37-50.png

note that it was one of the example scripts and credit for this piece of code goes fully to the creator but I have no idea who it was, it wasn't me though.