metrasynth / radiant-voices

Work with SunVox file format tools (create, modify, read, write)
https://radiant-voices.rtfd.io/
Other
40 stars 3 forks source link

Sunvox crashes on dragging RV- created DrumSynth in UI #19

Closed jhw closed 5 years ago

jhw commented 5 years ago

Hi @gldnspd,

I have two simple Sunvox files, ostensibly the same, but one I created via the Sunvox UI (drum_synth_ui.sunvox) and one I created using RV (drum_synth_rv.sunvox).

I say ostensibly the same because the file sizes are slightly different .. the problem I have is that if I load drum_synth_rv.sunvox in the UI and click on the DrumSynth, Sunvox segv's and crashes, whilst drum_synth_ui.sunvox is fine for the same action. Trying to figure out what drum_synth_rv.sunvox is missing / what is causing Sunvox to crash.

I also attach the script I used to create drum_synth_rv.sunvox (python beats.py 1)

drum_synth.zip

Thx!

matthewryanscott commented 5 years ago

Which version of SunVox are you using to load the resulting file?

Radiant voices will output files tagged with version 1.9.4.0 but the ui version you provided shows that it was created using 1.9.3.1.

Perhaps you're trying to load the rv file into a 1.9.3 sunvox instead of 1.9.4?

I was able to load the rv version of your module into SunVox 1.9.4b and play it.

jhw commented 5 years ago

That could well be it. Yes I think I have 1.9.3x installed locally so will check tmrw. Didn't realise it would make a difference. Many thanks

On Sat, 2 Feb 2019, 18:28 Matthew R. Scott <notifications@github.com wrote:

Which version of SunVox are you using to load the resulting file?

Radiant voices will output files tagged with version 1.9.4.0 but the ui version you provided shows that it was created using 1.9.3.1.

Perhaps you're trying to load the rv file into a 1.9.3 sunvox instead of 1.9.4?

I was able to load the rv version of your module into SunVox 1.9.4b and play it.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/metrasynth/radiant-voices/issues/19#issuecomment-459987700, or mute the thread https://github.com/notifications/unsubscribe-auth/AAAilKU6Q77fFYjfmq1tVgCCgKT5oCMHks5vJdizgaJpZM4afges .

jhw commented 5 years ago

works! Thank you :)