136137138139140141142143144
return openActorListSelectorViewerAction; } public static Action getOpenSynthesisAction(BossaNovaSequencerImpl sequencer) { if (openSynthesisAction == null) { openSynthesisAction = new OpenSynthesisAction(sequencer); } return openSynthesisAction; }
127128129130131132133134135