Search found 82 matches

by elad770
03 Nov 2020, 09:38
Forum: Ask for Help (v1)
Topic: Automation Challenge
Replies: 116
Views: 4794

Re: Automation Challenge

Very good point and I have used the programs you've mentioned. The only problem is that midi2key requires me to: - Enter the application (which is a 3rd party) - create an individual log file for every file manually - Assign the Sysex to that file This takes about many clicks and roughly 2min for ev...
by elad770
03 Nov 2020, 00:44
Forum: Ask for Help (v1)
Topic: Automation Challenge
Replies: 116
Views: 4794

Re: Automation Challenge

Is this where I place the Midi channel and port information?

midi := midi ~= "ERROR|^$" ? "NONE" : midi, newMidi := "" ;
by elad770
03 Nov 2020, 00:40
Forum: Ask for Help (v1)
Topic: Automation Challenge
Replies: 116
Views: 4794

Re: Automation Challenge

E:\data\temp2\mwMIDI.ini ; Path to your INI file

What is the INI file and do I need to change the file path to somewhere?

Is there a place in the script where i place the midi channel and port?

If anybody else can comment on the midi part?
by elad770
03 Nov 2020, 00:26
Forum: Ask for Help (v1)
Topic: Automation Challenge
Replies: 116
Views: 4794

Re: Automation Challenge

WOW, WOW ,WOW

And I thought I'm going to sleep tonight! LOL

Any special instructions?

Do I just run it?

2 main questions:

What is INI file?

How do I set up the midi channel that we are ought to listen to?
by elad770
02 Nov 2020, 23:46
Forum: Ask for Help (v1)
Topic: Automation Challenge
Replies: 116
Views: 4794

Re: Automation Challenge

malcev, Thank you so much for joining in. I looked at all the links you've sent and I understood only to a certain extent. I understand the main concepts, don't get me wrong but I won't lie to you: I simply do not know how to put everything together. That's why out of despair I found this amazing fo...
by elad770
02 Nov 2020, 20:05
Forum: Ask for Help (v1)
Topic: Automation Challenge
Replies: 116
Views: 4794

Re: Automation Challenge

Haha, I truly appreciate your efforts and willingness to help. Covid? Well.... my interest in public health is the nutritional aspect. CVD and other food born, chronic diseases have more impact on people's lives than Covid19. Yearly mortality rates are not even close. Not that I undermine Covid19 bu...
by elad770
02 Nov 2020, 19:02
Forum: Ask for Help (v1)
Topic: Automation Challenge
Replies: 116
Views: 4794

Re: Automation Challenge

Dear MIkey, I'm not into Midi either, LOL. Believe it or not, I'm in the Public Health field, currently finishing my second Masters. As far as you can imagine, LOL If we were to assume that instead of midi, we are using a Key, like Num1 instead of the Sysex, would you be able to develop such a thing?
by elad770
02 Nov 2020, 16:54
Forum: Ask for Help (v1)
Topic: Automation Challenge
Replies: 116
Views: 4794

Re: Automation Challenge

Haha :lol:

Sorry for my ignorance.
I have the vision in my mind but not the words (the script)
To bring it out.

I hope someone will help. Thank you Boiler for bridging.
by elad770
02 Nov 2020, 16:09
Forum: Ask for Help (v1)
Topic: Automation Challenge
Replies: 116
Views: 4794

Re: Automation Challenge

Sorry for the confusion. When I said windows,I was referring to a regular windows platform, not internet explorer. Lets assume that the files are mp3 files. Bunch of songs They only open in 1 , only one program. Windows media player. That is all. Can you guide me through mikey? I will pay for your t...
by elad770
02 Nov 2020, 10:08
Forum: Ask for Help (v1)
Topic: Help with Singleinstance
Replies: 25
Views: 1411

Re: Help with Singleinstance

Incredible!

Thank you so much.

I have another challenge. I hope you'll be able to provide some insights

