... Hi Max, there is one thing missing in this - an option to reset. Actually the Increment module should have a 'reset' pin for this otherwise there is no...
... Hi Max, thanks very much - that's pretty tricky using that Bool2List module, so you saved my day as I can proceed with a more CPU efficient solution now...
Hi Guenter, the only problem is that this is sub-control thing so it can't work faster than at 40 Hz Rate (500 Hz if Kelly's modules are used) and doesn't...
... Hi Max, does not matter in this case as it is driven by very slow tempo ranging from 2 bars up to more than 20 bars ;-) This is really handy for such slow...
Have You tried DH_Omnistepper? If wired correct that should do it. ... <http://mxavier.narod.ru/SynthEdit/User/Guenter_Hager/StepCounter_backwa\ ... fairly...
- Hey guys... I'm dieing to make a compressor and I'm looking for different ways to make something functional. I know the basics of compression: Input -> Level...
What is fourier synthesis? If you don't ask, you'll never know... What seperates this module from the rest, and what makes it 'high definition' ?? I'm...
Fourier synthesis is a method to compute additive synthesis. Additive synthesis means creating a waveform by adding together many individual sine waves, so you...
Hi, The Visual VSTi Programming SynthEdit e-book has a dedicated section for compression, including level detection. http://www.wizoobooks.com/synthedit Check...
Hi, example 1 in synthedit is a binary counter fron 0-255 8-bit. Do it with bool mathematics. Example Stepcounter with 16 steps ! The bin counter count up...
Hi Andre, this is very interesting. Could you show a simple example? You seem to be familiar with this issue, but for me it's not that ease. Thanks in advance,...
... Well, this might be helpful some way but using a lot logic gates will drive CPU up as these don't go to sleep mode :-( cheers HG ... encode the four bit in...
i will up it on my website. Takes a little time Gretings Andre' ... From: mbreges To: syntheditusers@yahoogroups.com Sent: Tuesday, December 02, 2008 11:15 AM ...
Hi Max, i have up it on www.tubeohm.com/counter/counter16.zip copy the link into IE Browser. The download starts direct. a forward counter 16 steps. If you...
Hi Andre, thank you. But this means that if I switch from direct out to reverse out while being, say, at step #3, the reverse out will jump to the 14th step. ...
Yes you are right. Not a solution. Greetings Andre' ... From: mbreges To: syntheditusers@yahoogroups.com Sent: Tuesday, December 02, 2008 3:29 PM Subject:...
guenter, for the record, the only issue with using my counter modules for a solution is the non-sleeping action? (if i made them sleep, you'd shout at me, due...
... no, it's the standard logic modules in SE (AND, NAND etc. ..) as Andre was talking using these in combination with the binary counter and that requires...
Omnistepper goes back if start is greater than stop., i think Greetings Andre' ... From: mbreges To: syntheditusers@yahoogroups.com Sent: Wednesday, December...
Nice the *.se1, but it must give an easy digital solution. Maybe If i use flipflops to build a 8 bit counter. Must read at first my old books. What we need is...
are you all still on this? :/ my step sequencer module sleeps, resets, and pages between 16 input values. what do i need to add to it to make it fit your...
Hi Guenter, here's a DSP one <http://mxavier.narod.ru/SynthEdit/User/Guenter_Hager/bidircounter.se1> that is almost working. The problem is that when the...
... Hi max, thanks, at a quick glance late this night I think adding a reset option should solve this. But right now it's too late to look deeper into it ... ...
Cheers Gunnar, I have found a bug in the ADSR that was causing clicks whenever a voice that had been stolen was next used. I also increased the voice-stealing...
Hi All, SynthEdit Beta V 1.121 available http://www.synthedit.com/beta.htm * ADSR - Fixed note-stealing clicks. * Reduced note-on CPU spikes. * Smoother and...
Hi, fixed it! It were Comparators' thresholds. Reset button now is added too. The link <http://mxavier.narod.ru/SynthEdit/User/Guenter_Hager/bidircounter.se1> ...