Re: [Mixxx-devel] Lots of fixes and new features (1.7.0)

2009-10-04 Thread Sean M. Pappalardo - D.J. Pegasus
Hello, Matti. Wow! Thank you very much for this wonderful submission. I'm not qualified to speak on most of it, but I did want to ask if you've considered creating one or more shared personal branch(es) of Mixxx via the Launchpad Bazaar system? That way you can do work and make fixes in your own

Re: [Mixxx-devel] Lots of fixes and new features (1.7.0)

2009-10-06 Thread Sean M. Pappalardo - D.J. Pegasus
Hello again. Matti Nykyri wrote: Sounds good... I will look up the wiki. I'm willingful to participate :) We can then think about how this should be done. Please try out the modified version and say your comments. Mad Jester has started a wiki page for all of us to collaborate on

[Mixxx-devel] PortMIDI branch - GUI help needed

2009-10-11 Thread Sean M. Pappalardo - D.J. Pegasus
(though I think it's still currently based on 1.7.) Thank you very much for your time and attention. Looking forward to multiple MIDI device support in 1.8! Next up for me: an SCS.3m mapping script and another video showing it all in action! Sincerely, Sean M. Pappalardo D.J. Pegasus

Re: [Mixxx-devel] iPhone syncing on Linux

2009-10-27 Thread Sean M. Pappalardo - D.J. Pegasus
Albert Santoni wrote: So my question is - Why would we even bother using libgpod when we can (probably easily) open that SQLite database ourselves? Good point. But then we'd have to keep tabs on their DB schema and change when it does. If we abstract via libgpod, we don't have to worry

[Mixxx-devel] Crash on sndfile in PortMIDI

2009-10-31 Thread Sean M. Pappalardo - D.J. Pegasus
Hello. I was trying to make a PortMIDI build (based on 1.7) for testing this weekend and found that Mixxx crashes trying to load WAVs and FLACs at least in Windows. After getting debugging working, line 137 in SoundSourceProxy ( return m_pSoundSource-getSRate(); ) is the source of the crash,

Re: [Mixxx-devel] [Fwd: Re: debian package for 1.7.1]

2009-11-03 Thread Sean M. Pappalardo - D.J. Pegasus
Critical: [MidiObject 1]: MidiScriptEngine: Problem opening the script file: /usr/share/mixxx/midi/midi-mappings-scripts.js , error # 5 Critical: [MidiObject 1]: MidiScriptEngine: Problem opening the script file: /usr/share/mixxx/midi/Hercules-DJ-Console-RMX-scripts.js , error # 5 FWIW,

Re: [Mixxx-devel] 1.7.1 library importing into 1.8

2009-11-07 Thread Sean M. Pappalardo - D.J. Pegasus
Zach wrote: But this still leaves the mixxx.cfg file with its version set to the old version. Can we just modify the version number to be the current version This happens at the bottom of the file starting at if (configVersion.startsWith(1.7.0)) { Just uncomment that block and change that

Re: [Mixxx-devel] MIDI devices not detected because of build problem (linux, alsaseqmidi, asmlib)

2009-11-22 Thread Sean M. Pappalardo - D.J. Pegasus
of SCons' output and the link error to me like so: Platform: Linux i686 (32bit) Binary format: ELF ... /usr/bin/ld: skipping incompatible /home/pegasus/mixxx/trunk/asmlib/alibelf64o.a when searching for alibelf64o.a /usr/bin/ld: cannot find alibelf64o.a Thanks! Sincerely, Sean M. Pappalardo D.J

[Mixxx-devel] PortMidi branch: segfault on close during delete view

2009-12-03 Thread Sean M. Pappalardo - D.J. Pegasus
Hello all. In preparing a PortMIDI branch build of Mixxx for use tonight, I'm getting a segmentation fault when I close it (right after delete view) with four MIDI devices attached (MIDI through, the two SCS.3ds and an SCS.3m) but only two devices enabled (two SCS.3ds in this case.) When I

Re: [Mixxx-devel] Compiling branch 'features_sqlite' on Windows 7 (x86)

2009-12-14 Thread Sean M. Pappalardo - D.J. Pegasus
Tobias Rafreider wrote: * Cannot open include file: 'QSqlDatabase': No such file or directory I compiled with QT 4.6 and followed the instructions on the WIKI pages. Did you specify that you wanted sqlite included during the configure process before building Qt? (That's not yet in the

Re: [Mixxx-devel] I can help!

2010-01-20 Thread Sean M. Pappalardo - D.J. Pegasus
A very informative read is the blog of this Qt graphics guy: http://labs.trolltech.com/blogs/author/gunnar/ He goes into performance, back ends, etc. and the information will be very useful in moving forward with any GUI discussion. Sincerely, Sean M. Pappalardo D.J. Pegasus

Re: [Mixxx-devel] Windows issues

2010-01-26 Thread Sean M. Pappalardo - D.J. Pegasus
Albert Santoni wrote: unistd.h is only available on Unix-based OSes. Please use #ifndef __WINDOWS__ instead of _MSC_VER. I would, but that messes up mingw. I left it as _MSC_VER for now. I can now build with m4a support. Changes needed have been pushed to trunk. Run these tests again with

[Mixxx-devel] Ubuntu feature freeze imminent

2010-02-11 Thread Sean M. Pappalardo - D.J. Pegasus
it to the Ubuntu guys, since 1.7.3 contains some important fixes and two new/updated MIDI controller mappings and is otherwise the most stable Mixxx release to date. Would the powers that be (Adam/Albert) please make a call on this and inform the Debian packager? Sincerely, Sean M. Pappalardo D.J

Re: [Mixxx-devel] Ubuntu feature freeze imminent

2010-02-12 Thread Sean M. Pappalardo - D.J. Pegasus
Albert Santoni wrote: What are the important fixes in the 1.7 branch that came after 1.7.2? Well, have a look: https://launchpad.net/mixxx/+milestone/1.7.3 Most notable are the Out of bounds access and the BPM detection one. The LADSPA one is fixable at package time of course. I wasn't aware

[Mixxx-devel] Bug tracker clean up

2010-02-17 Thread Sean M. Pappalardo - D.J. Pegasus
=field.omit_dupes.used=field.omit_dupes=onfield.has_patch.used=field.has_cve.used=field.affects_me.used=field.tag=field.tags_combinator=ANY ...and update/test/close any that you can? Having the list up-to-date will help us make sure nothing gets missed. Thanks for your attention! Sincerely, Sean M. Pappalardo

Re: [Mixxx-devel] vinyl control status?

2010-02-19 Thread Sean M. Pappalardo - D.J. Pegasus
I'm bringing Mark Hills and Yves Adler of xwax in on this discussion since I'd be surprised if they haven't solved at least some of these questions on xwax. What say you gentlemen? Albert Santoni wrote: On Thu, Feb 18, 2010 at 7:15 AM, Owen Williams o...@ywwg.com wrote: Good question. The

Re: [Mixxx-devel] Gui problem and Segmetation Faullt on latency change

2010-02-21 Thread Sean M. Pappalardo - D.J. Pegasus
is a good place to start since it contains lots of information and is updated very often: http://mixxx.org/wiki/doku.php Again, welcome and thanks for your reports! Sincerely, Sean M. Pappalardo D.J. Pegasus Mixxx Developer

Re: [Mixxx-devel] vinyl control status?

2010-02-21 Thread Sean M. Pappalardo - D.J. Pegasus
Owen Williams wrote: I've created a branch based off trunk (yay!) with just my xwax diffs and nothing else. Awesome, dude! BTW, what version of xwax code is in this branch? -- Download Intel#174; Parallel Studio

[Mixxx-devel] Library MIDI controls

2010-02-22 Thread Sean M. Pappalardo - D.J. Pegasus
Hello again. (The ControlObjects that operate on the Library appear to be working in trunk again after a brief period where they didn't.) I wanted to ask if there's a new CO as yet undocumented that is the same as left-clicking on an item in the tree? Right now, [Playlist]

Re: [Mixxx-devel] Fwd: vinyl control status?

2010-02-24 Thread Sean M. Pappalardo - D.J. Pegasus
Ewan, it sounds like these specifications would be of interest to you then: http://mixxx.org/wiki/doku.php/single-deck_vinyl_control http://mixxx.org/wiki/doku.php/dvs_mode Feel free to add ideas to either or both pages. Sincerely, Sean M. Pappalardo D.J. Pegasus

[Mixxx-devel] HSS1394 - status need Mac developer to build

2010-03-01 Thread Sean M. Pappalardo - D.J. Pegasus
Hello all. I've been hacking away at the features_HSS1394 branch with the goal of full support for Stanton's SCS.1 series controllers (the big ones) (http://www.enterthesystem.com/) and the HSS1394 back-end is working 100% on Windows. Now we need a Mac developer to step forward to build the

[Mixxx-devel] New User Customizations sub-forums

2010-03-05 Thread Sean M. Pappalardo - D.J. Pegasus
organized since there are bound to be many more user contributions like these. Enjoy! Sincerely, Sean M. Pappalardo D.J. Pegasus Mixxx Developer -- Download Intel#174; Parallel Studio Eval Try the new software tools for yourself

Re: [Mixxx-devel] Auto Expand Feature in Library

2010-03-23 Thread Sean M. Pappalardo - D.J. Pegasus
Miko Kiiski wrote: Could someone give me a hint how I could get the merge request sent to mixxxdevelopers? You have it in your +junk branch tree which is only for temporary stuff. You'll need to move or recreate it one level higher. Sincerely, Sean M. Pappalardo D.J. Pegasus Mixxx Developer

[Mixxx-devel] Vinyl control fixup/fixes_scratch branch

2010-04-08 Thread Sean M. Pappalardo - D.J. Pegasus
) vinyl control code for 1.8 so it at least works as in 1.7, then we can focus on merging your work for 1.9. If you don't want to make that fix, that's fine, but someone needs to before we can release 1.8. (You and Albert are just the two most familiar with that code ATM.) Sincerely, Sean M. Pappalardo

Re: [Mixxx-devel] Vinyl control fixup/fixes_scratch branch

2010-04-08 Thread Sean M. Pappalardo - D.J. Pegasus
Owen Williams wrote: I probably can't get to this before I leave on a business trip, but here's the basic patch: What should this be applied to and what does it do? Sincerely, Sean M. Pappalardo D.J. Pegasus Mixxx Developer

Re: [Mixxx-devel] Vinyl control fixup/fixes_scratch branch

2010-04-08 Thread Sean M. Pappalardo - D.J. Pegasus
right...all MIDI scripts that use scratch will need to be modified as well. I'm afraid that means any of them that still use it in the XML only will need to be scripted, or a button needs to be assigned to scratch_enable. Sincerely, Sean M. Pappalardo D.J. Pegasus

Re: [Mixxx-devel] Vinyl control fixup/fixes_scratch branch

2010-04-12 Thread Sean M. Pappalardo - D.J. Pegasus
, if not all of which would be a forgotten scratch_enable setting/clearing.) Thoughts? Sincerely, Sean M. Pappalardo D.J. Pegasus Mixxx Developer -- Download Intel#174; Parallel Studio Eval Try the new software tools

[Mixxx-devel] Shoutcast in Mixxx - let's get this thing fixed

2010-05-08 Thread Sean M. Pappalardo - D.J. Pegasus
M. Pappalardo D.J. Pegasus Mixxx Developer - Controller Specialist -- ___ Mixxx-devel mailing list Mixxx-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo

Re: [Mixxx-devel] Reloop Digital Jockey 2

2010-05-13 Thread Sean M. Pappalardo - D.J. Pegasus
with a relative control. * There's still a process Mixxx.exe if closing the GUI on Windows 7 x86. That's probably this bug: https://bugs.launchpad.net/bugs/528182 Sincerely, Sean M. Pappalardo D.J. Pegasus Mixxx Developer - Controller Specialist

Re: [Mixxx-devel] Mixxx manual german - Mixxx Handbuch deutsch

2010-05-17 Thread Sean M. Pappalardo - D.J. Pegasus
#signal_quality . The waves will be opposite each other: one goes up while the other goes down. (http://en.wikipedia.org/wiki/Phase_%28waves%29 scroll to Phase difference) Sincerely, Sean M. Pappalardo D.J. Pegasus Mixxx Developer - Controller Specialist

Re: [Mixxx-devel] Library SQLite Table Locking Problems

2010-05-20 Thread Sean M. Pappalardo - D.J. Pegasus
of course. But I understand changes are cached anyway until exit, so it may just work fine. RJ?) Sincerely, Sean M. Pappalardo D.J. Pegasus Mixxx Developer - Controller Specialist

Re: [Mixxx-devel] Improved and easy MIDI scratching in trunk now - update

2010-05-20 Thread Sean M. Pappalardo - D.J. Pegasus
33+1/3, try 66+2/3 or 100 now. Enjoy and let me know if there are any problems or if you have questions! Sincerely, Sean M. Pappalardo D.J. Pegasus Mixxx Developer - Controller Specialist

Re: [Mixxx-devel] Tiny bit of progress on our PortAudio bug - Let's consider a bounty

2010-05-27 Thread Sean M. Pappalardo - D.J. Pegasus
Hello. Your reasoning on the bounty idea jibes with mine and sounds good to me. So here's my vote for it. (Unless any dormant developers want to jump in now...speak up!) Sean --

Re: [Mixxx-devel] Tiny bit of progress on our PortAudio bug - Let's consider a bounty

2010-05-28 Thread Sean M. Pappalardo - D.J. Pegasus
Dimitry of the PA team has already made some changes but needs someone on Linux to test: http://music.columbia.edu/pipermail/portaudio/2010-May/010283.html -- ___ Mixxx-devel

Re: [Mixxx-devel] Meaning of NumberStates Number EmitOnDownPress keys in skin.xml?

2010-06-10 Thread Sean M. Pappalardo - D.J. Pegasus
for massively overhauling that page!!) Sincerely, Sean M. Pappalardo D.J. Pegasus Mixxx Developer - Controller Specialist -- ThinkGeek and WIRED's GeekDad team up for the Ultimate GeekDad Father's Day Giveaway. ONE MASSIVE PRIZE

Re: [Mixxx-devel] beta 2 windows32 problems.

2010-07-02 Thread Sean M. Pappalardo - D.J. Pegasus
://bugs.launchpad.net/mixxx/+bug/526889 i with the browse veiw i sometimes get stuck in an empty folder and can't navigate out of it, there is no \.. Please vote for this bug: https://bugs.launchpad.net/mixxx/+bug/545087 Thanks for your report! Sincerely, Sean M. Pappalardo D.J. Pegasus Mixxx Developer

Re: [Mixxx-devel] 1.8 beta2 missing track.h?

2010-07-06 Thread Sean M. Pappalardo - D.J. Pegasus
with ./mixxx --resourcePath res/ ) Let us know if you have any more problems after doing these steps. Sincerely, Sean M. Pappalardo D.J. Pegasus Mixxx Developer - Controller Specialist -- This SF.net email is sponsored by Sprint

