A formula for musical KEYS?

Has anyone used numbers to create a formula for musical KEYS? So that, in a song with lyrics and chords above the lyrics, I could change the chords in the whole song by changing the key.
Example:
        C          em
I see trees of green..........
Explanation..... I may want to change this to a higher Key for the band and a different singer and it would look like this
        D          f#m
I see trees of green..........

Not an insoluble problem, but...
The major issue is that a cell in a Numbers table may contain a directly entered value or may display a value calculated by a formula in the cell. It can't contain both, and there's the rub.
Your initial notation is likely going to be made directly into a table superimposed on the lyric sheet. Since the chord type stays the same (a seventh chord is still a seventh chord in the new key), the calculations can be made simpler by separating the note on which the chord is based (and named) from the type modifier.
After that, the letter identifiers need to be converted to their position (in terms of half-tone count) on the scale (in the key of the original notation). Once that’s known, the last step is to retrieve the new key’s note name for each of those values.
Here's a sample.
So far only the simple stuff: Major chords, and no flats.
Original key and original chords entered on the two tables at the left. Position of the tonic is retrieved from the Lookup table for use in further calculations.
Center section contains the Lookup table and an intermediate table where the letters identifying the chord roots are translated to a number representing that note's position with respect to the original key. These tables would be on a separate sheet.
The third section contains two tables. New Key is a copy of the Orig Key table. New chords shows the equivalent chord names for the new key signature.
Formulas:
Orig Key :: B2:   =OFFSET(Lookup :: $A$1,0,MATCH(A2,Lookup :: 2:2,0)-1,,)
New Key :: B2:   =OFFSET(Lookup :: $A$1,0,MATCH(A2,Lookup :: 2:2,0)-1,,)
(Both are the same.)
Chord Root Position :: A1: =IFERROR(MOD(12-Orig. Key :: $B+MATCH(Orig chords :: A1,Lookup :: $2:$2)-1,12)+1,"")
New Chords :: A1:            =IFERROR(OFFSET(Lookup :: $A$1,1,MOD(12+Chord root positions :: A1+New Key :: $B-2,12)+1),"")
Fill each of these into all cells of its table.
Enough for tonight. I may get a chance to look at it again tomorrow,
Regards,
Barry

