Discussion about Mic Aux Release Sampler FXs (MARS)
Posted Sun 18 Oct 20 @ 7:35 pm
Hi Nicotux
Could you confirm this behavior or is it expected.
When I right click the Mic effect button (Pad 1), the track on deck will play from what ever stopped position it is at,
a second R click stops play, and returns the play position back the original stopped position.
(and 3rd R Click on pad 1 will start play again and so on)
Also, Deck 1 plays if I click Pad 1 of deck 1, or Pad 1 of Mic Aux Release Sampler FXs (MARS) of deck 2, the track on deck 2 never plays.
I have tested using the default Pro skin with a few different VDJ stock effects, and no controller connected .. restarted VDJ and tested again. Same behavior.
the script for the shift Pad 1 is :
I don't understand how this is possible.
Summary:
The R Click of Pad 1 plays the track that is loaded on Deck 1, no matter which deck the Mic Aux Release Sampler FXs (MARS) addon is located.
Behaves like some form of Cue.
Let me know if you need more information. I can take video of it happening etc.
PS I love the Mic Aux Release Sampler FXs (MARS) Addon
Could you confirm this behavior or is it expected.
When I right click the Mic effect button (Pad 1), the track on deck will play from what ever stopped position it is at,
a second R click stops play, and returns the play position back the original stopped position.
(and 3rd R Click on pad 1 will start play again and so on)
Also, Deck 1 plays if I click Pad 1 of deck 1, or Pad 1 of Mic Aux Release Sampler FXs (MARS) of deck 2, the track on deck 2 never plays.
I have tested using the default Pro skin with a few different VDJ stock effects, and no controller connected .. restarted VDJ and tested again. Same behavior.
the script for the shift Pad 1 is :
get_effect_name 'sampler' & param_equal "" ? effect_select 'sampler' : effect_active 'sampler'
I don't understand how this is possible.
Summary:
The R Click of Pad 1 plays the track that is loaded on Deck 1, no matter which deck the Mic Aux Release Sampler FXs (MARS) addon is located.
Behaves like some form of Cue.
Let me know if you need more information. I can take video of it happening etc.
PS I love the Mic Aux Release Sampler FXs (MARS) Addon
Posted Sat 14 Nov 20 @ 9:52 am
Not a wanted effect, and not an effect i get here
right click is like a shift with pads, thus it do not apply to mic but to sample
padshift 1 or rightclick pad1 will both activate sampler fx
get_effect_name 'sampler' & param_equal "" ? effect_select 'sampler' : effect_active 'sampler'
so that the action you describe can be ...the action the effect affected to to sampler does
another thing i guess is... MARS was created in mars, before the modification of pad_page and pad_page_select
maybe there is an interaction with some existing padpage (i.e. hotcue) affected to a page the controller you are using have (if any)
you can try option padSkinIndependent
badly i can't test, no controller available :\ only keyboard - can be set as controller with 4 pad page but no issue
can be a related new bug
right click is like a shift with pads, thus it do not apply to mic but to sample
padshift 1 or rightclick pad1 will both activate sampler fx
get_effect_name 'sampler' & param_equal "" ? effect_select 'sampler' : effect_active 'sampler'
so that the action you describe can be ...the action the effect affected to to sampler does
another thing i guess is... MARS was created in mars, before the modification of pad_page and pad_page_select
maybe there is an interaction with some existing padpage (i.e. hotcue) affected to a page the controller you are using have (if any)
you can try option padSkinIndependent
badly i can't test, no controller available :\ only keyboard - can be set as controller with 4 pad page but no issue
can be a related new bug
Posted Sat 14 Nov 20 @ 10:26 am
Nicotux
I am testing with NO controller attached. Not even Keyboard being used as controller. Keyboard set to IGNORE.
And the Default Pro SKin: Tested with 2 deck skin and 4 deck default Pro Skin
Wanted to remove all possible sources of modification.
Here is video of R clicking Pad 1 on Deck 1:
https://gyazo.com/c6a0acce3f879fd93a44bdb6aa89707a
Here is video of R clicking Pad 1 on Deck 2:
https://gyazo.com/f3f7d10dcb518852739f4284c48086b6
Summary:
The R click on Pad 1 on either deck, causes track on Deck 1 to Play and (Stop&return-to-start-position).
You can see it is Right Click since Pad 1 is NOT highlighted after a single click, which is the case for Left Click. (can create videos with sound but require a mp4 download from cloud storage for you to do)
Left Clicking works as expected, to toggle the mic Fx effect on/off
Here is Pads Editor for MARS Shift P1:
I do not understand how this is possible. some bug in the default skin or VDJ scripting language, that the scripts do not perform as written?
and Nothing happens to the selected Sampler.
Hopefully you can reproduce this behavior.
And my System configuration is:
CPU: AMD Ryzen 7 2700X Eight-Core Processor (3700 MHz)
Memory: 65487 MB
OS Version: Microsoft Windows 10 64-bit (Build 19041.572)
Graphics Card Vendor: NVIDIA Corporation
Graphics Card: GeForce GTX 1080 Ti/PCIe/SSE2
VDJ v8.5-64 b6156 w Default Pro Skin VJD
I am testing with NO controller attached. Not even Keyboard being used as controller. Keyboard set to IGNORE.
And the Default Pro SKin: Tested with 2 deck skin and 4 deck default Pro Skin
Wanted to remove all possible sources of modification.
Here is video of R clicking Pad 1 on Deck 1:
https://gyazo.com/c6a0acce3f879fd93a44bdb6aa89707a
Here is video of R clicking Pad 1 on Deck 2:
https://gyazo.com/f3f7d10dcb518852739f4284c48086b6
Summary:
The R click on Pad 1 on either deck, causes track on Deck 1 to Play and (Stop&return-to-start-position).
You can see it is Right Click since Pad 1 is NOT highlighted after a single click, which is the case for Left Click. (can create videos with sound but require a mp4 download from cloud storage for you to do)
Left Clicking works as expected, to toggle the mic Fx effect on/off
Here is Pads Editor for MARS Shift P1:
I do not understand how this is possible. some bug in the default skin or VDJ scripting language, that the scripts do not perform as written?
and Nothing happens to the selected Sampler.
Hopefully you can reproduce this behavior.
And my System configuration is:
CPU: AMD Ryzen 7 2700X Eight-Core Processor (3700 MHz)
Memory: 65487 MB
OS Version: Microsoft Windows 10 64-bit (Build 19041.572)
Graphics Card Vendor: NVIDIA Corporation
Graphics Card: GeForce GTX 1080 Ti/PCIe/SSE2
VDJ v8.5-64 b6156 w Default Pro Skin VJD
Posted Sat 14 Nov 20 @ 5:40 pm
I try to reproduce with no success :\
Intel(R) Core(TM) i5-2400S CPU @ 2.50GHz
Memory: 6.0 GB
OS Version: Microsoft Windows 10 64-bit (Build 19041.572)
Intel(R) HD Graphics
NVIDIA GeForce GT 525M
VDJ v8.5-64 b6156 w Default Pro Skin
Really CAN'T reproduce this behavior.
the only way i can simulate it is to select a sampler fx which starts the deck specifically (a "diy" or a virtualfx...)
Intel(R) Core(TM) i5-2400S CPU @ 2.50GHz
Memory: 6.0 GB
OS Version: Microsoft Windows 10 64-bit (Build 19041.572)
Intel(R) HD Graphics
NVIDIA GeForce GT 525M
VDJ v8.5-64 b6156 w Default Pro Skin
Really CAN'T reproduce this behavior.
the only way i can simulate it is to select a sampler fx which starts the deck specifically (a "diy" or a virtualfx...)
Posted Sat 14 Nov 20 @ 6:46 pm
UPDATE: using the Reset all at bottom of the, Options and Tweaks tab, in settings .. fixed this strange behaviour.
Posted Sat 19 Dec 20 @ 9:43 am
Hi Nicotux, great work!
Seems as if You’re using a 32 Pad page for this. Where can this be found? Is this part of a special skin?
Would LOVE to use a 32 pad floating window in default skin. Can You help?
Seems as if You’re using a 32 Pad page for this. Where can this be found? Is this part of a special skin?
Would LOVE to use a 32 pad floating window in default skin. Can You help?
Posted Tue 06 Jul 21 @ 6:17 am
Yes part of special skins
Take a look at VB_8decks https://www.virtualdj.com/plugins/index.html?addonid=81157
There is an example of 32pads floating windows and pressure pads with sliders and more
https://imgur.com/a/LFBJMDb
Take a look at VB_8decks https://www.virtualdj.com/plugins/index.html?addonid=81157
There is an example of 32pads floating windows and pressure pads with sliders and more
https://imgur.com/a/LFBJMDb
Posted Tue 06 Jul 21 @ 8:01 am
Thanks a lot, I´ll try it out...
Posted Tue 06 Jul 21 @ 11:29 am