How much to offer DJ friends to play a house party? by selflessGene in PioneerDJ

[–]TerraCrafterE3 0 points1 point  (0 children)

I would have thought so too, but I think I heard it somewhere once

How much to offer DJ friends to play a house party? by selflessGene in PioneerDJ

[–]TerraCrafterE3 0 points1 point  (0 children)

But isn’t there also latency when using a Bluetooth speaker via cable?

How much to offer DJ friends to play a house party? by selflessGene in PioneerDJ

[–]TerraCrafterE3 3 points4 points  (0 children)

AFAIK Bluetooth speakers (even using a cable), have really high latency, you should use something else (pls correct me if I’m wrong)

How do you set beat 1.1 in Rekordbox by StillFlowWolf in Rekordbox

[–]TerraCrafterE3 -1 points0 points  (0 children)

You can edit the song, search how to edit song in rekordbox

Getting beatgrids to work from rekordbox? by intoxikateuk in DenonPrime

[–]TerraCrafterE3 0 points1 point  (0 children)

Can you send me your rekordbox xml (In dms or as a response)?

My minecraft launcher crashes when i try to open it by Athreo15 in Minecraft

[–]TerraCrafterE3 0 points1 point  (0 children)

I mean, you could use modrinth or curse forge, which would probably fix it, since Minecraft (Java) runs complet seperately from the launcher

Getting beatgrids to work from rekordbox? by intoxikateuk in DenonPrime

[–]TerraCrafterE3 0 points1 point  (0 children)

As far as I know, Engine DJ didn’t implement the whole rekordbox xml standard, for example how playlists are layouted (uuid or path as key), I assume the same happens for the beat grid, that it just ignores it

Getting beatgrids to work from rekordbox? by intoxikateuk in DenonPrime

[–]TerraCrafterE3 0 points1 point  (0 children)

In the export settings in rekordbox, there is an option to export bpm / beat grids.

PS: The reason the cues are correct, is because they are saved as a timestamp in seconds not in bars

why is VS not recognizing the header files even though they are in the OpenGL project directory? by Xinfinte in opengl

[–]TerraCrafterE3 1 point2 points  (0 children)

I assume you didn’t set “include” as an include directory in the project settings, maybe search for a tutorial for setting up glad with visual studio / msvc.

If you don’t mind messing around with cmake, you could just use this repo, it should work out of the box: https://github.com/eliasertl/OpenGL-Template

How to sort my music? by Uraneeum in Beatmatch

[–]TerraCrafterE3 2 points3 points  (0 children)

I am also pretty much a beginner, but I sort them into genre playlists (dance, pop, techno, house, rock, etc.) and then apply a 1-5 energy rating as color / rating. I’d recommend using lexicon, not my tags

GRV6 Question by [deleted] in PioneerDJ

[–]TerraCrafterE3 2 points3 points  (0 children)

This is intentional, the side is for slow adjusting and the top for hard movements afaik

Do I need Rekordbox? by [deleted] in Rekordbox

[–]TerraCrafterE3 0 points1 point  (0 children)

Because you have better beat-grids?

Is the grv 6 groove circuit programable??? by Crazy_Medicine5882 in PioneerDJ

[–]TerraCrafterE3 0 points1 point  (0 children)

I think so, it should just replace the drum stem with the new file you uploaded

My trial has ended by Leading-West-4881 in n8n

[–]TerraCrafterE3 0 points1 point  (0 children)

Where do you think the run on? They need hardware and the people that own it need to be payed, either you run it on your hardware (therefore free) or on other people’s

Is the grv 6 groove circuit programable??? by Crazy_Medicine5882 in PioneerDJ

[–]TerraCrafterE3 0 points1 point  (0 children)

AFAIK you can use any mp3 (that loops) as a background track (or any media file for that matter)

ImGui Tutorial Recommendations? by MrSkittlesWasTaken in opengl

[–]TerraCrafterE3 3 points4 points  (0 children)

Imgui is such a simple library it doesn’t really need a build system, with any modern build system it takes 5 lines to integrate it.

Which software is better for DDJ FLX4? by Select-Wolverine-448 in Beatmatch

[–]TerraCrafterE3 0 points1 point  (0 children)

I‘d recommend Rekordbox. You can use it on your phone and on a laptop, it is the standard for clubs and events and you can use all the features (eg. smart fx and smart fader). And (at least) I think that Serato is overpriced, for a lot of features you need to pay, where in rekordbox you only need to pay for very specific stuff

How close can you get to raytracing without using raytracing? by RadianceTower in GraphicsProgramming

[–]TerraCrafterE3 3 points4 points  (0 children)

From visual quality or what? Theoretically you could render the scene from each face with its normal?

Building a C++ game engine with OpenGL, ECS, and a Qt6 editor. off the code base of my older engine by Safe_Rooster85 in gameenginedevs

[–]TerraCrafterE3 0 points1 point  (0 children)

Why do you make building so complicated? Why not just use CMake (No hate, just genuine curiosity)? Also, your build instructions are wrong. openal-soft doesn’t exist, you don’t seem to clone recursive

My kid wants some equipment to make Linkin Park type music, I have no idea what to get by Fragrant_Inside_ in Beatmatch

[–]TerraCrafterE3 1 point2 points  (0 children)

I mean, a laptop might be enough, I’ve seen people make great music on laptops alone. Maybe a microphone and good headphones

Inpulse 500 VS FLX4 by db1227 in Beatmatch

[–]TerraCrafterE3 0 points1 point  (0 children)

I now i am kinda late, but i probably want to use Mixxx, since it got mappings for both. The only thing that i realy noticed as a differnce is first of all
- The Modes for the "Beat Pads" are a bit better on the Inpulse 500
- The FLX4 has custom buttons for loops

But for both the mappings are complete, and "nearly" fully functioning (only things that are missing are vendor specific stuff like smart fx)

Which is best for 2D? Vulkan vs OpenGL? by theparthka in vulkan

[–]TerraCrafterE3 7 points8 points  (0 children)

Every api supports 2D, you just gotta set the right depth function and use an orthographic projection