C3 Automation Tools

Viewing 15 posts - 211 through 225 (of 419 total)
  • Author
    Posts
  • #459134
    Farottone
    Keymaster

    Go through the checklist in the first post, you have some illegal note/marker or something similar.

    #459136
    Nyxyxylyth
    Participant

    You might also try running it through C3CONTools’ MIDI Cleaner.

    #459137
    Farottone
    Keymaster

    You might also try running it through C3CONTools’ MIDI Cleaner.

     

    Exactly. Point is: the project needs to be proper. Any MIDI on which Magma fails will fail under CAT. And then some, because Reaper is picky about some aspects I listed in the opening post.

    #459672
    Alternity
    Participant

    I managed to make the root notes function work.

     

    Here are the changes:

     

    C3notes.py: http://pastebin.com/nBwWDhPb

    C3toolbox.py: http://pastebin.com/gQ2jtBfk

     

    I’ve got no luck with the GUI though.. Don’t need much user input, only the track and the tuning of each string.

     

    Might attack fret hand positions, and once done, maybe use those hand position to create more accurate guitar animations, if possible.

    #459678
    raynebc
    Participant

    It’s an interesting rabbit hole to fall into. The best solution I could come up with is to track the highest and lowest used frets for consecutive notes and not change the fret hand position in effect until a window of 4 frets no longer fit them. The last pre-Rocksmith 2014 commit of EOF has the simplest version of my implementation if you’re interested:
    https://github.com/raynebc/editor-on-fire/tree/662fb3336fcb0309eb867cb1d424f5c171de2295/src
    The relevant logic centers around the eof_generate_efficient_hand_positions() function in src/rs.c

    #459732
    Guido
    Member

    Farottone

    I have a track with occasional snare and kicks at the same time.

    Yet, when I run C3 Automation tools – I cant seem to get either the tick box ‘Remove Kicks Paired with Percussion’ OR Leave Only a Snare Hit when coupled with a ‘Kick’ to work….. I presume this works for you..?

     

    Thanks

    #459876
    Farottone
    Keymaster

    I managed to make the root notes function work.

     

    Here are the changes:

     

    C3notes.py: http://pastebin.com/nBwWDhPb

    C3toolbox.py: http://pastebin.com/gQ2jtBfk

     

    I’ve got no luck with the GUI though.. Don’t need much user input, only the track and the tuning of each string.

     

    Might attack fret hand positions, and once done, maybe use those hand position to create more accurate guitar animations, if possible.

     

    What issues are you encountering with the GUI coding?

    #459877
    Farottone
    Keymaster

    Farottone

    I have a track with occasional snare and kicks at the same time.

    Yet, when I run C3 Automation tools – I cant seem to get either the tick box ‘Remove Kicks Paired with Percussion’ OR Leave Only a Snare Hit when coupled with a ‘Kick’ to work….. I presume this works for you..?

     

    Thanks

     

    It doesn’t work for me either, I need to debug it.

    #462408

    trying to save the visualizer image to imgur but get this error. Any idea if it’s on my end? I’ve updated to the latest c3 tools:

     

    #462409
    Farottone
    Keymaster

    Wrong thread, this is CAT, not C3 CON Tools. <img decoding=” src=”/wp-content/uploads/invision_emoticons/default_SA_wink.gif”>

    #462410
    TrojanNemo
    Participant

    Why are you posting on here and not on the C3 CON Tools thread?

     

    In any case, that’s an error being thrown by Imgur. Wait and try again later. Make sure there’s nothing blocking the connection (like a firewall). There’s nothing I’ve done that can cause that.

    #462518

    my mistake, wrong thread. Anyway, I’ll try again

    #463305
    Spooky
    Member

    I get this error when I try to load it: Script execution error

    Traceback (most recent call last):
    File “CAT.py”, line 3, in
    import create_beattrack
    File “C:/Users/Owen/Desktop/Josie/CATcreate_beattrack.py”, line 1, in
    import Tkinter
    File “C:Python27Liblib-tkTkinter.py”, line 38, in
    import FixTk
    File “C:Python27Liblib-tkFixTk.py”, line 65, in
    import _tkinter
    ImportError: DLL load failed: %1 is not a valid Win32 application.
    #463306
    Farottone
    Keymaster

    Make sure you have 32 bit versions of both Reaper and Python.

    #463433
    Spooky
    Member

    Make sure you have 32 bit versions of both Reaper and Python.

    Well, my computers 64bit. When i use Reaper for 32 bit, it crashes when i click load. But when I use 64 bit, i get this error message. I’ll double check my python though

Viewing 15 posts - 211 through 225 (of 419 total)
  • You must be logged in to reply to this topic.
Back to top button