News:

CWP2Song, public beta.
My  DAW is Reaper
YouTube channel

Main Menu

Recent posts

#1
Accessibility tools / Re: AZ Accessible OSC for RME ...
Last post by Matthew2468 - Yesterday at 11:25:07 PM
Hello. so sorry for the slow reply. wasn't aware there was a reply.
Wow! that's great to know. Do you think AOSC would work with the RME Madiface XTII and the RME 12 mic?
I know you said it should work with any interface, but just wanna make sure.
I'm planning to use the Madiface XTII has the main unit and my preamps are going to be from the 12 Mic units. Those have physical controls and can also be controlled through a web interface, separate from Total Mix. Of course, accessibility is a question mark for that interface, but I think I'll be fine since there are controls on the units themselves.
My ultimate goal is to replace my current setup which consists of a Presonus setup with 2 mixers totaling 64 channels since I have a full studio setup with drums, percussion, keys, vocals, guitars, etc.
I also have personal monitor mixers for musicians to control their own mix.
Long story short, I'm looking for something different and more stable than Presonus and most importantly, more accessible.
Then I saw what you have done with this accessible software for Windows, which is so cool! 😎
Any plans to put AOSC on the Mac platform?

Here's links to the RME gear I mentioned...
https://www.rme-usa.com/madiface-xt-2.html
https://www.rme-usa.com/12mic.html

Sorry for the long message.
#2
ReaCWP / Re: FX Not Transferring
Last post by azslow3 - Yesterday at 01:19:09 PM
Till you provide an example CWP or at least mention the names of FXes (in case I have them to test), I can't comment. Apart from possible bugs (that is not commercial project and there was limited number of "beta-testers", especially for the last version), there are plug-ins which "don't like" conversion for one or another reason.
#3
ReaCWP / FX Not Transferring
Last post by Chris0611 - July 02, 2025, 08:56:05 PM
First, Thanks for your work on the .dll
But only my tracks open correctly. FX are there but thats it. settings are comopletely random usually the plugin is off, etc. Haven't had time to check other things. but all tracks open, some colors are applied, buses open in a track as a track labeled bus like they should in reaper.
I have deleted and downloaded again following instructions. Haven't saved anything yet just opened to check.
#4
Discussions / Re: Loading AZ presets
Last post by azslow3 - June 30, 2025, 09:52:34 PM
1) all monitors, except of type "Timer Once", are checked on AZ Controller activation. Checked means Logic block containing them is executed in "Monitor checking" mode. And if it comes to Monitor itself (the execution is not abandoned by Action flagged Final and Conditions for Monitor Action itself are ok, it is triggered. In other words, AZ Controller knows when Monitored entity is "undefined". In case of "Context", initial value is "undefined", "NoProject" is a different State and it will be triggered.

You get that monitor triggered (assuming Logic Actions are not preventing that): (1) with "NoProject" (2) "Console"/"Track"/"Plugin" when the project is loaded (2...n) when you change focus between "Console"/"Track"/"Plugin" (n+1) with "NoProject" when you close the project (also in case that is implicit during Sonar exit).

My proposal for "Project" Set is to avoid (2..n) triggers, which will simplify your preset.

(2) everything you set in Logic is executed in "Monitor checking" mode. It is very close to feedback mode, but "Set engine state" flag is working differently from Feedback. All initial states are "real", just changes of them during "Monitor checking" are discarded (after Monitor execution, if triggered, so changes can be "saved" explicitly in Feedback).

Context:NoProject will work correctly during any "Monitor checking". In other words, "Context"  (and all other system states) is  changed by AZ Controller PRIOR executing any "Monitor checking".
#5
Discussions / Re: Loading AZ presets
Last post by norfolkmastering - June 30, 2025, 06:43:50 PM
Hi again Alexey
As I'll have some thinking time when I'm travelling, it would be really helpful if you could clarify some points about the functioning of the Software Set 'Context'.

1)
If I set up a logic action: 'Monitor state', 'Context'
Then some kind of Feedback event.
Will the feedback event be triggered by any change of the 'Context' state?
To ask the question another way:
If I load Sonar (but not yet a project), is there would this trigger a change of 'Context' 'Monitor State'?
If I then load a project, does this trigger a further change of 'Context' 'Monitor State'?

2)
When I set an action condition using 'Context (NoProject) as part of a control Logic,
Is AZ Controller able to differentiate between no project loaded and project loaded?  Or is it only sensing a change of state of 'Context'?

