Architect beta for macOS, Windows, and Linux. 0.10.5 now available

Official support for: loomer.co.uk
Post Reply New Topic
RELATED
PRODUCTS

Post

Hi Colin, how is progress on next Architect version with presets? Thanks!

Post

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.

Post

Cool, thanks!

Post

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.

Post

^^^
If not there are velocity curve plugins available.
https://www.google.com/search?rlz=1C1CH ... IQQ4dUDCAs

Post

ˆˆˆ
Looking for an Architect object to include within a preset to take advantage of all connections/interactions that Architect offers.

Post

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.

Post

Many thanks for the reply.
Looking forward for everything’s coming-up next with Architect!

Post

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!

Image
Tranzistow Tutorials: http://vze26m98.net/tranzistow/
Xenakis in America: http://oneblockavenue.net

Post

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.

Post

Obviously I have a work-around, so prioritize accordingly. Thanks much!
Tranzistow Tutorials: http://vze26m98.net/tranzistow/
Xenakis in America: http://oneblockavenue.net

Post

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.

Image
Architect, the modular MIDI toolkit, beta now available for macOS, Windows, and Linux.

Post

Thanks Colin, I’ll give it a try.

(The new “patch cord” appearance looks cool!)
Tranzistow Tutorials: http://vze26m98.net/tranzistow/
Xenakis in America: http://oneblockavenue.net

Post

Thanks! Not only is the automatic cable layout much clearer, you can edit the cables by inserting nodes to route it as you please.

Image
Architect, the modular MIDI toolkit, beta now available for macOS, Windows, and Linux.

Post

Slick!
Tranzistow Tutorials: http://vze26m98.net/tranzistow/
Xenakis in America: http://oneblockavenue.net

Post Reply

Return to “Loomer”