On Tue, Mar 26, 2013 at 9:26 AM,  <[email protected]> wrote:
> I just discovered the faust language and, as I love functional programming, 
> it seems brilliant to me.
Welcome to Faust land.

> I'd love to be able to write something like
> amplify = *midi_cc(...);
> instead of the
> amplify = *hslider(...);

amplify = *hslider( "amplify [midi:ctrl 07]", 64, 0, 127, 1 );
The 07 represents the MIDI CC number, the rest you alreadly know :)

Good luck, -Harry

------------------------------------------------------------------------------
Own the Future-Intel&reg; Level Up Game Demo Contest 2013
Rise to greatness in Intel's independent game demo contest.
Compete for recognition, cash, and the chance to get your game 
on Steam. $5K grand prize plus 10 genre and skill prizes. 
Submit your demo by 6/6/13. http://p.sf.net/sfu/intel_levelupd2d
_______________________________________________
Faudiostream-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/faudiostream-users

Reply via email to