Architect beta for macOS, Windows, and Linux. 0.10.5 now available
- KVRian
- 698 posts since 7 Dec, 2009 from GWB
Don’t do anything before tea.
-
- Banned
- 2524 posts since 4 Jul, 2019
yeah - sorry i cant do a screen recording and capture the plugin window - cant find any free win10 software that can manage that, all I end up with is a moving cursor in the reaper window but without the plugin window appearing at all - which is pretty uselesscolin@loomer wrote: Tue Apr 07, 2020 7:56 am Thanks: I'll see if there's a demo about, then, and try it for myself.
-
- Banned
- 2524 posts since 4 Jul, 2019
I used the age old trick of going online and saying I cant do something to immediately find a way to do it - in this case one more search for free win10 screen recorder gave me this software which works very easily. HEre is the video
Look at the thin white vertical bars at the bottom that move around when the xy cursor moves. Imagine each one of those bars represents the timing and stereo positioning of a midi note. Think of that working with an arpeggiator as you feed in chords, or as a midi delay. Notes get closer together and further apart in time as well as move in the stereo field. There is further manipulation of the distribution of the timing as well. I think that would be very useful
Look at the thin white vertical bars at the bottom that move around when the xy cursor moves. Imagine each one of those bars represents the timing and stereo positioning of a midi note. Think of that working with an arpeggiator as you feed in chords, or as a midi delay. Notes get closer together and further apart in time as well as move in the stereo field. There is further manipulation of the distribution of the timing as well. I think that would be very useful
- KVRian
- 698 posts since 7 Dec, 2009 from GWB
Licecapfairlyclose wrote: Tue Apr 07, 2020 11:35 am...cant find any free win10 software that can manage that...
-
- Banned
- 2524 posts since 4 Jul, 2019
Thanks, Active Presenter is the one I ended up finding - very easy to usecturner wrote: Tue Apr 07, 2020 12:14 pmLicecapfairlyclose wrote: Tue Apr 07, 2020 11:35 am...cant find any free win10 software that can manage that...
-
- KVRAF
- Topic Starter
- 2728 posts since 25 Aug, 2003 from Bournemouth, UK
Thank you: I see how that works now. In theory, I believe making something like that is doable, so I'll have a play about and see what I can come up with.
Architect, the modular MIDI toolkit, beta now available for macOS, Windows, and Linux.
-
- Banned
- 2524 posts since 4 Jul, 2019
thanks, that is very decent of youcolin@loomer wrote: Wed Apr 08, 2020 8:16 amThank you: I see how that works now. In theory, I believe making something like that is doable, so I'll have a play about and see what I can come up with.
- KVRian
- 698 posts since 7 Dec, 2009 from GWB
I'm not hugely familiar with Bitwig, but when I click the Play Stop button a second time, to return to Play Start, Architect's play position remains at "play stop". Is there a way to reset Architect, so when slaved to Bitwig's transport, it will return to "play stop"? this on Win10, Bitwig 3.1.
Last edited by cturner on Wed Apr 29, 2020 9:18 pm, edited 2 times in total.
-
- KVRAF
- Topic Starter
- 2728 posts since 25 Aug, 2003 from Bournemouth, UK
From your description, I believe this is an issue I've fixed already in 10.3. I will confirm that is the case for you tomorrow morning; and if it's not, I will fix it instead!cturner wrote: Wed Apr 29, 2020 5:55 pm I'm not hugely familiar with Bitwig, but when I click the Play Stop button a second time, to return to Play Start, Architect's play position remains at "play stop". Is there a way to reset Architect, so when slaved to Bitwig's transport, it will return to "play stop"? this on Win10, Bitwig 3.1.
Architect, the modular MIDI toolkit, beta now available for macOS, Windows, and Linux.
- KVRian
- 698 posts since 7 Dec, 2009 from GWB
OK, I'm embarrassed. See my edit above--but more importantly--it seems I'm running 0.10.2! Don't know how I managed not to update, but let me do so, and I'll report back.
-
- KVRAF
- Topic Starter
- 2728 posts since 25 Aug, 2003 from Bournemouth, UK
Sorry, I didn't explain clearly: 10.3 is forthcoming, rather than out already. 10.2 is still the most recent public release.cturner wrote: Wed Apr 29, 2020 6:05 pm OK, I'm embarrassed. See my edit above--but more importantly--it seems I'm running 0.10.2! Don't know how I managed not to update, but let me do so, and I'll report back.
Architect, the modular MIDI toolkit, beta now available for macOS, Windows, and Linux.
- KVRian
- 698 posts since 7 Dec, 2009 from GWB
I take back my earlier assertion. I don't think it's working correctly in 10.2. In the CODE section below, the first number of the tuple should be zero, not 849, which is where playback stopped.
Colin- I can send you a simple test preset if it's of any help. Thanks!
Colin- I can send you a simple test preset if it's of any help. Thanks!
Code: Select all
print: (849, true, (noteon, 42, 64, 1, false))
print: (239, false, (noteoff, 42, 64, 1, false))
print: (239, false, (noteon, 42, 64, 1, false))
print: (479, true, (noteoff, 42, 64, 1, false))
print: (719, false, (noteon, 42, 64, 1, false))
print: (959, true, (noteoff, 42, 64, 1, false))
print: (1199, false, (noteon, 42, 64, 1, false))
print: (1439, true, (noteoff, 42, 64, 1, false))
print: (1679, false, (noteon, 42, 64, 1, false))
print: (1919, true, (noteoff, 42, 64, 1, false))
print: (2159, false, (noteon, 42, 64, 1, false))
print: (2399, true, (noteoff, 42, 64, 1, false))
print: (2639, false, (noteon, 42, 64, 1, false))
print: (2879, true, (noteoff, 42, 64, 1, false))
print: (3119, false, (noteon, 42, 64, 1, false))
print: (3359, true, (noteoff, 42, 64, 1, false))
print: (3599, false, (noteon, 42, 64, 1, false))
print: (3839, true, (noteoff, 42, 64, 1, false))
-
- KVRAF
- Topic Starter
- 2728 posts since 25 Aug, 2003 from Bournemouth, UK
That would be a great help, so please do and I'll take a look. Thank you.cturner wrote: Wed Apr 29, 2020 9:22 pm I take back my earlier assertion. I don't think it's working correctly in 10.2...
Colin- I can send you a simple test preset if it's of any help.
Architect, the modular MIDI toolkit, beta now available for macOS, Windows, and Linux.
- KVRian
- 698 posts since 7 Dec, 2009 from GWB
Email sent. Thanks much!colin@loomer wrote: Thu Apr 30, 2020 7:57 amThat would be a great help, so please do and I'll take a look. Thank you.
-
- KVRAF
- Topic Starter
- 2728 posts since 25 Aug, 2003 from Bournemouth, UK
Thank you - I have reproduced the problem, and am looking into getting it fixed today.
Architect, the modular MIDI toolkit, beta now available for macOS, Windows, and Linux.
