Giter Site home page Giter Site logo

pestophagous / heory Goto Github PK

View Code? Open in Web Editor NEW
0.0 0.0 1.0 10.3 MB

"heory" (pronounced like theory; a portmanteau of "hear" and "theory"). Music theory and pitch trainer.

License: GNU General Public License v3.0

Shell 12.16% QMake 5.18% C++ 53.53% QML 25.67% Python 0.63% Java 2.82%

heory's People

Contributors

pestophagous avatar

Watchers

 avatar  avatar  avatar

Forkers

alexet

heory's Issues

list of linux kernel modules loaded on my machine (for later perusal and research)

$ lsmod | grep snd_

snd_usb_audio         180224  1
snd_usbmidi_lib        36864  1 snd_usb_audio
snd_seq_dummy          16384  1
snd_hda_codec_realtek    90112  1
snd_hda_codec_generic    77824  1 snd_hda_codec_realtek
snd_hda_intel          40960  5
snd_hda_codec         135168  3 snd_hda_codec_realtek,snd_hda_codec_generic,snd_hda_intel
snd_hda_core           77824  4 snd_hda_codec_realtek,snd_hda_codec_generic,snd_hda_codec,snd_hda_intel
snd_hwdep              16384  2 snd_usb_audio,snd_hda_codec
snd_pcm               106496  5 snd_usb_audio,snd_hda_codec,snd_hda_intel,snd_hda_core
snd_seq_midi           16384  1
snd_seq_midi_event     16384  1 snd_seq_midi
snd_rawmidi            32768  2 snd_usbmidi_lib,snd_seq_midi
snd_seq                69632  8 snd_seq_midi_event,snd_seq_dummy,snd_seq_midi
snd_seq_device         16384  3 snd_seq,snd_rawmidi,snd_seq_midi
snd_timer              32768  2 snd_pcm,snd_seq
snd                    86016  22 snd_hda_codec_realtek,snd_usb_audio,snd_hwdep,snd_timer,snd_pcm,snd_seq,snd_rawmidi,snd_hda_codec_generic,snd_usbmidi_lib,snd_hda_codec,snd_hda_intel,snd_seq_device

when further filtered on "midi"

snd_usbmidi_lib        36864  1 snd_usb_audio
snd_seq_midi           16384  1
snd_seq_midi_event     16384  1 snd_seq_midi
snd_rawmidi            32768  2 snd_usbmidi_lib,snd_seq_midi
snd_seq                69632  8 snd_seq_midi_event,snd_seq_dummy,snd_seq_midi
snd_seq_device         16384  3 snd_seq,snd_rawmidi,snd_seq_midi
snd                    86016  22 snd_hda_codec_realtek,snd_usb_audio,snd_hwdep,snd_timer,snd_pcm,snd_seq,snd_rawmidi,snd_hda_codec_generic,snd_usbmidi_lib,snd_hda_codec,snd_hda_intel,snd_seq_device

Tests to consider running against fluidsynth to document assumed behaviors

fluid_synth_noteon returns FAILURE if you pass in a nullptr for synth.

fluid_synth_noteon can SUCCEED even if you have no fluid_midi_router_t nor fluid_midi_driver_t nor fluid_audio_driver_t. (which means it can succeed even when you don't HEAR any audible note actually get played)

calling the code in FsynthWrapper::Impl::ShutdownFsynth many times in a row is ok (in other words safe to call even when the pointers are already shut down and nullified)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.