[Mixxx-devel] Default sample rate change to 48000Hz?

2010-07-15 Thread Sean M. Pappalardo - D.J. Pegasus
could not be opened message, I propose changing the default sample rate to 48000Hz. Anyone opposed? Sincerely, Sean M. Pappalardo D.J. Pegasus Mixxx Developer - Controller Specialist -- This SF.net email is sponsored

Re: [Mixxx-devel] Default sample rate change to 48000Hz?

2010-07-16 Thread Sean M. Pappalardo - D.J. Pegasus
that are actually 48kHz.) I had forgotten that I filed a bug for this too awhile ago, FYR: https://bugs.launchpad.net/mixxx/+bug/524292 Sincerely, Sean M. Pappalardo D.J. Pegasus Mixxx Developer - Controller Specialist

Re: [Mixxx-devel] Default sample rate change to 48000Hz?

2010-07-16 Thread Sean M. Pappalardo - D.J. Pegasus
. Pappalardo D.J. Pegasus Mixxx Developer - Controller Specialist -- This SF.net email is sponsored by Sprint What will you do first with EVO, the first 4G phone? Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com

Re: [Mixxx-devel] mixxx 1.8 beta 2 stability issues on linux

2010-07-26 Thread Sean M. Pappalardo - D.J. Pegasus
version of PortAudio (which may probably be the best idea for now.) Sincerely, Sean M. Pappalardo D.J. Pegasus Mixxx Developer - Controller Specialist -- The Palm PDK Hot Apps Program offers developers who use the Plug

