Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
martianbug authored Dec 12, 2023
1 parent f007484 commit 72b6001
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,13 @@ To install the latest version of musif, just run
`pip install musif`
which will download musif and all its necessary dependencies.

## music21 and jsymbollic features
## music21 and jSymbolic features
Currently, musif is able to process and integrate basic music21 features.

For jsymbollic features, musif currently does not support the integration of these features, but a tutorial will be provided to manually merge them into musif's dataframe.
#### jsymbollic installation
Java JRE >= 8 must be installed in your OS. Download Java Development Kit: https://www.oracle.com/es/java/technologies/downloads/
For jSymbolic features, musif currently does not support the integration of these features, but a tutorial will be provided to manually merge them into musif's dataframe.

#### jSymbolic installation
Java JRE >= 8 must be installed in your OS. Download jSymbolic from https://sourceforge.net/projects/jmir/files/jSymbolic/

*Important*: right now music21 features are NOT guaranteed to be compatible with musif's cache system. Native musif's features work with cache system just fine.

Expand All @@ -37,7 +38,7 @@ https://github.com/DIDONEproject/music_symbolic_features
## Changelog

#### v1.2
* Remove musif's native support on jsymbollic features. Add notebook to extract them independently
* Remove musif's native support on jSymbolic features. Add notebook to extract them independently
* Improve documentation
* fix bug on previous release

Expand Down

0 comments on commit 72b6001

Please sign in to comment.