summaryrefslogtreecommitdiff
path: root/note_compiler/templates/ctor.foot
blob: 05d4421b0ff8f0474a533a5f028aba829993e7d8 (plain)
1
2
3
4
5
6
7
8
9
10
11
	portamento_frames=0;
	set_portamento_frames(pf);
		
	set_note(n);
	freq=dest_freq;
	set_vel(v);
	
	pitchbend=pb;
	
	program=prg_no;
}