Re: [Mixxx-devel] Bug #529945 Jog wheel seeking much slower in in 1.8.0beta1 than 1.7.1

2010-07-28 Thread Sean M. Pappalardo - D.J. Pegasus
On 07/28/2010 10:54 PM, Anders Gunnarsson wrote: functionality and soft takeover controls. Sounds good, but note that we need to add soft-takeover in the engine so all controllers can benefit. Sincerely, Sean M. Pappalardo D.J. Pegasus Mixxx Developer - Controller Specialist

Re: [Mixxx-devel] Soft-takeover

2010-07-29 Thread Sean M. Pappalardo - D.J. Pegasus
. Sincerely, Sean M. Pappalardo D.J. Pegasus Mixxx Developer - Controller Specialist -- The Palm PDK Hot Apps Program offers developers who use the Plug-In Development Kit to bring their C/C++ apps to Palm for a share of $1 Million

Re: [Mixxx-devel] resumed work on new vinyl control

2010-09-02 Thread Sean M. Pappalardo - D.J. Pegasus
of a sticker on your controller/vinyl,) it's preferable for the waveform to just move rather than stretch. So the idea to make it toggleable is a good one, since you can be mixing on a deck one minute, then scratching the next. Sincerely, Sean M. Pappalardo D.J. Pegasus Mixxx Developer

