lichen-community-systems / flocking-midi

A collection of MIDI components for Infusion and Flocking
1 stars 2 forks source link

Determine if any code should be migrated from other related repositories #4

Open colinbdclark opened 4 years ago

colinbdclark commented 4 years ago

Quickly scanning my own Github repositories, there are a couple that may contain code we want here. They include:

@the-t-in-rtf, we should also look at some of your libraries and see if there are useful things we want to fold in here.

the-t-in-rtf commented 4 years ago

Sounds good. The biggest candidate is flocking-midi-select-ng, which IMO would be more properly done as a rewrite of the underlying component in flocking-midi. I will put in a ticket describing what I have in mind shortly.

We can also talk about perhaps abstracting out some of the "transforming routers" I've used in flocking-midi-interchange. It'd also be good to move the "MIDI patchbay" work from the same repo into flocking-midi, with a proper discussion of what a generally useful connector between two MIDI devices should look like.

colinbdclark commented 4 years ago

Since we've been passing flocking-midi-select-ng back and forth, I think the latest version of flocking-midi-select-ng is actually sitting in the Bubbles repository, unless you've made other modifications since around January 2019, @the-t-in-rtf?

the-t-in-rtf commented 4 years ago

I haven't even checked it out on my new computer, and I've had that for six months, so I think yours is more up-to-date.

colinbdclark commented 4 years ago

@duhrer, it looks like you made a couple of additional commits with useful functionality since Bubbles forked your flocking-midi-select-ng code. I'll merge the Bubbles version into this repo, and then see if I can apply your more recent changes here.