Navigation
Records in this category
- I registered but haven't received my welcome email. How long does it take?
- 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?
- Can I use your MIDIs on my web page or project?
- Do the files have a vocal, harmony tracks and lyrics?
- Do CYBERMIDIs have fadeouts? I require ending for my performances.
- How do I download the MIDIs?
- What controller messages are used in CYBERMIDIs?
- What's so special about CYBERMIDIs?
- What MIDI standard does CYBERMIDI use?
- Is it possible to delete or mute the vocal or other tracks?
- What happens when my membership expires?
- Why haven't you done my wish list request?
- Why are some files unavailable for download?
- What's the difference between "cm" and "cp" .mid files?
- I'm a CYBERMIDI member and I can't log into Shop CYBERMIDI
- I need the vocal lines removed
- I need my MIDI file in format 0
- Can't access Forum with my CYBERMIDI username and password.
- How do I cancel my membership?
- CYBERMIDI Version updates explained
- can i download a copy of your catalog?
- I Can't Log In
- What does the "Expiration date" on my membership mean?
- Javascript: How do I enable or disable it?
- How do I extract ZIP files?
- What are the benefits of a CYBERMIDI membership?
- I am listed as a Charter Member. What exactly is that?
- I cannot download from the Members Only MIDI section
- I cannot hear the demos - no sound
Tags
Sticky FAQs
CYBERMIDI Support Related Questions
What is CYBERMIDI Select and how to they differ from CYBERMIDIs?
CYBERMIDI Select are NOT CYBERMIDIs. We have made arrangements with MIDI distributors such as HANDS ON and others, to bring you ADDITIONAL Professional MIDI files (currently over 1900). We stand by the quality of these SELECT MIDIs and are proud to offer them to you at reasonable prices.
You can buy any Select MIDI at http://www.shopcybermidi.com
Members are entitled to discounts on Select MIDIs, and these discounts are generally not even available to the distributor's own customers. Another reason why a CYBERMIDI membership is a great deal!
All Select MIDI are sent in a zipped file. You will need Winzip to extract the files. Winzip can be downloaded at http://www.winzip.com
Tags: CYBERMIDI Selects, MIDI files, Shop CYBERMIDI
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?
- Why do you charge a membership fee?
Last update: 2008-07-05 09:58
Author: Flash
Revision: 1.2
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 = 8 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 = 8 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 = 8
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 = 8
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 > 1283466757/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 > 1283466757/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 <= '20100903003737'
AND
fd.date_end >= '20100903003737'
AND
fd.active = 'yes'
AND
fd.sticky = 1
AND
( fdu.user_id = -1 OR fdu.user_id = -1 )