Skip to content
Navigation Menu
Toggle navigation
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Spark
Build and deploy intelligent apps
GitHub Models
Manage and compare prompts
MCP Registry
New
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search or jump to...
Search code, repositories, users, issues, pull requests...
Search syntax tips
Provide feedback
Saved searches
Use saved searches to filter your results more quickly
Sign in
Sign up
Appearance settings
Resetting focus
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
olsgo
/
loris
Public
forked from
madrona-labs/loris
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security
Insights
Commits
Branch selector
main
User selector
All users
All time
Commit History
Commits on Feb 3, 2025
generate cmake config files too
olsgo
committed
1d62796
Copy full SHA for 1d62796
Commits on Jan 30, 2025
final-fix
Show description for 3cc4dba
olsgo
committed
3cc4dba
Copy full SHA for 3cc4dba
Merge pull request #3 from olsgo/fix-unary-function
Show description for d843bf9
olsgo
authored
d843bf9
Copy full SHA for d843bf9
Fix errors related to unary_function in loris
olsgo
committed
29e3ba8
Copy full SHA for 29e3ba8
Merge pull request #2 from olsgo/fix-collator-compilation
Show description for fc0244c
olsgo
authored
fc0244c
Copy full SHA for fc0244c
Fix compilation error in Collator.C
olsgo
committed
934a590
Copy full SHA for 934a590
local-changes-trae
Show description for 2bd3a22
olsgo
committed
2bd3a22
Copy full SHA for 2bd3a22
Commits on Dec 24, 2023
stripped down for C++17 compatibility.
randyjonesworld
committed
71ba472
Copy full SHA for 71ba472
Commits on Feb 7, 2023
clean two build errors
Randy Jones
committed
93eb0e5
Copy full SHA for 93eb0e5
comment
randyjonesworld
committed
808aa24
Copy full SHA for 808aa24
Commits on Dec 10, 2022
suppressed comment warning. replaced std::not1 with std::not_fn.
randyjonesworld
committed
4fa7dde
Copy full SHA for 4fa7dde
Commits on Nov 1, 2022
clang-format, remove old-style comments in loris.h
randyjonesworld
committed
b06bed6
Copy full SHA for b06bed6
Commits on Oct 31, 2022
update CMake to install headers
randyjonesworld
committed
4d5b041
Copy full SHA for 4d5b041
add CMake build. edit .gitignore.
randyjonesworld
committed
5f6f704
Copy full SHA for 5f6f704
Commits on Oct 11, 2022
change minimum MacOS version to 11
randyjonesworld
committed
134a31b
Copy full SHA for 134a31b
Commits on Dec 16, 2021
Replace std::bind1st usage
ngwese
committed
1b27852
Copy full SHA for 1b27852
Commits on Dec 15, 2021
Ignore more autotool artifacts
ngwese
committed
3620757
Copy full SHA for 3620757
Replace std::bind2d usage with lambdas
Show description for ee7f6fc
ngwese
committed
ee7f6fc
Copy full SHA for ee7f6fc
Replace std::auto_ptr with std::unique_ptr
ngwese
committed
a778600
Copy full SHA for a778600
Add ChangeLog to satisfy autotools
ngwese
committed
4e96800
Copy full SHA for 4e96800
Ignore in tree build artifacts
ngwese
committed
b6b4db5
Copy full SHA for b6b4db5
Update to autoconf 2.71 syntax
ngwese
committed
5e6876d
Copy full SHA for 5e6876d
Commits on Jan 30, 2016
updated all copyright notices, changed Makefile.am's to suppress compiler warning about '/*' within block comment
Kelly Fitz
committed
27d14ae
Copy full SHA for 27d14ae
Commits on Oct 14, 2014
added some parens to reduce compile complaints.
Kelly Fitz
committed
5bc6b2d
Copy full SHA for 5bc6b2d
Commits on Jan 25, 2014
updated interface (SWIG) and Python test script to be compatible with Python 3. Removed support in config files for Python <2.6 and Csound4
Kelly Fitz
committed
f1c8f04
Copy full SHA for f1c8f04
Commits on Dec 7, 2013
Fixed date in copyright notice
Kelly Fitz
committed
a76f028
Copy full SHA for a76f028
tidying up the bloated SWIG interface, factoring into auxiliary interface (.i) files to make it more manageable and navigable.
Kelly Fitz
committed
bfc2aef
Copy full SHA for bfc2aef
defined class constants for default log amplitude and frequency morphing flags
Kelly Fitz
committed
e7ff6c8
Copy full SHA for e7ff6c8
Commits on Dec 3, 2013
added %newobject to declaration of createF0Estimate in SWIG interface file, because that function allocates a new LinearEnvelope
Kelly Fitz
committed
2c9439a
Copy full SHA for 2c9439a
Commits on Nov 16, 2013
fixed bug in PartialList class definition, in which void insert members were attempting to return a value
Kelly Fitz
committed
2eaa400
Copy full SHA for 2eaa400
replacing obsolete AM_CONFIG_HEADER with AC_CONFIG_HEADERS
Kelly Fitz
committed
dbf0574
Copy full SHA for dbf0574
Commits on Jan 7, 2012
changed to standard use of automake support for python installation path (pyexec_LTILIBRARIES)
Kelly Fitz
committed
10da9de
Copy full SHA for 10da9de
Commits on Oct 3, 2011
aded fadeIn and fadeOut members to Partial class
Kelly Fitz
committed
4f63e9f
Copy full SHA for 4f63e9f
Commits on Sep 24, 2011
fixed broken reconf script (accidentally committed a local kludge)
Kelly Fitz
committed
ba8ff80
Copy full SHA for ba8ff80
improved commenting in Resampler.C to make it consistent with header
Kelly Fitz
committed
8f88461
Copy full SHA for 8f88461
Pagination
Previous
Next
You can’t perform that action at this time.