Collaboration
Information on how to work with Doudou Records and commission creative projects
Working with Doudou Records
We believe that the best creative work emerges from collaboration. Whether you're an artist, organization, or individual with a unique vision, we offer various ways to partner with us on innovative projects.
Commission Work
Custom creations tailored to your specific needs and vision.
Artist Residencies
Immersive experiences working alongside our creative team.
Joint Projects
Collaborative ventures that combine our expertise with yours.
Commission Process
Commissioning a piece from Doudou Records involves a collaborative process where we work closely with you to bring your vision to life.
Initial Consultation
We discuss your project goals, budget, and creative direction in detail.
Proposal Development
Based on our discussion, we create a detailed proposal outlining scope, timeline, and deliverables.
Concept Approval
Once approved, we begin developing initial concepts and prototypes.
Production & Iteration
We produce the work with regular check-ins and iterations based on your feedback.
Final Delivery
The completed work is delivered along with all necessary files and documentation.
Our commission rates start at €5000 for small projects and scale based on complexity and scope. Contact us for a personalized quote.
Artist Residency Program
Our residency program provides artists with dedicated time and resources to develop their work in our creative environment.
Intensive creative sessions focused on specific project development.
Extended residencies for in-depth exploration and research.
# Audio workstation setup
echo "Configuring audio interface..."
aplay -l # List audio devices
arecord -f cd -d 10 test.wav # Record test audio
# Visual design workspace
import matplotlib.pyplot as plt
import numpy as np
# Create generative art canvas
fig, ax = plt.subplots(figsize=(8, 6))
x = np.linspace(0, 10, 100)
y = np.sin(x) + np.random.normal(0, 0.1, 100)
ax.plot(x, y)
plt.show()
Joint Venture Opportunities
For larger-scale projects, we offer partnership arrangements where we collaborate on equal footing with other creative entities.
We partner with music and arts festivals to create signature installations and performances that define the event's identity.
Technical Requirements
To ensure successful collaboration, we have certain technical standards and requirements that help us deliver high-quality work.
| Requirement | Specification | Purpose |
|---|---|---|
| Audio Quality | 24-bit/96kHz minimum | Professional sound reproduction |
| Visual Resolution | 300 DPI minimum | High-quality printing and display |
| File Formats | WAV, AI, PSD | Industry-standard compatibility |
| Delivery Time | 4-12 weeks | Realistic project timelines |
We recommend discussing technical requirements early in the process to ensure compatibility with your needs and systems.
Getting Started
Ready to collaborate? Here's how to begin the conversation with us.
// Contact form submission example
const contactForm = document.getElementById('contact-form');
contactForm.addEventListener('submit', async (e) => {
e.preventDefault();
const formData = new FormData(contactForm);
try {
const response = await fetch('/api/contact', {
method: 'POST',
body: formData
});
if (response.ok) {
alert('Thank you for your interest! We\'ll be in touch soon.');
} else {
throw new Error('Submission failed');
}
} catch (error) {
console.error('Error:', error);
alert('Please try again or contact us directly.');
}
});
- Fill out our online inquiry form with details about your project
- We'll review your submission and respond within 5 business days
- If there's mutual interest, we'll schedule a video call to discuss further
- Upon agreement, we'll send a formal proposal and contract
Success Stories
We've had the privilege of working with amazing partners across various creative fields. Our collaborations have resulted in award-winning installations, innovative products, and groundbreaking artistic experiences.
Every collaboration is unique, and we approach each one with fresh enthusiasm and dedication to creating something extraordinary.
Last updated today