Re: [Mixxx-devel] Mixxx development project - Microsoft adaptive keyboard student contest - ACM UIST 2010

2010-09-07 Thread Sean M. Pappalardo - D.J. Pegasus
.) Welcome again and nice to hear from you! Sincerely, Sean M. Pappalardo D.J. Pegasus Mixxx Developer - Controller Specialist -- This SF.net Dev2Dev email is sponsored by: Show off your parallel programming skills. Enter

[Mixxx-devel] GUI timer issue

2010-09-09 Thread Sean M. Pappalardo - D.J. Pegasus
. Sincerely, Sean M. Pappalardo D.J. Pegasus Mixxx Developer - Controller Specialist -- This SF.net Dev2Dev email is sponsored by: Show off your parallel programming skills. Enter the Intel(R) Threading Challenge 2010. http

Re: [Mixxx-devel] Jog/wheel behavior in Ratecontrol.cpp

2010-09-09 Thread Sean M. Pappalardo - D.J. Pegasus
as to not bundle non-official mappings and instead provide a link in the prefs to the wiki and/or mapping forum.) Thoughts? Sincerely, Sean M. Pappalardo D.J. Pegasus Mixxx Developer - Controller Specialist

[Mixxx-devel] ReplayGain - correct use?

2010-10-21 Thread Sean M. Pappalardo - D.J. Pegasus
for your attention. Sincerely, Sean M. Pappalardo D.J. Pegasus Mixxx Developer - Controller Specialist -- Nokia and ATT present the 2010 Calling All Innovators-North America contest Create new apps games for the Nokia N8

Re: [Mixxx-devel] ReplayGain - correct use?

2010-10-27 Thread Sean M. Pappalardo - D.J. Pegasus
currently do? Vittorio said in IRC that it's exceedingly rare for ReplayGain to want to boost a track, so if the sliders are 0dBFS at the top, that might be just fine. Sincerely, Sean M. Pappalardo D.J. Pegasus Mixxx Developer - Controller Specialist

Re: [Mixxx-devel] Mapping of Vestax Spin/Typhoon - multiple midi channels

