-- Author      : Manuel De Girardi
-- Date        : 2017-01-11
-- Version     : 0.0.0pre-alpha_010
-- Description : artificial neural network generator for MidiSurf
-------------------------------------------------------------------------------

package Libsens.Neural_Chord.Io is
   
   
   procedure Read_From_File(Filename : in String; Target : in String);
end Libsens.Neural_Chord.Io;