Home
last modified time | relevance | path

Searched refs:___ERRORLOG (Results 1 – 11 of 11) sorted by relevance

/dports/audio/hydrogen/hydrogen-1.0.1/src/core/src/
H A Dhydrogen.cpp1065 ___ERRORLOG( "nFrames < 0" ); in audioEngine_seek()
1481 ___ERRORLOG( "nBufferSize=0" ); in audioEngine_setupLadspaFX()
1655 ___ERRORLOG( "no patterns in song." ); in audioEngine_updateNoteQueue()
1750 ___ERRORLOG( "nPatternSize == 0" ); in audioEngine_updateNoteQueue()
2000 ___ERRORLOG( err ); in findPatternInTick()
2089 ___ERRORLOG( "Unknown driver " + sDriver ); in createDriver()
2126 ___ERRORLOG( "The audio driver is still alive" ); in audioEngine_startAudioDrivers()
2129 ___ERRORLOG( "The MIDI driver is still active" ); in audioEngine_startAudioDrivers()
2181 ___ERRORLOG( "Error starting audio driver" ); in audioEngine_startAudioDrivers()
2262 ___ERRORLOG( "m_pMainBuffer_L == NULL" ); in audioEngine_startAudioDrivers()
[all …]
H A Dnsm_client.cpp149 ___ERRORLOG("Error creating NSM thread\n "); in createInitialClient()
160 ___ERRORLOG("failed, freeing NSM client"); in createInitialClient()
/dports/audio/hydrogen/hydrogen-1.0.1/src/tests/
H A Dtest_helper.cpp73 ___ERRORLOG( QString( "Directory %1 not usable" ).arg( env_root_dir ) ); in find_root_dir()
83 ___ERRORLOG( QString( "Directory %1 not usable" ).arg( git_root_dir ) ); in find_root_dir()
H A Drubberband_test.cpp19 ___ERRORLOG( QString( "unable to load %1" ).arg( sample_path ) ); in rubberband_test()
130 ___ERRORLOG("RUBBERBAND LIBRARY NOT AVAILABLE"); in rubberband_test()
/dports/audio/hydrogen/hydrogen-1.0.1/src/gui/src/
H A Dmain.cpp385 ___ERRORLOG ( "Error loading the playlist" ); in main()
395 ___ERRORLOG ( "Error loading the drumkit" ); in main()
/dports/audio/hydrogen/hydrogen-1.0.1/src/cli/
H A Dmain.cpp300 ___ERRORLOG( "Error loading the playlist" ); in main()
350 ___ERRORLOG ( "Error loading the drumkit" ); in main()
/dports/audio/hydrogen/hydrogen-1.0.1/src/core/include/hydrogen/
H A Dobject.h137 #define ___ERRORLOG(x) __LOG_STATIC( H2Core::Logger::Error, (x) ); macro
/dports/audio/hydrogen/hydrogen-1.0.1/src/core/src/basics/
H A Dsample.cpp627 ___ERRORLOG( "SF_INFO error" ); in write()
635 ___ERRORLOG( QString( "sf_open error : %1" ).arg( sf_strerror( sf_file ) ) ); in write()
643 ___ERRORLOG( QString( "sf_writef_float error : %1" ).arg( sf_strerror( sf_file ) ) ); in write()
H A Dnote.cpp198 ___ERRORLOG( "Unhandled key: " + s_key ); in set_key_octave()
/dports/audio/hydrogen/hydrogen-1.0.1/src/core/src/IO/
H A Dcoremidi_driver.cpp87 ___ERRORLOG( QString( "Unhandled midi message type: %1" ).arg( nEventType ) ); in midiProc()
/dports/audio/hydrogen/hydrogen-1.0.1/src/gui/src/SoundLibrary/
H A DSoundLibraryImportDialog.cpp534 ___ERRORLOG ( "Error loading the drumkit" ); in soundLibraryItemChanged()