Activity for GK Palem

  • GK Palem GK Palem posted a comment on discussion CarMusTy Help

    Thank you. Here they are: LinkedIn: https://www.linkedin.com/in/gpalem Twitter(X): https://x.com/GPalem

  • GK Palem GK Palem posted a comment on discussion CarMusTy Help

    Please try to ensure that the font is available in the application installation path. That is, "CarMusTy\bin\fonts" folder. You can extract the attached font files into that folder.

  • GK Palem GK Palem posted a comment on discussion Help

    It is complaining about sound card. Looks like the OS you are running does not have sound card. GK On Tue, 5 Feb 2019, 05:41 Jack Mo <jack-mo@users.sourceforge.net wrote: When I try to run testCFugue, I get the following error: ``` ALSA lib seq_hw.c:457:(snd_seq_hw_open) open /dev/snd/seq failed: No such file or directory RtMidiOut::initialize: error creating ALSA sequencer client object. terminate called after throwing an instance of 'RtError' Aborted (core dumped) ``` I'm using Ubuntu for Windows...

  • GK Palem GK Palem posted a comment on discussion Help

    Try to copy | paste the sampe application code as is, into your app and see if it works.

  • GK Palem GK Palem posted a comment on discussion Help

    In your CMAKE file you may need to add the location of where the 'CFugueLib.h' is to the include directories path. Refer to the INCLUDE_DIRECTORIES variable in CMake Doumentation. https://cmake.org/cmake/help/v3.7/prop_dir/INCLUDE_DIRECTORIES.html

  • GK Palem GK Palem committed [r745]

    added screenshots

  • GK Palem GK Palem posted a comment on discussion CarMusTy Help

    It is font error. installing Shruti font will help.

  • GK Palem GK Palem posted a comment on discussion CarMusTy Help

    It is font error. installing Shruti font will help.

  • GK Palem GK Palem posted a comment on discussion CarMusTy Help

    You can find the pdf path in the 'pdf info' side panel. This panel can be shown using window menu if hidden

  • GK Palem GK Palem posted a comment on discussion CarMusTy Help

    The generated preview isactually coming from a pdf file. In the info view you can see where the file path is. You can show or hide the info panel using the UI settings, view menu options. Hope this helps.

  • GK Palem GK Palem posted a comment on discussion Help

    Thank you. Reviewed the code, it is adding the attack and decay velocities to the MIDI properly. It could be problem with the underlying MIDI driver or the sound fonts (runtime on the OS). If you use other software to render the MIDI with attack and decay are they sounding different?

  • GK Palem GK Palem posted a comment on discussion Help

    Can you just use PlayMusicString and see if it works. Also, instead of creating new project / solution, try modifying the example code testCFugueLib and see if it works. Could be issue with Unicode, _T(), or with MIDI_MAPPER

  • GK Palem GK Palem posted a comment on discussion Help

    You can send only the required notes (to the play() function) and once the play is finished wait as much time as needed and call play again afresh with required notes. Since this is API based, you have control over how many notes and how many times the play is called.

  • GK Palem GK Palem posted a comment on discussion Help

    with chords it should be possible. or with using notation similar to that of J FUGUE music string triplet, it should be possible. could you please try the second option? the music string notation of jfugue is available over the net. thanks GK https://Cenacle.co.in

  • GK Palem GK Palem posted a comment on discussion Help

    CFugue expects to be built with Unicode option. For some reason the code is using char\* instead of wchar_t at line https://sourceforge.net/p/cfugue/code/HEAD/tree/MusicNote/include/Dictionary.h#l37 You may want to check the build settings if you are building with UNICODE option on or not. It should be on. Also, you can try to redfine and use your own string class, such as std::wstring using the STRUTILS_RETURN_TYPE macro. Please refer this: https://sourceforge.net/p/oil/code/HEAD/tree/Common/StrUtils.h#l10...

  • GK Palem GK Palem posted a comment on discussion Help

    Thanks for pointing it. GK http://CenacleResearch.com/

  • GK Palem GK Palem created ticket #1

    How to debug the eMail issues?

  • GK Palem GK Palem committed [r215]

    added controller event binding

  • GK Palem GK Palem posted a comment on discussion Help

    Thank you for reporting it Daniel. Some of these controller events were not wired...

  • GK Palem GK Palem posted a comment on discussion Help

    Thanks Daniel for sharing the diff. Yes, agreed - its a good feature to have. Will...

  • GK Palem GK Palem posted a comment on discussion Help

    Daniel, I do not think "Pause" is currently supported / exposed as API. The Player...

  • GK Palem GK Palem posted a comment on discussion Help

    Hello, Each call to 'PlayMusicString' starts and stops the driver (along with doing...

  • GK Palem GK Palem posted a comment on discussion Help

    Looks like you are using Windows. You would not need TSE3. What build problems are...

  • GK Palem GK Palem committed [r744]

    added Predictive Maintenance for Wind Turbines....

  • GK Palem GK Palem committed [r743]

    added Performance Benchmarks.docx

  • GK Palem GK Palem committed [r742]

    vs2015 with qt5 build working

  • GK Palem GK Palem committed [r741]

    vs2015 build with qt5 working

  • GK Palem GK Palem committed [r740]

    added Cenacle Research.pptx

  • GK Palem GK Palem committed [r739]

    updated

  • GK Palem GK Palem committed [r738]

    Updated Bio.pptx

  • GK Palem GK Palem committed [r737]

    updated

  • GK Palem GK Palem committed [r736]

    updated cv

  • GK Palem GK Palem posted a comment on discussion Help

    The examples illustrate creating a farm nicely. But the run / freeze methods seem...

  • GK Palem GK Palem committed [r735]

    added Tasklist-OpenCV.docx

  • GK Palem GK Palem committed [r734]

    added Projects

  • GK Palem GK Palem committed [r733]

    added Guest Lectures

  • GK Palem GK Palem committed [r732]

    removed Thumbs.db

  • GK Palem GK Palem committed [r731]

    deleted few folders

  • GK Palem GK Palem committed [r730]

    portfolio added

  • GK Palem GK Palem committed [r729]

  • GK Palem GK Palem posted a comment on discussion Help

    Sorry - you are right. The 'CFuguedu.lib' is the generated library for debug/unicode...

  • GK Palem GK Palem committed [r728]

    removed cloudinary resizing

  • GK Palem GK Palem posted a comment on discussion Help

    You can ignore the INSTALL project. It is automatically generated by cmake. You can...

  • GK Palem GK Palem posted a comment on discussion Help

    Is the build working correctly without the DLL option (i.e. leave the CFUGUE_BUILD_DLL...

  • GK Palem GK Palem committed [r727]

  • GK Palem GK Palem committed [r726]

  • GK Palem GK Palem committed [r725]

  • GK Palem GK Palem committed [r724]

    removed upload

  • GK Palem GK Palem committed [r723]

    fixed errors

  • GK Palem GK Palem committed [r722]

    1. added additional data traces

  • GK Palem GK Palem committed [r721]

  • GK Palem GK Palem committed [r720]

    removed openxc

  • GK Palem GK Palem posted a comment on discussion CarMusTy Help

    Sorry that is not presently possible. Thank you, GK http://gk.palem.in/

  • GK Palem GK Palem committed [r719]

    sidebar toggle working

  • GK Palem GK Palem committed [r718]

  • GK Palem GK Palem committed [r717]

    updated

  • GK Palem GK Palem committed [r716]

    added screenshots

  • GK Palem GK Palem committed [r715]

    renamed Charts & Dashboards

  • GK Palem GK Palem committed [r714]

    added Charts.pptx

  • GK Palem GK Palem committed [r713]

  • GK Palem GK Palem committed [r712]

  • GK Palem GK Palem committed [r711]

  • GK Palem GK Palem committed [r710]

  • GK Palem GK Palem committed [r709]

  • GK Palem GK Palem committed [r708]

  • GK Palem GK Palem committed [r707]

  • GK Palem GK Palem committed [r706]

  • GK Palem GK Palem committed [r705]

    separated proposal

  • GK Palem GK Palem committed [r704]

    adding platform components

  • GK Palem GK Palem posted a comment on discussion Help

    That would be the "Tempo". You can use the token 'T' to adjust it. Something like:...

  • GK Palem GK Palem committed [r703]

    added missing sections

  • GK Palem GK Palem committed [r702]

    moved to case-studies

  • GK Palem GK Palem committed [r701]

    added ref

  • GK Palem GK Palem committed [r700]

    added Material

  • GK Palem GK Palem committed [r699]

    added NLTK-Intro.ipynb

  • GK Palem GK Palem committed [r698]

    modified

  • GK Palem GK Palem committed [r697]

    added Research Affiliation Program.docx

  • GK Palem GK Palem committed [r696]

    added icons

  • GK Palem GK Palem committed [r695]

  • GK Palem GK Palem committed [r694]

  • GK Palem GK Palem committed [r693]

    updated

  • GK Palem GK Palem committed [r692]

    updated

  • GK Palem GK Palem committed [r691]

    updated

  • GK Palem GK Palem committed [r690]

    removed sergey comments

  • GK Palem GK Palem committed [r689]

    corrected few slides

  • GK Palem GK Palem committed [r688]

    updated with gdocs presentations

  • GK Palem GK Palem committed [r687]

    udpated ReadMe.txt

  • GK Palem GK Palem committed [r686]

    icons moved to cloudinary

  • GK Palem GK Palem committed [r685]

    updated portfolio text

  • GK Palem GK Palem committed [r684]

    added missing

  • GK Palem GK Palem committed [r683]

    Updated portfolio

  • GK Palem GK Palem committed [r682]

    Adding images

  • GK Palem GK Palem committed [r681]

    updated the answers

  • GK Palem GK Palem committed [r680]

    modified

  • GK Palem GK Palem committed [r679]

    modified

  • GK Palem GK Palem committed [r678]

    adjusted

  • GK Palem GK Palem committed [r677]

    added disqus support

  • GK Palem GK Palem committed [r676]

    adjusted

  • GK Palem GK Palem committed [r675]

    adjusted

  • GK Palem GK Palem committed [r674]

    Adjusting for Mobility

1 >
MongoDB Logo MongoDB