LBPHacker
LBPHacker
69 / 3
31st Dec 2017
1st Aug 2019
So I built a new subframe adder and thought it'd be nice to have a save that rounds up all of the old ones I've built and doesn't call them incrementers like the last one. *** Update: Gen #6 incrementer.
electronic electronics math snake 60hz incrementors incrementor subframe adder

Comments

  • LBPHacker
    LBPHacker
    31st Dec 2017
    That's because, as you probably already know, all logic gates are implemented with FILT. One particle, one logic gate, no patterns involved. Higher level patterns do appear though, such as full adder chains in case of the pre-gen6 adders. The gen6 KS adder is a bit trickier: the only real difference between the layers is the red-shift at the end.
  • LBPHacker
    LBPHacker
    31st Dec 2017
    They are computer components. Specifically the part of the computer that adds up numbers. The achievement here is that they are built from the basic logic gates TPT offers.
  • catmaster
    catmaster
    31st Dec 2017
    I still dont know for what are these :\
  • logic6
    logic6
    31st Dec 2017
    Thanks again, dude, now i need some time to anderstand it and think where i can use it
  • logic6
    logic6
    31st Dec 2017
    Thanks! And ye i know about prop tool :)
  • LBPHacker
    LBPHacker
    31st Dec 2017
    And ye, thanks!
  • LBPHacker
    LBPHacker
    31st Dec 2017
    It's the ctype property. id:1726655 shows how colour is calculated from that. ctype can be set with the prop tool or even by DTEC. DTEC detects the ctype of BRAY and PHOT in its range and sets it as the ctype of adjacent lines of FILT.
  • logic6
    logic6
    31st Dec 2017
    how do i set color of filt like this without deco. and ye, nice adder