Struct for store the name of input/verificaton files.
Each composition needs a file with values for these parameters. The structure of this text file, shared with DTWconst struct should be one line per parameter. No empty lines and one empty line to the end. Example of this file:
57 // Number of bases/combinations.
77 // Number of states.
0.15 // Note duration (sec.) in the score.
11.5129 // ALPHA value.
Datos/30sec/Input/hanning.bin // Name and path to the file with hanning data.
...
Datos/30sec/Input/corrstates.bin // Name and path to the file with corr_states data.
1 // If 0 input audio from WAV file. If 1 input audio from sound device.
hw:2,0 // Sound devide (mic) identification. If previous parameter=0 not used.
150 // MIDI time. Not used when ...
5 // Number of OSC clients. Limited to constant MaxOSC.
127.0.0.1 // If number of OSC client >0 the Host IP for the 1st client.
5432 // If number of OSC client >0 the Port for the 1st client.
...
127.0.0.5 // If number of OSC client >0 the Host IP for the last client.
5445 // If number of OSC client >0 the Port for the last client.
More...
#include <defines.h>
Struct for store the name of input/verificaton files.
Each composition needs a file with values for these parameters. The structure of this text file, shared with DTWconst struct should be one line per parameter. No empty lines and one empty line to the end. Example of this file:
57 // Number of bases/combinations.
77 // Number of states.
0.15 // Note duration (sec.) in the score.
11.5129 // ALPHA value.
Datos/30sec/Input/hanning.bin // Name and path to the file with hanning data.
...
Datos/30sec/Input/corrstates.bin // Name and path to the file with corr_states data.
1 // If 0 input audio from WAV file. If 1 input audio from sound device.
hw:2,0 // Sound devide (mic) identification. If previous parameter=0 not used.
150 // MIDI time. Not used when ...
5 // Number of OSC clients. Limited to constant MaxOSC.
127.0.0.1 // If number of OSC client >0 the Host IP for the 1st client.
5432 // If number of OSC client >0 the Port for the 1st client.
...
127.0.0.5 // If number of OSC client >0 the Host IP for the last client.
5445 // If number of OSC client >0 the Port for the last client.
Definition at line 228 of file defines.h.
◆ file_frame
char* DTWfiles::file_frame |
Name of the file with frames.
Definition at line 232 of file defines.h.
◆ file_hanning
char* DTWfiles::file_hanning |
Name of the file with vector hanning data.
Definition at line 231 of file defines.h.
◆ file_kmax
char* DTWfiles::file_kmax |
Name of the file with vector kmax data.
Definition at line 234 of file defines.h.
◆ file_kmin
char* DTWfiles::file_kmin |
Name of the file with vector kmin data.
Definition at line 235 of file defines.h.
◆ file_partitura
char* DTWfiles::file_partitura |
Name of the file with partiture.
Definition at line 233 of file defines.h.
◆ fileStates_corr
char* DTWfiles::fileStates_corr |
Name of the file with vector corr_states data.
Definition at line 239 of file defines.h.
◆ fileStates_seq
char* DTWfiles::fileStates_seq |
Name of the file with vector States_seq data.
Definition at line 238 of file defines.h.
◆ fileStates_Time_e
char* DTWfiles::fileStates_Time_e |
Name of the file with vector States_Time_e data.
Definition at line 236 of file defines.h.
◆ fileStates_Time_i
char* DTWfiles::fileStates_Time_i |
Name of the file with vector States_Time_i data.
Definition at line 237 of file defines.h.
The documentation for this struct was generated from the following file: