maialib 1.9.3__cp38-cp38-win_amd64.whl → 1.9.5__cp38-cp38-win_amd64.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


This version of maialib might be problematic. Click here for more details.

@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: maialib
3
- Version: 1.9.3
3
+ Version: 1.9.5
4
4
  Summary: A C++/Python library to manipulate sheet music data
5
5
  Home-page: https://github.com/nyckmaia/maialib
6
6
  Author: Nycholas Maia
@@ -28,12 +28,13 @@ Requires-Dist: nbformat
28
28
 
29
29
  ![Maialib CI/CD](https://github.com/nyckmaia/maialib/actions/workflows/wheels.yml/badge.svg)
30
30
 
31
- This library is a multiplatform set of musical tools that enable musical score analisys and composition in a easy and fast way. <br>
32
- The project **core** was wrote in `C++17`, but it also has a `Python` wrapper that allows a greater number of people (ie musicians not trained in IT) to also have in their hands the same power and musical tools available in `maialib`.
31
+ This library is a multiplatform set of musical tools that enable musical score analysis and composition in an easy and fast way. <br>
32
+ The project **maiacore** was written in `C++17`, but it also has a `Python` wrapper that allows a greater number of people (i.e. musicians not trained in IT) to also have in their hands the same power and musical tools available in `maialib`.<br><br>
33
+ **IMPORTANT: The maialib Python package includes all maiacore classes and functions and some additional other pure python functions. This website covers the maiacore-only classes and functions documentation, which are also present inside the maialib python package.<br>We hope to add documentation of functions written in Python to this site in the future, so that we can have complete documentation of maialib.**
33
34
 
34
35
  ## Advantages
35
36
 
36
- - Easy to use to musicians and musical researchers
37
+ - Easy to use to by musicians and musical researchers
37
38
  - High computer perfomance and fast calculations
38
39
  - Read and write musical scores (MusicXML file format)
39
40
 
@@ -43,7 +44,7 @@ The project **core** was wrote in `C++17`, but it also has a `Python` wrapper th
43
44
  pip install maialib
44
45
  ```
45
46
 
46
- Or, if you have a older `maialib` version installed on your system, please get the latest version running: `pip install maialib --upgrade`
47
+ Or, if you have an older `maialib` version installed on your system, please get the latest version running: `pip install maialib --upgrade`
47
48
 
48
49
  ## Get Started
49
50
 
@@ -74,16 +75,23 @@ You can easily export your music files to these file formats above from score ed
74
75
  - Finale
75
76
  - Others
76
77
 
77
- Many `MusicXML` files are avaliable for free in the internet for download.
78
+ Many `MusicXML` files are avaliable for free in the Internet for download.
78
79
 
79
80
  ### 2) What can I do if I don't have a `*.xml` file of my target music?
80
81
 
81
- - First, make shure and look at different websites and online repositories trying to find the `*.xml` file
82
- - You can find on the internet the desired MIDI file and import it in a score editor (like MuseScore, Sibelius, Finale, etc.) and then export the `MusicXML` file from it
83
- - You can use scan the sheet music paper and get a PDF version of it, so:
84
- - You can use a OMR software to try to convert the PDF file into a `*.xml` file
85
- - You can pay for other people to type manually note-by-note the PDF into a musical software (link MuseScore, Sibelius, Finale, etc.)
86
- - You can type manually note-by-note the music paper into a musical software (link MuseScore, Sibelius, Finale, etc.)
82
+ - First, make sure, and look at different websites and online repositories trying to find the `*.xml` (or `*.musicxml` or `*.mxl`) file.
83
+ - After that, you can try these 4 options below:
84
+ - Find on the internet the desired MIDI file and import it in a score editor (like MuseScore, Sibelius, Finale, etc.) and then export the `MusicXML` file from it
85
+ - Scan the sheet music paper and get a PDF version of it, and after that, use a OMR software to try to convert the PDF file into a `*.xml` file:
86
+ - [MuseScore Import - Experimental](https://musescore.com/import)
87
+ - [ACE Studio PDF to MusicXML Converter](https://acestudio.ai/pdf-to-musicxml/)
88
+ - [Sibelius PhotoScore](https://www.avid.com/photoscore-and-notateme-lite)
89
+ - [ScanScore](https://scan-score.com/en/)
90
+ - [SmartScore 64 NE](https://www.musitek.com/)
91
+ - [Melogen AI](https://melogenai.com/)
92
+ - [PDFtoMusic](https://www.myriad-online.com/en/products/pdftomusic.htm)
93
+ - Pay for other people to type manually note-by-note the PDF into a musical software (link MuseScore, Sibelius, Finale, etc.)
94
+ - Type manually note-by-note the music paper into a musical software (link MuseScore, Sibelius, Finale, etc.)
87
95
 
88
96
  ## Documentation (in development)
89
97
 
@@ -96,7 +104,7 @@ This project have 2 documentation levels. One for each user type:
96
104
 
97
105
  You can explore `maialib` features looking at `python-tutorial` folder ([link here](https://github.com/nyckmaia/maialib/tree/main/python-tutorial)). <br>
98
106
  There you will learn how to use and mix `maialib` classes and functions to reach your musical goals
99
- If you are starting, please check these 3 basic `maialib` Python tutorials:
107
+ If you are starting out, please check these 3 basic `maialib` Python tutorials:
100
108
 
101
109
  - [Create Notes and Chords](https://github.com/nyckmaia/maialib/blob/main/python-tutorial/create_notes_chords.ipynb)
102
110
  - [Create a Score](https://github.com/nyckmaia/maialib/blob/main/python-tutorial/create_score.ipynb)
@@ -109,7 +117,7 @@ If you are starting, please check these 3 basic `maialib` Python tutorials:
109
117
  ## VS Code Users
110
118
 
111
119
  - You can write your Python scripts using `*.py` or `*.ipynb` file extensions.
112
- - If you decide to use `*.ipynb` extension, make shure to install `nbformat` Python package to enable visualize maialib graphs on VS Code editor.
120
+ - If you decide to use `*.ipynb` extension, make sure to install `nbformat` Python package to enable visualize maialib graphs on VS Code editor.
113
121
  To do that: `pip install nbformat --upgrade`
114
122
 
115
123
  ---
@@ -182,7 +190,7 @@ Nycholas Maia - nyckmaia@gmail.com
182
190
  ## Contributing
183
191
 
184
192
  - Fork this project
185
- - Make your custumizations and improvments
193
+ - Make your custumizations and improvements
186
194
  - Please, send me a pull request
187
195
 
188
196
  ## License
@@ -3,25 +3,25 @@ maialib/setup.py,sha256=SRFKCV1MVKftVrdnbrjQkL-ee4nR6pzlaURgwSJgqXU,2221
3
3
  maialib/maiacore/__init__.py,sha256=0sK4fUTlwdUaieWSoGvL11TBkw6BebR2cd-MpYpJn1o,81
4
4
  maialib/maiacore/__init__.pyi,sha256=68w5bv3qhq6lEK0JNHSWER9zuyQN8mxJV-y3JayNxNA,1472
5
5
  maialib/maiacore/Release/__init__.pyi,sha256=ncPiCbsaSZXZUykVnOw-yqVPbE-I285Kj5moTnKTNCU,84
6
- maialib/maiacore/Release/maiacore.cp38-win_amd64.pyd,sha256=r_xoadbgLc62mrG0H3ze5iIOQkYMpfvJLzTQVVydN_0,4672000
7
- maialib/maiacore/Release/maiacore.pyi,sha256=EHuEskUri6_fLDxLJ9wE7cDbSkgrvgyu0qosf2ZmV24,49830
6
+ maialib/maiacore/Release/maiacore.cp38-win_amd64.pyd,sha256=u6qYEitCgXN52aJJxIHXEXKtzQJIeol6Hiew76KKR08,4682752
7
+ maialib/maiacore/Release/maiacore.pyi,sha256=eKM-TyXBVDn5UkakWmhSgRchZ4DOdOUFatoECj2LZEs,50030
8
8
  maialib/maiapy/__init__.py,sha256=Kd9D0GBofeJYa6ampk8C47otrr20uwoTYlJlPyMu6fU,80
9
9
  maialib/maiapy/__init__.pyi,sha256=Kd9D0GBofeJYa6ampk8C47otrr20uwoTYlJlPyMu6fU,80
10
10
  maialib/maiapy/other.py,sha256=Gcxbxp5zWsbYWi8Zd9ikBJPDOAVqm53tj5_KdzAURh4,4484
11
11
  maialib/maiapy/other.pyi,sha256=kjn7QULRPrLmGCwj0SJzcuJ544Yo4vpduumq3v9CUzg,2242
12
12
  maialib/maiapy/plots.py,sha256=d7Uic7eAZqZZHHravS_o2tkF4-AKnK_aob1C9U4DlV0,24356
13
13
  maialib/maiapy/plots.pyi,sha256=FCiM2grDLYPqFkyHPG3x0-Y1NbD8L6UfAMWXFMLv5K0,3723
14
- maialib/maiapy/sethares_dissonance.py,sha256=Prxd5R2NN5HOeTbUwKQR5nmLf9hIVotF3oIFpjKZDQE,13311
15
- maialib/maiapy/sethares_dissonance.pyi,sha256=iBoK28luL78I--NeJMxa-CaOYyG7OuvO6qXH7meTGA0,3680
14
+ maialib/maiapy/sethares_dissonance.py,sha256=QPNK7eaZxdWHhq7J8lP9oRAZ-CBjDnHTS-aI58DmRHM,16911
15
+ maialib/maiapy/sethares_dissonance.pyi,sha256=3ShdN8vrZd8-2zHG5XQtSjORcqRYCKBrVoKK2mAcAPw,6565
16
16
  maialib/xml-scores-examples/Bach_Cello_Suite_1.mxl,sha256=0XGNlcW8o0W7kkeG8j2V_M4eggdOnrxvvvCkpf6x_z4,29622
17
- maialib/xml-scores-examples/Beethoven_Symphony_5_mov_1.xml,sha256=GHDk53y0lbR9Ajc-63vHDP2tT1BX0ZWfx9jpFDUU5sU,4947722
17
+ maialib/xml-scores-examples/Beethoven_Symphony_5_mov_1.xml,sha256=1OuJ9Pdj5r_ncBGqgO0BS1jMgUXlZ1MM3jD6O5A3vS8,4925540
18
18
  maialib/xml-scores-examples/Chopin_Fantasie_Impromptu.mxl,sha256=HkouQ_4bI6XDoGmzJITuU81CzQZE2lQjwl6WNlfZmJA,35727
19
19
  maialib/xml-scores-examples/Dvorak_Symphony_9_mov_4.mxl,sha256=s7FGUEmFmgcIdmkZ-bv4sOGGj5HYKc2nc760V79DMtM,261438
20
20
  maialib/xml-scores-examples/Mahler_Symphony_8_Finale.mxl,sha256=F2-QBKNYjBv_sWT-z4LWi1rX84-P3msxtl-g6joA2FQ,229034
21
21
  maialib/xml-scores-examples/Mozart_Requiem_Introitus.mxl,sha256=_wc4hMaPhtgocUoL94uVzfVN3TGb08z8Xa2BL4SHfgA,91112
22
22
  maialib/xml-scores-examples/Strauss_Also_Sprach_Zarathustra.mxl,sha256=nOQra05RHHDe_dXFs5WBJG2l9R1KQk64urV7lWYC2vw,18863
23
- maialib-1.9.3.dist-info/LICENSE.txt,sha256=gcuuhKKc5-dwvyvHsXjlC9oM6N5gZ6umYbC8ewW1Yvg,35821
24
- maialib-1.9.3.dist-info/METADATA,sha256=_P7KZyQZIp1jwhmefg0byUt_G3NE8MosBQ9lmia92HE,7241
25
- maialib-1.9.3.dist-info/WHEEL,sha256=2M046GvC9RLU1f1TWyM-2sB7cRKLhAC7ucAFK8l8f24,99
26
- maialib-1.9.3.dist-info/top_level.txt,sha256=sZWQaa-Up2ba00WpAxBhOLKM6qQYTpUKJMXgSE0Nc48,17
27
- maialib-1.9.3.dist-info/RECORD,,
23
+ maialib-1.9.5.dist-info/LICENSE.txt,sha256=gcuuhKKc5-dwvyvHsXjlC9oM6N5gZ6umYbC8ewW1Yvg,35821
24
+ maialib-1.9.5.dist-info/METADATA,sha256=i1TQ_h8o8eAvcvtbd0ZsmXASIFR27kS5ty_K9hBlaf8,8188
25
+ maialib-1.9.5.dist-info/WHEEL,sha256=2M046GvC9RLU1f1TWyM-2sB7cRKLhAC7ucAFK8l8f24,99
26
+ maialib-1.9.5.dist-info/top_level.txt,sha256=sZWQaa-Up2ba00WpAxBhOLKM6qQYTpUKJMXgSE0Nc48,17
27
+ maialib-1.9.5.dist-info/RECORD,,