Old 01-04-2019, 06:11 PM   #1
vdubreeze
Human being with feelings
 
vdubreeze's Avatar
 
Join Date: Jul 2011
Location: Brooklyn
Posts: 2,636
Default Frequency detection and display?

I read ThrashJazzAssassin's post in the LBX Stripper thread about frequency detection with interest. With regards to a plugin that simply accurately detects and displays the musical frequency of an item and leaves the info up until closed, is this too difficult to achieve? The JS schmitt triggering tuner could be it except that, as TJA notes, it's not accurate enough to be useful.

ReaTune almost can suffice except that the frequency is displayed for a half second and goes away, with no setting to change to make it stay up.

TJA mentions not finding a free plugin for this that works but I'm posting in hopes of widening the net or being explained to why it can't happen as a plugin.

Thanks : )
__________________
The reason rain dances work is because they don't stop dancing until it rains.
vdubreeze is offline   Reply With Quote
Old 01-04-2019, 09:32 PM   #2
preferred.nomenclature
Human being with feelings
 
Join Date: Dec 2014
Posts: 371
Default

I started working on a lua script (not JSFX) that does this by gluing the item, analyzing the wav with https://github.com/Youka/LuaWAV and then deleting the glued file. The library chokes on 32-bit wav’s though, so it would involve setting glue default to 16 or 24 bits...

Last edited by preferred.nomenclature; 01-05-2019 at 07:03 AM.
preferred.nomenclature is offline   Reply With Quote
Old 01-05-2019, 01:16 PM   #3
vdubreeze
Human being with feelings
 
vdubreeze's Avatar
 
Join Date: Jul 2011
Location: Brooklyn
Posts: 2,636
Default

Thanks, pn. I imported the script but am unable to make it happen. Can you give me the first steps after bringing the lua in?

Thanks : )
__________________
The reason rain dances work is because they don't stop dancing until it rains.
vdubreeze is offline   Reply With Quote
Old 01-05-2019, 10:34 PM   #4
preferred.nomenclature
Human being with feelings
 
Join Date: Dec 2014
Posts: 371
Default

I can't get seem to get the damn wav library to work as intended, I've encountered almost every error case therein. I could probably write and call a node.js script to analyze the file but ... not today.
preferred.nomenclature is offline   Reply With Quote
Old 01-06-2019, 10:03 AM   #5
vdubreeze
Human being with feelings
 
vdubreeze's Avatar
 
Join Date: Jul 2011
Location: Brooklyn
Posts: 2,636
Default

Quote:
Originally Posted by preferred.nomenclature View Post
I can't get seem to get the damn wav library to work as intended, I've encountered almost every error case therein. I could probably write and call a node.js script to analyze the file but ... not today.
No problem, thanks for posting. At least I know not to bang my head against the wall trying to make it work!
__________________
The reason rain dances work is because they don't stop dancing until it rains.
vdubreeze 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 10:54 PM.


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