MSB/LSB Bank Change Business ???

I'm trying to get LPX to send one of my external MIDI devices a bank change command. 
How do I do this? 
The manual for my MIDI device (Yamaha MOXF8) says that the way to have the device change banks is by sending the following (Values are in Hexadecimal):
MSB=00, LSB=00 for GM Voices
MSB=3F, LSB=00 for Preset 1 Voices
MSB=3F, LSB=01 for Preset 2 Voices
MSB=3F, LSB=02 for Preset 3 Voices
I understand the meaning of MSB and LSB (Most Significant Byte and Least Significant Byte both making 16 bits).
I guess what I don't understand is how to get LPX to send these commands.
Ideas? 
Thanks
-Mike

LSB and MSB are part of the Continuous Controller command set.   So you would send LSB and MSG as CC (Controller commands)
MIDI Control Change Messages – Continuous Controllers
MIDI CC Number
MIDI CC
Purpose
MIDI CC
Description
MIDI CC
0
Bank Select
Allows user to switch bank for patch selection. Program change used with Bank Select. MIDI can access 16,384 patches per MIDI channel.
MIDI CC
1
Modulation
Generally this CC controls a vibrato effect (pitch, loudness, brighness). What is modulated is based on the patch.
MIDI CC
2
Breath Controller
Often times associated with aftertouch messages. It was originally intended for use with a breath MIDI controller in which blowing harder produced higher MIDI control values. It can be used for modulation as well.
MIDI CC
3
Undefined
MIDI CC
4
Foot Controller
Often used with aftertouch messages. It can send a continuous stream of values based on how the pedal is used.
MIDI CC
5
Portamento
Time
Controls portamento rate to slide between 2 notes played subsequently.
MIDI CC
6
Data Entry Most Significant Bit(MSB)
Controls Value for NRPN or RPN parameters.
MIDI CC
7
Volume
Control the volume of the channel
MIDI CC
8
Balance
Controls the left and right balance, generally for stereo patches.
0 = hard left, 64 = center, 127 = hard right
MIDI CC
9
Undefined
MIDI CC
10
Pan
Controls the left and right balance, generally for mono patches.
0 = hard left, 64 = center, 127 = hard right
MIDI CC
11
Expression
Expression is a percentage of volume (CC7).
MIDI CC
12
Effect Controller 1
Usually used to control a parameter of an effect within the synth/workstation.
MIDI CC
13
Effect Controller 2
Usually used to control a parameter of an effect within the synth/workstation.
MIDI CC
14
Undefined
MIDI CC
15
Undefined
MIDI CC
16 – 19
General Purpose
MIDI CC
20 – 31
Undefined
MIDI CC
32 – 63
Controller 0-31 Least Significant Bit (LSB)
MIDI CC
64
Damper Pedal /
Sustain Pedal
On/Off switch that controls sustain. (See also Sostenuto CC 66)
0 to 63 = Off, 64 to 127 = On
MIDI CC
65
Portamento On/Off Switch
On/Off switch
0 to 63 = Off, 64 to 127 = On
MIDI CC
66
Sostenuto On/Off Switch
On/Off switch – Like the Sustain controller (CC 64), However it only holds notes that were “On” when the pedal was pressed. People use it to “hold” chords” and play melodies over the held chord.
0 to 63 = Off, 64 to 127 = On
MIDI CC
67
Soft Pedal On/Off Switch
On/Off switch
- Lowers the volume of notes played.
0 to 63 = Off, 64 to 127 = On
MIDI CC
68
Legato FootSwitch
On/Off switch
- Turns Legato effect between 2 subsequent notes On or Off.
0 to 63 = Off, 64 to 127 = On
MIDI CC
69
Hold 2
Another way to “hold notes” (see MIDI CC 64 and MIDI CC 66). However notes fade out according to their release parameter rather than when the pedal is released.
MIDI CC
70
Sound Controller 1
Usually controls the way a sound is produced. Default = Sound Variation.
MIDI CC
71
Sound Controller 2
Allows shaping the Voltage Controlled Filter (VCF). Default = Resonance -
also(Timbre or Harmonics)
MIDI CC
72
Sound Controller 3
Controls release time of the Voltage controlled Amplifier (VCA). Default = Release Time.
MIDI CC
73
Sound Controller 4
Controls the “Attack’ of a sound. The attack is the amount of time it takes forthe sound to reach maximum amplitude.
MIDI CC
74
Sound Controller 5
Controls VCFs cutoff frequency of the filter.
MIDI CC
75
Sound Controller 6
Generic – Some manufacturers may use to further shave their sounds.
MIDI CC
76
Sound Controller 7
Generic – Some manufacturers may use to further shave their sounds.
MIDI CC
77
Sound Controller 8
Generic – Some manufacturers may use to further shave their sounds.
MIDI CC
78
Sound Controller 9
Generic – Some manufacturers may use to further shave their sounds.
MIDI CC
79
Sound Controller 10
Generic – Some manufacturers may use to further shave their sounds.
MIDI CC
80
General Purpose
MIDI CC Controller
Generic
On/Off switch
0 to 63 = Off, 64 to 127 = On
MIDI CC
81
General Purpose MIDI CC Controller
Generic
On/Off switch
0 to 63 = Off, 64 to 127 = On
MIDI CC
82
General Purpose
MIDI CC Controller
Generic
On/Off switch
0 to 63 = Off, 64 to 127 = On
MIDI CC
83
General Purpose MIDI CC Controller
Generic
On/Off switch
0 to 63 = Off, 64 to 127 = On
MIDI CC
84
Portamento CC Control
Controls the amount of Portamento.
MIDI CC
85 – 90
Undefined
MIDI CC
91
Effect 1 Depth
Usually controls reverb send amount
MIDI CC
92
Effect 2 Depth
Usually controls tremolo amount
MIDI CC
93
Effect 3 Depth
Usually controls chorus amount
MIDI CC
94
Effect 4 Depth
Usually controls detune amount
MIDI CC
95
Effect 5 Depth
Usually controls phaser amount
MIDI CC
96
(+1) Data Increment
Usually used to increment data for RPN and NRPN messages.
MIDI CC
97
(-1) Data Decrement
Usually used to decrement data for RPN and NRPN messages.
MIDI CC
98
Non-Registered Parameter Number LSB (NRPN)
For controllers 6, 38, 96, and 97, it selects the NRPN parameter.
MIDI CC
99
Non-Registered Parameter Number MSB (NRPN)
For controllers 6, 38, 96, and 97, it selects the NRPN parameter.
MIDI CC
100
Registered Parameter Number LSB (RPN)
For controllers 6, 38, 96, and 97, it selects the RPN parameter.
MIDI CC
101
Registered Parameter Number MSB (RPN)
For controllers 6, 38, 96, and 97, it selects the RPN parameter.
MIDI CC
102 – 119
Undefined
MIDI CC 120 to 127 are “Channel Mode Messages.”
MIDI CC
120
All Sound Off
Mutes all sounding notes. It does so regardless of release time or sustain. (See MIDI CC 123)
MIDI CC
121
Reset All Controllers
It will reset all controllers to their default.
MIDI CC
122
Local On/Off Switch
Turns internal connection of a MIDI keyboard/workstation, etc. On or Off. If you use a computer, you will most likely want local control off to avoid notes being played twice. Once locally and twice whent the note is sent back from the computer to your keyboard.
MIDI CC
123
All Notes Off
Mutes all sounding notes. Release time will still be maintained, and notes held by sustain will not turn off until sustain pedal is depressed.
MIDI CC
124
Omni Mode Off
Sets to “Omni Off” mode.
MIDI CC
125
Omni Mode On
Sets to “Omni On” mode.
MIDI CC
126
Mono Mode
Sets device mode to Monophonic.
MIDI CC
127
Poly Mode
Sets device mode to Polyphonic.

