Results 1 to 10 of 69

Thread: RG888 w ar5 demo 00001

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    Nov 2018
    Location
    Terra0
    Posts
    140
    Click image for larger version. 

Name:	rg-incpen-12m.1.Untitled.jpg 
Views:	287 
Size:	209.6 KB 
ID:	99427
    qwertyuiop
    Last edited by roma Golich; 02-15-2024 at 04:36 AM. Reason: qwertyuiop

  2. #2
    Join Date
    Nov 2018
    Location
    Terra0
    Posts
    140
    e-guitar, .wma, recorded on an olimpus, by air, all-at-once. Standard rithm-generator.
    https://disk.yandex.ru/d/pC6ITpDduuxFhA
    https://disk.yandex.ru/d/2_zzo6JALX9Asg
    https://disk.yandex.ru/d/3tZ-gAHeac-zvg (no problem w antivirus, as well as no embedded player for wma).


    May be I have heard something like, anyway I just try to get the sound:
    https://disk.yandex.ru/d/z5iOKeRq6cZs3g

    After one year and 23 days my new blue-ray drive asus bw-16d1ht can read only DVDs, and all my records and paintings video got theirs galactic binary waste bin...
    https://disk.yandex.ru/d/B5mQ8T7NDOa06Q
    Last edited by roma Golich; 02-15-2024 at 05:50 AM.

  3. #3
    Join Date
    Nov 2018
    Location
    Terra0
    Posts
    140
    qwertyuiop
    Last edited by roma Golich; 02-15-2024 at 04:28 AM. Reason: qwertyuiop

  4. #4
    Join Date
    Nov 2018
    Location
    Terra0
    Posts
    140
    qwertyuiop
    Last edited by roma Golich; 02-15-2024 at 04:29 AM. Reason: qwertyuiop

  5. #5
    Join Date
    Nov 2018
    Location
    Terra0
    Posts
    140
    qwertyuiop
    Last edited by roma Golich; 02-15-2024 at 04:29 AM. Reason: qwertyuiop

  6. #6
    Join Date
    Nov 2018
    Location
    Terra0
    Posts
    140

    typedefof vs typeof (fsharp. an experiment)

    (*
    Msft F# Interactive

    >let t1i =typeof<int> // val t1i : System.Type = System.Int32
    >let t2i = typedefof<int> // val t2i : System.Type = System.Int32
    ------

    >let t1s = typeof<seq<_>> // val t1s : System.Type = System.Collections.Generic.IEnumerable`1[System.Object] // неизвеcтные типовые параметры дженерика = Object
    >let t2s = typedefof<seq<_>> // val t2s : System.Type = System.Collections.Generic.IEnumerable`1[T]
    ------

    >let t1si = typeof<seq<int64>> // val t1si : System.Type = System.Collections.Generic.IEnumerable`1[System.Int64]
    >let t2si = typedefof<seq<int64>> // val t2si : System.Type = System.Collections.Generic.IEnumerable`1[T]

    let t1_ = typeof<_> // val t1_ : System.Type = System.Object
    let t2_ = typedefof<_> // val t2_ : System.Type = System.Object
    *)
    Last edited by roma Golich; 02-15-2024 at 04:29 AM. Reason: qwertyuiop

  7. #7
    Join Date
    Nov 2018
    Location
    Terra0
    Posts
    140

    new custom brush test

    qwertyuiop
    Last edited by roma Golich; 02-15-2024 at 04:30 AM. Reason: qwertyuiop

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •