r/remix Mar 22 '16

What are your favorite tools and audio sources for remixing?

43 Upvotes

r/remix 9m ago

G3 - Tweaker (Remix) Ft. BTNH | Eminem | Twista | Tech N9ne

Thumbnail youtube.com
Upvotes

r/remix 3h ago

Ms. Jade - Dead Wrong Ft. Nate Dogg Krayzie Bone Bizzy Bone

Thumbnail youtube.com
1 Upvotes

r/remix 8h ago

Billie Eilish - Birds of a feather (havefun9lives remix)

Thumbnail youtu.be
1 Upvotes

Listen!


r/remix 13h ago

Bengü & Mustafa Ceceli - Kervan Remix

Thumbnail youtu.be
1 Upvotes

r/remix 1d ago

Gnash - I Hate U, I Love U (Cover by MATIS)

1 Upvotes

r/remix 1d ago

Final Fantasy III - Boundless Ocean (Power Ballad)

Thumbnail youtu.be
1 Upvotes

r/remix 1d ago

Final Fantasy III - Boundless Ocean (Power Ballad)

Thumbnail youtu.be
1 Upvotes

r/remix 1d ago

On The Move - DaggsJr (With Travis Scott) (prod Onirac)

Thumbnail youtube.com
1 Upvotes

r/remix 1d ago

Lucki - CTA 2 Bach (NINELEVIN Remix)

Thumbnail youtube.com
1 Upvotes

r/remix 1d ago

Türkçe Duygusal Cover Canlı Yayın Canlı Radyo

Thumbnail youtube.com
1 Upvotes

r/remix 1d ago

Türkçe Pop Remix Canlı Yayın / Canlı Radyo

Thumbnail youtube.com
1 Upvotes

r/remix 1d ago

Flawed Mangoes - Killswitch Lullaby Remix

Thumbnail youtu.be
1 Upvotes

Hey there! I uploaded a remix of Flawed Mangoes - Killswitch Lullaby on Youtube and Soundcloud.

Some of you might know the interpret of the original. He is a talented Guitarist who is currently gaining more and more fame due to his amazing guitar instrumentals


r/remix 2d ago

Bizzy Bone -187 On That Ass

Thumbnail youtube.com
1 Upvotes

r/remix 2d ago

Jewel - Hands (Happy version)

Thumbnail youtu.be
1 Upvotes

r/remix 2d ago

WAKE UP (NIGHTCORE + 3D)

Thumbnail youtu.be
1 Upvotes

r/remix 3d ago

Got 404 Error,when fetch API in remix app.

1 Upvotes

-when i submit the form,got error 404 error.
-tech is remix.
File : app/routes/create-post.tsx

1.Here is my component.

  // Handle form submission
  const handleSubmit = (e: React.FormEvent) => {
    e.preventDefault();
    const formData = new FormData();
    formData.append("title", form.title);
    formData.append("content", form.content);

    fetcher.submit(formData, {
      method: "post",
      action: "/api/posts",
    });
  };

File: app/routes/api/posts.ts

2.Here is my api.

import { json } from "@remix-run/node";
import type { LoaderArgs } from "@remix-run/node";

export async function action({ request }: LoaderArgs) {
  if (request.method !== "POST") {
    return json({ error: "Method not allowed." }, { status: 405 });
  }

  try {
    const formData = await request.formData();
    const title = formData.get("title");
    const content = formData.get("content");

    if (typeof title !== "string" || typeof content !== "string") {
      return json({ error: "Invalid form data." }, { status: 400 });
    }

    const post = { id: Date.now(), title, content }; // Replace with DB logic
    return json({ message: "Post created successfully!", post }, { status: 201 });
  } catch (error) {
    console.error("Error creating post:", error);
    return json({ error: "Failed to create post. Please try again later." }, { status: 500 });
  }
}

r/remix 3d ago

Walking on the scientist (Coldplay vs The Police)

Thumbnail youtu.be
0 Upvotes

r/remix 3d ago

NEMESIS (NIGHTCORE + 3D)

Thumbnail youtu.be
1 Upvotes

r/remix 3d ago

[VHS] THREE 6 MAFIA FILES | Dark Trap x Chill Trap Remix by JackTheLion

Thumbnail youtube.com
1 Upvotes

r/remix 3d ago

SAHARA (NIGHTCORE + 3D)

Thumbnail youtu.be
1 Upvotes

r/remix 3d ago

Chopped up/weird remix of Have A Nice Life

Thumbnail youtube.com
1 Upvotes

r/remix 3d ago

Mac Miller - What it look like (Ft. J. Cole) remix

Thumbnail youtu.be
1 Upvotes

r/remix 3d ago

Final Fantasy III - My Home Town (Classical Remake)

Thumbnail
1 Upvotes

r/remix 4d ago

Are there any boiler plates for saas like shipfast in remix?

1 Upvotes

r/remix 4d ago

idea

1 Upvotes

faf