So probably could it be good for a sysex pack to be able to process a tuple like ("sysex", value, value, value,..., value)?colin@loomer wrote: Sat Jan 05, 2019 12:40 pm Yes. The key difference is that arrays are homogeneous (each element is of the same type); whilst tuples are heterogenous (elements can be different types), and the position of an element actually means something. So if you look at the tuple from say a noteon, you will see ("noteon", key, velocity, channel).
Architect beta for macOS, Windows, and Linux. 0.10.5 now available
-
- KVRAF
- 1602 posts since 14 Oct, 2002
- Beware the Quoth
- 35431 posts since 4 Sep, 2001 from R'lyeh Oceanic Amusement Park and Funfair
Okay, this is because of my own stupidity, really, but can we have an 'are you sure' sanity dialog on the 'New preset' button, especially given its proximity to the 'previous preset' button.
An idiot on Set Theory:
"In some cases there is an object called red that contains everything that is red. In much the same way a pot is a plate."
"In some cases there is an object called red that contains everything that is red. In much the same way a pot is a plate."
- Beware the Quoth
- 35431 posts since 4 Sep, 2001 from R'lyeh Oceanic Amusement Park and Funfair
Hmmm, getting multiple total lockups in 0.93, just by trying to drag stuff around in the Timeline.
An idiot on Set Theory:
"In some cases there is an object called red that contains everything that is red. In much the same way a pot is a plate."
"In some cases there is an object called red that contains everything that is red. In much the same way a pot is a plate."
-
- KVRAF
- Topic Starter
- 2728 posts since 25 Aug, 2003 from Bournemouth, UK
Is this the standalone or plug-in, and if the later, which host?whyterabbyt wrote: Sat Jan 05, 2019 1:04 pm Hmmm, getting multiple total lockups in 0.93, just by trying to drag stuff around in the Timeline.
Nothing has changed directly in the Timeline stuff since 0.9.2, but the logging was pretty invasive overall so that could have such a knock-on effect.
Could you PM me your log file, which should be in:
~/Library/Logs on macOS
Users/[you]/App Data/Roaming/Loomer on Windows
~/.logs/Loomer on Linux
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
Yes, someone else asked for confirmation there too.whyterabbyt wrote: Sat Jan 05, 2019 12:56 pm Okay, this is because of my own stupidity, really, but can we have an 'are you sure' sanity dialog on the 'New preset' button, especially given its proximity to the 'previous preset' button.
Architect, the modular MIDI toolkit, beta now available for macOS, Windows, and Linux.
- Beware the Quoth
- 35431 posts since 4 Sep, 2001 from R'lyeh Oceanic Amusement Park and Funfair
Standalone version. I can pretty much reproduce it on demand just by creating an automation curve lane, then trying to drag on the orange bar at the bottom of the lane, to adjust the height.
Windows 7 x64, though not myusual audio PC. x64 version of Architect 0.93 standalone.
Windows 7 x64, though not myusual audio PC. x64 version of Architect 0.93 standalone.
An idiot on Set Theory:
"In some cases there is an object called red that contains everything that is red. In much the same way a pot is a plate."
"In some cases there is an object called red that contains everything that is red. In much the same way a pot is a plate."
-
- KVRAF
- Topic Starter
- 2728 posts since 25 Aug, 2003 from Bournemouth, UK
OK, nothing suspicious in the log, but someone mentioned a similar thing when being hosted in BitWig. I'll boot up my Windows and machine and do a little investigation...
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, just fixed a nasty bug that could cause some of the issues a few people could have been having. I'm hoping the next beta, 0.9.4 should be a lot more stable overall.
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
In reaktor we have the global sample rate clock to trigger read events , is there some kind of equivalent in architect
@ colin , it seems that you took a lot of inspiration from the reaktor core language , won't this get you into trouble ?
@ colin , it seems that you took a lot of inspiration from the reaktor core language , won't this get you into trouble ?
Eyeball exchanging
Soul calibrating ..frequencies
Soul calibrating ..frequencies
-
- KVRist
- 33 posts since 13 Nov, 2017
+1 from me, it's quite helpful to see other patches and scripts when trying to learn how this works.colin@loomer wrote: Sat Jan 05, 2019 12:29 pm How would everyone feel if I created a specific thread for "Could someone make me a * macro/script" type requests? Sounds like a decent idea? As this thread is as chaotic in topic as one of AZZIN's algorithms, it may given more visibility to people who just want to either have a specific macro, or know how one would be done?
Small feature request regarding the scripting side of things, I have some experience of the lua scripting in Renoise and one of the things I find useful are the following commands:
Code: Select all
-- Return a string which lists properties and methods of class objects
objinfo(class_object) -> [string]
-- Recursively dumps a table and all its members to the std out (console)
rprint(table)
-- Dumps properties and methods of class objects (like renoise.app())
oprint(table)There may already be ways of doing this? But if not it would be useful to have this kind of functionality.
Thanks
-
gentleclockdivider gentleclockdivider https://www.kvraudio.com/forum/memberlist.php?mode=viewprofile&u=203660
- Banned
- 6787 posts since 22 Mar, 2009 from gent
I just found out you don't need to set the midi channel for a pack controller module if you insert a 'set channel 'module afterwards .
Speeds up things quit a bit
Speeds up things quit a bit
Eyeball exchanging
Soul calibrating ..frequencies
Soul calibrating ..frequencies
-
gentleclockdivider gentleclockdivider https://www.kvraudio.com/forum/memberlist.php?mode=viewprofile&u=203660
- Banned
- 6787 posts since 22 Mar, 2009 from gent
Anyone knows how to set up the debug midi , the module has a midi output but the debug print has a data input
IS there some kind of conversion module needed ?
Some documentation about the input / ouput ports is really welcome
IS there some kind of conversion module needed ?
Some documentation about the input / ouput ports is really welcome
Eyeball exchanging
Soul calibrating ..frequencies
Soul calibrating ..frequencies
-
- KVRAF
- Topic Starter
- 2728 posts since 25 Aug, 2003 from Bournemouth, UK
Debug MIDI only passes through MIDI when the debugger is on. You can use it to route MIDI to debugger-only parts of the graph.
Architect, the modular MIDI toolkit, beta now available for macOS, Windows, and Linux.
-
- KVRian
- 724 posts since 15 Feb, 2012 from France
+2 !afta8 wrote: Sat Jan 05, 2019 2:27 pm+1 from me, it's quite helpful to see other patches and scripts when trying to learn how this works.colin@loomer wrote: Sat Jan 05, 2019 12:29 pm How would everyone feel if I created a specific thread for "Could someone make me a * macro/script" type requests? Sounds like a decent idea? As this thread is as chaotic in topic as one of AZZIN's algorithms, it may given more visibility to people who just want to either have a specific macro, or know how one would be done?
Colin, I believe I've read in that topic that you have several examples/patches/macros you're holding until v1.0... Would you share them already ?
-
- KVRian
- 911 posts since 10 Dec, 2013
There's an On Every Tick module (or something along those lines, not at pc right now) which sends a signal at 960 ppq which is Architect's internal timing resolution.gentleclockdivider wrote: Sat Jan 05, 2019 2:23 pm In reaktor we have the global sample rate clock to trigger read events , is there some kind of equivalent in architect
@ colin , it seems that you took a lot of inspiration from the reaktor core language , won't this get you into trouble ?
