[DEV] start work with Block request processing

This commit is contained in:
2015-01-07 21:44:54 +01:00
parent 411ee20918
commit 020a599f17
15 changed files with 490 additions and 267 deletions

View File

@@ -53,8 +53,8 @@ void appl::Windows::init() {
return;
}
setSubWidget(m_composer);
composerBind(ewol::widget::Button, "bt-play1", signalPressed, shared_from_this(), &appl::Windows::onCallbackPlay);
composerBind(ewol::widget::Button, "bt-play2", signalPressed, shared_from_this(), &appl::Windows::onCallbackStop);
subBind(ewol::widget::Button, "bt-play1", signalPressed, shared_from_this(), &appl::Windows::onCallbackPlay);
subBind(ewol::widget::Button, "bt-play2", signalPressed, shared_from_this(), &appl::Windows::onCallbackStop);
}
std::shared_ptr<eaudiofx::Processing> process = NULL;