Lines Matching refs:abcFile
87 $abcFile = $curFileBase.'.abc';
88 io_saveFile($abcFile, $src);
93 $this->_transpose($abcFile, $srcFile, $transMode);
95 $debugLog = $this->_createImgFile($abcFile, $curFileBase);
98 $this->_createMidiFile($abcFile, $curFileBase);
101 $this->_createPsFile($abcFile, $curFileBase);
103 $this->_createPdfFile($abcFile, $curFileBase);
262 function _transpose($abcFile, $srcFile, $trans) { argument
263 passthru(fullpath($this->getConf('abc2abc'))." $srcFile -e -t $trans > $abcFile");
269 function _createImgFile($abcFile, $fileBase) { argument
277 …$epsCommand = fullpath($this->getConf('abc2ps'))." $abcFile ".$this->getConf('params4img')." -E -O…
281 $debugOutput .= "<h3>Debug Info for $abcFile</h3>";
306 function _createPsFile($abcFile, $fileBase) { argument
310 …passthru(fullpath($this->getConf('abc2ps'))." $abcFile $addFmt ".$this->getConf('params4ps')." -O …
315 function _createPdfFile($abcFile, $fileBase) { argument
324 function _createMidiFile($abcFile, $fileBase) { argument
326 passthru(fullpath($this->getConf('abc2midi'))." $abcFile -o $midFile");
387 $abcFile = $this->_getFile($fileBase, '.abc');
413 $display .= '<li>'.$this->_showFile($abcFile).'</li>';