Search found 1003 matches
- Wed Dec 04, 2024 1:27 pm
- Forum: Adroit Synthesis
- Topic: Custom Transport added to Adroit Custom bundle
- Replies: 0
- Views: 29
Custom Transport added to Adroit Custom bundle
A new module called Custom Transport has been added to the Adroit Custom bundle . It should download automatically into your library. CT1.png This module was designed specifically for Adroit Custom (and you can control it using special buttons added to Custom Panel modules) but it's also a very usef...
- Tue Dec 03, 2024 12:14 pm
- Forum: Voltage Modular
- Topic: Boolean Logic Sequencer Error
- Replies: 13
- Views: 547
Re: Boolean Logic Sequencer Error
Logical inversion (NOT) is an operation that takes an input and produces an output. Its truth table is... A Q 0 1 1 0 So when its input (A) is 0 its ouput (Q) is 1 and when its input is 1 its output is 0. The Mini LFO isn't doing any inversion, instead its square wave output produce a signal that al...
- Sun Dec 01, 2024 9:35 pm
- Forum: Adroit Synthesis
- Topic: Adroit Custom Video and News
- Replies: 0
- Views: 70
Adroit Custom Video and News
Continuing my seemingly never ending blog on Adroit Custom... Custom Transport is going through the CA approval process and will hopefully be released in a day or two. The main deal though is of course Custom Scene Manager and it is still in beta due to a few glitches. To demonstrate that Custom Sce...
- Thu Nov 28, 2024 12:27 pm
- Forum: Voltage Modular
- Topic: Boolean Logic Sequencer Error
- Replies: 13
- Views: 547
Re: Boolean Logic Sequencer Error
Hi, I hope my posts helped a bit. The inversion is caused by the NOR or XNOR gates. The little circle on the output of a logic gate symbol indicates that logical inversion (NOT) is applied to the output so that's one way to understand that a NAND gate is an AND gate followed by an inverter, a NOR ga...
- Thu Nov 28, 2024 12:11 pm
- Forum: Adroit Synthesis
- Topic: 50% Off Black Friday Sale
- Replies: 0
- Views: 146
50% Off Black Friday Sale
For a few days only, some of the most popular Adroit Synthesis products are available at half their regular price... LSSP XL bundle reduced from $39 to a $19.50 Granular Synth bundle reduced from $39 to a $19.50 N-Step Sequencer bundle reduced from $20 to $10 GS Breakout module reduced from $6 to $3...
- Wed Nov 27, 2024 9:03 am
- Forum: Voltage Modular
- Topic: Boolean Logic Sequencer Error
- Replies: 13
- Views: 547
Re: Boolean Logic Sequencer Error
Also if your intention is for the LFO to control the tempo of the sequencer you need to feed its output to the sequencer's EXT CLK socket and engage the EXT button as shown below. lfoAsClock.png You could then add an AND gate into this path to enable or disable the LFO's external clock signal (which...
- Tue Nov 26, 2024 11:57 pm
- Forum: Voltage Modular
- Topic: Boolean Logic Sequencer Error
- Replies: 13
- Views: 547
Re: Boolean Logic Sequencer Error
This is the expected behaviour. One of the inputs is disconnected therefore always zero, let's say it is the B input that's disconnected so B = 0 Looking at the truth table for NOR A B Q 0 0 1 0 1 0 1 0 0 1 1 0 Now when A (the LFO) is 0 the output is 1. When A is 1 the output is 0. With XNOR... A B ...
- Sun Nov 24, 2024 6:19 pm
- Forum: Voltage Modular
- Topic: Boolean Logic Module User Manual Question.
- Replies: 6
- Views: 545
Re: Boolean Logic Module User Manual Question.
To add to the pendantry, a signal is something that conveys information. The phrase "gate signal" doesn't indicate any particular value for the signal other than implied by the type constraint of "gate". So say on or off, high or low, 1 or 0, 5 V or 0 V, true or false etc. All th...
- Sat Nov 16, 2024 11:42 am
- Forum: Voltage Modular
- Topic: MIDI Out module not working in Live 12
- Replies: 14
- Views: 1839
Re: MIDI Out module not working in Live 12
Hey Steve, I just looked at your screenshots again and noticed that your MIDI monitor was looking at the output from Song Control rather than Sync to MIDI Clock. The only MIDI messages that Song Control sends out are ShortMessage.START, ShortMessage.STOP and ShortMessage.TIMING_CLOCK all of which ar...
- Fri Nov 15, 2024 8:47 pm
- Forum: Adroit Synthesis
- Topic: Custom Scene Manager
- Replies: 1
- Views: 592
Re: Custom Scene Manager
The beta testing of Custom Scene Manager seems to be going well and the documentation is taking shape so we are still on schedule for a release before the end of November. I'm hoping to have a few nice demo presets finished by then too. I'm still working on Custom Transport but it ought to go into b...