2010-11-07 Thread Sean M. Pappalardo - D.J. Pegasus
in the XML includes the channel number. (So instead of status0x90/status you'd do status0x91/status.) So duplicate all the mappings in the XML, then search-and-replace 0/status with 1/status (in the duplicated block) and you should be good to go. Sincerely, Sean M. Pappalardo D.J. Pegasus Mixxx

[Mixxx-devel] New branch: fixes_soundcardSync

2010-11-08 Thread Sean M. Pappalardo - D.J. Pegasus
and don't have a clear picture of how Mixxx's audio engine works, so I'd really love it if any of you with more knowledge could take a look at the bug and branch and suggest other things to check or test. Sincerely, Sean M. Pappalardo D.J. Pegasus Mixxx Developer - Controller Specialist

[Mixxx-devel] Fwd: mixxx irc-italia.net

2010-11-08 Thread Sean M. Pappalardo - D.J. Pegasus
From a visitor to the IRC channel: Original Message Subject:mixxx irc-italia.net Date: Mon, 8 Nov 2010 17:42:09 +0100 From: tommaso viviani tommasovivi...@hotmail.it To: spappala...@mixxx.org Dear mixxx developers, first of all i want to congratz to our

Re: [Mixxx-devel] scratching / low speed audio quality

2010-11-22 Thread Sean M. Pappalardo - D.J. Pegasus
. Pappalardo D.J. Pegasus Mixxx Developer - Controller Specialist -- Increase Visibility of Your 3D Game App Earn a Chance To Win $500! Tap into the largest installed PC base get more eyes on your game by optimizing

Re: [Mixxx-devel] fixes_soundcardSync

2010-11-23 Thread Sean M. Pappalardo - D.J. Pegasus
. Pappalardo D.J. Pegasus Mixxx Developer - Controller Specialist -- Increase Visibility of Your 3D Game App Earn a Chance To Win $500! Tap into the largest installed PC base get more eyes on your game by optimizing

Re: [Mixxx-devel] 1.9 Beta - Dec 6th

2010-12-02 Thread Sean M. Pappalardo - D.J. Pegasus
Hi again. Just wanted to mention that I don't think we want release branches stacked on trunk. The 1.9 branch currently is. Sean -- Increase Visibility of Your 3D Game App Earn a Chance To Win $500! Tap into the

Re: [Mixxx-devel] scratching / low speed audio quality

2010-12-16 Thread Sean M. Pappalardo - D.J. Pegasus
I think we've got a winner. I agree. Bug #513130 is fixed in features_xwax2 which makes me quite happy. Awesome work, Owen! Thank you so much! Sincerely, Sean M. Pappalardo D.J. Pegasus Mixxx Developer - Controller Specialist

Re: [Mixxx-devel] AUTODJ_TABLE

2010-12-26 Thread Sean M. Pappalardo - D.J. Pegasus
diff playlistToAutoDJ.patch then attach the .patch file to the bug report for review and committal. Also, v1.9 is feature frozen (only bug fixes from now on,) but we can commit your patch to trunk so it can make it into v1.10. Sincerely, Sean M. Pappalardo D.J. Pegasus Mixxx Developer

Re: [Mixxx-devel] [PATCH] Add SSE3 optimized version of EngineFilterIIR

2011-01-06 Thread Sean M. Pappalardo - D.J. Pegasus
Waitasec, if your patch was not being applied, how were you seeing speed improvements? Differences in optimization options? -- Gaining the trust of online customers is vital for the success of any company that requires

Re: [Mixxx-devel] Code refactoring

2011-01-31 Thread Sean M. Pappalardo - D.J. Pegasus
before you do much work. :) Sincerely, Sean M. Pappalardo D.J. Pegasus Mixxx Developer - Controller Specialist -- Special Offer-- Download ArcSight Logger for FREE (a $49 USD value)! Finally, a world-class log management

Re: [Mixxx-devel] mouse scratching: one-to-one motion of mouse with waveform

2011-03-24 Thread Sean M. Pappalardo - D.J. Pegasus
causing speed jitter. Sincerely, Sean M. Pappalardo D.J. Pegasus Mixxx Developer - Controller Specialist -- Enable your software for Intel(R) Active Management Technology to meet the growing manageability and security demands

Re: [Mixxx-devel] Gsoc- Session History Possible Project

2011-03-27 Thread Sean M. Pappalardo - D.J. Pegasus
and prior. 1.9.x uses %LOCALAPPDATA%\Mixxx Sincerely, Sean M. Pappalardo D.J. Pegasus Mixxx Developer - Controller Specialist -- Enable your software for Intel(R) Active Management Technology to meet the growing

Re: [Mixxx-devel] problems with extending xwax

2011-04-29 Thread Sean M. Pappalardo - D.J. Pegasus
file near that on a new line so it gets built and linked as well. (I'm not sure if scons is smart enough to realize your code is C and not C++ and use the correct compiler...) Sincerely, Sean M. Pappalardo D.J. Pegasus Mixxx Developer - Controller Specialist

Re: [Mixxx-devel] (no subject)

2011-04-29 Thread Sean M. Pappalardo - D.J. Pegasus
vote for this bug: https://bugs.launchpad.net/mixxx/+bug/671882 Sincerely, Sean M. Pappalardo D.J. Pegasus Mixxx Developer - Controller Specialist -- WhatsUp Gold - Download Free Network Management Software The most

Re: [Mixxx-devel] sampling / looping etc

2011-05-27 Thread Sean M. Pappalardo - D.J. Pegasus
since I was 3. :) (In fact, I can scratch better with my mouth than I can on turntables. :P ) Sincerely, Sean M. Pappalardo D.J. Pegasus Mixxx Developer - Controller Specialist -- vRanger cuts backup time in half-while

