# ComParser network file example 1: Generalisation. fps=43.0664 #nodename: [response] # filename [starttime] [endtime] 0: sax.aiff 00:00.500 00:03.300 # Send MIDI note-on (c sharp) after reaching the cue point at 3.3 seconds: 1: 144 61 127 ######################################################################## # # In a network file, empty lines and lines starting with a # character # are ignored. # The first line not starting with a # should specify the number # of feature vectors per second ('fps') during analysis, which also # affects the base frequency of the spectral analysis. # Some possible 'fps' and 'sr' (samplerate) combinations are: # # fps= 5.3833 : sr=11025 # fps=10.7666 : sr=11025 | sr=22050 # fps=21.5332 : sr=11025 | sr=22050 | sr=44100 <-- best for bass guitar. # fps=43.0664 : sr=22050 | sr=44100 <-- seems best for violin # fps=86.1328 : sr=44100 (then bfq=86.1328 Hz). # # but one may invent others, based on 8, 16, etc. kHz samplerates. # # After 'fps', node lines and avalanche lines may appear. One must always # start and end a network with a node. The first node must be numbered 0. # Node numbers must increment, not skipping any natural number. # Between nodes, one or more, but at least one, avalanche must be present. # A node line starts with a node number followed by a colon, optionally # followed by a series of rew decimal midibytes. # A avalanche line starts with one ore more horizontal whitespace characters # followed by a pathname relative to the executable, optionally followed # by starttime and endtime. # # ALERT: For the MIDI sequences, running status is not supported yet! # ###########################################################################