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
I Can't Log In
Are you a new member? After registering you should received 2 emails- one is your receipt, the second is a welcome email with instructions on how to "activate" your account. Did you recieve your welcome email and if so, did you click on the activation link? If not, please refer to this faq: I registered but haven't received my welcome email. How ...
If you believe you are an active member, the top reasons for login failure are:
1. CAPS LOCK KEY is On. This key is on the left side of your keyboard and on most keyboards has a little light. If it's lit, your caps locks key is On. Press the key to turn it off, then log in again.
2. Make sure cookies are enabled in your browser.
3. Usernames and passwords are case sensitive. If your username is "USERNAME", typring "username" will fail authentication.
If our records show correct login information, but a suspended account, you will see an alert on the screen asking for a second log in.
If you are unsure if you are typing in a correct username or password, click Forgot Password and they will be emailed to the email address you have set in your account.
To enable cookies in Internet Explorer, open your browser
b. Go to Tools --> Internet Options
c. Click on the Privacy Tab
d. Set your cookies to Low using the slide bar
e. Hit OK
Please ensure that you are using the most current version of Internet Explorer, Netscape, AOL, etc.
For most reliable site navagation, enure that Javascript is enabled in your brower. Refer to Javascript FAQ for instructions.
Tags: -
Related entries:
- I registered but haven't received my welcome email. How long does it take?
- How do I download the MIDIs?
- I'm a CYBERMIDI member and I can't log into Shop CYBERMIDI
- How do I cancel my membership?
- Why do you require a one year minimum and what happens if I don't complete the year?
Last update: 2005-12-21 07:38
Author: Flash
Revision: 1.0
You cannot comment on this entry
/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 = 44 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 = 44 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 = 44
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 = 44
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 > 1283466796/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 > 1283466796/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 <= '20100903003817'
AND
fd.date_end >= '20100903003817'
AND
fd.active = 'yes'
AND
fd.sticky = 1
AND
( fdu.user_id = -1 OR fdu.user_id = -1 )