Skip to content

Commit

Permalink
HACKING.md: mention deduplicaiton of old enum names
Browse files Browse the repository at this point in the history
Signed-off-by: Tim Janik <timj@gnu.org>
  • Loading branch information
tim-janik committed Sep 5, 2017
1 parent e303a4f commit 8ee05b8
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions HACKING.md
Expand Up @@ -43,9 +43,10 @@ Bstrecords-Migration
--------------------
**[COMPLETED]** Beast used to generate some structures from bstrecords.idl (sfidl), these are all migrated into bstapi.idl (ADIA IDL).

Enum-Migration
--------------
Enum-Migrations
---------------
**[COMPLETE]** Beast enums have all been migrated from scanned C headers into bstapi.idl.
**[UNFINISHED]** Enums still present for historic reasons need to be deduplicated, one example: `BSE_MIDI_PITCH_BEND` vs `Bse::MidiSignal::PITCH_BEND`.

C++11-Compilation
-----------------
Expand Down

0 comments on commit 8ee05b8

Please sign in to comment.