Sneak peek at DIY Violin with better keyswitching

Discussion in 'Software' started by bigcat1969, May 21, 2014.

  1. bigcat1969

    bigcat1969 Producer

    Joined:
    Nov 16, 2013
    Messages:
    326
    Likes Received:
    126
    I've been messing about with the Queen of the orchestral instruments, Madam Violin. I need to get the sample volumes kind of normalized and do some more start/end point stuff, but wanted to get some opinions. Over 1000 samples used, 5 to 6 velocity layers, 1/4 second, 1/2 second, 1 second, 1 1/2 second and pizzicato options, glissando, legatto, martelle, spiccatto, staccotto, tremello, trill, detache, punta, talon, and tenuto phrases.

    OK incorpolated Introninja's suggestions, adjusted volumes and start end points and ready to put it in software releases.
    http://bigcatinstruments.blogspot.com/2014/04/diy-philharmonic-project.html


    http://soundcloud.com/bigcat1969/diy-violin-demo
     
  2.  
  3. Introninja

    Introninja Audiosexual

    Joined:
    Dec 10, 2013
    Messages:
    1,525
    Likes Received:
    883
    Location:
    Location Location
    on it :bleh: :wink:


    you gotta get that script in check with keyswitches, i think you have to use the set loop script function with the groups
     
  4. bigcat1969

    bigcat1969 Producer

    Joined:
    Nov 16, 2013
    Messages:
    326
    Likes Received:
    126
    You lost me, sorry. Set loop script function?
     
  5. Introninja

    Introninja Audiosexual

    Joined:
    Dec 10, 2013
    Messages:
    1,525
    Likes Received:
    883
    Location:
    Location Location
    Something like this:

    on ui_control ($groups_menu)
    $count := 0
    while ($count < 128)
    set_key_color($count,$KEY_COLOR_White)
    select ($groups_menu)
    case 0
    if (in_range($count,54,67))
    set_key_color($count,$KEY_COLOR_GREEN)
    end if
    case 1
    if (in_range($count,56,65))
    set_key_color($count,$KEY_COLOR_BLUE)
    end if
    end select
    end while
    end on

    so when you hit a keyswitch key, the keyboard only highlights blue on keys that have loaded sound?

    So $count := 0 would be your group 1 and so on and so on!!!
     
  6. bigcat1969

    bigcat1969 Producer

    Joined:
    Nov 16, 2013
    Messages:
    326
    Likes Received:
    126
    Oh that makes sense! Thanks excellent suggestion.

    Instruments in top post reflect te changes in the keyswitches.


    Slight brain hurt confusion. Wouldn't UI_control only work for UI buttons and not keyswitches?
    I'm not sure how to read keyswitches.

    does this work? is there a cleaner way to do this?

    on note
    $note := $EVENT_NOTE
    message("Note Nr: " & $note)
    select ($note)
    case 36
    set_text($KSNAME," Tremello ")
    set_key_color(36,$KEY_COLOR_YELLOW)

    $count := 37
    while ($count <= 46)
    set_key_color($count,$KEY_COLOR_RED)
    inc($count)
    end while

    $count := 48
    while ($count <= 52)
    set_key_color($count,$KEY_COLOR_RED)
    inc($count)
    end while

    $count := 55
    while ($count <= 83)
    set_key_color($count,$KEY_COLOR_BLUE)
    inc($count)
    end while

    $count := 84
    while ($count <= 127)
    set_key_color($count,$KEY_COLOR_WHITE)
    inc($count)
    end while
     
  7. Introninja

    Introninja Audiosexual

    Joined:
    Dec 10, 2013
    Messages:
    1,525
    Likes Received:
    883
    Location:
    Location Location
    Script organism lol
     
  8. lucymilan01

    lucymilan01 Member

    Joined:
    Jul 28, 2023
    Messages:
    134
    Likes Received:
    11
    Wow, it sounds like you've put a lot of work into crafting a comprehensive set of samples for the violin! Having multiple velocity layers and various articulations like glissando, legato, and pizzicato will add a lot of depth and realism to your virtual instrument.

    Normalizing the sample volumes and refining the start/end points are important steps to ensure consistency and smooth transitions between notes. It's great that you're mindful of these details. By the way, thank you for sharing your work.
     
Loading...
Similar Threads - Sneak peek Violin Forum Date
Sneak Peek Dreamtonics Synthesizer V Software Reviews and Tutorials Wednesday at 12:47 PM
New MASCHINE Arranger Sneak Peek Software Aug 4, 2020
Willowman - Going Down (Trevor Gordon Remix) sneak peek Our Music Jan 13, 2018
[Sneak Peek] Adventure Sounds Strummed Ukulele — Kontakt 5 Library Software News Dec 16, 2017
A sneak-peak of an album I've been working on for 2 years. Our Music May 1, 2018
Loading...