Skip to forum content
ChipMusic.org
chipmusic.org is an online community in respect and relation to chip music, art and its parallels.
You are not logged in. Please login or register.
Search options (Page 2 of 6)
ChipMusic.org / Forums / Posts by PaK-Zer0
Topics by PaK-Zer0
Posts found: 17-32 of 95
herr_prof wrote:yoyz2k wrote:Great !!! Hope it will run on legacy handled.
There is a chance it may not, and may not even be compatible with old projects.
lazerbeat wrote:I get the feeling "if" might be more appropriate. Also it might not work on any handhelds.....
that's so sad. I always loved piggy's retrocompability =P
This is pure pork pr0n, is this out in a new ghetto? I just can't wait to put my hands on this...
I don't have any complete track made in Vortex, just snippets and short experiments, I just bought the Amstrad, I don't even have a power source, neither a video cable. I'll build one soon I guess, then I'll render all the things and experiments I did with Vortex Tracker and DigiTracker. And I found out about DigiTracker today xD
But definetively you'll know once I have my things ready to rock the AY.
I've been fascinated with this thread and the digital sample trackers on the Speccy. Recently I purchased an Amstrad CPC to make the AY roar on real hardware, so I've been guessing if this kind of tracks could be done on the Amstrad.
After a little bit of research I found that it's possible with Digitracker. Almost the same functionallity than Sample Tracker.
I'll test this tonight. Good work m8, keep it up
› Again
‹ Again
g++ -c -DLINUX -I. -LSDL/lib -g WaveView.cpp -o WaveView.o
WaveView.cpp: In function 'void load_raw(char*)':
WaveView.cpp:80:54: warning: format '%d' expects argument of type 'int', but argument 2 has type '__off_t {aka long int}' [-Wformat]
WaveView.cpp:81:53: warning: format '%d' expects argument of type 'int', but argument 2 has type '__nlink_t {aka long unsigned int}' [-Wformat]
WaveView.cpp:82:48: warning: format '%d' expects argument of type 'int', but argument 2 has type '__ino_t {aka long unsigned int}' [-Wformat]
g++ -lSDL -lSDL_gfx -lSDL_ttf WaveView.o -o WaveView
WaveView.o: In function `init_video()':
/home/ffuentes/Dev/picoloop/picoloop/WaveView.cpp:46: undefined reference to `SDL_Init'
/home/ffuentes/Dev/picoloop/picoloop/WaveView.cpp:48: undefined reference to `SDL_GetError'
/home/ffuentes/Dev/picoloop/picoloop/WaveView.cpp:57: undefined reference to `SDL_SetVideoMode'
/home/ffuentes/Dev/picoloop/picoloop/WaveView.cpp:61: undefined reference to `SDL_GetError'
/home/ffuentes/Dev/picoloop/picoloop/WaveView.cpp:62: undefined reference to `SDL_Quit'
WaveView.o: In function `handle_key()':
/home/ffuentes/Dev/picoloop/picoloop/WaveView.cpp:121: undefined reference to `SDL_PollEvent'
/home/ffuentes/Dev/picoloop/picoloop/WaveView.cpp:225: undefined reference to `SDL_GetKeyName'
/home/ffuentes/Dev/picoloop/picoloop/WaveView.cpp:293: undefined reference to `SDL_Delay'
/home/ffuentes/Dev/picoloop/picoloop/WaveView.cpp:298: undefined reference to `SDL_Delay'
WaveView.o: In function `draw_screen()':
/home/ffuentes/Dev/picoloop/picoloop/WaveView.cpp:355: undefined reference to `SDL_MapRGB'
/home/ffuentes/Dev/picoloop/picoloop/WaveView.cpp:355: undefined reference to `SDL_FillRect'
/home/ffuentes/Dev/picoloop/picoloop/WaveView.cpp:375: undefined reference to `SDL_MapRGB'
/home/ffuentes/Dev/picoloop/picoloop/WaveView.cpp:375: undefined reference to `SDL_FillRect'
/home/ffuentes/Dev/picoloop/picoloop/WaveView.cpp:383: undefined reference to `SDL_MapRGB'
/home/ffuentes/Dev/picoloop/picoloop/WaveView.cpp:383: undefined reference to `SDL_FillRect'
/home/ffuentes/Dev/picoloop/picoloop/WaveView.cpp:391: undefined reference to `SDL_MapRGB'
/home/ffuentes/Dev/picoloop/picoloop/WaveView.cpp:391: undefined reference to `SDL_FillRect'
/home/ffuentes/Dev/picoloop/picoloop/WaveView.cpp:395: undefined reference to `SDL_Flip'
/home/ffuentes/Dev/picoloop/picoloop/WaveView.cpp:396: undefined reference to `SDL_Delay'
collect2: error: ld returned 1 exit status
make: *** [WaveView] Error 1
Thanks for the work btw
Oscillator works, but the PatternPlayer doesn't. I'm going to check the other test you sent before
› WaveView compilation
‹ WaveView compilation
foo@bar:~/Dev/picoloop/picoloop$ make -f Makefile.WaveView
g++ -c -DLINUX -I. -LSDL/lib -g WaveView.cpp -o WaveView.o
WaveView.cpp: In function 'void load_raw(char*)':
WaveView.cpp:80:54: warning: format '%d' expects argument of type 'int', but argument 2 has type '__off_t {aka long int}' [-Wformat]
WaveView.cpp:81:53: warning: format '%d' expects argument of type 'int', but argument 2 has type '__nlink_t {aka long unsigned int}' [-Wformat]
WaveView.cpp:82:48: warning: format '%d' expects argument of type 'int', but argument 2 has type '__ino_t {aka long unsigned int}' [-Wformat]
g++ -lSDL -lSDL_gfx -lSDL_ttf WaveView.o -o WaveView
WaveView.o: In function `init_video()':
/home/ffuentes/Dev/picoloop/picoloop/WaveView.cpp:46: undefined reference to `SDL_Init'
/home/ffuentes/Dev/picoloop/picoloop/WaveView.cpp:48: undefined reference to `SDL_GetError'
/home/ffuentes/Dev/picoloop/picoloop/WaveView.cpp:57: undefined reference to `SDL_SetVideoMode'
/home/ffuentes/Dev/picoloop/picoloop/WaveView.cpp:61: undefined reference to `SDL_GetError'
/home/ffuentes/Dev/picoloop/picoloop/WaveView.cpp:62: undefined reference to `SDL_Quit'
WaveView.o: In function `handle_key()':
/home/ffuentes/Dev/picoloop/picoloop/WaveView.cpp:121: undefined reference to `SDL_PollEvent'
/home/ffuentes/Dev/picoloop/picoloop/WaveView.cpp:225: undefined reference to `SDL_GetKeyName'
/home/ffuentes/Dev/picoloop/picoloop/WaveView.cpp:293: undefined reference to `SDL_Delay'
/home/ffuentes/Dev/picoloop/picoloop/WaveView.cpp:298: undefined reference to `SDL_Delay'
WaveView.o: In function `draw_screen()':
/home/ffuentes/Dev/picoloop/picoloop/WaveView.cpp:355: undefined reference to `SDL_MapRGB'
/home/ffuentes/Dev/picoloop/picoloop/WaveView.cpp:355: undefined reference to `SDL_FillRect'
/home/ffuentes/Dev/picoloop/picoloop/WaveView.cpp:375: undefined reference to `SDL_MapRGB'
/home/ffuentes/Dev/picoloop/picoloop/WaveView.cpp:375: undefined reference to `SDL_FillRect'
/home/ffuentes/Dev/picoloop/picoloop/WaveView.cpp:383: undefined reference to `SDL_MapRGB'
/home/ffuentes/Dev/picoloop/picoloop/WaveView.cpp:383: undefined reference to `SDL_FillRect'
/home/ffuentes/Dev/picoloop/picoloop/WaveView.cpp:391: undefined reference to `SDL_MapRGB'
/home/ffuentes/Dev/picoloop/picoloop/WaveView.cpp:391: undefined reference to `SDL_FillRect'
/home/ffuentes/Dev/picoloop/picoloop/WaveView.cpp:395: undefined reference to `SDL_Flip'
/home/ffuentes/Dev/picoloop/picoloop/WaveView.cpp:396: undefined reference to `SDL_Delay'
collect2: error: ld returned 1 exit status
make: *** [WaveView] Error 1
None worked, it seems like I'm missing some dev libraries:
› CLI log
‹ CLI log
foo@bar:~/Dev/picoloop/picoloop$ make -f Makefile.Oscillator
g++ -lSDL -lSDL_gfx -lSDL_ttf RtAudio.o Osc.o AudioEngine.o Instrument.o Synth.o Oscillator.o FuzzyPulseOscillator.o SineOscillator.o SawOscillator.o AudioMixer.o Wave.o Track.o Machine.o MonoMixer.o ADSR.o PatternElement.o VCO.o PulseOscillator.o InputManager.o -o Oscillator
RtAudio.o: In function `RtApiAlsa::closeStream()':
RtAudio.cpp:(.text+0x501): undefined reference to `pthread_join'
RtAudio.cpp:(.text+0x52a): undefined reference to `snd_pcm_close'
RtAudio.cpp:(.text+0x538): undefined reference to `snd_pcm_close'
RtAudio.cpp:(.text+0x600): undefined reference to `snd_pcm_drop'
RtAudio.cpp:(.text+0x615): undefined reference to `snd_pcm_drop'
RtAudio.o: In function `RtApiAlsa::getDeviceCount()':
RtAudio.cpp:(.text+0x68c): undefined reference to `snd_card_next'
RtAudio.cpp:(.text+0x6c6): undefined reference to `snd_ctl_open'
RtAudio.cpp:(.text+0x6fa): undefined reference to `snd_ctl_pcm_next_device'
RtAudio.cpp:(.text+0x709): undefined reference to `snd_strerror'
RtAudio.cpp:(.text+0x8c0): undefined reference to `snd_ctl_close'
RtAudio.cpp:(.text+0x8ca): undefined reference to `snd_card_next'
RtAudio.cpp:(.text+0x8e7): undefined reference to `snd_ctl_open'
RtAudio.cpp:(.text+0x8f8): undefined reference to `snd_ctl_close'
RtAudio.cpp:(.text+0x9b7): undefined reference to `snd_strerror'
RtAudio.o: In function `RtApiAlsa::abortStream()':
RtAudio.cpp:(.text+0x1695): undefined reference to `snd_pcm_drop'
RtAudio.cpp:(.text+0x16c5): undefined reference to `snd_pcm_drop'
RtAudio.cpp:(.text+0x16d8): undefined reference to `snd_strerror'
RtAudio.cpp:(.text+0x1817): undefined reference to `snd_strerror'
RtAudio.o: In function `RtApiAlsa::stopStream()':
RtAudio.cpp:(.text+0x1ad2): undefined reference to `snd_pcm_drain'
RtAudio.cpp:(.text+0x1b49): undefined reference to `snd_pcm_drop'
RtAudio.cpp:(.text+0x1b82): undefined reference to `snd_pcm_drop'
RtAudio.cpp:(.text+0x1b95): undefined reference to `snd_strerror'
RtAudio.cpp:(.text+0x1cdf): undefined reference to `snd_strerror'
RtAudio.o: In function `RtApiAlsa::startStream()':
RtAudio.cpp:(.text+0x1fd5): undefined reference to `snd_pcm_state'
RtAudio.cpp:(.text+0x1fe3): undefined reference to `snd_pcm_prepare'
RtAudio.cpp:(.text+0x2008): undefined reference to `snd_pcm_state'
RtAudio.cpp:(.text+0x201a): undefined reference to `snd_pcm_prepare'
RtAudio.cpp:(.text+0x202d): undefined reference to `snd_strerror'
RtAudio.cpp:(.text+0x21cf): undefined reference to `snd_strerror'
RtAudio.o: In function `RtApiAlsa::callbackEvent()':
RtAudio.cpp:(.text+0x4690): undefined reference to `snd_pcm_writei'
RtAudio.cpp:(.text+0x46b6): undefined reference to `snd_strerror'
RtAudio.cpp:(.text+0x48cb): undefined reference to `snd_pcm_readi'
RtAudio.cpp:(.text+0x48ef): undefined reference to `snd_strerror'
RtAudio.cpp:(.text+0x4ba0): undefined reference to `snd_pcm_writen'
RtAudio.cpp:(.text+0x4bd9): undefined reference to `snd_pcm_delay'
RtAudio.cpp:(.text+0x4c8c): undefined reference to `snd_pcm_delay'
RtAudio.cpp:(.text+0x4ede): undefined reference to `snd_pcm_readn'
RtAudio.cpp:(.text+0x4ef5): undefined reference to `snd_pcm_state'
RtAudio.cpp:(.text+0x4f0d): undefined reference to `snd_strerror'
RtAudio.cpp:(.text+0x4f19): undefined reference to `snd_pcm_state_name'
RtAudio.cpp:(.text+0x5074): undefined reference to `snd_pcm_state'
RtAudio.cpp:(.text+0x508d): undefined reference to `snd_strerror'
RtAudio.cpp:(.text+0x509d): undefined reference to `snd_pcm_state_name'
RtAudio.cpp:(.text+0x523b): undefined reference to `snd_pcm_prepare'
RtAudio.cpp:(.text+0x524e): undefined reference to `snd_strerror'
RtAudio.cpp:(.text+0x53b4): undefined reference to `snd_pcm_prepare'
RtAudio.cpp:(.text+0x53c7): undefined reference to `snd_strerror'
RtAudio.o: In function `alsaCallbackHandler':
RtAudio.cpp:(.text+0x5611): undefined reference to `pthread_testcancel'
RtAudio.o: In function `RtApiAlsa::getDeviceInfo(unsigned int)':
RtAudio.cpp:(.text+0x636f): undefined reference to `snd_card_next'
RtAudio.cpp:(.text+0x63b8): undefined reference to `snd_ctl_open'
RtAudio.cpp:(.text+0x6403): undefined reference to `snd_ctl_pcm_next_device'
RtAudio.cpp:(.text+0x640e): undefined reference to `snd_strerror'
RtAudio.cpp:(.text+0x672e): undefined reference to `snd_ctl_close'
RtAudio.cpp:(.text+0x673a): undefined reference to `snd_card_next'
RtAudio.cpp:(.text+0x6795): undefined reference to `snd_pcm_info_sizeof'
RtAudio.cpp:(.text+0x67b5): undefined reference to `snd_pcm_info_sizeof'
RtAudio.cpp:(.text+0x67cb): undefined reference to `snd_pcm_hw_params_sizeof'
RtAudio.cpp:(.text+0x67e4): undefined reference to `snd_pcm_hw_params_sizeof'
RtAudio.cpp:(.text+0x67ff): undefined reference to `snd_pcm_info_set_stream'
RtAudio.cpp:(.text+0x681d): undefined reference to `snd_pcm_info_set_device'
RtAudio.cpp:(.text+0x682b): undefined reference to `snd_pcm_info_set_subdevice'
RtAudio.cpp:(.text+0x683e): undefined reference to `snd_ctl_pcm_info'
RtAudio.cpp:(.text+0x686e): undefined reference to `snd_pcm_open'
RtAudio.cpp:(.text+0x688c): undefined reference to `snd_pcm_hw_params_any'
RtAudio.cpp:(.text+0x68b0): undefined reference to `snd_pcm_hw_params_get_channels_max'
RtAudio.cpp:(.text+0x68dd): undefined reference to `snd_pcm_close'
RtAudio.cpp:(.text+0x68f5): undefined reference to `snd_pcm_info_set_stream'
RtAudio.cpp:(.text+0x6918): undefined reference to `snd_ctl_pcm_info'
RtAudio.cpp:(.text+0x692a): undefined reference to `snd_ctl_close'
RtAudio.cpp:(.text+0x6963): undefined reference to `snd_pcm_open'
RtAudio.cpp:(.text+0x6981): undefined reference to `snd_pcm_hw_params_any'
RtAudio.cpp:(.text+0x69a5): undefined reference to `snd_pcm_hw_params_get_channels_max'
RtAudio.cpp:(.text+0x69d2): undefined reference to `snd_pcm_close'
RtAudio.cpp:(.text+0x6a1f): undefined reference to `snd_pcm_info_set_stream'
RtAudio.cpp:(.text+0x6a45): undefined reference to `snd_pcm_open'
RtAudio.cpp:(.text+0x6a63): undefined reference to `snd_pcm_hw_params_any'
RtAudio.cpp:(.text+0x6a99): undefined reference to `snd_pcm_hw_params_test_rate'
RtAudio.cpp:(.text+0x6ab7): undefined reference to `snd_pcm_hw_params_test_rate'
RtAudio.cpp:(.text+0x6ad5): undefined reference to `snd_pcm_hw_params_test_rate'
RtAudio.cpp:(.text+0x6af3): undefined reference to `snd_pcm_hw_params_test_rate'
RtAudio.cpp:(.text+0x6b11): undefined reference to `snd_pcm_hw_params_test_rate'
RtAudio.o:RtAudio.cpp:(.text+0x6b2f): more undefined references to `snd_pcm_hw_params_test_rate' follow
RtAudio.o: In function `RtApiAlsa::getDeviceInfo(unsigned int)':
RtAudio.cpp:(.text+0x6c4e): undefined reference to `snd_pcm_close'
RtAudio.cpp:(.text+0x6e89): undefined reference to `snd_strerror'
RtAudio.cpp:(.text+0x702a): undefined reference to `snd_ctl_close'
RtAudio.cpp:(.text+0x72ca): undefined reference to `snd_strerror'
RtAudio.cpp:(.text+0x744b): undefined reference to `snd_pcm_hw_params_test_format'
RtAudio.cpp:(.text+0x746b): undefined reference to `snd_pcm_hw_params_test_format'
RtAudio.cpp:(.text+0x748b): undefined reference to `snd_pcm_hw_params_test_format'
RtAudio.cpp:(.text+0x74ab): undefined reference to `snd_pcm_hw_params_test_format'
RtAudio.cpp:(.text+0x74cb): undefined reference to `snd_pcm_hw_params_test_format'
RtAudio.o:RtAudio.cpp:(.text+0x74eb): more undefined references to `snd_pcm_hw_params_test_format' follow
RtAudio.o: In function `RtApiAlsa::getDeviceInfo(unsigned int)':
RtAudio.cpp:(.text+0x767b): undefined reference to `snd_strerror'
RtAudio.cpp:(.text+0x7842): undefined reference to `snd_strerror'
RtAudio.cpp:(.text+0x7a49): undefined reference to `snd_pcm_close'
RtAudio.cpp:(.text+0x7a54): undefined reference to `snd_strerror'
RtAudio.cpp:(.text+0x7b98): undefined reference to `snd_pcm_close'
RtAudio.cpp:(.text+0x7ba3): undefined reference to `snd_strerror'
RtAudio.cpp:(.text+0x805d): undefined reference to `snd_card_get_name'
RtAudio.cpp:(.text+0x80e8): undefined reference to `snd_pcm_close'
RtAudio.cpp:(.text+0x81a4): undefined reference to `snd_pcm_close'
RtAudio.cpp:(.text+0x81af): undefined reference to `snd_strerror'
RtAudio.cpp:(.text+0x83f0): undefined reference to `snd_pcm_close'
RtAudio.cpp:(.text+0x83fb): undefined reference to `snd_strerror'
RtAudio.cpp:(.text+0x86d0): undefined reference to `snd_ctl_open'
RtAudio.cpp:(.text+0x8769): undefined reference to `snd_pcm_close'
RtAudio.cpp:(.text+0x8771): undefined reference to `snd_strerror'
RtAudio.o: In function `RtApiAlsa::probeDeviceOpen(unsigned int, RtApi::StreamMode, unsigned int, unsigned int, unsigned int, unsigned long, unsigned int*, RtAudio::StreamOptions*)':
RtAudio.cpp:(.text+0x9dfb): undefined reference to `snd_card_next'
RtAudio.cpp:(.text+0x9e3f): undefined reference to `snd_ctl_open'
RtAudio.cpp:(.text+0x9e88): undefined reference to `snd_ctl_pcm_next_device'
RtAudio.cpp:(.text+0x9e98): undefined reference to `snd_ctl_close'
RtAudio.cpp:(.text+0x9ea4): undefined reference to `snd_card_next'
RtAudio.cpp:(.text+0x9ec6): undefined reference to `snd_ctl_open'
RtAudio.cpp:(.text+0x9f38): undefined reference to `snd_ctl_close'
RtAudio.cpp:(.text+0x9f85): undefined reference to `snd_pcm_open'
RtAudio.cpp:(.text+0x9f92): undefined reference to `snd_pcm_hw_params_sizeof'
RtAudio.cpp:(.text+0x9fa7): undefined reference to `snd_pcm_hw_params_sizeof'
RtAudio.cpp:(.text+0x9fc7): undefined reference to `snd_pcm_hw_params_any'
RtAudio.cpp:(.text+0xa009): undefined reference to `snd_pcm_hw_params_set_access'
RtAudio.cpp:(.text+0xa083): undefined reference to `snd_pcm_hw_params_test_format'
RtAudio.cpp:(.text+0xa0b4): undefined reference to `snd_pcm_hw_params_set_format'
RtAudio.cpp:(.text+0xa0d6): undefined reference to `snd_pcm_format_cpu_endian'
RtAudio.cpp:(.text+0xa100): undefined reference to `snd_pcm_hw_params_set_rate_near'
RtAudio.cpp:(.text+0xa12d): undefined reference to `snd_pcm_hw_params_get_channels_max'
RtAudio.cpp:(.text+0xa164): undefined reference to `snd_pcm_close'
RtAudio.cpp:(.text+0xa171): undefined reference to `snd_strerror'
RtAudio.cpp:(.text+0xa2b4): undefined reference to `snd_pcm_open'
RtAudio.cpp:(.text+0xa54e): undefined reference to `snd_pcm_hw_params_set_access'
RtAudio.cpp:(.text+0xa57f): undefined reference to `snd_pcm_hw_params_test_format'
RtAudio.cpp:(.text+0xa5b4): undefined reference to `snd_pcm_close'
RtAudio.cpp:(.text+0xa5c1): undefined reference to `snd_strerror'
RtAudio.cpp:(.text+0xa6a4): undefined reference to `snd_pcm_close'
RtAudio.cpp:(.text+0xa6b1): undefined reference to `snd_strerror'
RtAudio.cpp:(.text+0xa831): undefined reference to `snd_pcm_close'
RtAudio.cpp:(.text+0xa839): undefined reference to `snd_strerror'
RtAudio.cpp:(.text+0xa90b): undefined reference to `snd_strerror'
RtAudio.cpp:(.text+0xa9b6): undefined reference to `snd_pcm_hw_params_get_channels_min'
RtAudio.cpp:(.text+0xa9ea): undefined reference to `snd_pcm_hw_params_set_channels'
RtAudio.cpp:(.text+0xaa29): undefined reference to `snd_pcm_hw_params_set_period_size_near'
RtAudio.cpp:(.text+0xaaad): undefined reference to `snd_pcm_hw_params_set_periods_near'
RtAudio.cpp:(.text+0xaaef): undefined reference to `snd_pcm_hw_params'
RtAudio.cpp:(.text+0xaaff): undefined reference to `snd_pcm_sw_params_sizeof'
RtAudio.cpp:(.text+0xab14): undefined reference to `snd_pcm_sw_params_sizeof'
RtAudio.cpp:(.text+0xab34): undefined reference to `snd_pcm_sw_params_current'
RtAudio.cpp:(.text+0xab4c): undefined reference to `snd_pcm_sw_params_set_start_threshold'
RtAudio.cpp:(.text+0xab62): undefined reference to `snd_pcm_sw_params_set_stop_threshold'
RtAudio.cpp:(.text+0xab73): undefined reference to `snd_pcm_sw_params_set_silence_threshold'
RtAudio.cpp:(.text+0xab82): undefined reference to `snd_pcm_sw_params_get_boundary'
RtAudio.cpp:(.text+0xab98): undefined reference to `snd_pcm_sw_params_set_silence_size'
RtAudio.cpp:(.text+0xaba7): undefined reference to `snd_pcm_sw_params'
RtAudio.cpp:(.text+0xad4c): undefined reference to `pthread_create'
RtAudio.cpp:(.text+0xada1): undefined reference to `snd_pcm_close'
RtAudio.cpp:(.text+0xadaf): undefined reference to `snd_pcm_close'
RtAudio.cpp:(.text+0xadd4): undefined reference to `snd_pcm_close'
RtAudio.cpp:(.text+0xae5d): undefined reference to `snd_pcm_close'
RtAudio.cpp:(.text+0xae6a): undefined reference to `snd_strerror'
RtAudio.cpp:(.text+0xaf7b): undefined reference to `snd_pcm_close'
RtAudio.cpp:(.text+0xaf88): undefined reference to `snd_strerror'
RtAudio.cpp:(.text+0xb062): undefined reference to `snd_pcm_hw_params_set_access'
RtAudio.cpp:(.text+0xb093): undefined reference to `snd_pcm_close'
RtAudio.cpp:(.text+0xb0a0): undefined reference to `snd_strerror'
RtAudio.cpp:(.text+0xb1a9): undefined reference to `snd_pcm_hw_params_test_format'
RtAudio.cpp:(.text+0xb245): undefined reference to `snd_pcm_hw_params_set_access'
RtAudio.cpp:(.text+0xb2a6): undefined reference to `snd_pcm_hw_params_test_format'
RtAudio.cpp:(.text+0xb2d5): undefined reference to `snd_pcm_close'
RtAudio.cpp:(.text+0xb2dd): undefined reference to `snd_strerror'
RtAudio.cpp:(.text+0xb499): undefined reference to `snd_pcm_close'
RtAudio.cpp:(.text+0xb4a6): undefined reference to `snd_strerror'
RtAudio.cpp:(.text+0xb5a7): undefined reference to `snd_pcm_close'
RtAudio.cpp:(.text+0xb703): undefined reference to `snd_pcm_close'
RtAudio.cpp:(.text+0xb710): undefined reference to `snd_strerror'
RtAudio.cpp:(.text+0xb8de): undefined reference to `snd_pcm_close'
RtAudio.cpp:(.text+0xb8eb): undefined reference to `snd_strerror'
RtAudio.cpp:(.text+0xbb8a): undefined reference to `snd_pcm_close'
RtAudio.cpp:(.text+0xbb92): undefined reference to `snd_strerror'
RtAudio.cpp:(.text+0xc010): undefined reference to `snd_pcm_hw_params_test_format'
RtAudio.cpp:(.text+0xc04c): undefined reference to `snd_pcm_link'
RtAudio.cpp:(.text+0xc625): undefined reference to `snd_pcm_hw_params_test_format'
RtAudio.cpp:(.text+0xc691): undefined reference to `snd_pcm_hw_params_test_format'
RtAudio.cpp:(.text+0xc6b9): undefined reference to `snd_pcm_close'
Synth.o: In function `Synth::initialize(double, int)':
/home/ffuentes/Dev/picoloop/picoloop/Synth.cpp:94: undefined reference to `SDL_LockAudio'
/home/ffuentes/Dev/picoloop/picoloop/Synth.cpp:96: undefined reference to `SDL_UnlockAudio'
Synth.o: In function `Synth::wait()':
/home/ffuentes/Dev/picoloop/picoloop/Synth.cpp:103: undefined reference to `SDL_Delay'
/home/ffuentes/Dev/picoloop/picoloop/Synth.cpp:104: undefined reference to `SDL_LockAudio'
/home/ffuentes/Dev/picoloop/picoloop/Synth.cpp:106: undefined reference to `SDL_UnlockAudio'
Wave.o: In function `Wave::loadWave(char*)':
/home/ffuentes/Dev/picoloop/picoloop/Wave.cpp:22: undefined reference to `SDL_RWFromFile'
/home/ffuentes/Dev/picoloop/picoloop/Wave.cpp:22: undefined reference to `SDL_LoadWAV_RW'
/home/ffuentes/Dev/picoloop/picoloop/Wave.cpp:27: undefined reference to `SDL_GetError'
/home/ffuentes/Dev/picoloop/picoloop/Wave.cpp:37: undefined reference to `SDL_BuildAudioCVT'
/home/ffuentes/Dev/picoloop/picoloop/Wave.cpp:39: undefined reference to `SDL_GetError'
InputManager.o: In function `InputManager::handleKey()':
/home/ffuentes/Dev/picoloop/picoloop/InputManager.cpp:91: undefined reference to `SDL_PollEvent'
/home/ffuentes/Dev/picoloop/picoloop/InputManager.cpp:134: undefined reference to `SDL_GetKeyName'
collect2: error: ld returned 1 exit status
make: *** [Oscillator] Error 1
Awww, too bad, this doesn't works for me. Take this two pastes of compiling and running so you can check what's going wrong:
Compiling: http://pastebin.com/Y7XNYQED
Running: http://pastebin.com/iX5hnNRp
I'm sorry but my system is in spanish, but I guess maybe it can help you figure out what's going on
Oh man! This is gorgeus! I use a dingoo and a gp2x and I'm totally digging this!
SuperBustySamuraiMonkey wrote:PAKZERO IS LATIN, I KNEW IT WEI
Hahahahaha, Yes I am! Lick my chipotle sauce pinche weon!
yogi wrote:PaK-Zer0 wrote:The thing is that Deflemask only works for Master System btm, but I guess it could be easily support GG in the future.
Nice tune!
I don't see a problem with Deflemask supporting only SMS, the GG runs SMS roms just fine. The only difference is the stereo panning on the GG, the PSG handling is the same on both systems.
Yogi
Thanks! I knew the difference in the chip (stereo vs mono) but I didn't know it was that easy to make it work on GG
Deflemask. I know it's been said before, but don't look further unless you are thinking or coding your own tracker (wet dreams about a GG native tracker).
Of course is a very limited sound chip, but there's also ways and tricks to make it sound interesting. Using one of this tricks I managed to create a track with a more powerful bass sound. Deflemask sources are linked in the description:
https://soundcloud.com/pakzer0/pak-zer0
-of-a-mask
The thing is that Deflemask only works for Master System btm, but I guess it could be easily support GG in the future.
Oh man, this is so awesome Yerzm!
I love the choice of mr beep for the first song.
I would love to hear the tracks from CulturaChip's beepola compo on real hardware just like this tracks, check them out!
http://culturachip.org/compos/packs/microcompo2.zip
This is awesome, I love the display. I don't own a raspi but I've worked with them at job and this use is so impressive, just a small device totally usable on stage.
Congrats m8, if I purchase one this is definetively first in my todo list for it
Posts found: 17-32 of 95
ChipMusic.org / Forums / Posts by PaK-Zer0