Example #1
0
 public DefaultModes(DefaultModes other) : this(msclPINVOKE.new_DefaultModes__SWIG_1(DefaultModes.getCPtr(other)), true)
 {
     if (msclPINVOKE.SWIGPendingException.Pending)
     {
         throw msclPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Example #2
0
 public DefaultModesEnumerator(DefaultModes collection)
 {
     collectionRef = collection;
     currentIndex  = -1;
     currentObject = null;
     currentSize   = collectionRef.Count;
 }
        public override void Init()
        {
            DefaultModes.Add("Reverb");
            DefaultModes.Add("Plate");

            base.Init();
        }
Example #4
0
 public void SetRange(int index, DefaultModes values)
 {
     msclPINVOKE.DefaultModes_SetRange(swigCPtr, index, DefaultModes.getCPtr(values));
     if (msclPINVOKE.SWIGPendingException.Pending)
     {
         throw msclPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Example #5
0
        public override void Init()
        {
            base.Init();
            BankLoadingNotes =
                $"Factory Presets are loaded from {GetParseDirectory()}. Sub-folders define the bank. User presets are " +
                "currently not supported, if you know where user presets are saved please let me know";

            DefaultModes.Add("Delay");
        }
Example #6
0
        public virtual DefaultModes defaultModes()
        {
            DefaultModes ret = new DefaultModes(msclPINVOKE.NodeFeatures_defaultModes(swigCPtr), true);

            if (msclPINVOKE.SWIGPendingException.Pending)
            {
                throw msclPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
Example #7
0
        public static DefaultModes Repeat(WirelessTypes.DefaultMode value, int count)
        {
            global::System.IntPtr cPtr = msclPINVOKE.DefaultModes_Repeat((int)value, count);
            DefaultModes          ret  = (cPtr == global::System.IntPtr.Zero) ? null : new DefaultModes(cPtr, true);

            if (msclPINVOKE.SWIGPendingException.Pending)
            {
                throw msclPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
Example #8
0
        public DefaultModes GetRange(int index, int count)
        {
            global::System.IntPtr cPtr = msclPINVOKE.DefaultModes_GetRange(swigCPtr, index, count);
            DefaultModes          ret  = (cPtr == global::System.IntPtr.Zero) ? null : new DefaultModes(cPtr, true);

            if (msclPINVOKE.SWIGPendingException.Pending)
            {
                throw msclPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
Example #9
0
 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(DefaultModes obj)
 {
     return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr);
 }
Example #10
0
 public override void Init()
 {
     DefaultModes.Add("Drums");
     DefaultModes.Add("Kick Drum");
     base.Init();
 }