Git Product home page Git Product logo

eko's People

Contributors

probonopd avatar psemiletov avatar trebmuh avatar

Stargazers

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

Watchers

 avatar  avatar  avatar  avatar  avatar

eko's Issues

Please provide MIDI automation for setting cutting cursors

Hi,

for a long time I am looking for a sound editor that allows to set the cutting and play cursors via MIDI controllers (MIDI "learn" would be the best way), so that it can be used with children and big monitors to easen sound editing. This would be in good company with MIDI automation for some actions like "trim to selection", "export overriding original file" etc.

These features would allow you editor to stand out of the crowd - so to say.

Cheers

Termination delay after Exit

When closing main window, as well as doing Exit in menubar, it is still runing, though not freezing (Ctrl+C if started in term or just SIGTERM in htop work).

Build fails due to 'const class QStringRef' has no member named 'toInt'

Hi,

Build fails on my system with the error:

utils.cpp:101:25: error: 'const class QStringRef' has no member named 'toInt'

Looking in utils.cpp at line 101 I find the function:

size_t get_value_with_default (const QStringRef &val, size_t def)
{
  QString s = val.toString();
  if (! s.isEmpty())
    return (size_t) val.toInt();
  else
      return def;
}

I think that return (size_t) val.toInt() should be return (size_t) s.toInt() Making this change allows building on my system.

regards

Colum

Missing CMakeLists.txt

The README asks you to run cmake, but there is no CMakeLists.txt in the project, so if you follow the instructions, you get:-

CMake Error: The source directory "/tmp/eko-7.0.0" does not appear to contain CMakeLists.txt.
Specify --help for usage, or press the help button on the CMake GUI.

Any plans to move site under ssl cover?

Since there is now letsencrypt cert center, would be great to use it.
I have working gentoo ebuild, but releases are not available at github,
thus i for now it may be used only for live ebuilds, fetching from vcs.

Or yet you could publish them at github as well.
Last time portage began to enforce to use https link, failing, if any src or vcs uri includes pure http://, git:// or other unsecured types.

upd. Due to your active development, it makes sence to make live ebuild, but releases, available via https, would be great too.

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.