Eve-ning / vsrg

a c++ static library for vsrg
https://twitter.com/dev_evening
2 stars 0 forks source link

Exports parameters through yaml mapping (YAML::Node) #15

Closed Eve-ning closed 5 years ago

Eve-ning commented 5 years ago

Will need to fix the precision of to_string before merging e.g.

- offset_m_sec: 327927
  scroll_mult: 0.90000000000000091
- offset_m_sec: 327952
  scroll_mult: 0.5
- offset_m_sec: 328001
  scroll_mult: 2.100000000000001
- offset_m_sec: 328025
  scroll_mult: 0.90000000000000091
- offset_m_sec: 328050
  scroll_mult: 0.5
- offset_m_sec: 328099
  scroll_mult: 2.100000000000001
Eve-ning commented 5 years ago

Fixed a lot of formatting issues with regards on how some Sequences and KeyValue pairs should be done.

Eve-ning commented 5 years ago

I foresee a lot of performance issues with YAML exporting, I'll create another branch deprecating it while keeping other progress intact