c-mendoza
7f29c755ab
Small fix to CircleSurface
8 years ago
c-mendoza
2a9e451e12
Fix for SettingsLoader to support CircleSurface
8 years ago
c-mendoza
a8821686cc
Update Key Bindings to support CircleSurface
Bound to 'r'
Update Info.cpp to show the new key binding in the help screen.
8 years ago
c-mendoza
e98cae857d
CircleSurface + changes in various files to support the new surface
8 years ago
c-mendoza
e2ba47de0b
Fixes transition length bug
8 years ago
c-mendoza
177d7636b1
Add xml loading features
8 years ago
c-mendoza
08976e4047
Fixed a logic error in the way slides were being queued.
The activeSlides vector was being modified by enqueueSlide while it was being iterated in update(). enqueueSlide now raises a flag, and it is update() that now modifies the activeSlides vector.
8 years ago
Theodoros Papatheodorou
18d50a70d7
added fbo accessor functions to FboSource, surrounded calls to setup() and reset() with calls to begin/end fbo drawing
8 years ago
c-mendoza
dad64e384a
magSlideShow loads its own xml file.
Also added path so that if an xml file is not specified for the slide show, there are useful defaults that can still create one.
Updated the example app to reflect these changes.
Updated the example's xml file.
Added an xml file for the slide show in the example.
8 years ago
c-mendoza
b6a47bbb28
Added a DirectoryWatcher to magSlideShowSource
8 years ago
c-mendoza
e231300b84
DirectoryWatcher: file added and file removed events
8 years ago
c-mendoza
1d2864befc
DirectoryWatcher now notifies if file count has changed in a directory
8 years ago
c-mendoza
2f9dd70d43
Moving magSlideShow to ofxPiMapper/Sources
8 years ago
Theodoros Papatheodorou
398da86acf
added virtual function reset() in baseSource that can be overridden in Source classes to reset source variables on re-entry, if needed
8 years ago
magdesign
6d0b641a26
Update ProjectionMappingMode.cpp
8 years ago
Theodoros Papatheodorou
594f5be6c6
added accessor function and simpler example
8 years ago
Theodoros Papatheodorou
9357530b34
added ability to select a source by string name. Basically accessor functions to the SetSourceCmd class
8 years ago
magdesign
75b8c7f412
Updatet Keystrokes to PVJ 3.x
8 years ago
magdesign
194d268e3d
changed keyboard shortcuts to PVJ 3.x
8 years ago
Krisjanis Rijnieks
b193764e6e
Fix transp png images have border, close #122
8 years ago
Krisjanis Rijnieks
a52bb17d73
Update Info based on latest improvements
8 years ago
Krisjanis Rijnieks
7401408411
Add quick fix to broken usb media loading, close #119
8 years ago
Krisjanis Rijnieks
2d1c0a3c3b
Improve additional data paths with a forward slash
8 years ago
Krisjanis Rijnieks
7ed140efe1
Add ext as shortcut for exit
8 years ago
Krisjanis Rijnieks
ce5b6957d1
Add "sdn" and "rbt" as key sequences for shutdown and reboot on pi
8 years ago
Krisjanis Rijnieks
e9247353ea
Remove obsolete commented code
8 years ago
Krisjanis Rijnieks
b5101a4d7d
Add ofxPiMapper::selectVertex()
8 years ago
Krisjanis Rijnieks
a5dc7adafa
Add ofxPiMapper::deselect()
8 years ago
Krisjanis Rijnieks
2d95ccc0a6
Add ofxPiMapper::undo()
8 years ago
Krisjanis Rijnieks
43cc69a919
Remove TerminalListener
8 years ago
Krisjanis Rijnieks
7c9caec7c2
Rename VideoSource::omxPlayer
8 years ago
Krisjanis Rijnieks
1676f9ae69
Use unique_ptr for VideoSource::_videoPlayer
8 years ago
Krisjanis Rijnieks
f985af3644
Remove unused destructor
8 years ago
Krisjanis Rijnieks
71c7764d45
Enable audio for video sources by default
8 years ago
Krisjanis Rijnieks
fee14872d7
Add getSelectedSurface()
8 years ago
Krisjanis Rijnieks
022d8866a7
Move texture coordinate only if it is selected
8 years ago
Krisjanis Rijnieks
e781dfb587
Remove ofxIO dependency from MediaServer
8 years ago
Krisjanis Rijnieks
22bfba1912
Add Application::moveSelection() documentation
8 years ago
Krisjanis Rijnieks
84c9cc0957
Add moveVertex TODO
8 years ago
Krisjanis Rijnieks
f95585ca55
Fix Application::moveSelection() make it context sensitive
8 years ago
Krisjanis Rijnieks
48b4153afd
Replace TextureMappingMode::moveSelection with moveSelectedTexCoord()
8 years ago
Krisjanis Rijnieks
98cb163884
Add Application::moveTexCoord(...)
8 years ago
Krisjanis Rijnieks
d28b49a9f5
Add ofxPiMapper::selectNext and PrevTexCoord()
8 years ago
Krisjanis Rijnieks
34449be272
Add Application::selectNext and PrevTextCoord()
8 years ago
Krisjanis Rijnieks
c3ebebd9f9
Add Application::togglePause()
8 years ago
Krisjanis Rijnieks
2a5752c1a0
Move <x> shortcut to bottom in Info
8 years ago
Krisjanis Rijnieks
08143e4af3
Add <c> shutdown shortcut to Info
8 years ago
Krisjanis Rijnieks
e6302b5b71
Add Application::shutdown()
8 years ago
Krisjanis Rijnieks
35742dd888
Add <x> shortcut to Info
8 years ago
Krisjanis Rijnieks
5f3ea80088
Add reboot() for Raspberry Pi on <x> press
8 years ago