Hi,
I have two questions:

I want to map the numbers in the range 0.1 - 1.0 (steps of 0.1) to the 
dynamic values pppp - ffff. Is the code below the best way to do it?

And, is there a way to switch off cresc/ dim? Adjacent values (as in the 
example) have a cresc or dim added. I just want the discrete dynamics.

Many thanks,
Peter

dyns = yes
init-tempo = 60
dyn-range = (0.1 1.0)
dynsym-range = (pppp ffff)

  time +  duration 1 pitch 60 [>] dyn 0.1 ;
  time +  duration 1 pitch 61 dyn 0.2;
  time +  duration 1 pitch 62 dyn 0.3 ;
  time +  duration 1 pitch 63 dyn 0.4;
  time +  duration 1 pitch 64 dyn 0.5;
  time +  duration 1 pitch 65 dyn 0.6;
  time +  duration 1 pitch 66 dyn 0.7;
  time +  duration 1 pitch 67 dyn 0.8;
  time +  duration 1 pitch 68 dyn 0.9;
  time +  duration 1 pitch 69 dyn 1.0;

-- 
//=============================
->  Peter O'Doherty
->  http://www.peterodoherty.net
->  [email protected]
->  https://joindiaspora.com/people/70716
//=============================


------------------------------------------------------------------------------
Ridiculously easy VDI. With Citrix VDI-in-a-Box, you don't need a complex
infrastructure or vast IT resources to deliver seamless, secure access to
virtual desktops. With this all-in-one solution, easily deploy virtual 
desktops for less than the cost of PCs and save 60% on VDI infrastructure 
costs. Try it free! http://p.sf.net/sfu/Citrix-VDIinabox
_______________________________________________
fomus-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/fomus-user

Reply via email to