Similar Messages

  • Nokia 5320 music keys, where can i get them?

    I have been looking for music keys (backward/play&pause/forward) spare parts for Nokia 5320 and haven't seen  anywhere... ...all other spare parts i have found for this phone so i was thinking if there isn't even these spare parts for music keys? That would suck, cause if your music keys are broken or on bad shape you have to buy a new freakin phone! Can someone tell me if there's spare parts for music keys?

    Start here
    http://www.fcpxbook.com/updates/101/
    There's a lot to learn.

  • Currency Translation for Calculated Key figures

    Hello Friends I want to use the Currency Translation for Calculated Key figures.
    But when I go to Query and go to conversion tab it is always greyed out. Does that mean we can set the fixed conversion type for calculated key figures. like ZSAD Total debit - credit -flow value.
    What is the way to do fixed currency translation in query for calculated key figures.
    All the below is done now just want to specify this in query but I can'nt since it is greyed out.
    All the below is done
    I have created a Currency Translation Type " FiscperConversion" "ZVHGR" now this has Exchange Rate Type from Variable "ZVARN" (Which is a variable single value manual input on 0RTYPE Infoobject for exchange rate.)
    2. Now Currency Tab: Target Currency is selected from Variable placed in the Report. ZRPVAR.
    3. Now the Variable Time Reference is used. Standard Infoobject 0FISCPER
    which is beginning of period.

    Hi soniya
    Your calculated KF is result of some calculation ...so system will not allow u to do any translation on it...to get CT on CKF you should do it on base key figure...still if you wish to do then you can create a formula variable having processing type a customer exit...write code in cmod to rad exchange rate and multiply ur CKF by this formula variable....
    Thanks
    Tripple k

  • How to create Variables for the Key Figures

    Hi All,
    How to create Variables for the Key Figures
    Thanks
    Bhaskar

    Hi,
    It is not possible to create the variables on Key figures directly. But we can create a formula variable with processing type 'User Entry' ,SO that the user entered value can be used in the calculations of the query.
    With rgds,
    Anil Kumar Sharma .P

  • New Formula as a Key Figure in the New Selection

    Hi,
    In the Cell Editor, is it possible to include the New Formula as the Key Figure in the New Selection?
    Please find below the Cell Editor. I have just given the sample of my requirement.
    Column A                                         Column B
    A1) Net Sales ( Cell Reference)             B1)
    A2)                                             B2) Inventories ( Cell Reference)
    A3)                                             B3) Inventory Days ( New Formula)
    A4)                                             B4)
    My Requirement is in the Cell B4 I want to create a New Selection in which the Key Figure should be the Inventory Days ie the cell B3.
    Is it possible to include and if so how.
    Thanks,
    Rajesh Janardanan

    Hi,
    Yes you can change this display by following path in tcode :spro
    Goto >SPRO>SAP Reference IMG>SAP Netweaver>Business Intelligence>Settings for reporting and analysis>General settings for reporting and analysis--> Set alternative currency display(table RSRCURRDISP).
    Flag = A     After value
    Flag = B     Before value
    hope it helps..
    regards,
    Raju

  • Now to define new formulas for pricing?

    can any one please tell me a business scenario where one needs to define a new pricing formula, and how can one can do that in the system?
    points will be rewarded immediately.
    thanks
    PR

    Hi,
        As our friends suggested you can create new formulas for pricing with the Transaction code VOFM.
    Process is use VOFM(Transaction code)------>in top menu you can see Formulas, select appropriate option in Formulas lke.. Condition base value, Condition Value etc.,
    Please go through detail information:-
    Formulas are represented as FORM routines. They are used in pricing and influence the determination of prices according to predefined rules. You can specify them in pricing control. The following groups of formulas exist:
    Scale base value
    The scale base value includes FORM routines which determine the scale base value according to criteria that are not defined in the standard system. You enter the scale base value in the Scale formula field. A formula for the scale base value can define, for example, that partial quantities are taken into account.
    Condition base value
    Formulas for the condition base value take into account criteria not defined in the standard system. You enter them in the Alternative formula for condition base value field in the pricing procedure. A formula for the condition base value can define, for example, that the condition determination is based on net value or volume.
    Condition value
    Formulas for determining of the condition value include routines which determine the condition value according to criteria not defined in the standard system. You enter the formulas for the determination of the condition value in the Condition formula for alternative calculation type field in the pricing procedure. A formula for the condition value can define, for example, that the system determines the best price for the customer.
    Structure of group key
    Using this menu entry, you can edit routines that determine the base value for the scale value if group conditions are used in pricing. The system then calculates the base for the scale value from more than one document item. You can enter the routines in the Group condition routine field on the screen for defining condition types. A routine for the determination of the scale valuecan define, for example, that only a particular condition type is taken into acount.
    Rounding rules
    Using this entry, you can create and edit FORM routines that carry out a particular type of rounding in the condition record during a price change. A rounding rule could round a price that was increased by 1% to the last two places behind the decimal point, for example.
    Procedure
    To define your own formulas, proceed as follows:
    1. First check whether you can use the formulas delivered with the standard system.
    2. Either overwrite an existing formula or select a group number from the number range reserved for customer modifications (600-699) and enter the corresponding description.
    3. Program the formula in the editor.
    4. Activate the formula.
    5. Enter a long text that describes the meaning of the formula in more detail.
    6. Enter an application if you want to use the formula in a particular application area only (pricing, for example).
    7. Enter the formula in the appropriate place of the control
    NOTE:- to create new routine get Access key from Basis.
    I hope it will help you to define formulas for pricing.
    Regards,
    Venkat

  • PP costing Formula for  work center

    Hello Experts
    I am having issue to set up formula for given below case,
    I have on my work center three parameters, x time (unit: Hr) and   Y Power (unit:kw).
    i want to multiply both the parameters and get the answer in terms of energy Z  (unit: kwh) paramenter.
    so i already define activity type unit with KWH.
    for example:
    From Routing: 
    work center: 1111,
    x: 10
    Y: 20
    so Z= X*Y
           = 10hr * 20kw  = 200kwh
    So which would i apply formula for all 3 parameters to get result 200 kwh? Do i need to assign 3 different formula to X,Y,Z   or   1 formula direct to Z?
    Sooner response highly appreciated
    Thanks
    Nixal

    Dear Nixal,
    Assume this 10 hours is for some base quantity and this value gets changed based on operation(order quantity) means,you can
    check with standard SAP formula SAP006 = Machine * Operation quantity / Base qty.
    In case if the duration 10 hours is for any operation quantity means,then there is no relation between base quantity and
    operation,so you have to assign a formula which has only duration alone.
    Likewise you can decide and select the suitable formula and use the formula key in the costing tab to calculate the cost based on
    the formula selected.
    Regards
    Mangalraj.S

  • Satellite A300 PSAG4A music keys not working

    Hi,
    I am new to this forum and actually Toshiba related problems in general. :P
    I own a Toshiba Satellite A300-PSAG4A laptop running on 32-bit Vista. A few days ago, the Harman/Kardon illumination music keys on it suddenly stopped working. When I'm not using my laptop, I usually put it into Sleep mode and normally wake it up using these touch keys - however for some reason they randomly stopped lighting up and responding.
    I tried the usual - rebooting the laptop and frantically testing the buttons but of course they are not responding. The keys and the laptop in itself have served very well up until now an I can't think of any reason why this is happening now.
    I'm not super-computer savvy however I have done a bit of reading on the topic of these keys and wanted to try reinstalling the Toshiba Value Added Package method - however I could not find the TVAP file anywhere on my laptop.
    Additionally, Toshiba does not seem to offer support for my laptop series (A300-PSAG4A); their download section only caters to the ST series. Please correct me if I'm wrong - I could be searching right or whatever.
    I performed a System Health Report to check if it's a driver-related issue and it came up with the following :
    Two error messages stating that "The device driver for Base System Device has not been installed" and one stating that "The device driver for #UNKNOWN# has not been installed.
    I don't know what any of those mean or if they are relevant to my problem.
    Please help?

    > {quote:title=MisterX wrote:}{quote}
    > Surely they do that I think you searched on a wrong page the A300 PSAG4A seems to be a Toshiba Australian series and therefore you should check Toshiba AU driver page.
    > http://www.mytoshiba.com.au/support/download
    >
    > Here you should find the VAP
    >
    > Would recommend uninstalling the VAP firstly and after new reboot you could install the package again.
    Hi, thanks so much! That was really helpful, I didn't know Toshiba has separate sites for different continents. I live in New Zealand, so that'd be why it's an Australian series.
    However I mentioned earlier that I can't find the VAP file anywhere on my computer. I have since done additional reading up the subject and learned that the package also enables the FN keys - which don't seem to be working at all. I'm pretty sure my laptop doesn't have the file on it (it is second-hand so the previous owner might have uninstalled it) unless there is some special way of searching for it? Where would it normally be located?

  • Changing the formula to a key figure on a query

    Hello All,
    I do not have access to BEx. I would please like to know how to change the formula to a key figure "Total $" in a QD Promo Analysis query (technical name - N03_Q_D_N03_SD_502_0003). Will transaction RSRT take me to the query and eventually the formula so I can change it? If so please give me guidance as this is the first time I go into transaction RSRT. If there is another way please also give guidance.
    Thank you and kind regards
    Keith Kibuuka

    Hi Vishvesh,
    Thank you for your response. Maybe access to BEx was the wrong word - I do have access although I was trying to avoid configuring the SAP logon to add this particular client onto because I have not done this before. My boss has helped me and I have now have "access".
    Therefore from the query designer can you please guide me on how to change the formula to a key figure on a query? Input from all people is also be very much appreciated.
    Thank you and kind regards,
    Keith

  • How to make formula for the list of Charateristic values

    Hi,
    I am working on Cube 0SD_C03 for the Sales and Distribution Report "Product Group Wise Sales Ratio & Sales Based Product Ranking". There I have to use the following formula.
    Sales Ratio=(Total Sales for the Product Group / Its Total sales for month/ year)
    so is there any single formula through which it can be calculated for all Product Groups or I have to make the formula for all Product Group Values?
    Note: For Product Group, I have Biscuits, Chololate, Jelly, Wafers and 15 more elements.
    Regards
    Amit Srivastava

    Are you talking about calculating them as a whole, or having 15 seperate formula's?
    If you want to do it as a whole:
    Have you looked into creating a new set of Key Figures for use to create this formula?  For example, consider creating a new Restricted Key Figure which would contain the Dimension "Product Group" and you would then restrict that dimension to only Biscuits, Chocolate, Jelly, Wafers, etc.
    From there, you can create a new Calculated Key Figure which uses your newly created Restricted Key Figure(which is all product groups) to put together your formula.
    If you want 15 separate formulas you will need to create 15 separate Calculated Key Figures; one with a formula for Biscuits, another for Chocolate, etc.  But then, from here on out you can drag and drop them into any query/report in BEx within 0SD_C03 when you need it.
    If you need assistance on creating new Key Figures you could use this reference on [Working with Calculated and Restricted Key Figures|http://help.sap.com/saphelp_nw70/helpdata/en/46/834ef375e30ad3e10000000a11466f/content.htm]

  • Can we Change the formula for MTBR

    hi i have a requirement where i need to change the formula of MTBR.in the forumla i need to change the 24 hrs to 16 hrs.
    Is it possible?
    In the standard it self.
    Thanks & regards
    Zafar

    Repair), is calculated from the individual history of the equipment. This gives the following formula:
    MTBR=Time of breakdown n -Time of breakdown no. n-length of breakdown no n./number of breakdowns
    The key figure MTBR is calculated in hours.
    The following example shows how the MTBR is calculated:
    Acquisition date of pump A 01.01.94
    First breakdown 10.01.94
    Downtime 10 hours
    Second breakdown 20.01.94
    Downtime 5 hours
    Number of breakdowns 2
    MTBR = (19 * 24 - 10) / 2 or X + Y (hr) / 2
    = (456 - 10) / 2 or (216 + 240 - 10) / 2
    = 223 hours
    The above is the formula for MTBR
    Now in this i want to use only 16 hrs instead of 24 ,is it possible to change..this is the requirement.

  • No split for particular key figure while "Time Distribution in Update Rule"

    Hi experts,
    I wanted to have data in the infocube at day level. Currently it has only week level data. So I used "Time Distribution in Update Rule". Due to this am able to split 0Calweek data at 0calday.
    But while using   "Time Distribution in Update Rule" all key figures are getting split by same way. For e.g. key fig1 has week level data as 100. so after getting split in calday, it is apperaring as (100/7) 14.285 . for every day.
    But i dont want to happen this split for every key figure. For some key figures value "100" should be as it for every field in calday. for e.g. 100 should not get divided by 7 and posted as 100 only for all seven days.
    How can i achieve this? Is it possible if i write formula or routine for particular key figure so that split should not take place for that particular kay figure? Or is there any other to keep exception?
    Please help.
    Thanks

    Hi,
    This is one of the limitation of Time Distribution that you can not have it by individual key figure. Check the below article for more information,
    [http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/e0e1096a-e058-2c10-06b7-c66f9a82a9c8?QuickLink=index&overridelayout=true]
    I think in this case you will have to write individual routine for each key figure instead of Time Distribution approach.
    Regards,
    Durgesh.

  • HT5858 i love the new software update, but my music keys don't work in the control center on lock screen.is it a bug? how can i fix it?

    i updated to iOS 7 and everything was fine.couple a days later the music keys just stopped working in the control center at all. how can i fix this?

    Hello jojohussein92,
    Thank you for using Apple Support Communities!
    I have a couple of recommendations for this issue. First is to force quit all the open apps on the iPhone:
    Double-click the Home button.
    Swipe left or right until you have located the app you wish to close.
    Swipe the app up to close it.
    From: iOS: Force an app to close
              http://support.apple.com/kb/ht5137
    When you have all the apps closed, restart the iPhone:
    iOS: Turning off and on (restarting) and resetting
    http://support.apple.com/kb/ht1430
    If the issue persists after that, then I would try resetting the iPhone.
    If your device stops responding, you can reset it by pressing and holding both the Sleep/Wake and Home buttons for at least ten seconds, until the Apple logo appears.
    Lastly if the issue persists, then I would backup the phone to iTunes, and then before restoring from your backup, I would test the issue. If it works, then restore your backup, and verify the Control Center is still working.
    iOS: How to back up and restore your content
    http://support.apple.com/kb/HT1766
    Take care,
    Sterling

  • N91 - Music Key

    I have bought a Nokia N91 (4GB) edition, v 2.10.013 RM 43 - (N91 08.01). that means the software is uptodate.
    Problem I have is with music files, if I see thru nokie suite or mass media mode I can see the tracks on the drive, I can even see them in "gallery" under "tracks" but when I press "music" key it says "no songs" ... how can I fix it?
    Thank you.
    Currently owns : Nokia N91 / Sony Ericsson P910i / Imate Jasjam

    well it is refresing for the past 10 minutes, for 100+ mb of data does it suppose to take this long? still going on though ...
    Currently owns : Nokia N91 / Sony Ericsson P910i / Imate Jasjam

  • I am confused with N96 Music Keys---

    I have noticed something in the Nokia Nseries web site about new device, N96.
    In the Image gallery, 01st image shows that 04 music control functions around the 05 way navigation key. As the spec mentioned, N96 is a dual slide mobile phone and one slide is totally dedicated for music. Question 01 – Why 08 keys for same function?
    If you noticed in the 02nd last picture in the same image gallery, there are no music control keys around the 05 way navigation key. Question 02 – Can we manually assign programs to these 04 keys then?
    You can see this difference in the N96 official video too.

    Also these keys works both with VIDEO and MUSIC or PODCASTS (Video or Audio) or FLASH so that they control whatever media you have playing at the time.
    In portrait mode it works like the N81 in landscape mode it works like the N95.
    After using the N95 and N81 both, I can understand why some think this is a good idea and also why some people think this is not a good idea.
    I prefer to have the Controls sepparate than the rocker so while I'm driving I can skip songs or pause without having to press twice (like you have to do in N95 rocker).
    Plus in N95 you can't control the music if it's playing in the background so this is actually quite good.
    640K Should be enough for everybody
    El_Loco Nokia Video Blog

Maybe you are looking for

  • Excise Invoice is captured with another Purchase Order

    Hi We have a scenrio, transfer the material from debond plant to mfg plant after imported material in kept in Bonding area. STO po is raised to from imported plant to mfg plant with Imported duties as delivery costs. Bill of entry is provided for all

  • How can I...

    I have a page with an input field where a user scans in a Serial Number and then presses a button. When the button is pressed I would like to use AJAX to quickly see if the SN exist in my inventory table. If so then display a big green checkmark (or

  • Need some Help in BAPI_PO_CHANGE

    Hi experts, I'm using BAPI_PO_CHANGE to upload service numbers for 1 framework order, but it is not working, so does anybody can give me some codes for me as reference? I couldn't remember the error message becoz im at home now. Thanks & regards

  • Assert domain name protocol error?????

    I have just updated to the latest update of Muse. I went to FILE - EXPORT HTML which I normally do, so I can copy files into a folder It starts to download the files for the web and at the very end of the process Muse crashes and I get this message A

  • Is anyone working to fix Firefox "The proxy server is refusing connections" problem?

    Or, should we who are affected ditch Mozilla products and go back to the dark side?