Skip to content

Latest commit

 

History

History
68 lines (46 loc) · 3 KB

README.md

File metadata and controls

68 lines (46 loc) · 3 KB

forthebadge forthebadge forthebadge forthebadge forthebadge

Bias FX 2 Preset Importer / Exporter

GitHub stars GitHub issues GitHub forks

HitCount Build Status

An app that allows you to manage Positive Grid's Bias Fx 2 presets.

Features:

  • Import multiple presets in any bank (including factory banks)
  • Export preset and share with your friends.
  • Rename banks (including factory banks)
  • Rename presets
  • Quickly move any preset to any bank
  • Delete presets
  • Star / unstar presets.

Development Setup

# install dependencies
npm install

# serve with hot reload at localhost:9080
npm run dev

# lint all JS/Vue component files in `src/`
# ESlint caused problems with hot reload so I removed it
npm run lint

Build Setup

# build electron application for production
npm rebuild node-sass
npm run build:dir

If you get permission problems or problems with libdbus restart your computer. if the problem persists, just delete your local instance and git clone again.

To develop in windows, delete any previous instances and run the above commands with Powershell Only


Made with Electron-Vue

This project was generated with electron-vue@8fae476 using vue-cli. Documentation about the original structure can be found here.