Old 09-27-2019, 05:54 PM   #761
Delucci
Human being with feelings
 
Join Date: May 2017
Posts: 325
Default

Quote:
Originally Posted by Sexan View Post
Hi guys,
ATM I do not need any help from devs regarding API. I just need some free time to finish it. I work in ESport broadcasting and last few months I had lots of tournamrnts back to back (CS:GO,Dota,PUBG) and have 2 more (big ones) in next two months.

Now I have 10 days off and I will try to fix/implement remaining stuff so we can have basic area functionality.
Wow, that's cool Do you work with Riot Games as well?
Delucci is offline   Reply With Quote
Old 09-28-2019, 05:57 AM   #762
Sexan
Human being with feelings
 
Sexan's Avatar
 
Join Date: Jun 2009
Location: Croatia
Posts: 4,596
Default

We did not do any League of Legends tournament yet
Sexan is offline   Reply With Quote
Old 09-28-2019, 01:47 PM   #763
Ideosound
Human being with feelings
 
Ideosound's Avatar
 
Join Date: Oct 2017
Location: U.K
Posts: 542
Default

Quote:
Originally Posted by reapero View Post

My humble suggestion from me, as i mentioned in the other thread, its about folder tracks. It would be really useful if we could use this to manipulate the contents of a folder track, but from its fully collapsed view.

