/[svn]/linuxsampler/trunk/src/plugins/InstrumentEditor.cpp
ViewVC logotype

Diff of /linuxsampler/trunk/src/plugins/InstrumentEditor.cpp

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 3765 by schoenebeck, Wed Jan 8 22:11:30 2020 UTC revision 3766 by schoenebeck, Mon Apr 6 12:41:49 2020 UTC
# Line 50  namespace LinuxSampler { Line 50  namespace LinuxSampler {
50    
51      int InstrumentEditor::Main() {      int InstrumentEditor::Main() {
52          dmsg(1,("InstrumentEditor::Main()\n"));          dmsg(1,("InstrumentEditor::Main()\n"));
53    
54            #if DEBUG
55            Thread::setNameOfCaller("InstrEditorPlug");
56            #endif
57    
58          // run the editor's main loop          // run the editor's main loop
59          int iResult = Main(pInstrument, sTypeName, sTypeVersion, pUserData);          int iResult = Main(pInstrument, sTypeName, sTypeVersion, pUserData);
60          // reset editor parameters          // reset editor parameters

Legend:
Removed from v.3765  
changed lines
  Added in v.3766

  ViewVC Help
Powered by ViewVC