Git Product home page Git Product logo

music-synthesizer-for-android's People

Contributors

bklimt avatar gregschlom avatar raphlinus 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  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

music-synthesizer-for-android's Issues

hello? I cannot JNI build mannually in ECLIPSE

after my entering the /jni directory and type"ndk-build" in CMD terminal,It says:
Android NDK: Your APP_BUILD_SCRIPT points to an unknown file:path/to/jni/Android.mk
could u give me some advice on how to test this project in eclipse?
in eclipse I can test a bundle of stuff just in one window and eclipse dont take as much time to automatically analyse the code before i myself really want to analyse the code.
my machine is a poor machine and I dont want to launch a heavy AS to test your code at all.

Add usable drums.

We need a General MIDI compliant drum instrument.  It will need some code to 
use different samples for each note, without interpolation.

Original issue reported on code.google.com by [email protected] on 6 Sep 2011 at 12:36

  • Blocked on: #5

crashing on motorola photon

What steps will reproduce the problem?
1.
2.
3.

What is the expected output? What do you see instead?


What version of the product are you using? On what operating system?


Please provide any additional information below.
no files

Original issue reported on code.google.com by [email protected] on 17 Aug 2013 at 3:35

EventOrBuilder can not be resolved to a type in EventComparator.java

What steps will reproduce the problem?
1. Eclipse Clean/Build Command
2. import com.levien.synthesizer.core.music.Music.EventOrBuilder;

3.

What is the expected output? What do you see instead?


What version of the product are you using? On what operating system?Window 7


Please provide any additional information below.


Original issue reported on code.google.com by [email protected] on 28 Sep 2013 at 5:13

UnsatisfiedLinkError at startup on LG Stylo and LG Stylo 2

Hi. Thank you for writing this synthesizer.

Opening my app that uses it on an LG Stylo and an LG Style 2 results in this error:

java.lang.UnsatisfiedLinkError: dlopen failed: cannot locate symbol "__aeabi_memclr8" referenced by "/data/app/com.thunderboltapps.tunetweak-1/lib/arm/libsynth.so"...
	at java.lang.Runtime.loadLibrary(Runtime.java:372)
	at java.lang.System.loadLibrary(System.java:1076)
	at com.levien.synthesizer.android.AndroidGlue.<clinit>(AndroidGlue.java:15)
	at com.levien.synthesizer.android.service.SynthesizerService.onCreate(SynthesizerService.java:95)
	at android.app.ActivityThread.handleCreateService(ActivityThread.java:2895)
	at android.app.ActivityThread.access$1900(ActivityThread.java:157)
	at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1439)
	at android.os.Handler.dispatchMessage(Handler.java:102)
	at android.os.Looper.loop(Looper.java:148)
	at android.app.ActivityThread.main(ActivityThread.java:5527)
	at java.lang.reflect.Method.invoke(Native Method)
	at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:730)
	at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:620)

Bug? AndroidGlue can't playback two channel together

I want to develop a real time MIDI.
midi.onProgramChange(0, 1); // e.g. piano
midi.onNoteOn(0, 60, 80);
midi.onProgramChange(1, 1); // e.g. woodblock
midi.onNoteOn(1, 60, 80);
If they playback a same key(e.g. 60) at the same time. the sound is cut off.

Add to Fdroid?

Hi
Does the app work?
If yes would you agree to inclusion?

Can you put this back on the Play store?

This is my favorite android synthesizer to use with usb midi devices. It has a nice variety of sounds and the latency is lowest of all the apps I've tried. Why did it get removed from the play store, and can you put it back up?

I know it's open source, so I could do it myself, but I don't have the android dev environment set up so it would be a huge pain.

Errors Building armeabi-v7a NDK v10+

TEMPORARY SOLUTION: Reverting back to NDK 9d will fix the issue.

armeabi-v7a build is broken with NDK version 10 and higher:

mcordaro@HAL1500L:~/musicapp/music-synthesizer-for-android/android$ ndk-build -B
... 
[armeabi-v7a] Compile++ thumb: synth <= synth_unit.cc 
[armeabi-v7a] Compile thumb  : synth <= neon_fm_kernel.s
[armeabi-v7a] Compile thumb  : synth <= neon_ladder.s
[armeabi-v7a] Compile thumb  : synth <= neon_fir.s
jni/../../cpp/src/neon_fir.s: Assembler messages:
jni/../../cpp/src/neon_fir.s: Error: .size expression for neon_halfrate_split 
does not evaluate to a constant
jni/../../cpp/src/neon_fir.s: Error: .size expression for neon_halfrate_combine 
does not evaluate to a constant
make: *** [obj/local/armeabi-v7a/objs/synth/neon_fir.o] Error 1

All other builds (mips, x86, arm64-v8a, x86_64, mips64) complete without errors.

Original issue reported on code.google.com by [email protected] on 13 Jan 2015 at 10:32

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.