nwhitehead / pyfluidsynth

Python bindings for FluidSynth
GNU Lesser General Public License v2.1
197 stars 56 forks source link

.tostring() is deprecated so use .tobytes() instead #53

Closed cclauss closed 4 months ago

cclauss commented 4 months ago

pytest warning:

fluidsynth.py:1103
  /Users/runner/work/pyfluidsynth/pyfluidsynth/fluidsynth.py:1103: DeprecationWarning: tostring() is deprecated. Use tobytes() instead.
    return (data.astype(numpy.int16)).tostring()