Giter Site home page Giter Site logo

agehama / sfz_midi_player Goto Github PK

View Code? Open in Web Editor NEW
13.0 1.0 0.0 182.15 MB

MIDI player supporting SFZ files

License: MIT License

GLSL 24.71% AngelScript 2.30% HLSL 12.03% C++ 60.94% C 0.02%
audio-player audio-processing audio-visualizer cpp midi-player opensiv3d sfz-format

sfz_midi_player's People

Contributors

agehama avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

sfz_midi_player's Issues

SFZ読み込みの不具合

  • <region>の後に改行が無いと次のトークンが読み飛ばされる
  • 未対応sampleがスキップできずにエラー扱いになる
  • keyopcodeのパースに失敗する

たまに音がプツプツする

use()の中で大きいメモリを確保してるのが原因。
最初に全部のメモリを確保していると起きない。

  • 固定長ブロックのdequeかlistに分割してブロックごとにメモリ確保する
  • 固定長のメモリプールを作って割り当てる

一時停止から復帰するとクラッシュ

停止中にメモリを解放してしまうため復帰後のロードが間に合わない。

  • 一時停止中はメモリの状態を変えない
  • getSampleの中で必要なメモリをロードする

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.