[DEV] work on anroid basic wav test
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user