Not as impressive as Architect. ;-) Thanks for much for this wonderful application!
Architect beta for macOS, Windows, and Linux. 0.10.5 now available
- KVRian
- 698 posts since 7 Dec, 2009 from GWB
-
gentleclockdivider gentleclockdivider https://www.kvraudio.com/forum/memberlist.php?mode=viewprofile&u=203660
- Banned
- 6787 posts since 22 Mar, 2009 from gent
Abiltiy to name performance parameters please
Eyeball exchanging
Soul calibrating ..frequencies
Soul calibrating ..frequencies
-
- KVRAF
- Topic Starter
- 2728 posts since 25 Aug, 2003 from Bournemouth, UK
Absolutely, that is already planned.
Architect, the modular MIDI toolkit, beta now available for macOS, Windows, and Linux.
-
gentleclockdivider gentleclockdivider https://www.kvraudio.com/forum/memberlist.php?mode=viewprofile&u=203660
- Banned
- 6787 posts since 22 Mar, 2009 from gent
If I input values (0,1,40,60) into a remap (after tuple ) ,
and the remap x input is a random source , the output values fall between 40 and 60
Is there any other module where the intput values are remapped to new output values ...but nothing in between , for example ..only 40 and 60
No luck here with the quantize and clamp module
Reaktor equivalent would be the value module
and the remap x input is a random source , the output values fall between 40 and 60
Is there any other module where the intput values are remapped to new output values ...but nothing in between , for example ..only 40 and 60
No luck here with the quantize and clamp module
Reaktor equivalent would be the value module
Eyeball exchanging
Soul calibrating ..frequencies
Soul calibrating ..frequencies
-
- KVRAF
- Topic Starter
- 2728 posts since 25 Aug, 2003 from Bournemouth, UK
If you only want two values, such as 40 and 60, could you use a Bernoulli distribution (which outputs either 0 or 1, true or false), and use that to control a branch that connects one output to a 40, and one to a 60.
Architect, the modular MIDI toolkit, beta now available for macOS, Windows, and Linux.
-
- KVRAF
- Topic Starter
- 2728 posts since 25 Aug, 2003 from Bournemouth, UK
Basically, this: 

Architect, the modular MIDI toolkit, beta now available for macOS, Windows, and Linux.
-
- KVRAF
- Topic Starter
- 2728 posts since 25 Aug, 2003 from Bournemouth, UK
And the left inlet control of `Bernoulli distribution` is P, which controls the chance of true. The default is 0.5, so equal chance of true and false. At 0.0 it is 100% false, and 1.0 100% true.
Architect, the modular MIDI toolkit, beta now available for macOS, Windows, and Linux.
-
gentleclockdivider gentleclockdivider https://www.kvraudio.com/forum/memberlist.php?mode=viewprofile&u=203660
- Banned
- 6787 posts since 22 Mar, 2009 from gent
Feature request
Colour picker for performance knobs
And multiply with 1.5 in the stepsequencer
Colour picker for performance knobs
And multiply with 1.5 in the stepsequencer
Last edited by gentleclockdivider on Tue Jan 08, 2019 10:17 pm, edited 1 time in total.
Eyeball exchanging
Soul calibrating ..frequencies
Soul calibrating ..frequencies
-
- KVRAF
- 1602 posts since 14 Oct, 2002
Feature request
Option for segmented patch cables with movable segments.
Very useful when a patch become really crowded.
Option for segmented patch cables with movable segments.
Very useful when a patch become really crowded.
-
- KVRAF
- Topic Starter
- 2728 posts since 25 Aug, 2003 from Bournemouth, UK
All feature requests noted, thanks.
As for a 1.5 multiply, you can do a multiply x 3 and divide by 2 for the same effect.
As for a 1.5 multiply, you can do a multiply x 3 and divide by 2 for the same effect.
Architect, the modular MIDI toolkit, beta now available for macOS, Windows, and Linux.
-
- KVRAF
- Topic Starter
- 2728 posts since 25 Aug, 2003 from Bournemouth, UK
That's probably how I'd do it, using `unpack note *` modules. You could also use a `get MIDI type` and then branch on "noteon" or "noteoff", but that's likely more complicated.mannymang wrote: Wed Jan 09, 2019 7:47 am Playing a midi file, how would I get only the note from the midi stream disregarding everything else?
Architect, the modular MIDI toolkit, beta now available for macOS, Windows, and Linux.
-
gentleclockdivider gentleclockdivider https://www.kvraudio.com/forum/memberlist.php?mode=viewprofile&u=203660
- Banned
- 6787 posts since 22 Mar, 2009 from gent
It would be great if we could type directly into the 'data'value field s
Eyeball exchanging
Soul calibrating ..frequencies
Soul calibrating ..frequencies
-
- KVRAF
- Topic Starter
- 2728 posts since 25 Aug, 2003 from Bournemouth, UK
A lot of people have already asked for that. It should be a simple change, as at one point it did work like that. I've already locked down the features for today's beta, but I'll surely see if I can get it in the successor.gentleclockdivider wrote: Wed Jan 09, 2019 10:39 am It would be great if we could type directly into the 'data'value field s
Architect, the modular MIDI toolkit, beta now available for macOS, Windows, and Linux.