Similar Messages

  • Help with controlling Bank changes on Yamaha S90ES from Logic

    Can anyone please help me with getting Logic to control the bank changes on this beast. I have it controlling the patch changes no problem it is just the bank changes I need thanx

    Yeah, I'm a bit confused too. Assuming your keyboard is sending bank/program changes in the same format is receiving them, Logic will just record your data, and play it back as the keyboard sent it.
    Logic is ignoring bank changes sent from my Korg Triton.
    So, when recording into a region, you only get program changes, and not bank changes in your recorded data?
    However, Logic is sending bank changes to the Triton perfectly.
    From playing back a sequence recorded from program changes generated by the keyboard, or using Logic's bank/program change parameters in the instrument parameters?
    If I use my keyboard to set the instrument, Logic sets the program,
    but the bank is ignored.
    I don't understand what you mean by "Logic sets the program".
    n the event list, the incoming data looks as standard as could be:
    my keyboard is sending a bank MSB and LSB, via events 0 and 32,
    followed by a program change,
    And you are saying that if you play that back, the keyboard doesn't change sounds correctly?
    followed by a sysex "66/48" which I assume identifies the source
    of the message (the Korg).
    You can't assume anything - it could be anything. It could be a sysex patch dump of the patch, or it could be some mode setting. You'd need to read the keyboard manual to find out what it is.
    So the question is: how do I get Logic to PAY ATTENTION to the
    darn bank change being sent by my keyboard?
    I really don't understand what you mean by "PAY ATTENTION". If you squirt MIDI data at Logic, Logic will record it into a region, and then play it back, as would all sequencers. What should Logic do differently?

  • House Bank change

    Hi All!
    I have a user that has a new house bank they have set this up in SAP, However when they run the payment wizard, the old bank information is still present. I am at a loss as to how to correct this issue. Are they going to have to go into every BP they have and change it manually?
    Than you in advance for your assistance.
    Chris Sorensen

    Hrmm okay...
    You should be able to use DTW to update the House Bank for Business Partners, instead of doing it one by one.
    Kind Regards,
    Nick Lakasas

  • Vendor Bank changes affect House Banks

    Hi,
    We noticed that users with Bank Maintenance authorization (TCode FI02) for changing vendor bank details are able to change "House Bank data", e.g. vendor bank is also a house bank  -> a user changes the vendor bank details (e.g. SWIFT code for a given bank) in the Vendor Master Change-screen (Change Vendor XK02 -> Payment Transaction -> Bank Data) --> result: it also changes the SWIFT code in the House Bank.
    Does someone know what the relationship between Vendor Banks and House Banks looks like (Table BNKA vs Table T012) ?
    What would be the best approach to restrict "House Bank Changes"? (e.g. if a user changes a vendor bank that is a house bank as well a Warning message should show up - check against table T012)
    Did somebody face the same issue?
    Any comments are highly appreciated!
    Many Thanks,
    Jason

    Fields in Vendor Master data can be defined as Sensitive fields, so that when a user changes a field in the Vendor Master data, it will be blocked for payments and also that the changes need to be confirmed by another user.
    For Settings SPRO -> Financial Accounting -> AR and AP -> Vendor Accounts -> Master Data -> Preps for Creating Vendor Master data -> Preparations for Creating Vendor Master Data -> Define Sensitive Fields for Dual Control (Vendors)
    For Confirmation of Changes -> Easy Access -> Accounting -> Financial Accounting -> Accounts Payable -> Master Records -> Confirmation of Changes -> Single (T-Code FK08)

  • Bank changes on Yamaha S90ES

    Can anyone please help me with getting Logic to control the bank changes on this beast. I have it controlling the patch changes no problem it is just the bank changes I need thanx

    I use the logic environment found at sniney.com.
    http://www.sninety.com/S_Mart/
    Powermac G4 dual 1.42 Ghz   Mac OS X (10.3.9)  
    Powermac G4 dual 1.42 Ghz   Mac OS X (10.3.9)  

  • Changing business area on a cost center

    We mainly use HR, but we use some FI/CO for accounting.  (I am no expert in FI/CO whatsoever - so please excuse any incorrect terms).
    Our users have entered incorrect business area to a cost center.
    This business area is now registered on employees, and payroll/posting has been run up unitil October 2010.
    If I try to change business area from 01.11.2009 (realize it is probably not good to change earlier due to postings); I get the following error message: "Field change Business Area is not possible (transaction data already exists)"
    In addition, the message says: If you still want to change the object, select a suitable change interval by choosing "Edit -> Analysis period...".  However, trying to change the analysis period I am told I have to choose year end.
    My questions are:
    1. Is there a way I can change business area from 01.11.2009 ?
    2. Is there a way to change area earlier - and if so, what are the impacts+
    I appreciate any help
    Kirsten
    Edited by: Kibo on Oct 11, 2009 2:44 PM

    Hi Kirsten,
    Normally, it's not possible to change business area during a fiscal year once there is already postings in this Fiscal Year.
    The reason is to make sure that there is no change within the fiscal year since you then would have different postings - cost center belonging to different business areas within the same fiscal year. Meaning that it is possible to change the business area for the next fiscal year like described in the long text of the error message KS134. The reason is that it is to avoid inconsistency update of the table (COSS, COEP, or COSP).
    Although, If the following requirements are met, than it is is possible to change the business area during a fiscal year with the
    help of the note 62716:
    1.  The change interval is set to period limits
    2.  There is no dependent actual transaction data in the change interval
        or afterwards.
    3.  There must already be an analysis period for the respective cost
        center which starts on the first day of the chosen period. If this
        is not the case, you can create one with 'Change cost center'
    If the requirements are met, you can run the report RKACOR06 in SE38
    safely. I recommend you to execute the report first with Test Run on
    your test system.
    Regards,
    Greta

  • How to change Business partner PERSON in GTS system

    Hi,
    I have developed an program to create business partner (Person, Contact person and Organization). But now I have to include code for changing Business partner.
    I have used BAPI_BUPA_FS_CREATE_FROM_DATA2   BAPI for Person creation. But now I am not finding any BAPI to change PERSON business partner.
    Let me know a BAPI or any other way to change PERSON BP.
    Thanks
    Atanu Das

    Hi experts,
    I am facing the exact same issue and was wondering:
    1.  Are there specific authorization objects that I can use to limit access on the web UI based on BP roles?  I found authorization object B_BUPA_RLT.  But does this work for just SAP GUI or web GUI as well?
    2.  I have read threads relating to another solution, to use a BADI to alternate configuration views.  Are there any other alternative solutions that are purely configuration based?
    Vinay,
    Could you provide details on which solution you eventually went with to solve your problem?
    Thanks,
    jo

  • To change business partner ( RFC enabled  Function Module )in CRM.

    Hi All;
    While sending a Business partner from R/3 to CRM. I would like to change business partner ( RFC enabled  Function Module )in CRM.
    Is there any exit or a BAdI which i can use to do this?
    Regards
    Yusuf Dagyeli
    Message was edited by: Yusuf Dagyeli
    Message was edited by: Yusuf Dagyeli

    Hi RAMS,
    1. Under the SWCV Go to the Imported Objects.
    2. Right click on the RFC and click on the Import of SAP object.
    3. Give the logon server name, system number the user name and pasword.
    4. Select the RFC u want to import.
    5. Execute the import and the RFC is imported under the SWCV.
    Now u can use this Imported RFC in the scenarios of that SWCV.
    Regards
    Santhosh
    Remember to set the thread to solved when you have received a solution

  • Change business are in cost center

    Hi
    How to change business are in the already created cost center ???? Pls advice
    Thanx

    Hi
    SAP note 62716 covers this process to change BA if data already exists:
    I have copied below in case you dont have access to notes:
    Symptom
    When you attempt to change the company code or the business area in the master record of the cost center, the system displays message KS020 or KS134 because dependent data already exists, or the system displays message KS021 because the change interval is not set to the year limits.
    Enhancement: As of Release 4.6C the report RKACOR06 is enhanced so that you can also change the master data from business processes (CO-ABC, Activity Based Costing) correspondingly.
    Reason and Prerequisites
    For actual postings, the company code is updated in the document. It is therefore not possible to change the company code of the participating account assignment (for example cost center) later on.
    The checks for dependent data, however, are carried out on year level. For this reason, it is not possible to change the company code or the business area during the fiscal year.
    Solution
    Using report RKACOR06, you can also make changes to the company code and the business area in the master record of the cost center during the fiscal year if the following requirements are met:
    1. The change interval is set to period limits
    2. There is no dependent actual transaction data in the change interval or afterwards.
    3. There must already be an analysis period for the respective cost center which starts on the first day of the chosen period. If this is not the case, you can create one with 'Change cost center' - KS02 (for example, by changing the cost center manager).
    If the system contains dependent planning data in a plan integrated version, any respective profit centers and extended general ledgers that exist must be restructured. For profit center accounting, you can use Transaction 1KE0 for this purpose.
    Caution! If you change the company code of a cost center, a reversal of a posting in a different period can no longer be carried out if the cost center is assigned to another company code in the reversal period.
    Report RKACOR06 is contained in the standard system as of Release 3.1I.
    For prior releases, you can download the report from the FTP server sapserv3 from the directory /general/R3server/abap/note.0062716.
    Report RKACOR06 does not generate any change pointers. Thus, if you want to send the change of cost centers via ALE, use Transaction BD16.
    If you cannot change the BA for some other reason, please provide details.
    Regards, Elaine

  • Bank changes .... Aargh!!!

    Hi I have a nord modular G2 and I am having real trouble getting logic to recognise its bank changes. I can change bank on the G2 from logic with no problem. I have defined custom bank messages (in Logic) for the G2 so they identically match the G2's own. I can record and play bank changes, with no problem. And yet, when I change banks within the G2's own navigator logic does not recognise it as a bank change.
    Please help, matt

    Can you see the bank changes coming into Logic (transport window)?
    If yes, you most likely have a problem with your environment. Load up an untitled song (hold down ctrl (or was it option?) while choosing file-> new) and try to record the Bank chenges without any changes to that song. If that works, you should consider making a new autoload.
    cheers
    Martin

  • Change Business Address in VAP2

    Hi,
    I want to change data in business address of the contact person(VAP2). Can you help me with standard Bapi/FM to change business address data.
    - RK

    Hi Avinash,
    I called 'ISA_CHANGE_CONTACT_PERSON' FM passing Contact person number and the gave different Telephone number. FM returned saying no batch input data for screen SAPLSZA1 0201. I think this FM is used to change the communication address data not the business address. Please correct me if i am wrong....

  • Change business role for a user badi

    is there any badi to change a business role assigned to a user dynamically i want to change...
    inputs will be highly appreciated. i want to change the business role based on some condition...
    some thing like component_loading, where we can change the enhancement set.. i am looking for similar kind of thing for changing business role...
    thanks in advance.

    Hi Niraja,
    Did check these BADIs
    BUPA_ROLE_CHECK
    BUPA_ROLE_EXPORT
    BUPA_ROLE_IMPORT
    BUPA_ROLES_UPDATE
    Regards,
    Raghu

  • Program/Bank Changes...

    Another odd one, I'm afraid.
    I have a number of external synths and modules that I control from Logic Pro 8 (all patched up). Most of these respond properly to inline program/bank changes (CC0/CC32/PRnum) - but one doesn't - the WaveStation. It does respond correctly in Cubase, so I don't think there's an issue with the Audio/Midi setup. What is even odder is that if I use the bank/program change lists, the program on the WS changes straight away, so Logic must be communicating the bank/program changes at some level to the WS - it just won't do it as part of a track, with a part just having the three MIDI events in it.
    Anyone got any ideas?

    Hi,
    Make sure you are transmitting on MIDI ch 2. This channel is usually used for changing programs, doing automation, etc...
    Cheers

  • How to migrate changed Business Scenarios from Template Project to Solution

    SAP Solution Manager - How to migrate changes in Business Scenarios from Template Project to Solution?
    Our Global ASAP strategy is based upon a Template Project, Implementation Project, Maintenance Project and Solution with Business Scenarios.
    Changes in the Template Project for existing and new Business Sceanarios, etc. are correctly executed. Up till now we have successfully implemented our Template Project and secondly extended our Business Scenarios from 4 to 14. Our 3rd upcoming change will be changes on Business Scenarios as well. These planned changes for the Business Scenarios need to be consistent, possibly without manual intervention.
    During a Proof of Concept (PoC) in our Sandbox (SXB) we have identified a possible serious problem when trying to publish these changes in Business Scenarios in the Template Project to the Solution. SAP Solution Manager (SSM) does not seem to support a scenario where Business Scenarios in the Solution can be refreshed or updated with changed Business Scenarios in the Template Project.
    We have identified 2 possibillities:
    1.     Manual project upgrade
    1.1.     Synchronize the changes for the Template Project normally;
    1.2.     Delete the changed Business Scenarios from step 1.1 in the Solution;
    1.3.     Add the changed Business Scenarios from step 1.1 into the Solution.
    For this scenario we foresee a big problem because all Content and Issues connected to the old Solution Business Scenarios loose their coupling with the Solution.
    For the Content this may not be a real problem because the Content is also available in the Template Project.
    However the Issues are loosely coupled to the Solution Scenarios and therefore need to be coupled manually to these processes.
    2.     Manual changes using Maintenance Project
    2.1.     Synchronize the changes for the Template Project normally;
    2.2.     Publish all changes from step 2.1 in the Template Project
    2.3.     Add all new Content from step 2.1 to the structure of the Maintenance Project;
    2.4.     Relocate Content and Issues when the Business Scenario has been relocated.
    Because SSM does not support this activity we need to delete this Business Scenario first and secondly re-create it again on the correct spot.
    Our question: How has SAP done this in other customer projects?
    We need to have a working solution by the end of March, 2009.
    Best regards,
    Peter Hendriksen

    Peter,
    Did you get an anwer to this question from SAP?
    Rgds,
    Eamonn.

  • Knowledge of Bank's business

    hi ebery body,
    iam sujatha.i got a mail from systel.they want knowledge on banks business.pls any body provide some material related to banks business and wat is the actual process in bw and how u are going to implement the activities related to banking services.
    thanks
    sujatha.

    Hi sujatha,
    If u use the following links, u can get overall idea regarding bank's business...after u got it, automatically <b>systel</b> will appreciate u.
    http://help.sap.com/saphelp_nw70/helpdata/en/51/004fa1decbfa4fbd2df3b8e506ce9f/frameset.htm
    http://help.sap.com/saphelp_nw70/helpdata/en/65/da2999556d6147b20b8ac9b2976b1c/frameset.htm
    http://www.sap.com/industries/banking/businessprocesses/index.epx
    http://www.sap.com/industries/banking/pdf/BWP_SB_Best_Run_Banks.pdf
    http://download.sap.com/download.epd?context=4979A6ADCE07194243DE271729E417765BD6B7309F1306FA32A84C28C61D4AB37C4EE7672D084D13298FCC580D3B1CD8E2F8823B61D2F32E
    with hopes
    Raja Singh

Maybe you are looking for