Navigation
Records in this category
- What are Soundfonts?
- What's the difference between GM, GS and XG?
- What are the copyrights in MIDIs?
- MIDI Files should be free.
- What's best to use for backing tracks - MIDI files, MP3s, etc?
- I found a few of your MIDI files on the web. What's the deal...I thought they were only for members.
- How do I put MIDI files on my iPod?
Tags
Sticky FAQs
General MIDI Related Questions
MIDI Files should be free.
WHY???
MIDI files have been on the Internet for years. How did they get there? Many people created their own and post them on sites and newsgroups. That's great. However, a lot of people have posted MIDIs belonging to commercial companies and have experienced severe civil lawsuits. Many web pages that carry any of these files are also infringing on the artist's rights.
A MIDI file is a derivative work, therefore the artist is entitled to royalties. If people want to create free MIDIs and distribute them, that's great...but they must inherit the risks involved. Anyone who wishes to "charge" for their own work has the right to do so...providing they are properly licensed.
Tags: -
Related entries:
- Do I need to be a CYBERMIDI member to get the MIDI files?
- I am a sequencer. Can I send you my work for inclusion on your site?
- Wishlist vs. Custom Sequencing
- How often do you add new MIDI files?
- What is CYBERMIDI Select and how to they differ from CYBERMIDIs?
Last update: 2008-07-05 10:05
Author: Flash
Revision: 1.1
You can comment this FAQ
/hermes/web01/b1371/pow.cybermidi/htdocs/faq/inc/Init.php:
PMF_Configuration->getAll() in line 103:
SELECT
config_name, config_value
FROM
faq_faqconfig/hermes/web01/b1371/pow.cybermidi/htdocs/faq/inc/Category.php:
PMF_Category->getOrderedCategories() in line 154:
SELECT
fc.id AS id,
fc.lang AS lang,
fc.parent_id AS parent_id,
fc.name AS name,
fc.description AS description,
fc.user_id AS user_id
FROM
faq_faqcategories fc
LEFT JOIN
faq_faqcategory_group fg
ON
fc.id = fg.category_id
LEFT JOIN
faq_faqcategory_user fu
ON
fc.id = fu.category_id
WHERE
( fg.group_id IN (-1)
OR
(fu.user_id = -1 AND fg.group_id IN (-1)))
AND
fc.lang = 'en'
GROUP BY
fc.id, fc.lang, fc.parent_id, fc.name, fc.description, fc.user_id
ORDER BY
fc.id/hermes/web01/b1371/pow.cybermidi/htdocs/faq/index.php:
PMF_Faq->getRecordTitle() in line 263:
SELECT
thema
FROM
faq_faqdata
WHERE
id = 24 AND lang = 'en'/hermes/web01/b1371/pow.cybermidi/htdocs/faq/index.php:
PMF_Faq->getRecordKeywords() in line 264:
SELECT
keywords
FROM
faq_faqdata
WHERE id = 24 AND lang = 'en'/hermes/web01/b1371/pow.cybermidi/htdocs/faq/index.php:
PMF_Faq->getRecordPreview() in line 265:
SELECT
content as answer
FROM
faq_faqdata
WHERE
id = 24
AND
lang = 'en'/hermes/web01/b1371/pow.cybermidi/htdocs/faq/inc/Category.php:
PMF_Category->getCategoriesFromArticle() in line 913:
SELECT
fc.id AS id,
fc.lang AS lang,
fc.parent_id AS parent_id,
fc.name AS name,
fc.description AS description
FROM
faq_faqcategoryrelations fcr,
faq_faqcategories fc
WHERE
fc.id = fcr.category_id
AND
fcr.record_id = 24
AND
fcr.category_lang = 'en'
AND
fc.lang = 'en'/hermes/web01/b1371/pow.cybermidi/htdocs/faq/index.php:
PMF_Tags->existTagRelations() in line 368:
SELECT
COUNT(record_id) AS n
FROM
faq_faqdata_tags/hermes/web01/b1371/pow.cybermidi/htdocs/faq/index.php:
PMF_Session->getUsersOnline() in line 392:
SELECT
count(sid) AS anonymous_users
FROM
faq_faqsessions
WHERE
user_id = -1
AND
time > 1283466814/hermes/web01/b1371/pow.cybermidi/htdocs/faq/index.php:
PMF_Session->getUsersOnline() in line 392:
SELECT
count(session_id) AS registered_users
FROM
faq_faquser
WHERE
session_timestamp > 1283466814/hermes/web01/b1371/pow.cybermidi/htdocs/faq/inc/Faq.php:
PMF_Faq->getStickyRecordsData() in line 2991:
SELECT
fd.id AS id,
fd.lang AS lang,
fd.thema AS thema,
fcr.category_id AS category_id
FROM
faq_faqdata fd
LEFT JOIN
faq_faqcategoryrelations fcr
ON
fd.id = fcr.record_id
AND
fd.lang = fcr.record_lang
LEFT JOIN
faq_faqdata_group AS fdg
ON
fd.id = fdg.record_id
LEFT JOIN
faq_faqdata_user AS fdu
ON
fd.id = fdu.record_id
WHERE
fd.lang = 'en'
AND
fd.date_start <= '20100903003834'
AND
fd.date_end >= '20100903003834'
AND
fd.active = 'yes'
AND
fd.sticky = 1
AND
( fdu.user_id = -1 OR fdu.user_id = -1 )