-you get a trailer to add sound to with 2 versions: a 1m and a 30sec version
- You do the 1m length version first and add different folders for foley, vo, environment sfx, tonal sfx, etc.
- Once you are done you do the 30s version which contains some edits from bits and pieces of the longer 1m version. Some of this bits are identical so you can reuse what you just did for the longer version.
- You´ll use this rectangle tool select whole folder bits, or some of them, and ctrl+drag the desired parts to the 30s version on the right (i´d keep both trailer versions in the same project -1m version would be first region, and 30s the second one.

Makes sense?
This would be rad!!
Ideosound is offline   Reply With Quote
Old 09-29-2019, 04:38 AM   #764
Ideosound
Human being with feelings
 
Ideosound's Avatar
 
Join Date: Oct 2017
Location: U.K
Posts: 542
Default

Which is the area51 script I should be running to try this? there's quite a few. I've ran the Aera_51 mouse.lua but I can't seem to get the area select to work. I've tried all the others. Do I have to use a specific mouse modifier? Is it left mouse click and drag to make it work when the script is running? Thanks for any heads up.
Ideosound is offline   Reply With Quote
Old 10-01-2019, 02:10 AM   #765
Teddy
Human being with feelings
 
Join Date: Sep 2011
Posts: 198
Default

This looks so good I can't belive it. Thank you!

I can't get it to work yet, though. :P Getting this error when I try to load the core file.

Any ideas?

Code:
Error: Area_51_core.lua:122: attempt to index a nil value (field '?')

Stack traceback:
	Area_51_core.lua:14: in function 'crash'
	Area_51_core.lua:122: in function 'Status'
	Area_51_class.lua:183: in function 'Draw'
	Area_51_core.lua:1024: in function <...plication Support/REAPER/Scripts/Area51/Area_51_core.lua:992>
		[C]: in function 'xpcall'
	Area_51_core.lua:991: in function <...plication Support/REAPER/Scripts/Area51/Area_51_core.lua:990>

Reaper:       	5.983+dev0928/OSX64
Platform:     	OSX64
Teddy is offline   Reply With Quote
Old 10-02-2019, 01:01 AM   #766
Georgedayren
Human being with feelings
 
Join Date: May 2017
Posts: 84
Default

Quote:
Originally Posted by Teddy View Post
This looks so good I can't belive it. Thank you!

I can't get it to work yet, though. :P Getting this error when I try to load the core file.

Any ideas?

Code:
Error: Area_51_core.lua:122: attempt to index a nil value (field '?')

Stack traceback:
	Area_51_core.lua:14: in function 'crash'
	Area_51_core.lua:122: in function 'Status'
	Area_51_class.lua:183: in function 'Draw'
	Area_51_core.lua:1024: in function <...plication Support/REAPER/Scripts/Area51/Area_51_core.lua:992>
		[C]: in function 'xpcall'
	Area_51_core.lua:991: in function <...plication Support/REAPER/Scripts/Area51/Area_51_core.lua:990>

Reaper:       	5.983+dev0928/OSX64
Platform:     	OSX64
same thing! there is no instructions to install and use this script
Georgedayren is offline   Reply With Quote
Old 10-02-2019, 05:08 AM   #767
Ideosound
Human being with feelings
 
Ideosound's Avatar
 
Join Date: Oct 2017
Location: U.K
Posts: 542
Default

Quote:
Originally Posted by Georgedayren View Post
same thing! there is no instructions to install and use this script
Do you have JS API installed via reapack? Using Reapack search for that then install 'js_ReaScriptAPI'

Even then though, im still not sure how to correctly run the script and make it work. Can anyone else chime in?
Ideosound is offline   Reply With Quote
Old 10-03-2019, 03:51 AM   #768
triplex
Human being with feelings
 
Join Date: Dec 2010
Posts: 17
Default

Hi guys,

Is this one for windows users only? I'm on my Macbook OSX 10.11.6, Reaper64 v5.983, JS_ReascriptAPI v0.992. When I run Area_51_clean script I only get the float window with mouse stats, can't make any selection though..

Any help?

Cheers,
Andrei
triplex is offline   Reply With Quote
Old 10-03-2019, 04:46 AM   #769
Ideosound
Human being with feelings
 
Ideosound's Avatar
 
Join Date: Oct 2017
Location: U.K
Posts: 542
Default

Quote:
Originally Posted by triplex View Post
Hi guys,

Is this one for windows users only? I'm on my Macbook OSX 10.11.6, Reaper64 v5.983, JS_ReascriptAPI v0.992. When I run Area_51_clean script I only get the float window with mouse stats, can't make any selection though..

Any help?

Cheers,
Andrei
Yeah same here on mac
Ideosound is offline   Reply With Quote
Old 10-03-2019, 05:37 AM   #770
Sexan
Human being with feelings
 
Sexan's Avatar
 
Join Date: Jun 2009
Location: Croatia
Posts: 4,596
Default

For OSX I need to invert the coordinates since they are calculated that way. Julian informed me about that issue. I hope to soon release the next update which will also have this fix
Sexan is offline   Reply With Quote
Old 10-05-2019, 01:56 AM   #771
Teddy
Human being with feelings
 
Join Date: Sep 2011
Posts: 198
Default

Quote:
Originally Posted by Sexan View Post
For OSX I need to invert the coordinates since they are calculated that way. Julian informed me about that issue. I hope to soon release the next update which will also have this fix
Great to hear. We're looking forward to it.
Teddy is offline   Reply With Quote
Old 10-05-2019, 04:22 PM   #772
puddi
Human being with feelings
 
puddi's Avatar
 
Join Date: Jun 2018
Posts: 375
Default

So is this not working with the latest pre-releases? I can't seem to get it working even though I have all the required stuff installed.

It would be nice if this script could get some short documentation in the OP to help (less experienced) users. And maybe a more straightforward way to download the required files, but that's just Github being Github lol.
puddi is offline   Reply With Quote
Old 10-12-2019, 12:28 AM   #773
Sexan
Human being with feelings
 
Sexan's Avatar
 
Join Date: Jun 2009
Location: Croatia
Posts: 4,596
Default

I'm giving finishing touches to area zones, can someone please make a gif of cubase and protools how they handle moving items and envelopes together vertically and envelopes alone?

I've restricted moving enelopes vertically when they are in area by them self or if there are both items and envelopes in area.

I want to see how other software deals with that.

edit: oh and what happens when you move area with items at the end of the project vertically (gif also please)

So here is how it currently works:


You can move items vertically only if its area does not include envelopes.

I think envelopes should not be movable vertically (this has nothing to do with copy! this is only for MOVING stuff vertically)

Also there is restriction that you cannot move the area bellow the last project track (Again nothing to do with copy, you can copy bellow the last project track)

This zone was a bitch to make generally...

Last edited by Sexan; 10-12-2019 at 02:16 AM.
Sexan is offline   Reply With Quote
Old 10-12-2019, 07:49 AM   #774
_Stevie_
Human being with feelings
 
_Stevie_'s Avatar
 
Join Date: Oct 2017
Location: Black Forest
Posts: 5,054
Default

Here you go: Cubase

In short, what's not visible, won't be moved/copied.

https://nextcloud.stephanroemer.net/...tgjMPkRSnewXQ7

And moving items/automation to the end of the project results in a "stop sign".
__________________
My Reascripts forum thread | My Reascripts on GitHub
If you like or use my scripts, please support the Ukraine: Ukraine Crisis Relief Fund | DirectRelief | Save The Children | Razom
_Stevie_ is offline   Reply With Quote
Old 10-12-2019, 07:54 AM   #775
Sexan
Human being with feelings
 
Sexan's Avatar
 
Join Date: Jun 2009
Location: Croatia
Posts: 4,596
Default

OK then, will improve moving envelopes to any track. Will see how it will end up since items are moving in real time... (it needs to add and remove envelope data on the fly...)

Last edited by Sexan; 10-12-2019 at 08:05 AM.
Sexan is offline   Reply With Quote
Old 10-12-2019, 07:55 AM   #776
_Stevie_
Human being with feelings
 
_Stevie_'s Avatar
 
Join Date: Oct 2017
Location: Black Forest
Posts: 5,054
Default

Awesome, that will improve the behavior by a great deal
Feel free to ask if you need any other info.
__________________
My Reascripts forum thread | My Reascripts on GitHub
If you like or use my scripts, please support the Ukraine: Ukraine Crisis Relief Fund | DirectRelief | Save The Children | Razom
_Stevie_ is offline   Reply With Quote
Old 10-12-2019, 08:16 AM   #777
Sexan
Human being with feelings
 
Sexan's Avatar
 
Join Date: Jun 2009
Location: Croatia
Posts: 4,596
Default

Well there are many changes I even do not know what to write for the changelog.

Anyway its close to release, basic stuff works really well:
Copy paste delete
Zones (finally) work great, moving stuff around
fixed a lot, A LOT of bugs and misbehaviors, reimplemented some stuff
New subscript that turns off modifiers and restores them when script is closed so you do not need to make any changes because of the script, just start it and everything is setup

Need to fix this envelope behavior and polish envelope override paste mode (lots of stuff changed so I need to add,fix,refactor)
Add cursors for zone
and intercept some specific reapers modifiers depending which part of the zone is clicked)
And test fix for OSX users
Sexan is offline   Reply With Quote
Old 10-13-2019, 10:26 AM   #778
nappies
Human being with feelings
 
