Hi Royce and thank you for reply. I downloaded both, the converter, great! and the Secret BC... What you wrote me, makes sense, but I must read and understand what you're trying to tell me... What I wanted to do was to assign a pot to software sequencer (M185) that has a note length in ms 0 to 10 000. The converter works like magic, but I must see how to do this, to write it etc...I'm a bit of a n00b here... Than you for your help, appreciate it. Best Karel ________________________________ From: Royce <rpcfender@...> To: bc2000@yahoogroups.com Sent: Tuesday, 7 June 2011, 2:31 Subject: [bc2000] Re: More then 127? Yes You can assign a range of 0 to 16,383 All Midi data can only be in 7bits per byte so to go over 127 you need 2 bytes In hex 00 = 0 01 = 1 ... 7E = 126 7F = 127 01 00 = 128 01 01 = 129 01 01 = 130 ... 7F 7E = 13,382 7F 7F = 13,383 As the number is made from two 7 bit bytes we call them 14 bit numbers There is a PC program in the files area to convert from decimal to hex and 14 bit hex in the files area How it is is done depends on what you want to do. See my document 'Secret BC.pdf' in the files area and/or Mark's excellent and complete document on his web site for how this can be done on the BC. Hope this helps Royce --- In bc2000@yahoogroups.com, "s_y_nagual" <s_y_nagual@...> wrote: > > Hi all, > is there a way to assign a value, (more then 127) let's say 255 to a pot on BCR? > The default is 127... > > TIA:) >
Message
Re: [bc2000] Re: More then 127?
2011-06-07 by karel skakal
Attachments
- No local attachments were found for this message.