0
I Use This!
Inactive

Commits : Listings

Analyzed 5 days ago. based on code collected 5 days ago.
Mar 25, 2025 — Mar 25, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Remove development dependencies in .gemspec. More... about 6 years ago
bump version to 0.1.1. More... almost 10 years ago
ignore vendor/bundle. More... almost 10 years ago
Merge pull request #5 from 5t111111/gemfy More... almost 10 years ago
Add .gitignore More... almost 10 years ago
Add Gemfile More... almost 10 years ago
Add version More... almost 10 years ago
Add Rakefile More... almost 10 years ago
Add gemspec More... almost 10 years ago
README -> README.rdoc More... almost 10 years ago
add LICENSE.txt More... almost 10 years ago
Merge pull request #3 from meesern/master More... almost 14 years ago
works with nil More... almost 14 years ago
Added pd comand line parameter option :pd_params to Pd.start. Takes an array of strings. More... almost 14 years ago
Allow Inlet#<<, Outlet#>> method chain. You can write like below. osc >> mul >> dac More... over 16 years ago
Adopt Inlet/Outlet classes and abbreviations for connection. Now you can connect Pd objects like osc.outlet >> dac.left dac.right << osc osc >> mul mul << osc etc.. More... over 16 years ago
remove obsoleted code. More... over 16 years ago
update sample in README More... over 16 years ago
Divide files. More... over 16 years ago
define constant Pd for abbrev of PureData. More... over 16 years ago
Add Abstraction class. More... over 16 years ago
Support Canvas#save(path=nil) method to save .pd file. (for 'abstraction') More... over 16 years ago
Add PureData#quit method. More... over 16 years ago
Don't raise error on other platform. You can launch Pd-extended with :pd_app_path option. More... over 16 years ago
Add Canvas class. PureData#obj and PureData#connect moved to Canvas. Multiple canvas is supported by PureData#canvas More... over 16 years ago
change port number in example. More... over 16 years ago
fix require path of example.rb More... over 16 years ago
first commit More... over 16 years ago