notahat / midi_patchbay

Hook up MIDI software and hardware and pass MIDI data between them, applying assorted filters on the way.
228 stars 54 forks source link

Where can we download Version 1.1.0 #13

Closed mlostekk closed 1 year ago

mlostekk commented 4 years ago

I cant find it in the releases section

liamlacey commented 4 years ago

I would also like to know this.

Or do we just need to build the project ourselves?

ffont commented 3 years ago

I built the project myself, it compiles easily, but it would be nice to add 1.1.0 on a release, even if it is marked as pre-release.

liamlacey commented 3 years ago

Yes I too very easily just built the project myself in the end, but I agree that it would be nice.

mlostekk commented 3 years ago

Sure, compiling yourself is possible, but imagine how many people are out there that never heard of xcode

mmontag commented 3 years ago

How about setting up Github actions to build releases? Anybody have experience with this? https://rhonabwy.com/2020/05/09/continuous-integration-with-github-actions-for-macos-and-ios-projects/

XENONChromatic commented 3 years ago

One other possible option would be reaching out to @notahat on Twitter. I did that a while back and he did respond. I'm running what I guess would be considered RC2 (at least, thats what I was calling it) that @danomatika had compiled, but it would be nice to have an official compiled version on here.

danomatika commented 3 years ago

As a follow up, I recently picked up a new MBP 13 with the M1 cpu, so I plan to make a universal2 (intel+arm64) build as well.

lokkiikkol commented 3 years ago

definitely needs a compiled version! can somebody share one?

danomatika commented 3 years ago

I put a link in PR https://github.com/notahat/midi_patchbay/issues/7#issuecomment-758072512

julientaq commented 3 years ago

Folks, did you see that?

http://docs.danomatika.com/releases/midipatchbay/

yaros-eu commented 1 year ago

Feel free to check out my modernized and simplified version of this app!

https://github.com/drummer-codes/midi_router

image