Git Product home page Git Product logo

ardour2fxp's Introduction

Selected Projects

Collaborations

Audio Production

  • ardour2fxp - Convert between Ardour XML and binary FXP VST preset files
  • jack-audio-tools - A collection of utilities and tools for the JACK audio ecosystem
  • jack-matchmaker - Auto-connect new JACK ports matching the patterns given on the command line
  • jack-select - A systray application to quickly change the JACK-DBus configuration from QjackCtl presets
  • jacket - A Nim wrapper for the JACK client-side C API aka libjack
  • moony-lv2-scripts - A collection of Lua scripts for the moony LV2 plugin
  • pyvorbiscomment - A pure Python drop-in replacement for the vorbiscomment command line tool
  • reface-dx-lib - A simple patch librarian for the Yamaha Reface DX synthesizer (WIP)

Plugins

MIDI

  • miditk-smf - A Python toolkit for working with Standard MIDI files
  • python-rtmidi - Python bindings for the cross-platform MIDI I/O library RtMidi
  • ewi-usb-config-cli - Configure an Akai EWI USB MIDI wind controller via MIDI from the command line

Embedded & IoT

  • mrequests - An HTTP client library (not only) for MicroPython with an API similar to requests
  • micropython-ftplib - An FTP client library for MicroPython
  • micropython-osc - A minimal OSC client and server library for MicroPython
  • micropython-stm-lib - A collection of modules and examples for MicroPython (not only) on STM32F4
  • osc2mqtt - An OSC to MQTT bridge based on pyliblo and paho-mqtt
  • picoredis - A very minimal Redis client (not only) for MicroPython

Websites

Miscellaneous

Presentations

Open Music


Creative Commons License This document is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License.

ardour2fxp's People

Contributors

spotlightkid avatar

Stargazers

 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  avatar

ardour2fxp's Issues

fxp2ardour python error

Hi. I have a error message when I try convert fxp file to xml .

On terminal, write:
$ fxp2ardour -o my-xml-presets ~/audio/plugins_presets/Obxd-new_strings.fxp

Terminal out:
Traceback (most recent call last): File "/home/audiopc/.local/bin/fxp2ardour", line 11, in <module> sys.exit(main()) File "/home/audiopc/.local/lib/python2.7/site-packages/fxp2ardour.py", line 116, in main sha1.update(bytes(preset.label, 'latin1')) TypeError: str() takes at most 1 argument (2 given)

P.D.: On the README file and the info on github repository the command for convert fxp files to xml is wrong type: fxp2ardour2

Parsing argument problem on Windows 10

Hi, I found issue probably concerning to argument parser.
This works:
$ cd "/c/Users/mvond/vst/P8/Patches/P8 - Factory Patches/Pads"
$ ~/projects/ardour2fxp/fxp2ardour.py -m -o "C:/Users/mvond/AppData/Local/Ardour6/presets" *.fxp

But this does not:
$ cd "/c/Users/mvond/projects/ardour2fxp"
$ fxp2ardour -m -o 'C:\Users\mvond\AppData\Local\Ardour6\presets' 'C:\Users\mvond\vst\P8\Patches\P8 - Factory Patches\Pads\*.fxp' Error reading FXP preset file 'C:\Users\mvond\vst\P8\Patches\P8 - Factory Patches\Pads\*.fxp': [Errno 22] Invalid argument: 'C:\\Users\\mvond\\vst\\P8\\Patches\\P8 - Factory Patches\\Pads\\*.fxp'

I suppose that spaces in the path make problems. I ran it from Git Bash on Windows 10, but in cmd is the same. I tried quotes, double quotes, escaping spaces etc.

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.