Architect beta for macOS, Windows, and Linux. 0.10.5 now available
-
- KVRAF
- 6077 posts since 27 Jul, 2001 from Tarpon Springs, Florida, USA
Sometimes I see really nice plugins and then read further and notice this is for Max for Live only which I do not have nor plan on getting. Will there come a time when I see some really nice modules that are for Architect only? But then I would say good that i have this ARCHITECT! I am still at least 90% sure will get it during the intro pricing!
But what are these great modules or patches that will trigger my Pavlov response. Sorry for my impatience, the enthusiasm here is the cause.
But what are these great modules or patches that will trigger my Pavlov response. Sorry for my impatience, the enthusiasm here is the cause.
My Studio: viewtopic.php?f=4&t=7760&p=7777146#p7777146
-
- KVRAF
- Topic Starter
- 2728 posts since 25 Aug, 2003 from Bournemouth, UK
This is on Windows, right? I'll take a look when I tackle plug-in window issues.gentleclockdivider wrote: Mon Jan 14, 2019 5:59 pm For example , when loading a new reaktor in ensemble , renoise redux can't show it's pop up windows etc
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
I hear you! Currently, the priority is fixing bugs and getting everything rock solid, but the library will come. Thanks for your patience.Kalamata Kid wrote: Tue Jan 15, 2019 6:32 am But what are these great modules or patches that will trigger my Pavlov response. Sorry for my impatience, the enthusiasm here is the cause.
Architect, the modular MIDI toolkit, beta now available for macOS, Windows, and Linux.
-
- KVRist
- 140 posts since 11 Mar, 2014
This is a major problem in Windows with Kontakt and popup windows along with the resulting crash when attempting to close the window.colin@loomer wrote: Tue Jan 15, 2019 8:56 amThis is on Windows, right? I'll take a look when I tackle plug-in window issues.gentleclockdivider wrote: Mon Jan 14, 2019 5:59 pm For example , when loading a new reaktor in ensemble , renoise redux can't show it's pop up windows etc
-
- KVRist
- 140 posts since 11 Mar, 2014
Does the "note priority" module allow any midi information to pass from the discarded notes? It seems something is allowed to pass during/after the selected note, like rapid-fire individual notes. Perhaps the module is getting overwhelmed sometimes with the polyphonic stream?
-
- KVRist
- 140 posts since 11 Mar, 2014
Having problems saving presets. After saving a preexisting preset after edits and reopening, the latest edits were lost. In fact after saving multiple times while editing, the reopened preset was a reversion to a previous version.
Going to a "save as" pattern. Better way to go anyway.
Going to a "save as" pattern. Better way to go anyway.
-
- KVRAF
- Topic Starter
- 2728 posts since 25 Aug, 2003 from Bournemouth, UK
OK, noted, I'll bump up the priority and get that looked at sooner.mannymang wrote: Tue Jan 15, 2019 11:24 pm This is a major problem in Windows with Kontakt and popup windows along with the resulting crash when attempting to close the window.
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
It shouldn't, but if you have an example patch to demonstrate this, I'll take a look.mannymang wrote: Wed Jan 16, 2019 3:02 am Does the "note priority" module allow any midi information to pass from the discarded notes? It seems something is allowed to pass during/after the selected note, like rapid-fire individual notes. Perhaps the module is getting overwhelmed sometimes with the polyphonic stream?
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
OK, noted. If you can find steps to reliably reproduce this, could you let me know?mannymang wrote: Wed Jan 16, 2019 3:43 am Having problems saving presets. After saving a preexisting preset after edits and reopening, the latest edits were lost.
Architect, the modular MIDI toolkit, beta now available for macOS, Windows, and Linux.
- KVRian
- 698 posts since 7 Dec, 2009 from GWB
Is this in the standalone or the Architect plugin in a DAW?
-
- KVRist
- 140 posts since 11 Mar, 2014
-
- KVRist
- 140 posts since 11 Mar, 2014
I can't seem to repeat this, I have to assume at this point that I have the bug.
-
- KVRAF
- Topic Starter
- 2728 posts since 25 Aug, 2003 from Bournemouth, UK
Thank, mannymang; but do let me know if it crops up again and you find some way to reproduce this.
Architect, the modular MIDI toolkit, beta now available for macOS, Windows, and Linux.
-
- KVRian
- 911 posts since 10 Dec, 2013
I had the idea today of creating some sort of MIDI looper which constantly writes the last x beats of MIDI to a buffer and then switches between passing the input MIDI thru to the output or playing the buffer, depending on a switch (either probabilistic or user triggered).
My first thought was using the MIDI pool but given the string based nature of reading from it + no way to dynamically delete files from the pool/rename them, I feel like that's probably barking up the wrong tree.
Experimenting with writing to a sequencer now but I'm not sure what the best way to delete steps is/to constantly flush the pattern when not looping the buffer. Any ideas for best approach to this?
My first thought was using the MIDI pool but given the string based nature of reading from it + no way to dynamically delete files from the pool/rename them, I feel like that's probably barking up the wrong tree.
Experimenting with writing to a sequencer now but I'm not sure what the best way to delete steps is/to constantly flush the pattern when not looping the buffer. Any ideas for best approach to this?
- KVRian
- 698 posts since 7 Dec, 2009 from GWB
Have a look at my Turing LFO in the “Make Me” thread. I use a queue that plays the first element and pops it off, then the current input is pushed onto the end. You’ll want to extend it to an array of MIDI tuples.Hez wrote: Thu Jan 17, 2019 12:06 pmExperimenting with writing to a sequencer now but I'm not sure what the best way to delete steps is/to constantly flush the pattern when not looping the buffer. Any ideas for best approach to this?
HTH
