Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

action to send midi data to selected track #386

Closed
Jeff0S opened this issue Jul 8, 2014 · 11 comments
Closed

action to send midi data to selected track #386

Jeff0S opened this issue Jul 8, 2014 · 11 comments

Comments

@Jeff0S
Copy link
Member

Jeff0S commented Jul 8, 2014

From lewis.sc...@gmail.com on September 24, 2011 04:34:10

i have been dying for actions that could send MIDI notes or midi CC messages into a selected track.
NOTE: timing is not an issue for this purpose, as the messages are conditional/control oriented in purpose.

use:

by sending to a track that contains a hardware midi output or a vst, you could build macros that not only control Reaper but also midi controlled equipment...setting up conditions and optimizing workflow. this type of integration would be extremely powerful.

if this is inclear, please allow me to clarify or give some examples of use...

instead of having thousands of midi actions (all note ons, note offs, cc messages and values) i'm picturing a reaconsole type of scenario where the user must input what messages he would like sent and call them accordingly...

best wishes
nym

Original issue: http://code.google.com/p/sws-extension/issues/detail?id=386

@Jeff0S
Copy link
Member Author

Jeff0S commented Jul 8, 2014

From maria...@mariannerobinson.com on October 11, 2011 21:51:37

Sysex for instance. I've seen this mentioned a few times.
The midi parts as specified along with their destination ports should be marked as manual or auto. If auto it would be sent automatically on opening project. Else prompted for. Also global switch for auto send sysex.
I don't remember this kind of thing to be sent directly to a midi channel. Just to the port. Don't know why anybody would want to send notes?

Conceptually picture a grid.
Sysex String | Destination Port | Auto/Manual|

@Jeff0S
Copy link
Member Author

Jeff0S commented Jul 8, 2014

From lewis.sc...@gmail.com on October 18, 2011 09:40:56

as i was attempting to illustrate in my original post, one would want to send notes/cc data to control settings on external hardware.-

@Jeff0S
Copy link
Member Author

Jeff0S commented Jul 8, 2014

From a...@amcms.org on October 18, 2011 13:40:12

+1 - I'd really like this functionality to.

Basically I'd like to send a midi note message to a midi output. This way I could control presets on RME's TotalMix.

@Jeff0S
Copy link
Member Author

Jeff0S commented Jul 8, 2014

From jeffos...@gmail.com on October 19, 2011 11:15:15

hey guys, this is doable but a making custom JS effects would be straight forward (and there sould be some VST in the wild that propose such features.. for ex: ReaControlMIDI can send custom SysEx messages - on playback start though)

@Jeff0S
Copy link
Member Author

Jeff0S commented Jul 8, 2014

From lewis.sc...@gmail.com on October 19, 2011 11:41:04

yes, definitely, but js/vst wouldn't be able to be used in custom action chains/assigned to hotkeys...

@Jeff0S
Copy link
Member Author

Jeff0S commented Jul 8, 2014

From jeffos...@gmail.com on November 02, 2011 13:36:51

ok, I added the flowing stuff in r617 (will be available in the next SWS version):

Added media file slot actions:
+SWS/S&M: Play media file in selected tracks, slot n - where 'n' is in [1; 8],
customizable in the S&M.ini file (up to 99 slots)
+SWS/S&M: Clear media file slot...

there's no GUI for media file slots but you can define them just by running the "Play media file in selected tracks" action: a file browser is displayed if no file is defined for this slot.

Media file slots are saved in the S&M.ini file in the section [MediaFiles].
The number of slots is also configurable in this file.


I think this reply this reply to this FR: you can define your own .mid file slots. It is a bit more opened as it will also work with audio files (wav, wavpack, etc..)
=> ok to close the FR?

Status: Started

@Jeff0S
Copy link
Member Author

Jeff0S commented Jul 8, 2014

From lewis.sc...@gmail.com on November 02, 2011 13:45:36

ooohahah wow, this is even better than i had originally planned, jeffos...i think you mighta just made a bunch of people very happy. might be a while before i can test this but i'll get back to you. and yes, i think it's safe to say this FR has been serviced, x100.

@Jeff0S
Copy link
Member Author

Jeff0S commented Jul 8, 2014

From musicbynumbers@gmail.com on November 04, 2011 13:51:07

Errr.. how do you STOP the file playing guys? ;)

I just added a pink noise sample to slot 1 for quick k-metering setting up but was hoping there would be a "stop" action too! ;) lol

Was going to create a "cycle action" for it.

@Jeff0S
Copy link
Member Author

Jeff0S commented Jul 8, 2014

From jeffos...@gmail.com on November 08, 2011 09:25:00

A GUI will be soon available for medial file slots (i.e. new item "Media files" in the top right dropdown box of the Resources view)
.. and also stop actions (since some people here don't share my sense of humor :)

Status: Done
Owner: jeffos...@gmail.com

@Jeff0S
Copy link
Member Author

Jeff0S commented Jul 8, 2014

From jeffos...@gmail.com on November 10, 2011 14:15:05

hey Matt!? can you delete your 3 last comments about find/replace, I copied them: will paste & reply them in a more appropritate issue.. Thanks!

@Jeff0S
Copy link
Member Author

Jeff0S commented Jul 8, 2014

From musicbynumbers@gmail.com on November 10, 2011 19:28:53

ok :) sorry!

@Jeff0S Jeff0S closed this as completed Jul 8, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant