Heres what I want to do...

   Forum closed (read only)
Forum rules
PLEASE.READ.FORUM.RULES.SUPPORT.UPDATE


FORUM CLOSED PLEASE POST in NEW TECHNICAL FORUMS BY SOFTWARE FAMILY

* Register your software (User Control Panel > Profile > Serial Number)
* Go to the download center and install the latest versions of software and drivers
* Use the search tool to look into topics
* Check the FAQs to be sure your problem hasn't been solved already
* Write in concise and precise ENGLISH Thank you.

Heres what I want to do...

Postby Patch on 02 Apr 2009, 19:53

Okay - here's what I would look up in the manual if there was one:

1) Instant doubles across 3 decks.
2) Mouseless browsing and loading of tracks into the 2 main players
3) Setting up cue points on tracks, and having them load when the track is loaded.
4) Map cue points to MIDI pads.

That should do it for now. Oh, and I'd also like to do all of this with MIDI. I'll be setting up a Bomes Template for anything that requires keyboard shortcuts/hotkeys to enable control of these elements by MIDI.

My thanks in advance!

-Pat.
Pentium 4HT Laptop, 1Gb Ram, XP Pro, Mixvibes DVS, Ableton Live, UC-33e, Rolls MP80 Pedal, SP-202, DM2, DJM 600s, 2xTechnics 1200s, Vestax PMC 07 ProD, Motu Ultralite, U46DJ.
Patch
 
Posts: 234
Joined: 23 Nov 2006, 20:39
Location: Bristol, UK


Re: Heres what I want to do...

Postby gakto2009 on 02 Apr 2009, 22:41

Is it all MIDI buttons you are using for control?
..!.. ..!.. NO SUPPORT BY PM ..!.. ..!..

Image
gakto2009
 
Posts: 1275
Joined: 16 Aug 2006, 14:41
Location: Scotland


Re: Heres what I want to do...

Postby Patch on 02 Apr 2009, 22:59

Yup - just pads for now. I might add some MIDI rotaries in later for hi/lo-pass filters, but that can wait.

Oh - and I'd also like (maybe):

5) A sampler that has 8x1 slots that reaches the width of my screen. (Just making wishes now...) ;)
Pentium 4HT Laptop, 1Gb Ram, XP Pro, Mixvibes DVS, Ableton Live, UC-33e, Rolls MP80 Pedal, SP-202, DM2, DJM 600s, 2xTechnics 1200s, Vestax PMC 07 ProD, Motu Ultralite, U46DJ.
Patch
 
Posts: 234
Joined: 23 Nov 2006, 20:39
Location: Bristol, UK


Re: Heres what I want to do...

Postby gakto2009 on 02 Apr 2009, 23:26

Oh - and I'd also like (maybe):

5) A sampler that has 8x1 slots that reaches the width of my screen. (Just making wishes now...)


yeah, well good luck with that one, hehehehehe.


1) Instant doubles across 3 decks.


the "CLONE" action doesnt work yet, but you can use the track selection and load to clone tracks (loading a dupe track into another player will clone the original playing track anyways)

2) Mouseless browsing and loading of tracks into the 2 main players


quite an easy one, cant be setup with MIDI learn though.

the code below is that of the MIDI editor, to keep it simple for you.

Code: Select all
//Media Base select (scrol starcks)
#xx xx xx SELECT   active player   -1   1   INT NOUP
#xx xx xx SELECT   active player   1   1   INT NOUP

//Load track into player (Player 1, 2 and 3)
#xx xx xx LOAD   player 1   1   1   NOUP
#xx xx xx LOAD   player 2   1   1   NOUP
#xx xx xx LOAD   player 3   1   1   NOUP
..!.. ..!.. NO SUPPORT BY PM ..!.. ..!..

Image
gakto2009
 
Posts: 1275
Joined: 16 Aug 2006, 14:41
Location: Scotland


Re: Heres what I want to do...

Postby Patch on 02 Apr 2009, 23:48

