13
0
livetrax/libs/evoral
Mads Kiilerich 3b4cf9191c wscript: drop unused VERSION assignment in libs
https://waf.io/book/ says
  By default, the project name and version are set to noname and 1.0. To
  change them, it is necessary to provide two additional variables in the
  top-level project file

- and waf code inspection confirms that waf itself only will use the top
  level VERSION.

Some wscripts will use
  bld.env['VERSION']
but that will also just use the value set in the top wscript.
2023-09-17 07:34:55 -06:00
..
evoral domain swaps for MIDI CC and other controls 2023-08-16 09:06:10 -06:00
libsmf Fix memory leak for invalid SMF event 2022-10-04 03:29:52 +02:00
MSVCevoral Accommodate some recently moved/renamed folders and source files (libevoral) 2019-11-03 13:46:29 +00:00
test objects don't have a time domain, they have a time domain provider (libs) 2023-08-02 15:22:52 -06:00
Control.cc switch from boost::{shared,weak}_ptr to std::{shared,weak}_ptr 2023-03-24 14:19:15 -06:00
ControlList.cc domain swaps for MIDI CC and other controls 2023-08-16 09:06:10 -06:00
ControlSet.cc domain swaps for MIDI CC and other controls 2023-08-16 09:06:10 -06:00
Curve.cc Fix pan automation 2022-10-27 04:28:07 +02:00
debug.cc move evoral/src/* to evoral/ 2019-11-02 16:32:18 -06:00
Event.cc switch from glib atomic to std::atomic (libs edition) 2023-03-24 14:19:15 -06:00
Note.cc move evoral/src/* to evoral/ 2019-11-02 16:32:18 -06:00
run-tests.sh Use test utility function to find evoral test files 2014-12-03 17:31:04 +07:00
Sequence.cc switch from boost::{shared,weak}_ptr to std::{shared,weak}_ptr 2023-03-24 14:19:15 -06:00
SMF.cc Correct a couple of typos when calling 'g_fopen()' 2023-01-17 10:32:36 +00:00
SMFReader.cc Correct a couple of typos when calling 'g_fopen()' 2023-01-17 10:32:36 +00:00
wscript wscript: drop unused VERSION assignment in libs 2023-09-17 07:34:55 -06:00