[DEV] work on anroid basic wav test

This commit is contained in:
2014-03-20 10:25:53 +01:00
parent baf70033f3
commit 5f94203fff
20 changed files with 119 additions and 23 deletions

View File

@@ -38,8 +38,8 @@ bool APP_Init(ewol::Context& _context) {
_context.setSize(vec2(800, 600));
// select internal data for font ...
_context.getFontDefault().setUseExternal(true);
_context.getFontDefault().set("FreeSerif;DejaVuSansMono", 19);
_context.getFontDefault().setUseExternal(false);
_context.getFontDefault().set("FreeSerif", 30);
ewol::widget::Windows* basicWindows = new appl::Windows();
// create the specific windows

View File

@@ -96,7 +96,6 @@ void appl::Windows::onReceiveMessage(const ewol::object::Message& _msg) {
process->start();
return;
#else
APPL_INFO("Play Requested ...");
process = new eaudiofx::Processing();
if (process == NULL) {