Is these any easy way of performing this simple operation ?
Currently I am having to split the complex number using
Code: Select all
real imagnary←9 11 ○ complex
I am using the complex number to storey two independent values (the duration of a musical note and the frequency in Hz), and wish to transpose the frequency by an octave ( or some other amount).
I am dealing with thousands of "notes" within complex structures of varying depth and need to maintain the initial structure.
Any suggestions? Thanks
Ray