Search found 1000 matches
- Thu Nov 28, 2024 12:27 pm
- Forum: Voltage Modular
- Topic: Boolean Logic Sequencer Error
- Replies: 5
- Views: 149
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: 17
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: 5
- Views: 149
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: 5
- Views: 149
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: 459
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: 1658
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: 563
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...
- Fri Nov 15, 2024 4:24 pm
- Forum: Voltage Modular
- Topic: MIDI Out module not working in Live 12
- Replies: 14
- Views: 1658
Re: MIDI Out module not working in Live 12
I'm sceptical about system real-time messages interrupting the individual bytes of a MIDI channel message within the VM environment. I totally agree Grant. And with your point about ShortMessage getChannel() just returning the masked bits. However, it could explain both Steve's experimental data an...
- Fri Nov 15, 2024 2:06 pm
- Forum: Voltage Modular
- Topic: MIDI Out module not working in Live 12
- Replies: 14
- Views: 1658
Re: MIDI Out module not working in Live 12
Ah! IIRC the MIDI standard actually allows system real-time messages to interrupt other messages. So a start message (for instance) could occur between the first and second or second and third bytes of a channel voice message. I think this might be what's causing the problem. Or at least part of the...
- Fri Nov 15, 2024 1:52 pm
- Forum: Voltage Modular
- Topic: MIDI Out module not working in Live 12
- Replies: 14
- Views: 1658
Re: MIDI Out module not working in Live 12
Could be coincidence, but whenever the FA went to an output and whenever the FC went to an output, they were directed to the Ath (11th) and the Cth (13th) port respectively. It is almost as if the lower half of the command became the channel. The errant FA only showed up at the 11th [10 + 1] port a...