by
Gps » Sat Mar 19, 2022 3:17 pm
Monospace wrote: ↑Thu Mar 17, 2022 4:13 pm
I don't think I can help you beyond that, since I myself know very little about programming. However, I can direct you to the LMMS
Discord, which is where the devs usually are- they're not on the forums, you'll have noticed. There, you can ask for help compiling, request resources for learning C++, etc. They can definitely help you a lot more. And there, you can also discuss more easily and directly.
Good luck, GPS, one needs lots of it with programming languages :]
I like to get back to this. You gave very good info which should help people wanting to start coding.
For me personal though, I am not totally new to coding. Watching the C++ vid also made me realize I know more then I thought.
The guy talks about boolean operations. I got those at at school, although it might surprise some, in which contexts.
Pneumatic. Our teachers told us, that every circuit you can make electrical, you can also do pneumatic.
In theory, although not practical, you could build a pneumatic computer. (the cpu part)
Control technology was one of my trades at school.
The math behind pneumatic and electric circuits is the same.
It seems this forum does not allow me to type nor paste boolean formulas.
So I will have to do it with words.
Y= A+ not B for example.
Now I don't want to scare of potential coders. Its not as hard as it might look.
Stuff like this you read ones, and then use it in coding and like with music-theory you read it , and then can forget most of it.
All that formula says, that there is an output Y , when button A is pressed and button B is not pressed.
Some of this is used for safety with dangerous machines.
To start the machine you need both hands, operate two buttons, so you cant stick your hand into the machine while it s working.
Y= A and B in formula form.