diff --git a/.github/workflows/linting.yml b/.github/workflows/linting.yml index 065b05e..e9e619d 100644 --- a/.github/workflows/linting.yml +++ b/.github/workflows/linting.yml @@ -8,7 +8,7 @@ on: jobs: build: - runs-on: ubuntu-latest + runs-on: ubuntu-20.04 steps: - uses: actions/checkout@v2 - name: Set up Python diff --git a/.github/workflows/packaging.yml b/.github/workflows/packaging.yml index a6ae95c..355a389 100644 --- a/.github/workflows/packaging.yml +++ b/.github/workflows/packaging.yml @@ -6,7 +6,7 @@ on: jobs: deploy: - runs-on: ubuntu-latest + runs-on: ubuntu-20.04 steps: - uses: actions/checkout@v2 - name: Set up Python diff --git a/.github/workflows/testing.yml b/.github/workflows/testing.yml index fd121fb..df7ceee 100644 --- a/.github/workflows/testing.yml +++ b/.github/workflows/testing.yml @@ -10,7 +10,7 @@ jobs: build: strategy: matrix: - os: [ubuntu-latest, macos-latest, windows-latest] + os: [ubuntu-20.04, macos-latest, windows-latest] python-version: ['3.6', '3.7', '3.8'] runs-on: ${{ matrix.os }} steps: diff --git a/.gitignore b/.gitignore index d2cad58..e524a23 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,8 @@ +# Working files +*.mid +*.midi +# add any permanent files with git add -f + # Byte-compiled / optimized / DLL files __pycache__/ *.py[cod] diff --git a/doc/source/read_write.rst b/doc/source/read_write.rst index e31d3c0..91b6d38 100644 --- a/doc/source/read_write.rst +++ b/doc/source/read_write.rst @@ -20,4 +20,4 @@ Functions :noindex: .. note:: - Writing the tempo array and downbeat array to tempo change and time signature change events are not supported yet. + Writing the downbeat array to time signature change events is not supported yet. diff --git a/docs/_sources/read_write.rst.txt b/docs/_sources/read_write.rst.txt index e31d3c0..91b6d38 100644 --- a/docs/_sources/read_write.rst.txt +++ b/docs/_sources/read_write.rst.txt @@ -20,4 +20,4 @@ Functions :noindex: .. note:: - Writing the tempo array and downbeat array to tempo change and time signature change events are not supported yet. + Writing the downbeat array to time signature change events is not supported yet. diff --git a/docs/doc.html b/docs/doc.html index 30b7afe..12acb47 100644 --- a/docs/doc.html +++ b/docs/doc.html @@ -10,7 +10,7 @@ - + @@ -19,10 +19,10 @@ - + - +