Old 06-17-2019, 11:01 AM   #41
musicbynumbers
Human being with feelings
 
musicbynumbers's Avatar
 
Join Date: Jun 2009
Location: South, UK
Posts: 14,214
Default

no rush. See what happens thanks.
__________________
subproject FRs click here
note: don't search for my pseudonym on the web. The "musicbynumbers" you find is not me or the name I use for my own music.
musicbynumbers is offline   Reply With Quote
Old 07-19-2019, 03:06 PM   #42
Distressor
Human being with feelings
 
Distressor's Avatar
 
Join Date: Mar 2017
Location: Berlin
Posts: 151
Default

I just bought this but i can't get it to work.
How do i dock the window?
How do i display any waveform?
I think the waveform should appear as soon as i select a track?
This does not seem to work. The Popup window is just black...

I'm on a Mac btw.

Is it possible to zoom into the waveform horizontally independant of the arrange zoom?
That way it would make it easy to align items without the need to zoom into the arrange.
You keep the overview but still can move items very precisely.

Thanks
Distressor is offline   Reply With Quote
Old 07-19-2019, 04:28 PM   #43
X-Raym
Human being with feelings
 
X-Raym's Avatar
 
Join Date: Apr 2013
Location: France
Posts: 9,875
Default

@Distressor
Quote:
I just bought this but i can't get it to work.
Hi ! Thanks for sponsoring scripting !


Forum isn't appropriate for dedicated support, it will bump the thread to every users etc....


I'll answer per email,



Best,
X-Raym is offline   Reply With Quote
Old 07-19-2019, 05:57 PM   #44
Distressor
Human being with feelings
 
Distressor's Avatar
 
Join Date: Mar 2017
Location: Berlin
Posts: 151
Default

Got your email. Thanks a lot for the fast support.
Great script!
Distressor is offline   Reply With Quote
Old 10-09-2019, 03:39 PM   #45
X-Raym
Human being with feelings
 
X-Raym's Avatar
 
Join Date: Apr 2013
Location: France
Posts: 9,875
Default

Hi scripters,



I updated the code snippet with Multichannel support !!


https://github.com/ReaTeam/ReaScript...orm%20demo.lua





You can expect an update to my waveform pack soon !
X-Raym is offline   Reply With Quote
Old 10-09-2019, 05:22 PM   #46
Thonex
Human being with feelings
 
Join Date: May 2018
Location: Los Angeles
Posts: 1,719
Default

Quote:
Originally Posted by X-Raym View Post
Hi scripters,



I updated the code snippet with Multichannel support !!


https://github.com/ReaTeam/ReaScript...orm%20demo.lua





You can expect an update to my waveform pack soon !
Thanks X-Raym!!! Will check it out when I'm not so swamped!!

Bookmarked
__________________
Cheers... Andrew K
Reaper v6.80+dev0621 - June 21 2023 • Catalina • Mac Mini 2020 6 core i7 • 64GB RAM • OS: Catalina • 4K monitor • RME RayDAT card with Sync Card and extended Light Pipe.
Thonex is offline   Reply With Quote
Old 11-15-2020, 03:17 PM   #47
pandabot
Human being with feelings
 
pandabot's Avatar
 
Join Date: Oct 2018
Posts: 367
Default

Quote:
Originally Posted by Distressor View Post
I just bought this but i can't get it to work.
How do i dock the window?
How do i display any waveform?
I think the waveform should appear as soon as i select a track?
This does not seem to work. The Popup window is just black...

I'm on a Mac btw.
Yeah same here, I'm on a Mac and my window is also blank. Trying to learn how GetMediaItemTake_Peaks works so I can automatically align snap offset to local maximum like it is in the first item:



Unfortunately I can't get anything to display, just shows a blank window. I'm not sure if it's a Mac/Windows thing or if this call is no longer supported
pandabot is offline   Reply With Quote
Old 11-15-2020, 03:47 PM   #48
X-Raym
Human being with feelings
 
X-Raym's Avatar
 
Join Date: Apr 2013
Location: France
Posts: 9,875
Default

@pandabot
No need for peaks display,
I have script to set snap offset to max peak
and script to align items by snap offset

all in my free repo.
X-Raym is offline   Reply With Quote
Old 11-15-2020, 04:20 PM   #49
pandabot
Human being with feelings
 
pandabot's Avatar
 
Join Date: Oct 2018
Posts: 367
Default

Whoa that's great, I'll check it out Thanks 🙌
pandabot is offline   Reply With Quote
Old 11-15-2020, 10:39 PM   #50
pandabot
Human being with feelings
 
pandabot's Avatar
 
Join Date: Oct 2018
Posts: 367
Default



This works perfect, just made some changes here to align them to the first peak over 0.5 for a threshold (in the first 100ms)
pandabot is offline   Reply With Quote
Old 11-15-2020, 11:43 PM   #51
lachinhan
Human being with feelings
 
lachinhan's Avatar
 
Join Date: Nov 2014
Location: Can Tho - Viet Nam
Posts: 305
Default

Quote:
Originally Posted by X-Raym View Post
  • edit cursor and play cursor
  • filled waveform
  • (not new but out of the box: all item waveform modifications are supported - fades, envelopes, rates)
Dear X-Raym.
Where can I look for this?
Thanks
__________________
NK Recording Studio
Email: lachinhan@gmail.com or admin@thuamninhkieu.com
Website:nkpro.top and ntmusicpro.com
lachinhan is offline   Reply With Quote
Old 11-15-2020, 11:49 PM   #52
lachinhan
Human being with feelings
 
lachinhan's Avatar
 
Join Date: Nov 2014
Location: Can Tho - Viet Nam
Posts: 305
Default

Quote:
Originally Posted by pandabot View Post


This works perfect, just made some changes here to align them to the first peak over 0.5 for a threshold (in the first 100ms)
How to use this? I run this script and didn't see it working.
__________________
NK Recording Studio
Email: lachinhan@gmail.com or admin@thuamninhkieu.com
Website:nkpro.top and ntmusicpro.com
lachinhan is offline   Reply With Quote
Old 11-16-2020, 12:01 AM   #53
pandabot
Human being with feelings
 
pandabot's Avatar
 
Join Date: Oct 2018
Posts: 367
Default

It has a threshold of 0.5 so your audio items probably need to be normalized for there to be peak of that magnitude within the first 100ms of the item. But of course you can adjust both of those if you want

Edit: I believe a magnitude above 0.5 means that the peak signal must be higher than -6dB, I think that's the translation

Last edited by pandabot; 11-16-2020 at 12:11 AM.
pandabot is offline   Reply With Quote
Old 11-16-2020, 12:47 AM   #54
X-Raym
Human being with feelings
 
X-Raym's Avatar
 
Join Date: Apr 2013
Location: France
Posts: 9,875
Default

@lachinhan

I packed this script in my Audio Item Waveform Vizualizer pack:
https://www.extremraym.com/en/

The snap offset to max peak script and align script are in my free pack. No GUI.
X-Raym 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 02:19 AM.


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