GithubHelp home page GithubHelp logo

osxmp's Introduction

OSXMP (working title) Build Status

Scenemusic player for Macintosh.

Currently in very early stages. It plays, it stops, it has a rudimentary playlist and a PatternScope. Nothing else yet.

Supported file formats

Building OSXMP

OSXMP depends on the following libraries:

  • libdigibooster3 (included as a submodule)
  • freetype2
  • glm
  • libxmp
  • TPCircularBuffer (included as a submodule)
  • yaml-cpp

After cloning this repo, pull the submodules like so:

git submodule init
git submodule update

For the remaining libraries, the easiest way to get them is via Homebrew:

brew install freetype libxmp yaml-cpp

You should then be able to build the provided Xcode project.

osxmp's People

Contributors

dwhinham avatar

Stargazers

 avatar now_its_dark avatar

Watchers

 avatar  avatar

osxmp's Issues

YAML config file

The app should have a nice human-readable/editable YAML config file so that every parameter exposed by all the various playback libraries is exposed and tweakable to the user's preference.

A GUI for setting all these options can come at a later date.

PatternScope CPU usage is too high

The PatternScope should be rewritten to use OpenGL and a font atlas texture to optimise drawing.

Currently it is a working proof-of-concept, but it goes through the full Core Text stack, re-rendering every character every update, which is very slow.

App needs a proper name

The app should have a unique, fun and catchy name that reflects its purpose.

Any suggestions welcome! ๐Ÿ˜„

Playlist/queue functionality

The app should allow you to queue up a bunch of files and listen to them in sequence.

We should investigate standard playlist file formats like .M3U and so on.

App icon

The app needs a nice icon/logo in the OS X El Capitan style.

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.