Re: [Mixxx-devel] Mixxx 1.10.0 beta1 testers?

2011-07-06 Thread Sean M. Pappalardo - D.J. Pegasus
. (Full official documentation is at the top link on that page.) (but at the moment I'm still having trouble to get it to compile on XP... ) Building on Windows is not always easy and I haven't tried building 1.10 myself yet on Windows. Sincerely, Sean M. Pappalardo D.J. Pegasus Mixxx Developer

Re: [Mixxx-devel] Need 1.10.0 pre-beta and 1.9.2 stable testers

2011-11-03 Thread Sean M. Pappalardo - D.J. Pegasus
the same problems with Mixxx 1.9.2? Sincerely, Sean M. Pappalardo D.J. Pegasus Mixxx Developer - Controller Specialist smime.p7s Description: S/MIME Cryptographic Signature -- RSA(R) Conference 2012 Save $700 by Nov 18

Re: [Mixxx-devel] Intro:Hello Mixxx community.........

2011-12-24 Thread Sean M. Pappalardo - D.J. Pegasus
. Then there's this mailing list as well for more formal discussions. Sincerely, Sean M. Pappalardo D.J. Pegasus Mixxx Developer - Controller Specialist smime.p7s Description: S/MIME Cryptographic Signature -- Write

Re: [Mixxx-devel] Sample decks controllable via midi?

2012-01-13 Thread Sean M. Pappalardo - D.J. Pegasus
#ui_midi_controls_and_names Are there controlls for play, stop, ... ? Yes, they work just like Deck controls [ChannelN], just replace with [SamplerN]. I'll add that to the wiki. Sincerely, Sean M. Pappalardo D.J. Pegasus Mixxx Developer - Controller Specialist smime.p7s Description: S/MIME Cryptographic

Re: [Mixxx-devel] Can we channel the sound output of one deck to the headphones?

2012-01-16 Thread Sean M. Pappalardo - D.J. Pegasus
need a second external sound card to make use of it. Have you read the manual? http://mixxx.org/manual/latest/ Specifically the part about audio output options: http://mixxx.org/manual/latest/chapters/setup.html#audio-output Sincerely, Sean M. Pappalardo D.J. Pegasus Mixxx Developer - Controller

Re: [Mixxx-devel] Mixxx 1.10.0 windows 32bit crahes on launch

2012-02-10 Thread Sean M. Pappalardo - D.J. Pegasus
system specs as well. Sincerely, Sean M. Pappalardo D.J. Pegasus Mixxx Developer - Controller Specialist smime.p7s Description: S/MIME Cryptographic Signature -- Virtualization Cloud Management Using Capacity Planning

Re: [Mixxx-devel] What is our best supported, recent controller?

2012-03-11 Thread Sean M. Pappalardo - D.J. Pegasus
-supported and of standard form-factor. (It has effects controls though that we obviously don't fully use yet.) Sincerely, Sean M. Pappalardo D.J. Pegasus Mixxx Developer - Controller Specialist smime.p7s Description: S/MIME Cryptographic Signature

Re: [Mixxx-devel] master sync (was Re: [GSoC 2012])

2012-03-19 Thread Sean M. Pappalardo - D.J. Pegasus
. Sincerely, Sean M. Pappalardo D.J. Pegasus Mixxx Developer - Controller Specialist smime.p7s Description: S/MIME Cryptographic Signature -- This SF email is sponsosred by: Try Windows Azure free for 90 days Click Here http

Re: [Mixxx-devel] master sync (was Re: [GSoC 2012])

2012-03-19 Thread Sean M. Pappalardo - D.J. Pegasus
to receive 24 0xF8 messages no matter what else is being sent, then set your BPM to match, and adjust as needed. http://en.wikipedia.org/wiki/MIDI_beat_clock Sincerely, Sean M. Pappalardo D.J. Pegasus Mixxx Developer - Controller Specialist smime.p7s Description: S/MIME Cryptographic Signature

Re: [Mixxx-devel] Mixxx online Doxygen

2012-03-27 Thread Sean M. Pappalardo - D.J. Pegasus
scons build process? :) Sincerely, Sean M. Pappalardo D.J. Pegasus Mixxx Developer - Controller Specialist smime.p7s Description: S/MIME Cryptographic Signature -- This SF email is sponsosred by: Try Windows Azure free

Re: [Mixxx-devel] Vinyl Pass-Through GSoC

2012-04-04 Thread Sean M. Pappalardo - D.J. Pegasus
in addition, effectively eliminating the need for a hardware mixer. Thank you for your proposal and interest! Sincerely, Sean M. Pappalardo D.J. Pegasus Mixxx Developer - Controller Specialist smime.p7s Description: S/MIME Cryptographic Signature

Re: [Mixxx-devel] Waveform 2.0 performance

2012-04-21 Thread Sean M. Pappalardo - D.J. Pegasus
results!! Sincerely, Sean M. Pappalardo D.J. Pegasus Mixxx Developer - Controller Specialist smime.p7s Description: S/MIME Cryptographic Signature -- For Developers, A Lot Can Happen In A Second. Boundary is the first

Re: [Mixxx-devel] Waveform 2.0 performance

2012-04-21 Thread Sean M. Pappalardo - D.J. Pegasus
. Sincerely, Sean M. Pappalardo D.J. Pegasus Mixxx Developer - Controller Specialist smime.p7s Description: S/MIME Cryptographic Signature -- For Developers, A Lot Can Happen In A Second. Boundary is the first to Know

Re: [Mixxx-devel] late breaking 1.11 feature: point and click MIDI mapping

2012-04-29 Thread Sean M. Pappalardo - D.J. Pegasus
the names of all controllers found on start-up and send them to me in an E-mail. Please do this on all OSs you have available, because device names appear differently depending on the OS. The more examples I get, the better. Sincerely, Sean M. Pappalardo D.J. Pegasus Mixxx Developer

Re: [Mixxx-devel] HID blacklist

2012-05-08 Thread Sean M. Pappalardo - D.J. Pegasus
) Write a script file with an .incomingData() function which will be passed raw data packets as an array. Write code to parse and act on the bytes based on the notes you made above. (You may wish to store the previous values so as to only act when they've changed.) Sincerely, Sean M. Pappalardo

Re: [Mixxx-devel] HID blacklist

2012-05-09 Thread Sean M. Pappalardo - D.J. Pegasus
/ /scriptfiles /controller I'm DJing five nights a week so I don't really have time. Wow! That's awesome! (Where? What type of event?) Sincerely, Sean M. Pappalardo D.J. Pegasus Mixxx Developer - Controller Specialist smime.p7s Description: S/MIME Cryptographic Signature

Re: [Mixxx-devel] HID blacklist

2012-05-09 Thread Sean M. Pappalardo - D.J. Pegasus
there's no mapping for too. That requires preset auto-selection code which hasn't been done yet and is not trivial. Sincerely, Sean M. Pappalardo D.J. Pegasus Mixxx Developer - Controller Specialist smime.p7s Description: S/MIME Cryptographic Signature

Re: [Mixxx-devel] HID blacklist

2012-05-09 Thread Sean M. Pappalardo - D.J. Pegasus
? If it's HID, then possibly. I was looking for a way to release the device again when Mixxx closes but didn't find anything in my preliminary search. (BTW, many built-in pads are PS/2 devices which are not HID.) Sincerely, Sean M. Pappalardo D.J. Pegasus Mixxx Developer - Controller Specialist

Re: [Mixxx-devel] HID blacklist

2012-05-09 Thread Sean M. Pappalardo - D.J. Pegasus
if not completely resolve the problems with Hercules controllers on Linux since some of them speak HID natively, so you will no longer need to fiddle with building the kernel module. Sincerely, Sean M. Pappalardo D.J. Pegasus Mixxx Developer - Controller Specialist smime.p7s Description: S/MIME

Re: [Mixxx-devel] HID blacklist

2012-05-09 Thread Sean M. Pappalardo - D.J. Pegasus
free to hack something up. Again, I've had problems trying to hack the GUI code so I'm not the person for the job. Sincerely, Sean M. Pappalardo D.J. Pegasus Mixxx Developer - Controller Specialist smime.p7s Description: S/MIME Cryptographic Signature

Re: [Mixxx-devel] HID blacklist

2012-05-12 Thread Sean M. Pappalardo - D.J. Pegasus
0xFB - FAST down/back/toward body Byte 4: signed, wheel side relative: (act as buttons on mine, but probably same range as above) 0x01 - right 0xFF - left Sincerely, Sean M. Pappalardo D.J. Pegasus Mixxx Developer - Controller Specialist smime.p7s Description: S/MIME Cryptographic

Re: [Mixxx-devel] Problems in trunk

2012-05-17 Thread Sean M. Pappalardo - D.J. Pegasus
a 1000Hz timer. We're trying to figure out the best way to fix that without crippling controller response on 1000Hz systems. I could've sworn this was filed as a bug but I can't find it now. (I don't trust the LP bug search engine anymore.) Sincerely, Sean M. Pappalardo D.J. Pegasus Mixxx

