Instrument Bible

Learn to play any instrument. A virtual fingering chart for brass, woodwind, and string instruments.

Instrument Bibleคืออะไร?

Instrument Bible เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://instrument.bible และคุณลักษณะหลักของมันคือ "Learn to play any instrument. A virtual fingering chart for brass, woodwind, and string instruments."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Instrument Bible

ดาวน์โหลดไฟล์ส่วนขยาย Instrument Bible ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Instrument Bible is a virtual fingering chart for woodwind, brass and string instruments. A new resource for music education.

AVAILABLE INSTRUMENTS
🎷 Woodwind: Flute, Clarinet, Saxophone, Recorder, Oboe, Bassoon
🎺 Brass: Trumpet, Horn, Trombone, Euphonium, Tuba
🎸 Fret: Guitar, Bass, Ukulele, Banjo, Mandolin
🎻 String: Violin, Viola, Cello, Contrabass

FINGERING CHART
• Interactive fingering charts (touch to play the instrument)
• Tap on woodwind/brass valves to toggle them up or down
• Synchronized with MIDI player and tuner
The fingering diagram is synchronized with the tuner and MIDI player. This means you can sing a note, and see how to play it on any instrument. Or upload a MIDI file and watch how to play the song on any instrument. 

TUNER
• Chromatic tuner
• Show concert pitch or written pitch
• Toggle color mode (background turns green or red to display tuning)
• Display accurate cents and frequency

METRONOME
• Use the metronome module or full-screen metronome
• Tap tempo input
• Click on beats to change the accent pattern
• Optional 'blink mode' in the background

MIDI PLAYER
• Multi-track MIDI player
• Upload your own MIDI files
• MIDI file import and export
• Adjust tempo and transpose key
Just click on the track you want to send to the instrument!

VISUAL ANALYSIS
Choose between the various audio/visual modes:
• Fourier analysis
• Oscilloscope
• Frequency line graph
• VU meter
• Sonogram
• 3D sonogram

MODULAR INTERFACE
• Drag & drop modules to re-arrange the UI
• Toggle which modules you want to see
• Customize colors

SYNTH
• Pick between sine, triangle, square, and sawtooth waveforms
• Input an exact frequency, or just tap a note on the piano
• Tone generator (drone)

AUDIO RECORDER
• Create audio recordings
• Save recordings as .WAV files
• Import audio files and play them back through the tuner for analysis

MUSIC THEORY
• Display scales and modes on the piano
• Transpose key of MIDI player

STAFF NOTATION
• Chose between sharp/flat accidental display
• Display either treble, alto, bass, or grand clef.

We look forward to your feedback! Contact us with your questions, comments, or feedback: [email protected] 

Visit our website: https://instrument.bible                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Instrument Bible Instrument Bible
ID lpaeghmjgfelgibkhennclmopjgdoifl
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/instrument-bible/lpaeghmjgfelgibkhennclmopjgdoifl
คำอธิบาย Learn to play any instrument. A virtual fingering chart for brass, woodwind, and string instruments.
ขนาดไฟล์ 2.15 MB
จำนวนการติดตั้ง 1,000
เวอร์ชันปัจจุบัน 1.4.5
อัปเดตครั้งล่าสุด 2020-09-06
วันที่เผยแพร่ 2020-07-04
คะแนน 4.25/5 รวมทั้งหมด 4 คะแนน
ผู้พัฒนา http://instrument.bible
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://instrument.bible
URL หน้าช่วยเหลือ https://instrument.bible/contact
URL หน้านโยบายความเป็นส่วนตัว https://instrument.bible/privacy
ภาษาที่รองรับ id,ms,de,en,en-GB,en-US,fr,nl,no,vi,tr,ca,da,es,es-419,hr,it,hu,pl,pt-BR,pt-PT,ro,sk,fi,sv,cs,el,ru,uk,hi,th,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "default_locale": "en",
    "name": "__MSG_extension_name__",
    "description": "__MSG_extension_description__",
    "version": "1.4.5",
    "short_name": "InstBible",
    "author": "Josh Stovall",
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "images\/toolbar-icon-16.png",
            "19": "images\/toolbar-icon-19.png",
            "32": "images\/toolbar-icon-32.png",
            "38": "images\/toolbar-icon-38.png"
        }
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "icons": {
        "16": "assets\/img\/icon\/16.png",
        "48": "assets\/img\/icon\/48.png",
        "128": "assets\/img\/icon\/128.png"
    },
    "permissions": [
        "clipboardWrite",
        "tabs",
        "https:\/\/*.instrument.bible\/*",
        "https:\/\/instrument.bible\/*"
    ],
    "web_accessible_resources": [
        "assets\/*",
        "js\/*",
        "css\/*",
        "lib\/*",
        "https:\/\/instrument.bible\/app\/js\/audio.js\/*"
    ],
    "content_scripts": [
        {
            "js": [
                "content.js"
            ],
            "matches": [
                "*:\/\/instrument.bible\/*"
            ]
        }
    ]
}