hi Paul

i just did a build clean ("./build.sh c") and make ("./build.sh m") and now
the error is gone  :-)

however, when i point to your drum repo, update the list and select the
yamaha drumkit i dont get a picture  :-(

./hydrogen -v   >  0.9.7-'7aeaa63'


if i run in debug mode i see this in the terminal output when i select your
repo, update list, and select the yamaha kit :

(I) Download::Download Downloading 'http://dotslash.ca/h2/drumkit_list.xml'
(I) Download::__fetch_done Download completed.
(I) SoundLibraryImportDialog::soundLibraryItemChanged Loaded image
Bass_drum.jpg from cache

but i dont see the picture


grtz
Thijs


2015-03-29 18:35 GMT+02:00 Paul Vint <pjv...@gmail.com>:

> Judging by your message in the "instrument layer" regarding using hydrogen
> from my fork you got past this? Had it just not pulled in the new
> FileDownloader files?
>
> Paul
>
> On Sun, Mar 29, 2015 at 5:46 AM, Thijs van severen <
> thijsvanseve...@gmail.com> wrote:
>
>> Hi Paul
>>
>> i just did a git pull + ./build.sh m
>> but i got this error :
>>
>> [ 21%] Built target h2synth
>> Linking CXX executable hydrogen
>> CMakeFiles/hydrogen.dir/src/SoundLibrary/SoundLibraryImportDialog.cpp.o:
>> In function `SoundLibraryImportDialog::loadImage()':
>> /home/tvanseve/Git/Hydrogen/pvint/hydrogen/src/gui/src/SoundLibrary/SoundLibraryImportDialog.cpp:408:
>> undefined reference to `FileDownloader::downloadedData() const'
>> CMakeFiles/hydrogen.dir/src/SoundLibrary/SoundLibraryImportDialog.cpp.o:
>> In function
>> `SoundLibraryImportDialog::soundLibraryItemChanged(QTreeWidgetItem*,
>> QTreeWidgetItem*)':
>> /home/tvanseve/Git/Hydrogen/pvint/hydrogen/src/gui/src/SoundLibrary/SoundLibraryImportDialog.cpp:516:
>> undefined reference to `FileDownloader::FileDownloader(QUrl, QObject*)'
>> collect2: ld returned 1 exit status
>> make[2]: *** [src/gui/hydrogen] Error 1
>> make[1]: *** [src/gui/CMakeFiles/hydrogen.dir/all] Error 2
>> make: *** [all] Error 2
>>
>>
>> grtz
>> Thijs
>>
>> 2015-03-29 3:37 GMT+02:00 Paul Vint <pjv...@gmail.com>:
>>
>>> I have this functionally finished and can be tested using my fork at
>>> https://github.com/pvint/hydrogen
>>>
>>> To test fetching the images from a remote server in the Import Library
>>> dialog you can set the server to http://dotslash.ca/h2/drumkit_list.xml
>>> where I have added an image to the YamahaVintage and the TR808 kits.
>>>
>>> I have it all set up as follows:
>>> - in the drumkit.xml file there's an <image> tag that holds the filename
>>> of the image
>>> - the image file is put into the .h2drumkit file with the samples
>>> - the image is also in a subdirectory "images/" on the repository server
>>> so users get images of kits when browsing in the Import dialog
>>> - remote images are cached in the data/cache directory
>>> - In the properties and Save Library dialogs the image can be selected
>>> by clicking a browse button
>>> - images are automatically scaled down to fit the dialogs (but it
>>> doesn't enlarge them if they are smaller)
>>>
>>> Potential problems:
>>> - the way I have it set now different kits with different images with
>>> the same name will cause a collision in the cache directory... perhaps we
>>> should just use the MD5 hash with a .png or .jpeg extension to avoid this?
>>> - same problem exists the way I have it set to store images on the
>>> server for browsing the kits in the Import dialog
>>>
>>> Screenshot attached.
>>>
>>> Any testing and/or comments appreciated!
>>>
>>> Cheers
>>> Paul
>>>
>>>
>>>
>>>
>>> ------------------------------------------------------------------------------
>>> Dive into the World of Parallel Programming The Go Parallel Website,
>>> sponsored
>>> by Intel and developed in partnership with Slashdot Media, is your hub
>>> for all
>>> things parallel software development, from weekly thought leadership
>>> blogs to
>>> news, videos, case studies, tutorials and more. Take a look and join the
>>> conversation now. http://goparallel.sourceforge.net/
>>> _______________________________________________
>>> Hydrogen-devel mailing list
>>> Hydrogen-devel@lists.sourceforge.net
>>> https://lists.sourceforge.net/lists/listinfo/hydrogen-devel
>>>
>>>
>>
>>
>> --
>> follow me on my Audio & Linux blog <http://audio-and-linux.blogspot.com/>
>> !
>>
>>
>>
>> ------------------------------------------------------------------------------
>> Dive into the World of Parallel Programming The Go Parallel Website,
>> sponsored
>> by Intel and developed in partnership with Slashdot Media, is your hub
>> for all
>> things parallel software development, from weekly thought leadership
>> blogs to
>> news, videos, case studies, tutorials and more. Take a look and join the
>> conversation now. http://goparallel.sourceforge.net/
>> _______________________________________________
>> Hydrogen-devel mailing list
>> Hydrogen-devel@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/hydrogen-devel
>>
>>
>
>
> ------------------------------------------------------------------------------
> Dive into the World of Parallel Programming The Go Parallel Website,
> sponsored
> by Intel and developed in partnership with Slashdot Media, is your hub for
> all
> things parallel software development, from weekly thought leadership blogs
> to
> news, videos, case studies, tutorials and more. Take a look and join the
> conversation now. http://goparallel.sourceforge.net/
> _______________________________________________
> Hydrogen-devel mailing list
> Hydrogen-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/hydrogen-devel
>
>


-- 
follow me on my Audio & Linux blog <http://audio-and-linux.blogspot.com/> !
------------------------------------------------------------------------------
Dive into the World of Parallel Programming The Go Parallel Website, sponsored
by Intel and developed in partnership with Slashdot Media, is your hub for all
things parallel software development, from weekly thought leadership blogs to
news, videos, case studies, tutorials and more. Take a look and join the 
conversation now. http://goparallel.sourceforge.net/
_______________________________________________
Hydrogen-devel mailing list
Hydrogen-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/hydrogen-devel

Reply via email to