Preset may refer to something set in advance, or set as a default.
Questions tagged [preset]
79 questions
0
votes
1 answer
How to define the right Preset When using Nuxt in order to run on IE
I'm trying to run my VueJS + Nuxt app on IE and get the following error:
'Unable to get property 'call' of undefined or null reference'
This happens in the following line:
modules[moduleId].call(module.exports, module, module.exports,…

Hadas
- 1
0
votes
0 answers
Preset files are not allowed to export objects, only functions. React Native
I'm getting this weird error and cant find a way to clear it.
its regarding some babel preset
Please find package.json file
{
"name": "wallet",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "node…

Kartiikeya
- 2,358
- 7
- 33
- 68
0
votes
1 answer
how to define preset height and width of object for constraint (Swift4)
My code creates constraints for uitextfields all programatically. And it works. I am trying to optimize my coding practice and try to find a way to use a preset constraint to determine all of the textfields height and width. As you can see both a1.…
user8105388
0
votes
1 answer
When using cytoscape.js nodes are rendered upside down
I was working with networks of 80 to 1000 nodes, when I realized the nodes where being rendered upside down.
I mean, the first quadrant was being drawn on where the fourth quadrant should be. So I decided to work with just four nodes and see what…

Sergio
- 324
- 2
- 12
0
votes
1 answer
Zencoder encoding speed preset
On the Zencoder site it's said that there are 1-5 values for the transcoding speed:
A target transcoding speed.
Slower transcoding allows for more advanced file compression,
while faster transcoding is possible by skipping some…

TheDoctor
- 2,362
- 4
- 22
- 39
0
votes
2 answers
In Matlab, what is the correct syntax for passing new variables when using a PreSet listener
I'm writing a class definition that uses listeners to modify an object when certain properties are set. Like so:
classdef MyObject < handle
properties (SetObservable)
orientation = 'h'; % h = horizontal, v = vertical, o = other
…

toshiomagic
- 1,335
- 1
- 12
- 39
0
votes
1 answer
How to represent user application settings in Android
Iam working on an android application and have trouble making a decision for the architecture saving application data.
Following case:
In the app the user has the possibility to create new general objects and give them properties he want. To support…

harrow
- 178
- 1
- 11
0
votes
1 answer
Determining the uncompressed bit-rate of a video
So recently, I experimented with encoding the default Windows 7 Wildlife sample video with the following handbrake settings: https://i.stack.imgur.com/GQhQv.png
I did this three times, with the only difference being the x264 Preset, which I set at…

xyz
- 113
- 9
0
votes
1 answer
Animation Preset in After Effects
I want to create a scale-up and scale-down animation the first and last 7 frames of my layer. Is there a way to create an animation preset for this?
Thank you!

Seph1603
- 99
- 11
0
votes
3 answers
Class presets (Like Color.Red)
I've been trying to create predefined classes several times in different languages but I couldn't find out how.
This is one of the ways I tried it:
public class Color{
public float r;
public float r;
public float r;
public…

David
- 156
- 1
- 1
- 10
0
votes
1 answer
CUSTOM PRESETS PATH FOR MAYA
I created the render preset in my machine, it automatically creates the mel files in C:\Documents and Settings\narasimham.k\My Documents\Maya2010\2010-x64\presets. I copied those files in D:/ and change the path in Maya.env as MAYA_PRESET_PATH=share…

user2775421
- 1
- 1
0
votes
1 answer
equalizer.getNumberOfPresets() return 0 on certains devices
I'm trying to implements presets on an android equalizer, to do so I'm using getNumberOfPresets():
mEqualizer = new Equalizer(0, mMediaPlayer.getAudioSessionId());
mEqualizer.setEnabled(true);
short presetNumber =…

Ayziaa
- 13
- 3
0
votes
1 answer
Method setDate() of Mobiscroll jQuery Plugin loses format
setDate() works but loses previously set format.
var initialDate = new Date(1984,11,19);
$('#mydate').scroller({
preset: 'date',
dateFormat:'dd/mm/yy'
});
$('#mydate').scroller('setDate', initialDate, true);
Why is that ?

Pablo S G Pacheco
- 2,550
- 28
- 28
-1
votes
1 answer
Saving and loading presets in iOS app
I have a synth iOS app in development. I have a lot of interactive objects there, like knobs, sliders, buttons and so on. I want to let user save and load his presets and be able to share them with iTunes. So I think I must write all parameters to…

Mikhail Myasoedov
- 11
- 3
-1
votes
1 answer
Why does ffmpeg say "cannot find preset"?
When trying to transcode an input to x265 ffmpeg tells me "preset veryslow not found":
ffmpeg -i -vf scale=xxx:yyy -c:v hevc -preset veryslow

monochromec
- 85
- 1
- 1
- 6