ADA Depot - A Forum To Support Users of ADA Amplification Gear

Please login or register.

Login with username, password and session length
Advanced search  

News:

Temp "Time Format" issue Fix in Discussions

Pages: 1 ... 8 9 [10] 11 12 13   Go Down

Author Topic: ADA MP-1 Digital Modification  (Read 77129 times)

0 Members and 2 Guests are viewing this topic.

Griphook

  • Full Member
  • ***
  • Offline Offline
  • Posts: 215
  • Less is more? More is more!
Re: ADA MP-1 Digital Modification
« Reply #135 on: Time Format »

I reached the 1000 rows of code :banana-rock:

Only a little bit of Layouting and Designing and the Editor is ready to go  :)

Implemented are the MP-1 and the MP-1 Classic. Did not manage to test with the Classic, but the file structure is correct(Maybe I have to adjust the Commands)

Here is a little Sneak-Peak of the Layout.
Logged

MarshallJMP

  • Superhero Member
  • ******
  • Offline Offline
  • Posts: 4702
    • marshalljmpmodshop.net
Re: ADA MP-1 Digital Modification
« Reply #136 on: Time Format »

Looks great, I have a classic,so if you want me to test it out for you, just let me know.
Logged

vansinn

  • Guest
Re: ADA MP-1 Digital Modification
« Reply #137 on: Time Format »

I reached the 1000 rows of code :banana-rock:

So, another 9000 lines to go, and it you find only one error in those 10.000 lines, your code may be classified as man-rated - meaning that a astronaut's life may depend on it.
With all the bugs normally found in software, ADA users must require rigid programming!

Cool work, guyz!
Logged

Griphook

  • Full Member
  • ***
  • Offline Offline
  • Posts: 215
  • Less is more? More is more!
Re: ADA MP-1 Digital Modification
« Reply #138 on: Time Format »

As far as I tested(normally after each completed Method ::) ) I removed all Bugs and I hope there will be none, when I give it to you.

At least on the weekend I will release the first Version. Then I'm not available for a week (Wacken  :metal: )
Logged

Griphook

  • Full Member
  • ***
  • Offline Offline
  • Posts: 215
  • Less is more? More is more!
Re: ADA MP-1 Digital Modification
« Reply #139 on: Time Format »

Soe Here it is.. Finally! :wave: :banana:

The first (I hope so) stable version of the ADA-Editor.
Currently Implemented Devices are the MP-1 and MP-1 Classic, because those were the only Devices we managed to figure out completely. Others will definetely follow.

It is a Windows-Application
.Net Framework 4.5.2 is required
x64 or x86 should work both

So just unzip the .exe and try it out.

You will be able to save and open SysEx-Files. The saved SysEx Files can be transferred via some other MIDI-program like "Bome SendSX" or "MIDI-OX"

Tell me, what you think :thumb-up: :)
Logged

MarshallJMP

  • Superhero Member
  • ******
  • Offline Offline
  • Posts: 4702
    • marshalljmpmodshop.net
Re: ADA MP-1 Digital Modification
« Reply #140 on: Time Format »

How do you select your midi device?
Logged

Griphook

  • Full Member
  • ***
  • Offline Offline
  • Posts: 215
  • Less is more? More is more!
Re: ADA MP-1 Digital Modification
« Reply #141 on: Time Format »

I deactivated that, because it produces a Fatal Error on Close, which I cant fix atm...
So i just deactivated the MIDI-relevant Controls
Logged

MarshallJMP

  • Superhero Member
  • ******
  • Offline Offline
  • Posts: 4702
    • marshalljmpmodshop.net
Re: ADA MP-1 Digital Modification
« Reply #142 on: Time Format »

Nothing seems to happen here,so normally if you change let's the od1 ,the mp-1 should react correct,or do you first have to make a setting and send it?
Logged

Griphook

  • Full Member
  • ***
  • Offline Offline
  • Posts: 215
  • Less is more? More is more!
