|
Post by KlangManipulation on Feb 14, 2014 18:21:01 GMT 1
i hope there are sdk3 module developers out here.
i started developing and at the moment i am able to do some more or less simple logic modules. im looking for some examples of the original bitmap2 module and a monostable. also im looking for the "trick" to lock a bitmap like the KDL-panelswitch.
|
|
setronic
Synthedit regular

Posts: 293
Posts: 293
|
Post by setronic on Feb 14, 2014 19:09:17 GMT 1
logic modules: DSP or subcontrol?
there was never a GUIBools XOR for SDK2..would it be a big step to make one for SDK2? i have made one from? 7 modules, or there is Rob's RH Logic Gates 2, which i'm trying out -but is there something funny going on with the list selection? (haven't tracked it down yet, but i added a listB patchmem)
|
|
|
Post by KlangManipulation on Feb 15, 2014 16:30:10 GMT 1
i can build gui and dsp modules with logical functions.
i can build a GuiBoolXOR (sdk3) gate but only with a fixed number of inputs because i dont understand the "autoduplicate pins" function! so, i need the number of inputs and the direction (L to R, R to L)
|
|
setronic
Synthedit regular

Posts: 293
Posts: 293
|
Post by setronic on Feb 15, 2014 19:47:45 GMT 1
2 input XOR is good, output direction L>R can you build an array of 16 of them? R outs at top x16, then 16 A ins, then the 16 B ins. easier for viewing with outs at top  would your setup allow you to put it in sdk2 as well? autoduplicate deosn't matter if you know you are dealing in basic units of 16. you don't have to use them all. ah: what is the 'shortest' XOR? i started making different gates with GUIBool, and got 'purist' and went down to NAND gates, and it was getting stupid, how many modules were being used. i have some se1 files covered in AND/NOT/OR and leds in different configurations, kept me entertained for a couple of days.. but a bools XOR is useful simply because it saves module count etc. i'm trying to figure out why i can't get RHLogicGates2 to keep the list selection.. this is a very good reason for having a GUIList splitter (for 1.0x!)
|
|
|
Post by KlangManipulation on Feb 22, 2014 2:21:15 GMT 1
i will do a 2 input xor soon... i think im to lazy to do a cascaded one but you can use a container  i started developing modules on sdk3 so im sorry i cant do a sdk2 one. i looked into a sdk2 module but i dont understand the structure. i think the sdk3 code is more easy but there is no gui-list anymore. but back to topic now.... can anyone give me a sdk3 example of a monostable? rob maybe ?
|
|
|
Post by Rob on Feb 22, 2014 15:08:06 GMT 1
can anyone give me a sdk3 example of a monostable? rob maybe ? Sorry, you'd have to ask Jeff. I never tried to make one..
|
|