mirror of
https://github.com/vale981/openAV-Luppp
synced 2025-03-05 09:01:39 -05:00
-Updated bug where file load wasn't shown on Grid
This commit is contained in:
parent
d4ec2fee03
commit
4d2795af85
1 changed files with 2 additions and 1 deletions
|
@ -112,7 +112,8 @@ void GridLogic::released( int track, int scene )
|
|||
void GridLogic::load(int track, int scene, AudioBuffer* ab)
|
||||
{
|
||||
jack->getLooper( track )->getClip( scene )->load( ab );
|
||||
//jack->getControllerUpdater()->setSceneState(track, scene, state[track*NSCENES + scene] );
|
||||
GridLogic::State s = jack->getLooper( track )->getClip( scene )->getState();
|
||||
jack->getControllerUpdater()->setSceneState(track, scene, s );
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue