Code Monkey home page Code Monkey logo

mrswatson's People

Contributors

aleksey-devyataikin avatar dirkk0 avatar doesdev avatar gijzelaerr avatar jarl-dk avatar jc-morph avatar juanvenado84 avatar nikreiman avatar thrusong avatar wickedchicken avatar williamsharkey 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  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  avatar  avatar  avatar  avatar

Watchers

 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

mrswatson's Issues

Add option for setting bitrate

Right now the bitrate is hardcoded to 16, which applies for both PCM data (reading & writing), and AIFF data (writing). Would be nice to have an option to set this to higher rates if desired.

Library for FLAC files

Assuming that the FLAC libraries compile without too much problem on all platforms, this would be nice to support.

Copy/ignore channels if input/output channel count differ

If the input/output source have different channel counts, this needs to be handled gracefully. If asked to process from mono -> stereo, then the input channels should be copied to a stereo buffer (dual mono). If asked to process from stereo -> mono, then the program should only use the left channel.

Support setting tempo/time signature from MIDI at 0th timestamp

Issue #28 already discusses setting tempo and time signature from MIDI files, but this implies dealing with tempo changes, which are a bit complicated in terms of parsing MIDI files. So for now, we should set the tempo/time signature from MIDI files, but only if they occur at timestamp 0.

Library for OGG files

Assuming that libvorbis builds without too much difficulty on all supported platforms, this would be a nice feature.

Support for loading FXP preset into VST2.x plugins

Add support for FXP presets with VST2.x plugins. To specify a FXP preset, the user would enter it from the command line in a colon separated list with the plugins, for example:

mrswatson --plugin plugin1:presetname,plugin2:"/home/users/whoever/preset.fxp"

The "fxp" filename extension should be added automatically if not present.

Library for WAV files

Yeahhh, libaudiofile doesn't compile so well under Windows, and libsndfile sucks on that platform as well. Would be nice to have a very minimal and platform-independent library for WAV file support.

Improve efficiency of linked lists

The length of a linked list can be updated when objects are added. It is not necessary to walk the entire list every time this needs to be calculated.

Use tempo from MIDI file if provided

If a MIDI file provides a tempo other than the default, it should be used. This should also override any command-line switches in place. Also, if the file contains tempo changes, these should be set during runtime.

Add support for MIDI type 1 files

Right now, only MIDI type 0 files are supported. Type 1 is very common, and should also be supported.

At the moment, I think that the program should just take the first track from such files, but a command-line switch could be added here.

Create config.h header file

To ease working with automake/autoconf, create a config.h file header to determine which functions and headers are present on a given OS.

Support for FXB preset banks

FXB is a fairly common format, and should be easy to parse. However, before we can do this feature we also need to consider command-line syntax with banks.

Support for linux

It would be nice if the software worked under linux. Now that we have autoconf/automake build, this shouldn't be terribly difficult.

Handle MIDI meta events

When parsing MIDI files, the program needs to set tempo & time signature from MIDI meta events.

Support tail time for plugins

Even if the user does not specify a tail time (see issue #5), we need to set the tail time if the plugin says that they want it. In the case of plugin chains, we should obviously use the largest tail time of any plugin in the chain.

Possible non-nulled string when printing out plugin ID

Plug-Ins$> mrswatson --plugin HiLoFilter --display-info

  • 000000 MrsWatson version 0.9.0 initialized
  • 000000 Plugin 'HiLoFilter' is of type VST2.x
  • 000000 Opening VST2.x plugin 'HiLoFilter'
    JUCE v2.0.20
  • 000028 Information for VST2.x plugin 'HiLoFilter'
  • 000028 Vendor: Teragon Audio
  • 000028 Version: 65536
  • 000028 Unique ID: HiLogon Audio`

^^ this is not correct

Document build process

Write up a quick file explaining how to build the software under various operating systems.

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.