Guest jubes Posted September 3, 2008 Report Share Posted September 3, 2008 im building a synth and using a clomponent called : toggle, and the program tells me i can create a 16 bit counter with it but i cannot find any info for its use and it just cracks me up please help Quote Link to comment https://forum.watmm.com/topic/37385-can-somebody-please-tell-me-whats-a-16bit-counter/ Share on other sites More sharing options...
kaini Posted September 3, 2008 Report Share Posted September 3, 2008 by the sounds of things, it's talking about a primitive step sequencer maybe? Thanks Haha Confused Sad Facepalm Burger Farnsworth Big Brain Like × Quote Hide kaini's signature Hide all signatures On 5/7/2013 at 11:06 PM, ambermonk said: I know IDM can be extreme On 6/3/2017 at 11:50 PM, ladalaika said: this sounds like an airplane landing on a minefield Link to comment https://forum.watmm.com/topic/37385-can-somebody-please-tell-me-whats-a-16bit-counter/#findComment-811604 Share on other sites More sharing options...
Chris Moss Acid Posted September 3, 2008 Report Share Posted September 3, 2008 a 16 bit is obviously a thermal wrap counter for the 4 and 5 plugs with the yellow and purple sockets not plugged into it. if you plug it in to the 24bit converter you can actually emulate a 8 or 16 bit conversion quite sucessfully. give it a try. Thanks Haha Confused Sad Facepalm Burger Farnsworth Big Brain Like × Quote Link to comment https://forum.watmm.com/topic/37385-can-somebody-please-tell-me-whats-a-16bit-counter/#findComment-811606 Share on other sites More sharing options...
Guest jubes Posted September 3, 2008 Report Share Posted September 3, 2008 i see trying to build one in tassman now Quote Link to comment https://forum.watmm.com/topic/37385-can-somebody-please-tell-me-whats-a-16bit-counter/#findComment-811618 Share on other sites More sharing options...
Guest hahathhat Posted September 3, 2008 Report Share Posted September 3, 2008 jubes said: using a clomponent dont take too many of those dude they're addictive. Quote Link to comment https://forum.watmm.com/topic/37385-can-somebody-please-tell-me-whats-a-16bit-counter/#findComment-811693 Share on other sites More sharing options...
Guest jubes Posted September 3, 2008 Report Share Posted September 3, 2008 squancers are worse Quote Link to comment https://forum.watmm.com/topic/37385-can-somebody-please-tell-me-whats-a-16bit-counter/#findComment-811700 Share on other sites More sharing options...
kanarie Posted September 11, 2008 Report Share Posted September 11, 2008 Your "toggle" clomponent is probably a flip-flop, which is a memory element to store one bit of data (0 or 1). Using the correct configuration of logical clomponents (AND gates, OR gates and NOT gates) u can link them up so they can "increase" a 16-bit number (any number from 0000 0000 0000 0000 to 1111 1111 1111 1111 (or 0 to 65535 in decimal)). If your circuit is triggered from a clock input (ie an oscillator with a certain frequency), it will raise your number by one. For example, if you have an oscillator with a frequency of 50Hz, it will result in your 16 bit counter being raised by one 50 times a second. t(ms) bits 00 0000 20 0001 40 0010 60 0011 80 0100 etc. *furiously fapping* Thanks Haha Confused Sad Facepalm Burger Farnsworth Big Brain Like × Quote Hide kanarie's signature Hide all signatures http://soundcloud.com/kanarie-1 Link to comment https://forum.watmm.com/topic/37385-can-somebody-please-tell-me-whats-a-16bit-counter/#findComment-819699 Share on other sites More sharing options...
Recommended Posts