nappies's Avatar
 
Join Date: Dec 2017
Posts: 302
Default

Quote:
Originally Posted by Sexan View Post
Well there are many changes I even do not know what to write for the changelog.

Anyway its close to release, basic stuff works really well:
Copy paste delete
Zones (finally) work great, moving stuff around
fixed a lot, A LOT of bugs and misbehaviors, reimplemented some stuff
New subscript that turns off modifiers and restores them when script is closed so you do not need to make any changes because of the script, just start it and everything is setup

Need to fix this envelope behavior and polish envelope override paste mode (lots of stuff changed so I need to add,fix,refactor)
Add cursors for zone
and intercept some specific reapers modifiers depending which part of the zone is clicked)
And test fix for OSX users
Glad you are back, Sexan!Very excited to try this!Ready to help than I can!
nappies is online now   Reply With Quote
Old 10-16-2019, 01:40 AM   #779
Sexan
Human being with feelings
 
Sexan's Avatar
 
Join Date: Jun 2009
Location: Croatia
Posts: 4,596
Default

Since I needed to improve how envelopes move (anywhere), zone move function needed change also:



Now it functions on release instead on the fly (which is also how it should be in the first place)
Sexan is offline   Reply With Quote
Old 10-16-2019, 06:29 AM   #780
nappies
Human being with feelings
 
nappies's Avatar
 
Join Date: Dec 2017
Posts: 302
Default

Quote:
Originally Posted by Sexan View Post
Since I needed to improve how envelopes move (anywhere), zone move function needed change also:



Now it functions on release instead on the fly (which is also how it should be in the first place)
It is very interesting how this works in practice) When will the beta test be?)
nappies is online now   Reply With Quote
Old 10-16-2019, 07:20 AM   #781
Sexan
Human being with feelings
 
Sexan's Avatar
 
Join Date: Jun 2009
Location: Croatia
Posts: 4,596
Default

need to polish few more things.

will put envelope override paste on hold since I have some issues with it (will take some time) so i can finish the rest.

Following Airons FR guidelines as a bible

Very soon. Takes some time since I always need to modify and fix something else.

Last edited by Sexan; 10-16-2019 at 07:27 AM.
Sexan is offline   Reply With Quote
Old 10-17-2019, 11:34 PM   #782
todoublez
Human being with feelings
 
todoublez's Avatar
 
Join Date: Aug 2019
Location: beijing
Posts: 612
Default

Quote:
Originally Posted by Sexan View Post
I think something got lost while you copied. Try this:

