By |February 13th, 2020|Categories: Uncategorized|0 Comments

input{
width: 50px;
}

TRANSLATE FRAME.IO COMMENTS INTO AVID PROTOOLS MARKERS
Set timecode framerate and protools session start time

TIMECODE RATE:

24
25
30

  

SESSION START TIME (HH:MM:SS:FF): :::

//$(“div#myId”).dropzone({ url: “/fileupload.php” });
var myDropzone = new Dropzone(“#dropzone”, { url: “https://red-line.us/csvtomidi/fileupload.php” });
myDropzone.on(“success”, function(file) {
//myDropzone.removeFile(file);
//console.log(file);
var midiFile = file.name.substr(0, file.name.length – 4) + “.mid”;
//alert(midiFile);
midiFile = encodeURIComponent(midiFile);
window.open(“https://red-line.us/csvtomidi/download.php?f=”+midiFile);
//window.open(“fileuploadc.php?f=”+midiFile);
});