Zoom MS-70CDR

Started by Elantric, August 09, 2013, 09:54:43 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

admin

Quote from: Brak(E)man on June 06, 2020, 09:22:24 AM
Does anyone know how the ms-70 handles stereo if amp sim is added ?

Best to contact the source  - WhiskeyTango

https://www.thegearpage.net/board/index.php?posts/29273612/


WhiskeyTango wrote>

As least for effects it does. I didn't try any amp sims since I was eating up a lot of space with so many effects. I may go through and delete a bunch of effects and load some amps later today. Now that I know it works and have verified that my different effect lists save/load correctly, it'll be easy to try. I'm curious to see how the DSP limits of the CDR are affected by adding the amp sims since this pedal had none to begin with.

FWIW, I revised my effect list several times with no issues with the writing process. It takes longer to decide which to add/subtract than it does to write the changes to the pedal.


Brak(E)man

Quote from: admin on June 06, 2020, 11:21:36 AM
Best to contact the source  - WhiskeyTango

https://www.thegearpage.net/board/index.php?posts/29273612/


WhiskeyTango wrote>

As least for effects it does. I didn't try any amp sims since I was eating up a lot of space with so many effects. I may go through and delete a bunch of effects and load some amps later today. Now that I know it works and have verified that my different effect lists save/load correctly, it'll be easy to try. I'm curious to see how the DSP limits of the CDR are affected by adding the amp sims since this pedal had none to begin with.

FWIW, I revised my effect list several times with no issues with the writing process. It takes longer to decide which to add/subtract than it does to write the changes to the pedal.


Thanx
swimming with a hole in my body

I play Country music too, I'm just not sure which country it's from...

"The only thing worse than a guitar is a guitarist!"
- Lydia Lunch

Brak(E)man

swimming with a hole in my body

I play Country music too, I'm just not sure which country it's from...

"The only thing worse than a guitar is a guitarist!"
- Lydia Lunch

BROCKSTAR

Nice! I had one of these last year but never used it much but now I'm thinking it may be a good contender for the boss sy-1000 fx loop along with my ehx freeze and looper.

Brak(E)man

I'm bumping this , I never found an answer anywhere.


Does anyone know how the ms-70 handles stereo if amp sim is added ?

Do you know if there's a hack app for Mac ?
I've looked but can't find any?
swimming with a hole in my body

I play Country music too, I'm just not sure which country it's from...

"The only thing worse than a guitar is a guitarist!"
- Lydia Lunch

admin

#80
QuoteDoes anyone know how the ms-70 handles stereo if amp sim is added ?

The MS-70 CDR amp sim is only possible after using the hack code (Only available for Windows) - and Audio passing through the Amp sim truncates to mono



https://github.com/Barsik-Barbosik/Zoom-Firmware-Editor



https://vk.com/@zoomeffectmanager-instrukciya-zoom-effect-manager-110


https://www.thegearpage.net/board/index.php?threads/the-zoom-hack-cdr-effects-and-others-on-g1on-g1xon.2081936/page-2


admin


modalmojo

#82
Quote from: Brak(E)man on October 25, 2020, 12:48:56 PM


These ambient patches just sound great even compared to the big established names, wonder when Zoom will have an upgraded model since MS-70CDR has been out for quite a long time.

wo2507

Quote from: sixeight on December 02, 2016, 11:01:10 AM
I have attached my MIDI sysex implementation guide for the MS70-CDR. I hope it may be useful to somebody.

hi sixeight, thanks for sharing this.
what midi sysex to 'display' the selected effect on the block chain.
let say i have (block 1) overdrive - (block 2)chorus - (block 3)delay on the block chain,
how to the selected effect ?
i tried to send midi sysex message to control efect 1 state ( on and off ) and it work.
also with the effect 2.
but i must scroll manually if i want to move to next effect,
so my question is what midi sysex message to change the display on zoom ms70cdr when we select the effect that we choose ?

sixeight

#84
That is quite complicated as you need to read the entire patch, change specific bytes and write everything back to the ms70-cdr:

  //Byte 125, 129 en 130 are changing for block selection:
  //Block 1: 125, bit 4 = 0, 129 bit 7 = 1, 130 bit 0 = 1
  //Block 2: 125, bit 4 = 0, 129 bit 7 = 0, 130 bit 0 = 1
  //Block 3: 125, bit 4 = 1, 129 bit 7 = 1, 130 bit 0 = 0
  //Block 4: 125, bit 4 = 1, 129 bit 7 = 0, 130 bit 0 = 0
  //Block 5: 125, bit 4 = 0, 129 bit 7 = 1, 130 bit 0 = 0
  //Block 6: 125, bit 4 = 0, 129 bit 7 = 0, 130 bit 0 = 0


Check out my implementation here:
https://github.com/sixeight7/VController_v3/blob/master/Firmware/VController_v3/MD_ZMS70.ino

FX block selection is in MD_ZMS70_class::write_active_fx_to_cpmem

stevesilk51

Hi Guys.

Wonder if anyone can help with MS 70CDR Firmware v2.0. Want to downgrade from v2.1 in order to apply the hack?

Looked everywhere without successand thought a fellow forum member might have a copy or link to the v2.0.

Thanks for any help.