Maialib

Latest version: v1.9.0

Safety actively analyzes 724004 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 6 of 7

0.0.11

New Features

- `Note` class
- Add constructor overload to receive MIDI Numbers
- Add `.transpose()`
- Add external `Cherno Instrumentor` profiler class. Load the output `profile.json` file inside `chrome://tracing/`

Improved

Fixed

- `Helper::midiNote2pitch()`

---

0.0.10

New Features

- Add Makefile target: `make validate`
- Run `cppcheck` static analyzer (optional dev dependency)
- Run `cpplint` (optional dev dependency)
- Add `float Chord::getQuarterDuration()`
- `Note` class:
- Add `float getQuarterDuration()`
- Add `std::string getType()`
- Add `std::string getLongType()`
- Add `std::string getShortType()`
- Add `int getNumDots()`
- Add `bool isDotted()`
- Add `bool isDoubleDotted()`

Improved

- `Note` class: abstract the `ticks` integer values and replace it to `rhythm figures` as strings
- `Chord::getDuration()` now returns a `rhythm figure` as string
- `Helper::noteType2ticks()`
- `Helper::ticks2NoteType()`

Fixed

---

0.0.9

New Features

- Add `Chord::removeDuplicateNotes()`

Improved

- `Score::getChords()`
- Add optional boolean config input argument: `includeUnpitched`
- Add optional boolean config input argument: ``includeDuplicates`
- Replace optional default values:
- `minStack`: minimum value from `2` to `1`
- `maxDuration`: maximum value from `quarter` to `maxima`
- Update Doxygen documentation
- Update Trello status and cards

Fixed

- Fix `Score::getChords()` input arguments: `minDuration` and `maxDuration`

---

0.0.8

New Features

- Add unit test to `Helper::ticks2noteType()`
- Add `Chord::sortNotes()`
- `Measure` Class
- Add `.divisionsPerQuarterNoteChanged()`
- Add `.setIsDivisionsPerQuarterNoteChanged()`

Improved

- Performance: Add optimization flags to the build system
- Performance: `Score::getChords()` add database indexes to speed up queries
- Performance: `Helper::ticks2noteType()` add GCC extension: `case range`
- Better code reading on `Score::loadXML()`
- Move external utility functions to a new file called: `utils.h`

Fixed

- Fix `Score::getChords()` to support multiple `divisionsPerQuarterNote`
- Fix `cpp-tests` build
- Move `divisionsPerQuarterNote` from `Score` to `Measure` class
- Remove `divisionsPerQuarterNote` from `Note` class

---

0.0.7

New Features

- Rewrite: `Score::getChords()`
- Mode `Continuos`
- Mode `Same Attack`
- Add `Chord::getDurationTicks()` method
- Add external dependency: `SQLiteCpp`
- Add `BuildCache` as a _optional_ development tool

Improved

- `VS Code`: Enable `pretty-printing` for `gdb`

Fixed

- `Helper::noteType2ticks()` fix uppercase strings

---

0.0.6

New Features

- Add `Measure::getNumber()` and `Measure::setNumber()`

Improved

- `Score::toDataFrame()`
- Now return more data and columns for index and objects
- Better performace
- Python default print for: `Part` and `Measure` objects

Fixed

---

Page 6 of 7

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.