No instant doubles? I thought clone was working - if I load a duplicate track into the 2nd player, will it play from the same point as the track in the 1st player?
Pentium 4HT Laptop, 1Gb Ram, XP Pro, Mixvibes DVS, Ableton Live, UC-33e, Rolls MP80 Pedal, SP-202, DM2, DJM 600s, 2xTechnics 1200s, Vestax PMC 07 ProD, Motu Ultralite, U46DJ.
Patch
 
Posts: 234
Joined: 23 Nov 2006, 20:39
Location: Bristol, UK


Re: Heres what I want to do...

Postby gakto2009 on 02 Apr 2009, 23:48

3) Setting up cue points on tracks, and having them load when the track is loaded.
4) Map cue points to MIDI pads.


You can set by pressing your mdi mapped pads on your controller, after the hot cue is set, pressing them again will jump to your cue.

Code: Select all
//Player 1, (load to empty, Jump to location)
#xx xx xx HOTCUE1      player 1   1
#xx xx xx HOTCUE2      player 1   1
#xx xx xx HOTCUE3      player 1   1
#xx xx xx HOTCUE4      player 1   1

//Player 2 (load to empty, Jump to location)
#xx xx xx HOTCUE1      player 2   1
#xx xx xx HOTCUE2      player 2   1
#xx xx xx HOTCUE3      player 2   1
#xx xx xx HOTCUE4      player 2   1

..!.. ..!.. NO SUPPORT BY PM ..!.. ..!..

Image
gakto2009
 
Posts: 1275
Joined: 16 Aug 2006, 14:41
Location: Scotland


Re: Heres what I want to do...

Postby gakto2009 on 02 Apr 2009, 23:50

Patch wrote:No instant doubles? I thought clone was working - if I load a duplicate track into the 2nd player, will it play from the same point as the track in the 1st player?


Yes the feature works, but by mouse/mouse +Ctrl key only. you cant control the feature by MIDI, unless you just load the same track in each player.
..!.. ..!.. NO SUPPORT BY PM ..!.. ..!..

Image
gakto2009
 
Posts: 1275
Joined: 16 Aug 2006, 14:41
Location: Scotland


Re: Heres what I want to do...

Postby Patch on 02 Apr 2009, 23:53

What about saving cue points so that they are loaded next time I load the track?
Pentium 4HT Laptop, 1Gb Ram, XP Pro, Mixvibes DVS, Ableton Live, UC-33e, Rolls MP80 Pedal, SP-202, DM2, DJM 600s, 2xTechnics 1200s, Vestax PMC 07 ProD, Motu Ultralite, U46DJ.
Patch
 
Posts: 234
Joined: 23 Nov 2006, 20:39
Location: Bristol, UK


Re: Heres what I want to do...

Postby gakto2009 on 02 Apr 2009, 23:58

Patch wrote:What about saving cue points so that they are loaded next time I load the track?


the locations should be saved automagicaly, after you have set the locations, right click the track in your media base and select Edit infos... go to the Locations tab and make sure the info is in there then click ok to save it.

it does on Producer anyways, may be diff on DVS 7. i'll look into that for you.
..!.. ..!.. NO SUPPORT BY PM ..!.. ..!..

Image
gakto2009
 
Posts: 1275
Joined: 16 Aug 2006, 14:41
Location: Scotland


Re: Heres what I want to do...

Postby Patch on 03 Apr 2009, 18:53

Cheers Gakto - that's a very important feature for me. (I love that word - Automagically". Cool...)
Pentium 4HT Laptop, 1Gb Ram, XP Pro, Mixvibes DVS, Ableton Live, UC-33e, Rolls MP80 Pedal, SP-202, DM2, DJM 600s, 2xTechnics 1200s, Vestax PMC 07 ProD, Motu Ultralite, U46DJ.
Patch
 
Posts: 234
Joined: 23 Nov 2006, 20:39
Location: Bristol, UK


Next

Return to Technical support




Who is online

Users browsing this forum: No registered users and 15 guests

Board index

 
 
   
 
© 2014 Mixvibes