Eknous please HELP ME
This commit is contained in:
parent
62a1a383ee
commit
c9cbf133d6
57 changed files with 139 additions and 0 deletions
|
|
@ -411,6 +411,13 @@ class DivDispatch {
|
|||
*/
|
||||
virtual DivMacroInt* getChanMacroInt(int chan);
|
||||
|
||||
/**
|
||||
* get the stereo panning of a channel.
|
||||
* @param chan the channel.
|
||||
* @return a 16-bit number. left in top 8 bits and right in bottom 8 bits.
|
||||
*/
|
||||
virtual unsigned short getPan(int chan);
|
||||
|
||||
/**
|
||||
* get currently playing sample (and its position).
|
||||
* @param chan the channel.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue