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
Exported functions wish-list (ReaScript) #513
Comments
From mths.f...@googlemail.com on September 16, 2012 07:32:55 hey Jeffos, So my top wishes would be to get/set all/selected midinotes/cc-events if that is possibble with the extension. If not, im already more than happy with the stuff you did in the latest beta :) Oh, maybe like mentioned in the pre thread, CFGEDIT and CFGEDITVIEW or Gofers wish to get/set the track junk i really appreciate that you guys do care so much for the scripters :) |
From jeffos...@gmail.com on September 20, 2012 00:46:45 hi V! this the plan :) I can't talk for him, but I know fingers has some cool dedicated MIDI stuff he could share, I also have sopme kind of "generic" tool to process state chunks that could be handy.. we just have to sort little things out before adding more funcs, will post about that in the forum. |
From mths.f...@googlemail.com on September 20, 2012 03:25:07 Yay Jeffos that sounds awesome, you're the best. Reascript's midi future looking pretty rosy. |
From francois...@laposte.net on September 25, 2012 10:25:05 Hi Jeffos, Got the same wishes as "V". Looked a little at fingers stuff on the code page and I only found what seems to be advanced MIDI functions. What I need is basic ones which directly extracts from chunk the MIDI notes or CC or SYSEX. Something like: Thanks benf |
From fingersmcgarnickle on September 25, 2012 13:03:20 I keep getting sidetracked on fixing my old shitty code :-) Will add a first pass at some MIDI functions soon. |
From fingersmcgarnickle on September 25, 2012 13:03:48 Change to enhancement Labels: -Type-Defect Type-Enhancement |
From mim1...@gmail.com on September 28, 2012 06:46:42 Hello Jeffos, I'm kind of new to REAscript. I don't know if it's possible, but it would be uber useful to have function to change the preferences of REAPER. |
From jeffos...@gmail.com on September 30, 2012 01:31:05 Hi Nim, you got such functions already: |
From mim1...@gmail.com on September 30, 2012 17:11:26 Oups my bad, I didn't think it coule be that easy ! Works Great ...
Thanks ! |
From vientemu...@gmail.com on September 30, 2012 21:20:32 Would it be possible to add function to delete FX in slot # ? smth like int RemoveFX(MediaTrack* track, int FX Slot) |
From vientemu...@gmail.com on September 30, 2012 21:34:45 Also are the any extended functions of ShowMessageBox() where we can select our own name for the buttons? |
From mths.f...@googlemail.com on October 05, 2012 02:23:52 hey Fingers, And here we go, i've already got a FR :) If you dont, i would like to suggest a second FNG_GetMidiNote() which obeys the filter. I have some dirty and quick tested python re. funcs which i am happy to share if that helps you out in any way to translate to C++. I attach a test script with this post. thanks Attachment: filter.py |
From jeffos...@gmail.com on October 10, 2012 12:23:12 @Nim @Viente |
From jeffos...@gmail.com on October 10, 2012 12:25:34 (arrrg.. sorry about those typos! too fast..) |
From vientemu...@gmail.com on October 11, 2012 16:28:10 Thx Jeffos, FX functions would be awesome as there is so little control over it atm. About better message box, Not sure about 3rd paty modules but built in TKinter module is damn unstable in Reaper. Sometime its so frustrating that you only need few buttons with your own names for a comprehensive script... |
From pyt...@yahoo.com on October 17, 2012 02:59:40 Hey Guys, I'm having a lot of fun using; So how about adding SNM_GetStrConfigVar(), and SNM_SetStrConfigVar() ? Thanks |
From vientemu...@gmail.com on October 18, 2012 18:02:03 Thx for FX functions! Going to test (and donate) asap :) |
From pyt...@yahoo.com on October 25, 2012 19:08:16 Would really love to have functions for working with all the options found in the 'Item Properties' dialog. |
From jeffos...@gmail.com on November 28, 2012 06:21:11 @anton: SNM_GetStrConfigVar() and SNM_SetStrConfigVar() are not doable unfortunately (we can only access "sized" vars: int, double,.. string sizes are variable per definition). However, you can access general string prefs via RPR_get_ini_file() + some python INI file functions. Status: Started |
From eure.ja...@gmail.com on August 07, 2013 23:16:05 Some things I could use. A script to change set the source channel and destination channel for send(x) of selected track. (creating new channels on the tracks if necessary.) And to set the MIDI Bus and channel source destination of sends as well. |
From Argit...@gmail.com on August 29, 2013 08:53:31 Is it possible for a function that detects whether a waveform peak is positive or negative? For example, in normalizing functions it takes into account the entire waveform, but I need a way for a reascript to do something based on JUST positive or JUST negative. An example script would be something like "set snap offset to highest positive peak" Thanks! |
From jeffos...@gmail.com on September 16, 2012 12:03:05
Describe the function you want. Please try to keep things concise!
Entering the interface you want could be enough, for example:
bool RemoveReceive(MediaTrack* track, int rcvIdx);
If we have the code on stock, it will be easy to share it with you (especially if you see SWS actions that are close to your needs..).
Original issue: http://code.google.com/p/sws-extension/issues/detail?id=513
The text was updated successfully, but these errors were encountered: