Git Product home page Git Product logo

bliplay's People

Contributors

detomon avatar doyousketch2 avatar

Stargazers

 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

bliplay's Issues

building issue with my fixes

Hi,
This is very cool, thought I'd give it a try.
I had these issues on mint linux 18.1 64bit.
I'm not a pro, so I found your build system pretty complex, but impressive and learnt a little bit about autoconf ;)
If I ever make tunes with it, i'll be sure to give you heaps props!
Cheers

FILE: /bliplay/bliplay/makefile,283:

CHANGED FROM:
bliplay_LDADD = -lm ../parser/libbliparser.a ../BlipKit/src/libblipkit.a -I/usr/include/SDL2 -D_REENTRANT -L/usr/lib/x86_64-linux-gnu -lSDL2

CHANGED TO:
bliplay_LDADD = ../parser/libbliparser.a ../BlipKit/src/libblipkit.a -I/usr/include/SDL2 -D_REENTRANT -L/usr/lib/x86_64-linux-gnu -lSDL2 -lm

REASON: ordering of lib math caused "DSO missing from command line"

##BlipKit##

FILE: /bliplay/BlipKit/src/BKString.h
ADDED LINE @ 83

#include <stdarg.h>

REASON: va_list undefined

Optimize sample loading

Loading multiple samples with the same path should only load them once.

[samp:sample1
	load:wav:"sample.wav"
]

[samp:sample2
	load:wav:"sample.wav"
]

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.