快速登录:  

Forum: General Discussion

话题: adding and editing samplers via script

由于该帖子已年深日久,可能包含陈旧过时或描述错误的信息。

hi,

i have recently acquired a set of loops. there are 100 folders each containing 100 files with a total of 10,000 files. so adding and editing them 1 by 1 makes no sense.

after seeing what djdad did with the script to set colors to files based on their key, i figured maybe there is a way to do this the easy way.
please help me with the following scripts

i will select the folder, then button1, button2, etc. will each do the following.
1. create sampler bank based on "foldername"
2. add all the files in the folder to that specific sampler bank
this will save me allot of time.

i will select the files, then button1, button2, etc. will each do the following.
1. set all samplers to be loop > sync-lock
2. set all samplers [group] based on title(filename) less number.. example drumA1 [drumA] ..drumA2 [drumA] .. drumB2 [drumB]
this will save me allot of time.
 

发表时间 Sat 01 Jul 17 @ 2:37 am
djdadPRO InfinityDevelopment ManagerMember since 2005
Unfortunately, there is no action available to load a track to a sampler slot, so no script can be offered for this case.
 

发表时间 Mon 03 Jul 17 @ 10:08 am
thank you for the reply.

there have been some changes since i'v been working on this issue

i can bulk add tracks to a bank by simply selecting and dragging.
the images are captured from the file. so i use a tag editor to add images to the files. the title is captured from the file name, so i use the tag editor to bulk rename the files.

my current issues are..
  • creating a new bank based on folder name or at least renaming a bank based on a folder name via custom button script. unfortunately i have not found a way to rename a bank without scrolling up to the "list and advise"\ samplers \ right click bank and choose rename.
    so a button to rename the slot would be nice..

    a script that you (djdad) have done before for coloring tracks based on key.
  • go one by one and set all tracks to loop sync-lock
  • [*]button to set grouping.

    truth be told i can easily create a c# program to do this if i only knew what and where the output should be.
    i know how to read tags and file info in c# very quickly.
     

    发表时间 Mon 03 Jul 17 @ 6:00 pm
    djdad wrote :
    Unfortunately, there is no action available to load a track to a sampler slot, so no script can be offered for this case.


    thank you for the reply.

    dragging many songs to the sampler bank is easy enough. i just select, drag, drop.

    it's the process of creating banks, renaming them, then setting sampler settings 1 by 1 that is very time consuming.

    how about scripts to do the following.

    == bank naming ==
  • capture selected song folder name and store its value to var MyFolderNameVar
  • rename sampler bank to the value of MyFolderNameVar
    =============================
    == sampler setting ==
  • set all selected samplers to loop "sync-lock"? or go 1 by 1 and do it for all.
  • capture selected song name and store its value to var MyFileNameVar
  • [*] set all selected samplers to group "groupname" or the value of MyFileNameVar?
     

    发表时间 Mon 03 Jul 17 @ 6:36 pm
    djdadPRO InfinityDevelopment ManagerMember since 2005
    No actions available to either name/rename/create Sampler Bank or batch-set samples to Sync mode.

    Feel free to add all these in the Wishes Forum
     

    发表时间 Tue 04 Jul 17 @ 3:37 am


    (陈旧帖子或论坛版块会自动关闭)