GithubHelp home page GithubHelp logo

andyshand / modwig Goto Github PK

View Code? Open in Web Editor NEW
9.0 9.0 0.0 36.89 MB

Bitwig enhancement suite. Extra shortcuts, workflow features, custom macros and more.

License: MIT License

JavaScript 25.28% Python 0.34% HTML 0.03% C++ 15.61% TypeScript 58.04% CSS 0.70%
bitwig bitwig-studio keyboard-shortcuts macros

modwig's People

Contributors

andyshand avatar dependabot[bot] avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

modwig's Issues

Clean up mods

Move personal mods out of the repo, and better categorise, name and describe existing mods. Adding settings for things that should be customisable

Mod-specific settings

Some mods aren't helpful in their current state without customisation of the code by the user. It would make things easier for non-devs if mod-specific settings could be changed via the UI.

Track auto-colouring

Would be a good candidate to be completed along-side #19 Mod-specific settings, where users can customise colors for specific tracks. Perhaps something simple like a regex to enter for each track set and a color choice using the BW colour palette?

Easily add shortcuts for built-in Bitwig actions

Partially complete (see "Built-in" tab of settings view). A user may want to simply remap some built-in Bitwig actions so that they may be triggered while VSTs are open, or while other panels are focused which usually block an action from working.

Account for inspector panel not being open

A bunch of built-in mods currently do not account for when the inspector panel isn't open. We should detect when this is the case and ensure it's open, or open it in a similar fashion to how we currently open the device view.

Slow startup speed in built app

For some reason this doesn't occur at all during development.

https://stackoverflow.com/questions/56008262/why-is-my-app-really-slow-to-start-when-i-authorized-it-to-control-my-system

See above link for possible explanation. Apps must be signed even with a self-signed certificate, or it will perform some kind of scan on the app which is what slows things down.

Removing the call to AXIsProcessTrustedWithOptions speeds things back up again, which seems to explain that the scan happens only when checking if the process is trusted. Unfortunately, we need this for accessibility access.

Track names are displayed across entirety of arranger

Something like this:

Screen Shot 2021-01-17 at 15 16 18

Arranger clips have names visible which makes scanning easy, but group tracks require you to look to the left side of the screen all the time to figure out what the content is.

Would just require grabbing the image portion of track name from latest screenshot and repeating it across the x axis.

Potential implementation:

  • Share memory across main and render Electron process
  • Pass screenshot data as Napi::Buffer to renderer process (ensuring kept alive as long as not GC'd)
  • Pass the track location data to renderer process, and use it to map each image to its track

Any improvements on the idea welcome.

API documentation

Probs doesn't make sense to do until functionality is more stabilized

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.