This website works better with JavaScript.
Home
Help
Sign In
linuxaudio
/
new-session-manager
mirror of
https://github.com/linuxaudio/new-session-manager
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
17
Wiki
Activity
Browse Source
Mixer/Plugin_Module: Don't die because user picks a category instead of a plugin.
tags/non-daw-v1.1.0
Jonathan Moore Liles
15 years ago
parent
355bf8dbe8
commit
5248b90880
1 changed files
with
3 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+3
-0
Mixer/Plugin_Module.C
+ 3
- 0
Mixer/Plugin_Module.C
View File
@@ -134,6 +134,9 @@ Plugin_Module::pick_plugin ( void )
Plugin_Module::Plugin_Info *pi = (Plugin_Module::Plugin_Info*)menu->menu()[ menu->value() ].user_data();
if ( ! pi )
return NULL;
Plugin_Module *m = new Plugin_Module();
m->load( pi->id );
Write
Preview
Loading…
Cancel
Save