Changes

Jump to navigation Jump to search
Line 850: Line 850:  
This means a float (A floating point number 1.0345 sorts of things not 1,2,3,4,5). Basically what it gets in it puts straight out in this case and if we substituted 1.0345f for the 1.0f the signal would get a little bit louder.
 
This means a float (A floating point number 1.0345 sorts of things not 1,2,3,4,5). Basically what it gets in it puts straight out in this case and if we substituted 1.0345f for the 1.0f the signal would get a little bit louder.
 
A digital Patch lead!
 
A digital Patch lead!
 +
 +
This class will be returned as an object of type Plugin. But quite how and where Plugin is defined remains to be found....
      Line 857: Line 859:  
     return new SimpleGainPlugin();
 
     return new SimpleGainPlugin();
 
  }
 
  }
 +
 +
So this is a little factory that makes a Plugin object that can interact with the rest of the alsa audio framewrk.
    
=====makefile=====
 
=====makefile=====
1,112

edits

Navigation menu