source: src/Actions/ParserAction/ParseTremoloPotentialsAction.hpp@ eea0bb

Last change on this file since eea0bb was 4d4d33, checked in by Frederik Heber <heber@…>, 14 years ago

Added tremolo's potential file parsing, reported by Daniel Dueck.

TremoloParser cannot interpret Type with HLA2 because it lacks mapping of the
value to an element. Hence, ...

  • new Action ParseTremoloPotentialsAction.
  • TremoloParser::knownTypes new map to contain: HLA2 -> H, ... map.
  • TremoloParser::createKnownTypesByIdentity() creates identity mapping.
  • TremoloParser::parseKnownTypes() parses potentials file.
  • Property mode set to 100644
File size: 409 bytes
Line 
1/*
2 * ParseTremoloPotentialsAction.hpp
3 *
4 * Created on: Feb 9, 2011
5 * Author: heber
6 */
7
8#ifndef PARSETREMOLOPOTENTIALSACTION_HPP_
9#define PARSETREMOLOPOTENTIALSACTION_HPP_
10
11// include config.h
12#ifdef HAVE_CONFIG_H
13#include <config.h>
14#endif
15
16
17#include "Actions/Action.hpp"
18
19#include "ParseTremoloPotentialsAction.def"
20#include "Action_impl_header.hpp"
21
22#endif /* PARSETREMOLOPOTENTIALSACTION_HPP_ */
Note: See TracBrowser for help on using the repository browser.