open every script with RAW button,save As and remove .txt from the end
hi Sexan, I don't really understand what u mean.
"open every script with RAW"
what is RAW ?
i'm on OSX.
todoublez is offline   Reply With Quote
Old 10-18-2019, 12:02 AM   #783
todoublez
Human being with feelings
 
todoublez's Avatar
 
Join Date: Aug 2019
Location: beijing
Posts: 612
Default

Quote:
Originally Posted by Georgedayren View Post
same thing! there is no instructions to install and use this script
Yes yes, really need a instruction at 1st page, with every details as guidness.
todoublez is offline   Reply With Quote
Old 10-18-2019, 12:27 AM   #784
cool
Human being with feelings
 
Join Date: Dec 2017
Location: Sunny Siberian Islands
Posts: 957
Default

Quote:
Originally Posted by todoublez View Post
hi Sexan, I don't really understand what u mean.
"open every script with RAW"
what is RAW ?
i'm on OSX.
RAW button on the script page (Github site).
For example, check: https://github.com/GoranKovac/ReaScr...a_51_class.lua and click the RAW button. Then, save result page as *.lua.
cool is online now   Reply With Quote
Old 10-18-2019, 12:47 AM   #785
todoublez
Human being with feelings
 
todoublez's Avatar
 
Join Date: Aug 2019
Location: beijing
Posts: 612
Default

Quote:
Originally Posted by cool View Post
RAW button on the script page (Github site).
For example, check: https://github.com/GoranKovac/ReaScr...a_51_class.lua and click the RAW button. Then, save result page as *.lua.
I see ! Now I get it.
thx for the info !
todoublez is offline   Reply With Quote
Old 10-19-2019, 10:25 AM   #786
todoublez
Human being with feelings
 
todoublez's Avatar
 
Join Date: Aug 2019
Location: beijing
Posts: 612
Default

Is this Script are available on ReaPack yet ?
I didnt see them on it, so I went find them on Github..
but, it never worked right.
Perhaps some on can tell me how to manage them in Script folder ?
And how to operate it?

Platform:
MAC OSX High Sierra 10.13.3
Reaper 5.981
SWS/S&M: v2.10.0
js_ReaScriptAPI: v0.993
Ultraschall API: v40677.01

Thx guys

Last edited by todoublez; 10-19-2019 at 09:39 PM.
todoublez is offline   Reply With Quote
Old 10-28-2019, 11:39 AM   #787
Vagelis
Human being with feelings
 
Vagelis's Avatar
 
Join Date: Oct 2017
Location: Larisa, Greece
Posts: 3,797
Default

I can't wait for this script to be released for beta testing. Mostly for deleting specific areas in time selection from different tracks-envelopes.
And of course later for copy-paste etc.
Waiting for news, keep up the great work!
Vagelis is offline   Reply With Quote
Old 10-29-2019, 02:08 AM   #788
Ideosound
Human being with feelings
 
Ideosound's Avatar
 
Join Date: Oct 2017
Location: U.K
Posts: 542
Default

Also very excited to try this whenever it is in a state ready for release!
Ideosound is offline   Reply With Quote
Old 10-30-2019, 05:16 AM   #789
winbe
Human being with feelings
 
Join Date: May 2006
Posts: 1,361
Default

Hello,

I came here because someone was refering to "Sexan" so I searched and found this whole thread.

It seems it can help with selections, but I am still totally lost on what it really does.. and it seems everyone here knows what "AS" and "AI" mean... I am totally clueless here, and have not the faintest idea of what you are talking about... so in the end I have no idea what all these script really do!

I feel stupid here...

EDIT: ooh AS might be Area Selection... now.. "AI"?
__________________
Cedric Simon aka FrozenjaZz
Fresh beats - www.frozenjazz.com

Last edited by winbe; 10-30-2019 at 05:37 AM.
winbe is offline   Reply With Quote
Old 10-30-2019, 06:16 AM   #790
nofish
Human being with feelings
 
nofish's Avatar
 
Join Date: Oct 2007
Location: home is where the heart is
Posts: 12,096
Default

Quote:
Originally Posted by winbe View Post
now.. "AI"?
Probably "automation item" in this context.
nofish is offline   Reply With Quote
Old 11-07-2019, 03:12 PM   #791
Delucci
Human being with feelings
 
Join Date: May 2017
Posts: 325
Default

I havent seen Sexan in a while, hope he is ok.
Delucci is offline   Reply With Quote
Old 11-07-2019, 04:15 PM   #792
_Stevie_
Human being with feelings
 
_Stevie_'s Avatar
 
