py2lispIDyOM.extract

Functions

getDataFrame(file)

rtype:

DataFrame

get_all_song_dict(dat_file_path)

rtype:

dict

get_dictionary(file)

Read the file line by line, split each line into n fields, then create the dictionary: :param: file :rtype: dict :return: dict

get_song_dict_of_interest(all_song_dict, ...)

to_float(f)

Classes

ExperimentInfo(experiment_folder_path)

An experiment object that contains all data in a single experiment.

MelodyInfo(exp_pitch_element_list, ...)

A melody object (pd.DataFrame) that contains all data in a single melody inherit from the parent Experiment.