HELP! I dont know why it isnt Converting
Tagged: con file, Converting, onyx, rb3con, Rock Band 3
- This topic is empty.
-
AuthorPosts
-
April 22, 2020 at 9:36 am #397715
I just cant seem to work out what to do, i feel like ive checked everything and it all seems to be good,
what am i doing wrong?Task 1: E:New Phase Shift SongsSongsMy ChartsGuitar and Drumsme and othersDead by April – Playing With FireImporting FoF/PS/CH song from folder: E:New Phase Shift SongsSongsMy ChartsGuitar and Drumsme and othersDead by April – Playing With FireFound song.ini and notes.midStar Power note specified in song.ini to be 116 (RB format)Loading the MIDI file…Found audio file “guitar.ogg” at: [“C:\Users\Josh\AppData\Local\Temp\onyx-5726ff4cdce758c2\guitar.ogg”]Warning: Placing [end] at [114:2:000]. Last MIDI event is at [111:1:060], longest audio file ends at [113:1:087], minimum Magma length (30s) is [15:1:165]Context (innermost first):– Processing MIDI for RB3/PSWarning: No BEAT track found; automatic one generated from time signatures.Context (innermost first):– Processing MIDI for RB3/PSWarning: [music_start] is missing. Placing at [1:3:000]Context (innermost first):– Processing MIDI for RB3/PSWarning: [music_end] is missing. [end] is at [114:2:000] so [music_end] will be at [113:4:000]Context (innermost first):– Processing MIDI for RB3/PSThe following sections were swapped out for Magma (but will be readded in CON output): [“Pre-Breakdown Break”,”Outro Breakdown”]Found audio file “guitar.ogg” at: [“C:\Users\Josh\AppData\Local\Temp\onyx-5726ff4cdce758c2\guitar.ogg”]Writing audio to C:/Users/Josh/AppData/Local/Temp/onyx-5726ff4cdce758c2/gen/target/87822088/magma/drums.wavWriting audio to C:/Users/Josh/AppData/Local/Temp/onyx-5726ff4cdce758c2/gen/plan/fof/countin.wavFinished writing audio to C:/Users/Josh/AppData/Local/Temp/onyx-5726ff4cdce758c2/gen/target/87822088/magma/drums.wavFinished writing audio to C:/Users/Josh/AppData/Local/Temp/onyx-5726ff4cdce758c2/gen/plan/fof/countin.wavWriting audio to C:/Users/Josh/AppData/Local/Temp/onyx-5726ff4cdce758c2/gen/target/87822088/magma/song-countin.wavWriting audio to C:/Users/Josh/AppData/Local/Temp/onyx-5726ff4cdce758c2/gen/target/87822088/magma/guitar.wavFinished writing audio to C:/Users/Josh/AppData/Local/Temp/onyx-5726ff4cdce758c2/gen/target/87822088/magma/guitar.wav# Running Magma v2 to export MIDIERROR! process exited with code 1stdout:Reading the archiveSystemInit Params: C:UsersJoshAppDataLocalTempmagma-0d50b06798f89c8dMagmaCompilerC3.exe -export_midi C:UsersJoshAppDataLocalTemponyx-5726ff4cdce758c2gen/target87822088magma/magma.rbproj C:/Users/Josh/AppData/Local/Temp/onyx-5726ff4cdce758c2/gen/target/87822088/notes-magma-export.midMIDI Compiler: Starting…ERROR: MIDI Compiler: c:/users/josh/appdata/local/temp/onyx-5726ff4cdce758c2/gen/target/87822088/magma/notes.mid (PART DRUMS): Double note-on 100, [106:4:474]ERROR: MIDI Compiler: c:/users/josh/appdata/local/temp/onyx-5726ff4cdce758c2/gen/target/87822088/magma/notes.mid (PART DRUMS): Double note-on 98, [106:4:474]ERROR: MIDI Compiler: c:/users/josh/appdata/local/temp/onyx-5726ff4cdce758c2/gen/target/87822088/magma/notes.mid (PART DRUMS): Double note-on 96, [106:4:474]ERROR: MIDI Compiler: c:/users/josh/appdata/local/temp/onyx-5726ff4cdce758c2/gen/target/87822088/magma/notes.mid (PART DRUMS): Double note-on 24, [106:4:474]ERROR: MIDI Compiler: c:/users/josh/appdata/local/temp/onyx-5726ff4cdce758c2/gen/target/87822088/magma/notes.mid (PART DRUMS): Double note-off 100, [107:1:054]ERROR: MIDI Compiler: c:/users/josh/appdata/local/temp/onyx-5726ff4cdce758c2/gen/target/87822088/magma/notes.mid (PART DRUMS): Double note-off 98, [107:1:054]ERROR: MIDI Compiler: c:/users/josh/appdata/local/temp/onyx-5726ff4cdce758c2/gen/target/87822088/magma/notes.mid (PART DRUMS): Double note-off 96, [107:1:054]ERROR: MIDI Compiler: c:/users/josh/appdata/local/temp/onyx-5726ff4cdce758c2/gen/target/87822088/magma/notes.mid (PART DRUMS): Double note-off 24, [107:1:054]MIDI Compiler: Done.stderr:April 22, 2020 at 3:37 pm #510937Hey there,
The problem here is in the MIDI on the DRUMS track. At the specified measures there are multiple notes together that don’t start or end at the same time – the length of those needs to match. You’ll just need to quantize or re-create those notes and that will fix it.
April 22, 2020 at 9:10 pm #510946It also appears that you are missing the events and beat tracks/there are muted while exporting. The C3 Reaper template has these if you are missing them.
April 22, 2020 at 11:28 pm #510951Hey there,
The problem here is in the MIDI on the DRUMS track. At the specified measures there are multiple notes together that don’t start or end at the same time – the length of those needs to match. You’ll just need to quantize or re-create those notes and that will fix it.
Okay i feel silly now, I worked it out before I got a reply on this what had done wrong, It seems when i was copy pasting a section that was the same previously in the song to near the end of the song, That I must have had overlapping notes that i just couldn’t see (AKA I must have copy pasted twice and put them over the top of each other in the 106th and 107th beat) so as soon as I deleted tho two beats and re-charted the area exactly the same, It worked!
Silly me haha. Thankyou for the reply tho!
Much appreciated. ” src=”/wp-content/uploads/invision_emoticons/default_SA_smile.gif” />
April 22, 2020 at 11:29 pm #510952It also appears that you are missing the events and beat tracks/there are muted while exporting. The C3 Reaper template has these if you are missing them.
I noticed that once I fixed the overlapping issue in beat 106 and 107 it did that for me during the conversion, So that’s all good! Thankyou also!
-
AuthorPosts
- You must be logged in to reply to this topic.