summaryrefslogtreecommitdiff
path: root/muse2/awl/ltest.cpp
blob: 55fe1749be422276898190620b64a5ec338956ac (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#include <stdio.h>
#include "awlplugin.h"

//---------------------------------------------------------
//   main
//---------------------------------------------------------

int main(int /*argc*/, char* /*argv*/[])
      {
      printf("Hello MusE\n");
      new KnobPlugin;
      return 0;
      }