Join Date: Oct 2017
Location: Black Forest
Posts: 5,054
Default

He is, he just is very busy with his day job. No worries.
__________________
My Reascripts forum thread | My Reascripts on GitHub
If you like or use my scripts, please support the Ukraine: Ukraine Crisis Relief Fund | DirectRelief | Save The Children | Razom
_Stevie_ is offline   Reply With Quote
Old 12-20-2019, 03:36 PM   #793
Delucci
Human being with feelings
 
Join Date: May 2017
Posts: 325
Default



I wish we could at least get a beta version for this awesome script he was working on..
Delucci is offline   Reply With Quote
Old 12-20-2019, 11:51 PM   #794
Sexan
Human being with feelings
 
Sexan's Avatar
 
Join Date: Jun 2009
Location: Croatia
Posts: 4,596
Default

Christmas is soon
Sexan is offline   Reply With Quote
Old 12-21-2019, 05:13 AM   #795
Vagelis
Human being with feelings
 
Vagelis's Avatar
 
Join Date: Oct 2017
Location: Larisa, Greece
Posts: 3,797
Default

Quote:
Originally Posted by Sexan View Post
Christmas is soon
Holy cows!!! Nice to see you here again!
Looking forward for news, all the best!
Vagelis is offline   Reply With Quote
Old 12-22-2019, 10:03 AM   #796
vanhaze
Human being with feelings
 
vanhaze's Avatar
 
Join Date: Jul 2012
Location: Netherlands
Posts: 5,247
Default

Sexan !!!!!
__________________
Macbook Pro INTEL | Reaper, always latest version | OSX Ventura | Presonus Studio 24c
My Reaper Tips&Tricks YouTube Channel: https://www.youtube.com/user/vanhaze2000/playlists
vanhaze is offline   Reply With Quote
Old 12-22-2019, 10:17 AM   #797
todoublez
Human being with feelings
 
todoublez's Avatar
 
Join Date: Aug 2019
Location: beijing
Posts: 612
Default

Quote:
Originally Posted by Sexan View Post
Christmas is soon
Holy molly...
welcome back T-800 !
todoublez is offline   Reply With Quote
Old 12-22-2019, 11:15 AM   #798
Sexan
Human being with feelings
 
Sexan's Avatar
 
Join Date: Jun 2009
Location: Croatia
Posts: 4,596
Default

Santa is real!

Here is something new you guys will see in a day or two:



Instead of copying part of the screen like before, ghost now have their own peaks and envelopes also.

Looks much better

Anyway a question for gurus:
If I document the code well would anyone would like to help develop it?
I would go that far to comment every single line of the code and make a pdf documentation how stuff works in detail.

My day job can take me away for some time and then I cannot fix bugs etc.

I think community here can make this script 100 times better.
Script is pretty complicated but the heavy lifting is done. But somethings need to be improved, better written etc.

I would like to make some sane code structure so it can be easily modified, understood and accessed

Last edited by Sexan; 12-22-2019 at 11:36 AM.
Sexan is offline   Reply With Quote
Old 12-22-2019, 11:32 AM   #799
Vagelis
Human being with feelings
 
Vagelis's Avatar
 
Join Date: Oct 2017
Location: Larisa, Greece
Posts: 3,797
Default

Quote:
Originally Posted by Sexan View Post
Santa is real!

Here is something new you guys will see in a day or two:



Instead of copying part of the screen like before, ghost now have their own peaks and envelopes also.

Looks much better
Oh man, it just looks AMAZING! You 're the real Santa

I can't express how happy I am now that i saw this. Very well done, this scipt is what many of us were waiting for, mad respect!
Vagelis is offline   Reply With Quote
Old 12-22-2019, 11:41 AM   #800
Vagelis
Human being with feelings
 
Vagelis's Avatar
 
Join Date: Oct 2017
Location: Larisa, Greece
Posts: 3,797
Default

Quote:
Originally Posted by Sexan View Post
Anyway a question for gurus:
If I document the code well would anyone would like to help develop it?
I would go that far to comment every single line of the code and make a pdf documentation how stuff works in detail.

My day job can take me away for some time and then I cannot fix bugs etc.

I think community here can make this script 100 times better.
Script is pretty complicated but the heavy lifting is done. But somethings need to be improved, better written etc.

I would like to make some sane code structure so it can be easily modified, understood and accessed

I very hope so that some of the script gurus would be interested to help you and complete this script, because it is a real game changer for editing in Reaper!
Vagelis is offline   Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -7. The time now is 01:52 PM.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.