Code Monkey home page Code Monkey logo

Comments (2)

MZehren avatar MZehren commented on July 29, 2024

Hello,

  1. Great, I might do that in the future.
  2. There is no documentation for the mix generation because we did not publish on this. It is not officially supported by the current version of the software.

if you want to get your hands dirty, here is a list of things to do to build mixes, that might not work:

from automix import config
from automix.model.classes.track import Track
from automix.model.inputOutput.serializer.reaperProxy import ReaperProxy
from automix.transition.mixManager import MixManager

tracks = [Track(path=path) for path in config.getFolderFiles("path to folder containing audio")]
mix = MixManager(tracks, overlap=32, startingTrack=tracks[0])
for track in mix.tracks:
        track.takeMarkers = [{"time": time - 0.1, "color": "r", "label": "in"} for time in track.getCueIns().times]
        track.takeMarkers += [{"time": time - 0.1, "color": "b", "label": "out"} for time in track.getCueOuts().times]
ReaperProxy().serialize("test.RPP", tracks=mix.tracks, markers=mix.markers)

This should generate a file that you can open in Reaper v6.x. But it might fail, again, since it is not tested and officially supported.

Good luck

from automix.

librem5 avatar librem5 commented on July 29, 2024

Hello again, thx for response, ofc i will try with dirty hands ;)

Also same project https://github.com/ChenPaulYu/DJtransGAN (https://github.com/ChenPaulYu/DJtransGAN-dg-pipeline), all works fine with music puzzle but cue point not correct, you can check some options and it can help on future you and your project Automix
King regard's ...

from automix.

Related Issues (8)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.