Recent Posts

Pages: [1] 2 3 ... 10
1
Well, it is always fun to DIY something. I recommend reading X32 OSC remote protocol to understand details, the PDF is easy to find. Not sure if ChatGPT can answer such questions, but you can try. That pdf is long time available, so may be it is already learned. The command is /xremote which should be repeated periodically, then you should get notifications on changed. Meters are subscribed separately, since they constantly change. Getting complete status or just 100 parameters take significant time, so that is not an option for the purpose.
2
AOSC / Re: Air Access 18
« Last post by azslow3 on Yesterday at 11:47:10 PM »
Thanks! Preliminary, from the log, the mixer is sending "filter" for Gate and Compressor when not asked explicitly and I am somehow not prepared for that. I will try to fix, but not before Monday-Tuesday.
3
Accessibility tools / Re: Few programming questions about the X-air18 / MR18
« Last post by Tomecki on Yesterday at 08:42:56 PM »
I am aware of this. Sure, it may not work, but maybe something will come of it. It seems to me that tracking in azaosc doesn't take into account the assumptions I made, so I'm trying to create something of my own.
4
AOSC / Re: Air Access 18
« Last post by Tomecki on Yesterday at 07:51:58 PM »
After a quick look at the logo, it seems to me that it does not contain any confidential data, so I am sending it as an attachment to the post.
5
Accessibility tools / Re: Few programming questions about the X-air18 / MR18
« Last post by azslow3 on April 26, 2024, 02:12:48 PM »
AZAOSC has build-in tracker. So it is able to report changes. That was designed for X32 mixers with physical controls, not sure that is useful for rack mixers, till someone else is operating it and you want to know what is going on.

Note that ChatGPT pretend to be "smart", but in practice it is just able to compose information which someone has published in the Internet. For programmer which can easily distinguish between garbage and something which make sense, the tool can save time needed to find original information manually and adopt it for particular case. For non programmers, the result is more or less unpredictable. The result normally somehow works, but it can do something stupid. For small things the probability of good result is high, for complex things, especially if you try to do something no one has done before or done but has never published the algorithm, the probability to get reasonable code is zero.
That is one of biggest worries some people have about ChatGPT, it may be more stupid with time. Before AI, when someone had to code something, he was asking on some forum and answers was also on the forum. Such forums is the source for AI knowledge. Now people ask AI in this case, answers are obviously have no value for AI training. But periodically published in forums, even in case they are bad. So AI get the confirmation the answer is ok, even if not, and so learn more and more stupid solutions.
6
AOSC / Re: Air Access 18
« Last post by azslow3 on April 26, 2024, 01:52:44 PM »
Can you use this executable https://www.azslow.com/index.php?action=downloads;sa=downfile&id=94 instead of distributed one?
Note that its directory should be writable by user which run it. Do failing operation and somehow give me created log file.
7
Accessibility tools / Few programming questions about the X-air18 / MR18
« Last post by Tomecki on April 24, 2024, 05:55:32 PM »
Hi. I would like to try to create a tool that monitors and announces with sound or speech various events from the Mr18 and probably also the X-air18 mixers. I'm not a programmer and I use GPT Chat. The idea is this: we are not always 100% sure when we press a button. A finger may slip, a hand may shake, something may be pressed accidentally, etc. In live or radio performance situations, feedback is extremely important. I found a library that supports X-Air mixers and I think a few others. It can be found at https://github.com/onyx-and-iris/xair-api-python and it seems to work. I have several problems. First of all, it seems to me that in order to monitor the status of anything in the mixer, I have to query the device for each piece of information separately, and from time to time. Is there a way for the mixer to send information about changes itself so that you don't have to ask it about it every now and then? However, if this is the only way, maybe it is possible to send a query that causes the mixer to return the state of everything, so as not to send, for example, every half a second dozens if not hundreds of queries about the state of each fader, mute, solo and several other things. I don't know if I will be able to do it at all, because, as I have already written, I am not a programmer. It is true that the first steps are already behind me. I managed to write a simple script in Python that monitors the fader from channel 1 and announces its volume in such a way that 0db is a4 and every 1db the pitch changes by a semitone. Additionally, each half-decibel is signaled by a sound that is twice as short.
8
AOSC / Re: Air Access 18
« Last post by Tomecki on April 22, 2024, 06:10:17 PM »
I connect via ethernet. I tried saving and loading different scenes several times, i.e. scenes with different mixer settings, and I always got exactly the same error. The entry in the file looks like this: /ch/01/gate OFF GATE -80.0 60.0 1 502 983 SELF
It is worth mentioning that the gate in this channel is in the default settings and turned off.
9
AOSC / Re: Air Access 18
« Last post by azslow3 on April 22, 2024, 12:11:00 PM »
How you connect the mixer? I mean wifi or ethernet, throw router or directly? I remember we had quite some performance issues on WiFi, which was triggering timeouts.

I only have access to XR12 and even that is not in my room. Gerad no longer has XR18, it has upgraded to X32. I mean I can investigate problems and eventually fix, but that
will take quite some time and effort. Probably by connecting to you remotely and checking what is going on. And so if you can check yourself, that will be way faster.

AOSC is working by sending OSC messages, like in Debugger dialog. Scenes form what I remember are send not one by one, so with a bit different communication. The text file x.sct
define what to collect as a scene. So the first thing to check if scene file, also just text, has reasonable information about failing parameter.

I have debugging version of AOSC which write detailed log about what is going on, that will be the next step to troubleshoot.
10
AOSC / Re: Air Access 18
« Last post by Tomecki on April 21, 2024, 09:00:36 PM »
When I try to upload the scene file, I get the following error "at the end: AZ AOSC  dialog  Verification failed for '/ch/01/gate'". This, of course, applies to Midas mr18.
Pages: [1] 2 3 ... 10