Architect beta for macOS, Windows, and Linux. 0.10.5 now available
-
Winstontaneous Winstontaneous https://www.kvraudio.com/forum/memberlist.php?mode=viewprofile&u=98336
- KVRAF
- 2591 posts since 15 Feb, 2006 from Another Green World
Hi Colin, how is progress on next Architect version with presets? Thanks!
-
- KVRAF
- Topic Starter
- 2728 posts since 25 Aug, 2003 from Bournemouth, UK
Slow, but steady. I'd hoped to have 10.3 out a few weeks ago, but it's taken longer than I expected. On the other hand, this is because it contains a heck of a lot. Once 10.3 is out, presets will be priority number 1!
Architect, the modular MIDI toolkit, beta now available for macOS, Windows, and Linux.
-
Winstontaneous Winstontaneous https://www.kvraudio.com/forum/memberlist.php?mode=viewprofile&u=98336
- KVRAF
- 2591 posts since 15 Feb, 2006 from Another Green World
Cool, thanks!
-
- KVRAF
- 1780 posts since 29 Sep, 2013
Hi Colin,
Something I'm often looking for while using Architect is a remapping curve.
E.g., to change velocity response.
Is this something that could be add at some point?
Thanks.
Something I'm often looking for while using Architect is a remapping curve.
E.g., to change velocity response.
Is this something that could be add at some point?
Thanks.
-
- KVRAF
- 6077 posts since 27 Jul, 2001 from Tarpon Springs, Florida, USA
^^^
If not there are velocity curve plugins available.
https://www.google.com/search?rlz=1C1CH ... IQQ4dUDCAs
If not there are velocity curve plugins available.
https://www.google.com/search?rlz=1C1CH ... IQQ4dUDCAs
My Studio: viewtopic.php?f=4&t=7760&p=7777146#p7777146
-
- KVRAF
- Topic Starter
- 2728 posts since 25 Aug, 2003 from Bournemouth, UK
It's one of the use cases I have for including the curves (as in automation curve shapes) as a module. So it's not quite possible in the current release because there is no way to graphically represent the curve, but: yes it will be possible soon enough.
Architect, the modular MIDI toolkit, beta now available for macOS, Windows, and Linux.
- KVRian
- 698 posts since 7 Dec, 2009 from GWB
Hi Colin!
I wonder if you have any insight into the below? I'm attempting to build a 2D array and getting an "index out of range" error. I have a previous version that uses [for each] to build a stream of 3-element 1D arrays that works fine.
Fragment here: http://vze26m98.net/loomer/2d_array/2d_ ... 00227.frag
(I realize that the array will never [print] as scripted in the .frag)
Thanks much!

I wonder if you have any insight into the below? I'm attempting to build a 2D array and getting an "index out of range" error. I have a previous version that uses [for each] to build a stream of 3-element 1D arrays that works fine.
Fragment here: http://vze26m98.net/loomer/2d_array/2d_ ... 00227.frag
(I realize that the array will never [print] as scripted in the .frag)
Thanks much!

-
- KVRAF
- Topic Starter
- 2728 posts since 25 Aug, 2003 from Bournemouth, UK
I'll take a look this afternoon and get back to you asap.
Architect, the modular MIDI toolkit, beta now available for macOS, Windows, and Linux.
- KVRian
- 698 posts since 7 Dec, 2009 from GWB
Obviously I have a work-around, so prioritize accordingly. Thanks much!
-
- KVRAF
- Topic Starter
- 2728 posts since 25 Aug, 2003 from Bournemouth, UK
OK, I see the problem. [build array] treats an input of the form (index, array) as an instruction to do an element-by-element insert starting at the indexed element. So (4, ['a', 'b', 'c', 'd']) would (try to) set the array's fourth element, array[4] as 'a'; [5] as 'b'; [6] as 'c'; and [7] as 'd'.
One solution is to wrap the array in a single-element outer array. [build array] will still do the element-by-element copy, but because the outer element has only one element, it'll do what you want. This is easily done using the [template] module with [$0] as the template.

One solution is to wrap the array in a single-element outer array. [build array] will still do the element-by-element copy, but because the outer element has only one element, it'll do what you want. This is easily done using the [template] module with [$0] as the template.

Architect, the modular MIDI toolkit, beta now available for macOS, Windows, and Linux.
- KVRian
- 698 posts since 7 Dec, 2009 from GWB
Thanks Colin, I’ll give it a try.
(The new “patch cord” appearance looks cool!)
(The new “patch cord” appearance looks cool!)
-
- KVRAF
- Topic Starter
- 2728 posts since 25 Aug, 2003 from Bournemouth, UK
Thanks! Not only is the automatic cable layout much clearer, you can edit the cables by inserting nodes to route it as you please.


Architect, the modular MIDI toolkit, beta now available for macOS, Windows, and Linux.
- KVRian
- 698 posts since 7 Dec, 2009 from GWB
Slick!