[Mixxx-devel] Patch PortMIDI to do callbacks?

2012-05-20 Thread Sean M. Pappalardo - D.J. Pegasus
/990992. Can you please outline what would need to be done to PortMIDI to allow this? I'd rather do that soon instead of crippling Mixxx's controller responsiveness. Thanks for your time and any information you can give us. Sincerely, Sean M. Pappalardo D.J. Pegasus Mixxx Developer - Controller

Re: [Mixxx-devel] Option Parser for Mixxx

2012-05-20 Thread Sean M. Pappalardo - D.J. Pegasus
option is to make sure all options are made case-insensitive, perhaps to include song file names. This should take someone all of an hour to check and change. Sincerely, Sean M. Pappalardo D.J. Pegasus Mixxx Developer - Controller Specialist smime.p7s Description: S/MIME Cryptographic Signature

Re: [Mixxx-devel] Patch PortMIDI to do callbacks?

2012-05-20 Thread Sean M. Pappalardo - D.J. Pegasus
closing a controller. Sincerely, Sean M. Pappalardo D.J. Pegasus Mixxx Developer - Controller Specialist smime.p7s Description: S/MIME Cryptographic Signature -- Live Security Virtual Conference Exclusive live event

[Mixxx-devel] Sampler volumes question

2012-05-26 Thread Sean M. Pappalardo - D.J. Pegasus
Hello everyone. I just wanted to ask: Why does the GUI control the pregain MixxxControl for Sampler volumes instead of volume (and leaving pregain at unity?) Sincerely, Sean M. Pappalardo D.J. Pegasus Mixxx Developer - Controller Specialist smime.p7s Description: S/MIME Cryptographic