Regards
Robert
#6
Discussions / Re: Loading AZ presets
Last post by norfolkmastering - June 30, 2025, 05:02:48 PM
Hi Alexey
Thanks for the suggestions.  I'll do some updates and let you know how it goes.
I'm off travelling for a week so it will have to be when I get back.
Best regards
Robert
#7
Discussions / Re: Loading AZ presets
Last post by azslow3 - June 30, 2025, 12:19:08 AM
"Parameter Value Monitor" need parameter... If it is not defined in the same logic control, it takes whatever was set before. That can produce random results.
So I guess you have not listed your real "Hello" actions.

If you want send just one time, use "Context" Set Monitor. But it included several States which can be switched while project is open, you you need extra set,
let say "Project" with "Opened"  and "Closed". Then:
In "Context" monitor:
Context:NoProject Project:Opened -> Set Project Closed (set engine state, final)
Context:NoProject -> Undefined (final)
# for all other states
Project:Closed -> Set Project Opened (set engine state, final)

Then you need "Project" set monitor, but it will only trigger when project is opened or closed, so you can:
Project:Opened -> ... send hello to pic ...
Project:Closed -> ... send goodby to pic ...
# or  Project:Closed Device:Online -> ...send goodby... with "race case" protection in Hello reply processing (when Project:Closed)
Project:Closed -> Set Device Offline

It may sense to give "Context" monitor highest priority and "Project" monitor next to highest, so they are executed in correct order in the same cycle and before any "Value" monitors.
#8
Discussions / Re: Loading AZ presets
Last post by norfolkmastering - June 28, 2025, 05:59:14 PM
Hi Alexey

I have the handshaking working with my two PICs and two instances of AZ Controller (RECORD and REPLAY).

I have one problem.

When I load Sonar, but before loading a project, the two instances of AZ Controller are active.  This is good!

Then I load a project and I send 'Hello' message to PIC.  I send just one message rather than using slow timer which just clutters up PIC input.

'Hello' message
Logic actions:
'Context:NoProject' - Undefined*
'Device Offline' - Reset Hello: : Parameter Value Monitor
'Device:Offline' - Parameter Value Monitor

Feeback
-Ch:15 CC9 Value(14bit): 380

I respond from the PIC to set 'Device:Online'
All is good!

Here is the issue:
I close the project
I use 'Device Online' - State Monitor to send shut down message to both PICs.
The two PICs are put in standby mode.
The two instances of AZ Controller become inactive.

However, when I load the next project (Sonar is still open), there is no trigger of the 'Hello' message, even though the AZ Controller instances become active again.

Can you help with this please.

Regards
Robert


#9
Discussions / Re: Loading AZ presets
Last post by azslow3 - June 27, 2025, 06:14:34 PM
I have checked.

Connect/Disconnect methods of surface DLL are not related to "surface connection". It is to make a "connection" between Sonar and DLL, in other words "Connect" means "Hey, Sonar is ready for communication". And "Disconnect" means "Please no longer communicate with me".

So, it is about "programming interfaces" communication. In case you know a bit Windows programming, surface DLL is COM. In this method all surface DLLs (including AZ Controller) get pointers to "Sonar interfaces", and finally can do some initialization (access information from Sonar).

So you should not do anything in PIC for that.

If you want send "Disconnect" to PIC, you can monitor Context and check for "NoProject" state. AZ Controller does "final monitor loop" in Disconnect method, to be sure you have a change to send "Goodby" if required.
Obviously you can't expect there will be a chance to receive reply in this case.
Long time ago I have decided there is no reason to process "AZ Controller is removed from surfaces list", "Sonar is closed", "Project is closed" separately. So all that just trigger "NoProject" in Context (the project is always closed when Sonar is closing, if AZ Controller is removed it will be unable to send anything, without loaded project AZ Controller can't do much, if I remember correctly even surface idle is not called).
#10
Discussions / Re: Loading AZ presets
Last post by norfolkmastering - June 27, 2025, 11:29:40 AM
Hi Alexey

Now I understood your line:
'Context':'NoProject' Undefined * (final)

Sorry to be so slow in my understanding!

Now I have working handshaking exactly as you described, that is:
 * if there is no project, nothing will happen
 * if there is project and we are 'Offline' (initially, but can be set later), AZ Controller will periodically send "Hello"
 * in case AZ Controller receives reply and project is loaded, it change the state to 'Online'.

When you have time, could you explain Mark's comment:

'Sonar calls the Connect method on the DLL, and the DLL should return almost immediately with a success code.

If you've got some sort of a handshake, the connect method typically sends a short MIDI message to your device, but should always return immediately - otherwise Sonar will wait for the Connect method. to complete. You definitely don't want this.

Your device may then respond, but this should be handled by the control surface DLL as it would handle any message coming in on MIDI IN.  The connect method should never wait for a reply.'

So my question from Mark's comment is:
Does AZ controller provide the immediate response to Sonar's call (Connect method) on the DLL?
Or is this something I have to do from my PIC?

Best regards
Robert