ustjkeys.h 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  1. /*
  2. This file is part of QTau
  3. Copyright (C) 2013-2018 Tobias "Tomoko" Platen <tplaten@posteo.de>
  4. Copyright (C) 2013 digited <https://github.com/digited>
  5. Copyright (C) 2010-2013 HAL@ShurabaP <https://github.com/haruneko>
  6. QTau is free software: you can redistribute it and/or modify
  7. it under the terms of the GNU General Public License as published by
  8. the Free Software Foundation, either version 3 of the License, or
  9. (at your option) any later version.
  10. This program is distributed in the hope that it will be useful,
  11. but WITHOUT ANY WARRANTY; without even the implied warranty of
  12. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  13. GNU General Public License for more details.
  14. You should have received a copy of the GNU General Public License
  15. along with this program. If not, see <http://www.gnu.org/licenses/>.
  16. SPDX-License-Identifier: GPL-3.0+
  17. */
  18. #ifndef UST_NOTE_KEYS
  19. #define UST_NOTE_KEYS
  20. #define NOTE_LYRIC "lyric"
  21. #define NOTE_PULSE_OFFSET "pulseOffset"
  22. #define NOTE_PULSE_LENGTH "pulseLength"
  23. #define NOTE_KEY_NUMBER "keyNumber"
  24. #define NOTE_VELOCITY "velocity"
  25. #define NOTE_INTENSITY "intensity"
  26. #define NOTE_MODULATION "modulation"
  27. #define NOTE_DYNAMICS "DYN"
  28. #define NOTE_PITCH "PIT"
  29. #define NOTE_PHO "PHO"
  30. #define USER_AGENT "userAgent"
  31. #define SINGER_NAME "singerName"
  32. #define TEMPOMAP "tempomap"
  33. // sinsy
  34. #define XML_ACCENT "accent"
  35. #define XML_STACATTO "stacatto"
  36. #define XML_TIETYPE "tieType"
  37. #define XML_SLURTYPE "slurType"
  38. #define XML_SYLLABICTYPE "syllabicType"
  39. #define XML_BREATH "breath"
  40. #endif