tinysoundfont
  • Guide
  • Developer Notes
  • Reference
tinysoundfont
  • tinysoundfont Documentation
  • View page source

tinysoundfont Documentation

  • Guide
    • What is it?
    • Goals
    • Installation
    • Getting SoundFonts
      • Example Piano
      • Example Compressed SoundFont
      • GM SoundFont FluidR3_GM
      • MuseScore
      • Online Resources
      • Compressing SoundFonts
    • Examples
      • Play a note
      • Play a Chord
      • Change Instruments
      • Play a MIDI File
      • Filter MIDI Events
      • Drum Sounds
    • Topics
      • Command Line Tool
      • Latency
      • Too Loud / Too Quiet
  • Developer Notes
    • Compression
    • MIDI
    • Development local build and test
    • Editable build
    • Packaging
    • Documentation
  • Reference
    • Sequencer
      • Sequencer.add()
      • Sequencer.get_time()
      • Sequencer.is_empty()
      • Sequencer.midi_load()
      • Sequencer.notes_off()
      • Sequencer.pause()
      • Sequencer.process()
      • Sequencer.send()
      • Sequencer.set_time()
      • Sequencer.sounds_off()
    • SoundFontException
    • Synth
      • Synth.control_change()
      • Synth.generate()
      • Synth.generate_simple()
      • Synth.noteoff()
      • Synth.noteon()
      • Synth.notes_off()
      • Synth.pitchbend()
      • Synth.pitchbend_range()
      • Synth.program_change()
      • Synth.program_info()
      • Synth.program_select()
      • Synth.program_unset()
      • Synth.set_tuning()
      • Synth.sfload()
      • Synth.sfpreset_name()
      • Synth.sfunload()
      • Synth.sounds_off()
      • Synth.start()
      • Synth.stop()
    • ControlChange
    • Event
    • NoteOff
    • NoteOn
    • PitchBend
    • ProgramChange
    • load()
    • load_memory()
Next

© Copyright 2024, Nathan Whitehead.

Built with Sphinx using a theme provided by Read the Docs.