View Single Post
Old 03-24-2017, 04:48 AM   #66
me2beats
Human being with feelings
 
me2beats's Avatar
 
Join Date: Jul 2015
Location: Yekaterinburg, Russia
Posts: 400
Default

Quote:
Originally Posted by X-Raym View Post
How did you get BPM metadata infos from files ?! ^^
I'm not good at decoding audio etc so I just found this code for mp3
https://gist.github.com/mkottman/1162235, and for wav files I read file data in 'rb' (binary) mode and then did this
Code:
bpm = data:match'.*TBPM.-(%d+)'
of course this is not very good solution and it works not quickly with big wav files.

Quote:
Originally Posted by X-Raym View Post
Can you make it work for all selected points on the track (one pop up and the value is repercuted to the others selected points) ?
I think I can. But only the first point will be changed online and other selected points will be changed only after user press ok (because that action can work only with 1 point at once). This is no good imo. I think the better solution is to make GUI script for that. Maybe I'll do it later



Quote:
Originally Posted by TonE View Post
Regarding arranging of items, best method, imo would be the buzz tracker, sequence view method. I am sure you know this already or should I explain a little?
Hi TonE thanks for all the detailed explanations, I will dive into this soon.


Quote:
Originally Posted by dupont View Post
Something strange happens when select item have AI envelops.
Ok, see this too. Gonna fix it soon.


Trim positions of notes at mouse (defer).lua
http://imgur.com/yKLosNG
__________________
My Reapack Repo
Donation
me2beats is offline   Reply With Quote