MarcBoule / ImpromptuModular

Virtual Eurorack Modules for VCV Rack
Other
93 stars 10 forks source link

4view - convert incoming poly chord\notes into (expanded or not) chord-key module #13

Closed vcvrackideas closed 4 years ago

vcvrackideas commented 4 years ago

Hi Marc! I'm here with another crazy idea. For example I have poly sample n hold module (3 voice) and I send this cable to 4view. The next thing I want to do is to record some good chords that I get from it into chord-key module without inputting it manually, just instantly by command or button, whatever. So the question - is this possible or pretty hard or not pretty much useful to do? It sounds like reverse expanding or so...or even using fetch command as in Eqmaster to catch the chord from specific 4view instance. Just an idea as always, I don't realize how it should be going technically) But it seems to me as a pretty fun way to record incoming chords for building nice chord progression into chord-key module of course with further possible changes in the module itself. I gonna show people a manual way to copy values in my monday's video because it's kinda interesting to catch some random values, analyzing it and make a decision to save it or not. Curious what do you think on it) Cheers!

MarcBoule commented 4 years ago

Not sure I want to get into the fetching-type thing, but what could be possible would be to add just a "Copy chord/notes" menu entry in FourView, and then we could use the paste that is already there in ChordKey's menu. ChordKey would have to be changed to use the clipboard for the copy/paste, since it does not use it now, but it could be a neat solution. Might leave this might be for the next update though, after I think more about it.

MarcBoule commented 4 years ago

Ok, one more improvement that has been done! FourView also has a Portable sequence copy, so it should be quite easy to get notes from FourView into ChordKey.

image

vcvrackideas commented 4 years ago

Thanks! That's working. But when I copy chord from chord key and 4view to another module with portable sequence (in this case SEQ++) I've got sequence with 4th notes instead of chord. 2020-03-24_11-27-10

MarcBoule commented 4 years ago

Hmm, I'll have to think about this, since if I make the change, then when pasting in non-timeline sequencers like all my PhraseSeqs, all those notes will overwrite each other and there will be only one note in my sequencers.

vcvrackideas commented 4 years ago

Maybe two option - one copy as a chord for timeline and another - copy as a sequence?

MarcBoule commented 4 years ago

Exactly what I was thinking :-)

MarcBoule commented 4 years ago

Ok, this has been added, there are now two choices to copy for the two cases described :-) (the same thing was also done in ChordKey)