loadMelodyFile.m File Reference

Go to the source code of this file.

Functions

 onset_pitch (:, 1)
 
while ischar (tline) i
 
Close file fclose (fid)
 

Variables

 function [melody]
 
Read line tline = fgetl(fid)
 
Read rest of the lines i =1
 
if(ischar(tline)) onset_pitchend
 
end melody = onset_pitch
 

Function Documentation

while ischar ( tline  )
onset_pitch ( ,
 
)

Variable Documentation

Definition at line 15 of file loadMelodyFile.m.

function[melody]
Initial value:
= loadMelodyFile(filename)
% Open raw file
fid = fopen(filename,'r+')
FFmpeg Automated Testing Environment ************************************Table of Contents *****************FFmpeg Automated Testing Environment Introduction Using FATE from your FFmpeg source directory Submitting the results to the FFmpeg result aggregation server FATE makefile targets and variables Makefile targets Makefile variables Examples Introduction **************FATE is an extended regression suite on the client side and a means for results aggregation and presentation on the server side The first part of this document explains how you can use FATE from your FFmpeg source directory to test your ffmpeg binary The second part describes how you can run FATE to submit the results to FFmpeg s FATE server In any way you can have a look at the publicly viewable FATE results by visiting this as it can be seen if some test on some platform broke with their recent contribution This usually happens on the platforms the developers could not test on The second part of this document describes how you can run FATE to submit your results to FFmpeg s FATE server If you want to submit your results be sure to check that your combination of OS and compiler is not already listed on the above mentioned website In the third part you can find a comprehensive listing of FATE makefile targets and variables Using FATE from your FFmpeg source directory **********************************************If you want to run FATE on your machine you need to have the samples in place You can get the samples via the build target fate rsync Use this command from the top level source this will cause FATE to fail NOTE To use a custom wrapper to run the pass target exec to configure or set the TARGET_EXEC Make variable Submitting the results to the FFmpeg result aggregation server ****************************************************************To submit your results to the server you should run fate through the shell script tests fate sh from the FFmpeg sources This script needs to be invoked with a configuration file as its first argument tests fate sh path to fate_config A configuration file template with comments describing the individual configuration variables can be found at doc fate_config sh template Create a configuration that suits your based on the configuration template The slot configuration variable can be any string that is not yet but it is suggested that you name it adhering to the following pattern< arch >< os >< compiler >< compiler version > The configuration file itself will be sourced in a shell therefore all shell features may be used This enables you to setup the environment as you need it for your build For your first test runs the fate_recv variable should be empty or commented out This will run everything as normal except that it will omit the submission of the results to the server The following files should be present in $workdir as specified in the configuration file
Definition: fate.txt:34

Definition at line 1 of file loadMelodyFile.m.

Read rest of the lines i =1

Definition at line 11 of file loadMelodyFile.m.

end melody = onset_pitch

Definition at line 19 of file loadMelodyFile.m.

tline = fgetl(fid)

Definition at line 7 of file loadMelodyFile.m.