|  | | 
01-19-2013, 10:50 AM
|  | Registered User | | Join Date: Sep 2010 Location: Pittsburgh, PA | | | Yeah, thanks for the hard work Skrogh. FWIW, I can get the upload to work with repeated attempts. It is a really cool feature and definitely deserves a firmware update, if thats what it needs to make it work flawlessly.
This is also the first time I've been able to customize the step sequencer on my mac. Unless that exists somewhere that I don't know about. | 
01-19-2013, 12:17 PM
| | Registered User | | Join Date: Jan 2010 Location: Denmark | | Quote:
Originally Posted by M Sterling Yeah, thanks for the hard work Skrogh. FWIW, I can get the upload to work with repeated attempts. It is a really cool feature and definitely deserves a firmware update, if thats what it needs to make it work flawlessly.
This is also the first time I've been able to customize the step sequencer on my mac. Unless that exists somewhere that I don't know about. | What do you mean by repeated attempts? and do the dials update too?  | 
01-19-2013, 01:03 PM
|  | Registered User | | Join Date: Sep 2010 Location: Pittsburgh, PA | | Quote:
Originally Posted by Skrogh What do you mean by repeated attempts? and do the dials update too?  | Well, when I first hooked up to it yesterday I could get the patch to transfer to the pedal by this method:
-set the GUI to the settings I want
-select the upload option and click MIDI
-if the lights on the pedal did not change to indicate the preset was loaded, bypass the pedal, re-engage and then try again.
-When the preset transferred, the lights on the pedal reflected all of the changes
It usually worked within 3-5 attempts. I may have time this weekend to try again and see if it behaves the same.
FYI I'm using a mid-2011 iMac with a presonus firestudio project as the interface. | 
01-19-2013, 02:06 PM
| | Registered User President, Source Audio | | Join Date: Apr 2009 Location: Woburn, MA | | Skrogh will be looked after one way or the other  | 
01-21-2013, 01:04 PM
| | Registered User | | Join Date: Jan 2010 Location: Denmark | | I've added some new features to the GUI:
*Multiwave Bass Distortion Pro has been added, but without the upload feature.
*The encoding for the "share" function has been changed, allowing stuff like this: My super cool overdrive sound!!
you just have to pass "?data=" and the the save string after the URL. like so: Code: https://dl.dropbox.com/u/76469285/HTML5/index.html?data=MBP6FzyA1D-30o6yM9Z0W Don't be to eager sharing settings this way yet though; the encoding might still change a bit.
That's all for this update. Next one will hopefully have the full Pro-line (minus poly-mod filter). and a way to slide through MIDI-devices if you have so many that they fill the screen.
I won't look further into the upload feature, until after NAMM. But I'll sure look at it then. | 
01-21-2013, 02:28 PM
| | | | Aha, looks promising ! | 
01-22-2013, 06:21 PM
| | Registered User | | Join Date: Jun 2009 Location: Amadora, Portugal | | | First let me say, amazing job so far Skrogh, tomorow I'll test it and report anything that might happen.
Since it was brought up here, how would a firmware update work on this pedal? I'm asking because I have some stuff that can be updated via MIDI, and other that require a new EPROM to be installed.
Also, you might know this, is there a way to access the VA parameter with MIDI CC?
__________________
LTD B-1006 # Ashdown Little Giant 1000 # SourceAudio BMD Pro & BEF Pro # MXR Bass Compressor # TC Electronic BC210 and BC212 || Behringer V-AMP Squad Member #3
| 
01-22-2013, 11:21 PM
| | Registered User President, Source Audio | | Join Date: Apr 2009 Location: Woburn, MA | | Quote:
Originally Posted by kurotenshi First let me say, amazing job so far Skrogh, tomorow I'll test it and report anything that might happen.
Since it was brought up here, how would a firmware update work on this pedal? I'm asking because I have some stuff that can be updated via MIDI, and other that require a new EPROM to be installed.
Also, you might know this, is there a way to access the VA parameter with MIDI CC? | Firmware updates can be done via the MIDI port. | 
01-23-2013, 02:28 PM
| | Registered User | | Join Date: Jun 2009 Location: Amadora, Portugal | | | Have not tested the upload feature yet but I had to come here and say (what is obvious) it works really well on the ipad.
Edit:
Upload also does not work for me. On iPad obviously because no jazz plugin. On chrome I send to TASCAM iU2 and nothing.
__________________
LTD B-1006 # Ashdown Little Giant 1000 # SourceAudio BMD Pro & BEF Pro # MXR Bass Compressor # TC Electronic BC210 and BC212 || Behringer V-AMP Squad Member #3
Last edited by kurotenshi : 01-23-2013 at 02:52 PM.
| 
01-24-2013, 11:30 AM
| | | Quote:
Originally Posted by kurotenshi Have not tested the upload feature yet but I had to come here and say (what is obvious) it works really well on the ipad.
Edit:
Upload also does not work for me. On iPad obviously because no jazz plugin. On chrome I send to TASCAM iU2 and nothing. | indeed : upload isnt working for the time being - the pedal needs a firmware update (after NAMM ) | 
01-24-2013, 11:40 AM
| | Registered User | | Join Date: Dec 2005 Location: Chicago | | | Oh,oh.. Now I have a reason to learn how to use a modern MIDI : )
Very cool looking so far. Thanks, Skrojh! | 
01-28-2013, 07:09 PM
| | Registered User | | Join Date: Jan 2010 Location: Denmark | | | Minor update. All pro models except the PolyMod Pro added.
BEFP send semi-functional preset message again. The rest sends some test gibberish. | 
01-29-2013, 03:47 AM
| | Registered User | | Join Date: Jun 2009 Location: Amadora, Portugal | | | Skrogh, don't know if you'd like to talk this here or by PM but, I've looked at the code and I was wondering, you have the controls numbered and then the message you send is also numbered. Does the control numeration correspond to the word numeration on the MIDI message?
__________________
LTD B-1006 # Ashdown Little Giant 1000 # SourceAudio BMD Pro & BEF Pro # MXR Bass Compressor # TC Electronic BC210 and BC212 || Behringer V-AMP Squad Member #3
| 
01-29-2013, 05:06 AM
| | Registered User | | Join Date: Jan 2010 Location: Denmark | | | I'm not sure I quite understand you. The controlls are put in an array; when the midi out function is called, the controls are asked to give their positon in the order the sysex message requires it; but this has nothing to do with their position in the array (the number in []).
It is not sending cc's
I hope that answers the question?
But please don't look too much at the code, its waay too messy xD | 
01-29-2013, 10:53 AM
| | Registered User | | Join Date: Jun 2009 Location: Amadora, Portugal | | Don't worry, I wouldn't do better
Yes, I was asking about the numbers in []. When you define the controls you put numbers in [] and that is their position in the array right? Then I have to see where each on is "called" on the SysEx array. Is that it?
__________________
LTD B-1006 # Ashdown Little Giant 1000 # SourceAudio BMD Pro & BEF Pro # MXR Bass Compressor # TC Electronic BC210 and BC212 || Behringer V-AMP Squad Member #3
| 
01-29-2013, 11:39 AM
| | Registered User | | Join Date: Jan 2010 Location: Denmark | | Quote:
Originally Posted by kurotenshi Don't worry, I wouldn't do better
Yes, I was asking about the numbers in []. When you define the controls you put numbers in [] and that is their position in the array right? Then I have to see where each on is "called" on the SysEx array. Is that it? | Yes. May I ask why? | 
01-29-2013, 11:49 AM
| | Registered User | | Join Date: Jun 2009 Location: Amadora, Portugal | | | The whole story is I'm contemplating upgrading my FCB1010 MIDI pedalboard with the Gordius LG-FCB pack. This will allow me to send anything, even SysEx messages from the pedalboard.
My plan is to use this feature to access internal parameters that are not available by CC. The thing is, I already have the 6 presets on the MWBD in use and sometimes I would like to "use this preset but just with a bit different EQ" or something.
Truth is, none of this might even happen but I'd like to have the knowledge to make it possible.
__________________
LTD B-1006 # Ashdown Little Giant 1000 # SourceAudio BMD Pro & BEF Pro # MXR Bass Compressor # TC Electronic BC210 and BC212 || Behringer V-AMP Squad Member #3
| 
01-29-2013, 01:24 PM
|  | Registered User | | | | Quote:
Originally Posted by kurotenshi The whole story is I'm contemplating upgrading my FCB1010 MIDI pedalboard with the Gordius LG-FCB pack. This will allow me to send anything, even SysEx messages from the pedalboard.
My plan is to use this feature to access internal parameters that are not available by CC. The thing is, I already have the 6 presets on the MWBD in use and sometimes I would like to "use this preset but just with a bit different EQ" or something.
Truth is, none of this might even happen but I'd like to have the knowledge to make it possible. | You should be able to do this. I had posted this: 
Asking about undocumented CC's and Roger replied that this can be done, wait for them to get all done in NAMM and check some code. Using Midi designer I setup templates of all the pedal and even with the published CC's it is works pretty well. The backpage stuff would be very handy to have in this type on UI. | 
01-29-2013, 01:29 PM
| | Registered User | | Join Date: Jun 2009 Location: Amadora, Portugal | | Quote:
Originally Posted by Gadgetjunky You should be able to do this. I had posted this: 
Asking about undocumented CC's and Roger replied that this can be done, wait for them to get all done in NAMM and check some code. Using Midi designer I setup templates of all the pedal and even with the published CC's it is works pretty well. The backpage stuff would be very handy to have in this type on UI. | Wow, MIDI designer extraordinaire
__________________
LTD B-1006 # Ashdown Little Giant 1000 # SourceAudio BMD Pro & BEF Pro # MXR Bass Compressor # TC Electronic BC210 and BC212 || Behringer V-AMP Squad Member #3
| 
02-03-2013, 03:38 AM
| | | | so... any time frame for the Firmware to be released ? | | Thread Tools | Search this Thread | | | |
Posting Rules
| You may not post new threads You may not post replies You may not post attachments You may not edit your posts HTML code is Off | | | |