Giter VIP home page Giter VIP logo

opensmith's People

Contributors

shrddr avatar

Stargazers

 avatar

Watchers

 avatar

opensmith's Issues

tuner unstable at low end

everything down from drop C# (70Hz) is impossible to tune, the arrow keeps jumping up and down. need a more advanced algorithm.

files not found on linux

relative paths depend on current working directory. you have to cd opensmith/bin every time so ../resources is evaluated correctly.
solution: add make install step to save the resources location somewhere

use bash in makefile

Try something like this

source_files := $(shell find path/to/src -name *.cpp)
object_files := $(patsubst path/to/src/%.cpp, build/%.o, $(source_files))

fix slide sustains not collapsing correctly

This is a minor issue, but the when the slide model crosses the string it should gradually disappear while keeping its shape. Current workaround is to scale the model along Z, which causes the shape to distort.

visuals jerking when looking around

At high z values (72000 half an hour into the session) camera becomes shaky. This is probably related to float precision issues. Solution: make camera stationary and move notes instead.

Settings implementation

There must be a better way to implement global Settings object. Maybe stop hardcoding and use Lua?

Hits and misses visuals

"Miss" label should not be the main visual cue, far more important is a flash highlighting the note or chord successfully hit. The hit is detected much quicker then a miss, so it's more in sync with audio and simply feels nice

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.