Git Product home page Git Product logo

Comments (5)

wbsoft avatar wbsoft commented on June 4, 2024

A volume slider can be implemented, it would send MIDI commands setting the channel volume.
fast-forward is handled by the slider and yes, it simply defaults to 10 seconds. It is difficult to make it exactly jump to measure boundaries, as the music may change time signature underway. But maybe it is possible.

from frescobaldi.

Musix avatar Musix commented on June 4, 2024

well, this sounds very nice! with the slider i can choose exactly the right measure, this is a very good option! is there a configuration file, where i could change the 10 seconds?

from frescobaldi.

wbsoft avatar wbsoft commented on June 4, 2024

Not a config file, but you could simply edit the sourcecode of frescobaldi. Find the frescobaldi_app folder in the python module directory. You could do this from the commandline:

python
>>> import frescobaldi_app
>>> print frescobaldi_app.__path__

Now edit the file frescobaldi_app/miditool/widget.py. Change the pageStep=10000 value somewhere around line 51 to the amount of milliseconds you want to skip.

from frescobaldi.

Musix avatar Musix commented on June 4, 2024

oh, yes, thanks for this. i will try and, when it works fine, add this hint to my german musix-wiki.

from frescobaldi.

Musix avatar Musix commented on June 4, 2024

yes, it works fine! i set the pageStep to 6000 miliseconds. nice! now it´s added in my german wiki.

you have to restart frescobaldi after changing this value, only for the other readers of this postings.

from frescobaldi.

Related Issues (20)

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.