Re: [Mixxx-devel] Problems with compilation on AMD 64bit Ubuntu 12.04

2012-05-26 Thread Sean M. Pappalardo - D.J. Pegasus
? It's the latter. You will need to run scons -c to clean all old build files. (It's seeing an .o file in mixxx/lib/ and thinking it's okay to use.) If that doesn't help, do rm -r .scon* which will force scons to rebuild everything. Sincerely, Sean M. Pappalardo D.J. Pegasus Mixxx

Re: [Mixxx-devel] MIXXX MIDI clock output

2012-05-27 Thread Sean M. Pappalardo - D.J. Pegasus
clock signal even be useable given this level of inaccuracy? Sincerely, Sean M. Pappalardo D.J. Pegasus Mixxx Developer - Controller Specialist smime.p7s Description: S/MIME Cryptographic Signature -- Live Security

Re: [Mixxx-devel] library layout redesign

2012-05-28 Thread Sean M. Pappalardo - D.J. Pegasus
this back. i love browsing by looking at cover art in itunes - would be great to have similar options in mixxx I second that. I remember things visually and not finding tunes by the CD or record sleeves has been the biggest hurdle for me to move to digital DJing. Sincerely, Sean M. Pappalardo D.J

Re: [Mixxx-devel] Passthrough UI Design

2012-06-16 Thread Sean M. Pappalardo - D.J. Pegasus
in awhile. In light of that, my vote is to add something to the quantize/beats/etc. button cluster as well. Sincerely, Sean M. Pappalardo D.J. Pegasus Mixxx Developer - Controller Specialist smime.p7s Description: S/MIME Cryptographic Signature

[Mixxx-devel] Fwd: Music analize

2012-11-12 Thread Sean M. Pappalardo - D.J. Pegasus
Hello everyone. I got this in my personal E-mail and was wondering if anyone else on the team would like the opportunity. I'm too busy! Sincerely, Sean M. Pappalardo Original Message Subject: Music analize Date: Fri, 12 Oct 2012 09:24:31 +0400 From: Romashka S

Re: [Mixxx-devel] windows build attempt 9999999999 lol

2012-11-27 Thread Sean M. Pappalardo - D.J. Pegasus
On 11/27/2012 02:50 PM, reilly davis wrote: Exception: Qt4 command 'moc' not found. Tried: h:\qt\bin\moc-qt4 and h:\qt\bin\moc: Did you install Qt's tools? If you built it from source, make sure you built the tools as well as the libs. Sincerely, Sean M. Pappalardo D.J. Pegasus Mixxx

Re: [Mixxx-devel] windows build attempt 9999999999 lol

2012-11-27 Thread Sean M. Pappalardo - D.J. Pegasus
On 11/28/2012 05:37 AM, reilly davis wrote: well this is looking promising but what is this protobuf dont seem to have it anywhere Are you building the dependencies from source? See this page: http://mixxx.org/wiki/doku.php/build_windows_dependencies#protobuf Sincerely, Sean M. Pappalardo

Re: [Mixxx-devel] Request to include Midi Mapping in Mixxx v1.11 Release

2012-11-29 Thread Sean M. Pappalardo - D.J. Pegasus
site. I'll E-mail them to find out. Perhaps the two presets could be integrated if one has things the other doesn't. Sincerely, Sean M. Pappalardo D.J. Pegasus Mixxx Developer - Controller Specialist smime.p7s Description: S/MIME Cryptographic Signature

Re: [Mixxx-devel] information

2013-02-13 Thread Sean M. Pappalardo - D.J. Pegasus
We do however have an _outdated_ manual in Spanish that may help you get started: http://mixxx.org/wiki/doku.php/manual_spanish Sincerely, Sean M. Pappalardo D.J. Pegasus Mixxx Developer - Controller Specialist smime.p7s Description: S/MIME Cryptographic Signature

Re: [Mixxx-devel] Mixxx-devel Digest, Vol 82, Issue 12

2013-03-08 Thread Sean M. Pappalardo - D.J. Pegasus
. Pappalardo D.J. Pegasus Mixxx Developer - Controller Specialist, Windows package maintainer smime.p7s Description: S/MIME Cryptographic Signature -- Symantec Endpoint Protection 12 positioned as A LEADER in The Forrester Wave

  1   2   3   >