update
This commit is contained in:
parent
734c114ca1
commit
06b687ca2e
3 changed files with 2 additions and 6 deletions
|
@ -14,8 +14,7 @@ def convert_inst(instdata):
|
|||
as_type = plugindata['type']
|
||||
as_data = plugindata['data']
|
||||
as_asdrlfo = plugindata['asdrlfo']
|
||||
|
||||
|
||||
|
||||
def convert_fx(fxdata):
|
||||
pluginname = fxdata['plugin']
|
||||
plugindata = fxdata['plugindata']
|
||||
|
|
|
@ -53,12 +53,10 @@ def convert_inst(instdata):
|
|||
params_vital.set_lfo(2, vol163envlen+1, vital_points+[1,1], vital_powers+[0], False, '')
|
||||
params_vital.set_modulation(2, 'lfo_2', 'osc_1_level', 1, 0, 1, 0, 0)
|
||||
|
||||
|
||||
namco163_wave_chunks = data_values.list_chunks(namco163_values, int(namco163_size))
|
||||
|
||||
vital_keyframes = {}
|
||||
for chunknum in range(namco163_count):
|
||||
#print(chunknum/namco163_count, namco163_wave_chunks[chunknum])
|
||||
vital_keyframes[int((chunknum/namco163_count)*256)] = params_vital_wavetable.resizewave(namco163_wave_chunks[chunknum])
|
||||
|
||||
params_vital.replacemultiwave(0, vital_keyframes)
|
||||
|
|
|
@ -8,5 +8,4 @@ beautifulsoup4
|
|||
blackboxprotobuf
|
||||
pypng
|
||||
git+https://github.com/Perlence/rpp
|
||||
tinydb
|
||||
sqlite3
|
||||
tinydb
|
Loading…
Reference in a new issue