Re: ADA MP-1 Digital Modification
« Reply #143 on: Time Format »

You first make your setting, then save it as sysEx-File.
Send this SysEx-File with Bome SendSX or similar.

But now it seems, that the Checksum is not calculated properly, if it is higher than 80h
« Last Edit: Time Format by Griphook »
Logged

rnolan

  • Administrator
  • Superhero Member
  • ******
  • Offline Offline
  • Posts: 5995
Re: ADA MP-1 Digital Modification
« Reply #144 on: Time Format »

Hey Griphook, great work my friend  :thumb-up: , you are getting there and is very much appreciated  :wave: . Hopefully MikeB can try it out and see how it goes as he has MP1.  I'll have to wait for the MP2 and MB1 versions.
Logged
Studio Rig: Stuff; Live Rig: More Stuff; Guitars: A few

MarshallJMP

  • Superhero Member
  • ******
  • Offline Offline
  • Posts: 4702
    • marshalljmpmodshop.net
Re: ADA MP-1 Digital Modification
« Reply #145 on: Time Format »

So there's no midi connection, it just makes a sysex file correct?
Logged

Griphook

  • Full Member
  • ***
  • Offline Offline
  • Posts: 215
  • Less is more? More is more!
Re: ADA MP-1 Digital Modification
« Reply #146 on: Time Format »

Thank you R :)

Yeah, thats correct, MJ

The MIDI-Connection throws fatalErrors. And I did not write the classes and libraries of that MIDI-DLL, so it is very difficult for me to troubleshoot that :/

I also found the Issue with the non-correct loading. The Parameters are just set to the wrong position... I have not tried it that far  :facepalm: ::)
Logged

Griphook

  • Full Member
  • ***
  • Offline Offline
  • Posts: 215
  • Less is more? More is more!
Re: ADA MP-1 Digital Modification
« Reply #147 on: Time Format »

Here is another Try

I now totally disabled the MIDI-Controls(not visible anymore).

The Data should now be in the correct order and therefore working :)


Don't mind the Value written into the TextBox on the left after each open/save Process. This was just a test for the calculated checksum.

Next things will be:
  • Correct Display Value for Presence-Control
  • Default Value for the Tone-Controls set to 0db



Until this point, are there anything that bothers you? Have I forgotten something?
« Last Edit: Time Format by Griphook »
Logged

vansinn

  • Guest
Re: ADA MP-1 Digital Modification
« Reply #148 on: Time Format »

I get an exception every time I try to select any of the Devices.
Code: [Select]
Unhandled exception has occurred in you application.
...
InvalidArgument=Value of '0' is not valid for 'SelecedIndex
Parameter neme: SelectedIndex.

There's of course the usual details box with lots more info; haven't checked where this might be written to a text file on disk - if it does,
and screen shots of such aren't too helpful as the Details scroll box cannot be enlarged.

System is Windows 7 Pro, English, SP1, with all updates and .NET updated to 4.5.2.
The only thing I forgot was to reboot, hwich I only realized now that I've written all of this ;)
System or [manual off-line] install process didn't suggest reboot, but hey, it's windblows, so guess I should've done that.. :facepalm: :lol:

EDIT: After dismissing the exception, I can set any of the other parameters.
However, when saving as a SysEx, I get:
Code: [Select]
Error: Could not save to disk. Original reference not set to an instance of an object.

Aaaaannnd.. I'll now go do the reboot...

EDIT2: Rebooted, no change..
« Last Edit: Time Format by vansinn »
Logged

MarshallJMP

  • Superhero Member
  • ******
  • Offline Offline
  • Posts: 4702
    • marshalljmpmodshop.net
Re: ADA MP-1 Digital Modification
« Reply #149 on: Time Format »

Will try the new version tomorrow.
Logged
Pages: 1 ... 8 9 [10] 11 12 13   Go Up