https://www.autohotkey.com/boards/viewtopic.php?f=76&t=82789
by elad770
02 Nov 2020, 10:07
Forum: Ask for Help (v1)
Topic: Automation Challenge
Replies: 116
Views: 4794

Automation Challenge

I would like to reach out with another challenge I'm experiencing. I work with Midi that transmits a Sysex message (or any message for that matter) Here's the function I'm trying to do. If anyone successfully helps me to solve this problem I'm donating 200$ to support this community and 100$ for the...
by elad770
02 Nov 2020, 09:39
Forum: Ask for Help (v1)
Topic: Help with Singleinstance
Replies: 25
Views: 1411

Re: Help with Singleinstance

Thank you so much. So, I have encountered another tiny problem and I hope you don't think I'm being ridiculous. Every time the action is taking place there's a TIK sound that the script or the computer generates. I've made a short clip to demonstrate this. I used notepad. As you can see and hear the...
by elad770
01 Nov 2020, 23:24
Forum: Ask for Help (v1)
Topic: Help with Singleinstance
Replies: 25
Views: 1411

Re: Help with Singleinstance

Thank you so much, Mikey! It worked flawlessly with no issues. As promised, a 100$ donation was made to AutoHotkey to support the community and amazing people like you who love helping! (I attached the donation confirmation) Can I ask one last question? I know there's a way to place a script in an e...
by elad770
01 Nov 2020, 23:08
Forum: Ask for Help (v1)
Topic: Help with Singleinstance
Replies: 25
Views: 1411

Re: Help with Singleinstance

Silly me!

I didn't see that you already attached the revised version!

So sorry for that
by elad770
01 Nov 2020, 23:07
Forum: Ask for Help (v1)
Topic: Help with Singleinstance
Replies: 25
Views: 1411

Re: Help with Singleinstance

I removed some lines but the whole function didn't work.

I'm probably removing something I shouldn't remove.

Can you be more specific? Or maybe reupload the script?
by elad770
01 Nov 2020, 22:58
Forum: Ask for Help (v1)
Topic: Help with Singleinstance
Replies: 25
Views: 1411

Re: Help with Singleinstance

You are amazing Mikey!!! I ran the script and it does close the old window. There's only one tiny problem. It's asking me if I want to close the old window? I don't want to be asked if I want to close it or not I want the window to close without asking me a question. When I said that I want to reply...
by elad770
01 Nov 2020, 15:45
Forum: Ask for Help (v1)
Topic: Help with Singleinstance
Replies: 25
Views: 1411

Re: Help with Singleinstance

I can not describe how appreciative I am. Thank you I will test it tonight. I just wanted to clarify few things. 1. Is this script in addition to the current or replaces it? Second question: 2.the original program came with the Ahk file (which I'm assuming is where I place your script) and a text fi...
by elad770
01 Nov 2020, 12:50
Forum: Ask for Help (v1)
Topic: Help with Singleinstance
Replies: 25
Views: 1411

Re: Help with Singleinstance

Thank you so much mikeyww and boiler for your willingness to help. I now solved the main challenge you are having. Now, I'm OK with the old instance to close AFTER the new one is open. Not a problem. Again, let's back track and assume that the older instance will close immediately after the new one ...
by elad770
31 Oct 2020, 23:12
Forum: Ask for Help (v1)
Topic: Help with Singleinstance
Replies: 25
Views: 1411

Re: Help with Singleinstance

I highly appreciate your response Boiler. Can you please teach me how to do that? Here's the problem exactly because I'm not sure if I'm the one who's activating the file according to you: I have an mp3 file. ---This file is triggered by a midi SysEx message (I use different software for that, I wis...
by elad770
31 Oct 2020, 18:24
Forum: Ask for Help (v1)
Topic: Help with Singleinstance
Replies: 25
Views: 1411

Re: Help with Singleinstance

I have and idea:

Let's say I have the command to open the file I want (a key For example)

What if I will assign the same key to close an open but the open will have a 0.5sec delay.

Will that work?

Go to advanced search