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

Can someone help me out here
I scaled the output of a random generator upwards by 100 , then I want to restrict the minimum (60) value by routing it into a minimum module .
No luck here , everything above value 60 returns 60 , everything b
Is there also a clip module ?

Edit . I should have used a maximum module :D

Image
Right click open in new tab to see the full picture
Last edited by gentleclockdivider on Mon Jan 07, 2019 3:15 pm, edited 1 time in total.
Eyeball exchanging
Soul calibrating ..frequencies

Post

A `minimum` module returns the smallest of the two numbers that are passed in. You want a `maximum` module. There is also a flexible `remap` module, with which you could remap from one range (0 - 1) to another (60 - 100).
Architect, the modular MIDI toolkit, beta now available for macOS, Windows, and Linux.

Post

Yep just found out
Eyeball exchanging
Soul calibrating ..frequencies

Post

ImageO.k.
That woorked
But I am still a bit confused why in this case ( see screenshot ) , the data value read needs a trigger from the metro .
When I delete the connections afterwards ( from metro to read in of values ) it still works , so they obviously remain in the memory of the remap module
I mean , once they are set wouldn't that be enough ...at least in some cases it is
Eyeball exchanging
Soul calibrating ..frequencies

Post

Image
Inthis case it will not work , the value read input (remap module)is not connected to the metro ( I made sure I pressed enter after inserting the values )
If I then connect a metro to the value read in it will work , also when disconnected afterwards
Verry confusing to say the least

Edit :nevermind
Last edited by gentleclockdivider on Mon Jan 07, 2019 3:49 pm, edited 1 time in total.
Eyeball exchanging
Soul calibrating ..frequencies

Post

Properties are things that are in the property tree or have a UI element. They are stored in the patch.

Other things (values) are stored internally in their modules, but are lost after a reset or the if preset is loaded from new.

Disconnecting things after setting values a la Pure Data is a perfectly reasonable and sometimes handy thing to do.
Architect, the modular MIDI toolkit, beta now available for macOS, Windows, and Linux.

Post

Colin is there any chance of adding a clamped map / adding a property to Remap to allow clamping? Also just a heads up that there's a small typo in the reference for Remap:

"Remaps x from one range to another. The ranges are not clamped so both x and the can exceed the given ranges."

I assume "the" should be either "the output" or "y" or similar?

Post

Hi all- It's not possible to put Panel UI Components inside a macro?
Tranzistow Tutorials: http://vze26m98.net/tranzistow/
Xenakis in America: http://oneblockavenue.net

Post

Oops, yes I'll get that fixed. And yes, I could add a clamped map, or we could make do with a remap > clamp; not sure which approach is better, so let me mull it over for a bit.
Architect, the modular MIDI toolkit, beta now available for macOS, Windows, and Linux.

Post

cturner wrote: Mon Jan 07, 2019 4:37 pm Hi all- It's not possible to put Panel UI Components inside a macro?
Yes, but the macro needs to be visible on the panel as well.
Architect, the modular MIDI toolkit, beta now available for macOS, Windows, and Linux.

Post

colin@loomer wrote: Mon Jan 07, 2019 4:38 pmYes, but the macro needs to be visible on the panel as well.
Very cool, thanks!
Tranzistow Tutorials: http://vze26m98.net/tranzistow/
Xenakis in America: http://oneblockavenue.net

Post

Think I found a new bug
Trying to map a step value of an aux step sequencer to a performance parameter ( by right clicking ) , when clicking OK the dialogue does not dissappear , the mapping is not made.
It seems that none of the aux sequencer parameters can be mapped , not even the ones in the properties window.

Edit :the grid sequencer's velocities are also un-mapable .
Also some of the parameters in the properties window
Eyeball exchanging
Soul calibrating ..frequencies

Post

On play/on stop modules connected to toggle button--->into midi write
Altough the toggle button lights up / dims when played /stopped ( also in the buttons properties view )
the midi file recorder is not activated

Image
Eyeball exchanging
Soul calibrating ..frequencies

Post

Delete post
Last edited by gentleclockdivider on Tue Jan 08, 2019 2:21 am, edited 1 time in total.
Eyeball exchanging
Soul calibrating ..frequencies

Post

Is there a way to turn on and off the "distinguish notes" module during play?

Post Reply

Return to “Loomer”