Jump to content

Davin

Member
  • Posts

    4
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

Davin's Achievements

Helping Hand

Helping Hand (3/5)

0

Reputation

  1. I would love this option also. Another thing that I wish alfred had built in is the "learn midi function" and osc protocols. Great for audio and video production workflows. I was able to find workarounds for all of the above but it was a hassle. Image selection = Keyboardmaestro / Midi = sendmidi via homebrew / Osc = sendosc via homebrew.
  2. Would love this option to be a toggle so I could be able to choose how to use it and when. Loupedeck has this option and it is very nice to use but Alfred is so much more flexible and has more grid options for shortcuts that remote could be a must have if this is implemented.
  3. Sort of figured this one out using sendmidi from https://github.com/gbevin/SendMIDI and using apples built in midi IAC Driver, I called my midi out "Alfred -> Midi Out". So therefore using this apple script "sendmidi dev IAC Driver Alfred -> Midi Out on 26 5" will execute the sendmidi command via IAC Driver on midi note 26 and 5 out to any receiving app that you have activated. Should also work with controlling lighting software that use midi or any other program if setup correctly. I also have Alfred triggering OSC protocols using sendosc from https://github.com/yoggy/sendosc. Here is an example of how I am using it to control a Blackmagic Atem Switcher sendosc 127.0.0.1 8000 /System/Volumes/Data/Applications/Blackmagic\ ATEM\ Switchers/ATEM\ Software\ Control.app sendosc /atem /program 1 This one is a bit more complicated because you will need to have everything on a local network or make sure the switcher has a static IP address. I set these up on the Alfred remote app and it allows me to run a live production from my phone or iPad sort of like a portable el gato stream deck and I can still have access to other workflows if need be. Hope this helps
  4. The image below shows the idea. Using Alfred remote as a trigger to activate all the assigned midi messages would be a perfect use case scenario. I would also like to see OSC support and that way I could also control Blackmagic Atem Switchers the same way. I've tried using sendmidi and sendosc via terminal but I have had no success in getting either to work for me. Having built in integration for midi, like keyboard maestro, makes this process so much easier to implement and extremely flexible. It could make Alfred a go to app for audio and video engineers like myself. Thanks to anyone who can resolve this or write up the code and have it built in to Alfred itself. Cheers
×
×
  • Create New...